Pull request #43269 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at f1dd6bf84e28930e1ccd903361f9284fb22d3b8a rather than 8e4b5db542e45b11e57c920876e3d80a37158567 Obtained Jenkinsfile from f1dd6bf84e28930e1ccd903361f9284fb22d3b8a 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-43269@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-13T10:23:39.556Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-05-13T10:23:39.562Z] Trying to pass milestone 2 [Pipeline] milestone [2022-05-13T10:23:39.644Z] Trying to pass milestone 3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-05-13T10:23:43.933Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06904eb0336eaaf67) in /home/ubuntu/workspace/moby_PR-43269 [Pipeline] { [Pipeline] checkout [2022-05-13T10:23:43.967Z] The recommended git tool is: git [2022-05-13T10:23:43.983Z] using credential docker-jenkins-github-credentials [2022-05-13T10:23:43.993Z] Cloning the remote Git repository [2022-05-13T10:23:43.993Z] Cloning with configured refspecs honoured and without tags [2022-05-13T10:23:43.996Z] Cloning repository https://github.com/moby/moby.git [2022-05-13T10:23:43.997Z] > git init /home/ubuntu/workspace/moby_PR-43269 # timeout=10 [2022-05-13T10:23:44.013Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-13T10:23:44.013Z] > git --version # timeout=10 [2022-05-13T10:23:44.019Z] > git --version # 'git version 2.17.1' [2022-05-13T10:23:44.020Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:23:44.020Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43269/head:refs/remotes/origin/PR-43269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:23:59.626Z] Fetching without tags [2022-05-13T10:23:59.838Z] Merging remotes/origin/master commit f1dd6bf84e28930e1ccd903361f9284fb22d3b8a into PR head commit 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:23:59.598Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-13T10:23:59.604Z] > git config --add remote.origin.fetch +refs/pull/43269/head:refs/remotes/origin/PR-43269 # timeout=10 [2022-05-13T10:23:59.607Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:23:59.615Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-13T10:23:59.628Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-13T10:23:59.628Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:23:59.629Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43269/head:refs/remotes/origin/PR-43269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:23:59.840Z] > git config core.sparsecheckout # timeout=10 [2022-05-13T10:23:59.845Z] > git checkout -f 8e4b5db542e45b11e57c920876e3d80a37158567 # timeout=10 [2022-05-13T10:24:00.426Z] Merge succeeded, producing 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:24:00.426Z] Checking out Revision 8e4b5db542e45b11e57c920876e3d80a37158567 (PR-43269) [2022-05-13T10:24:00.922Z] Commit message: "Add support for CpuCount/CpuPercent to image build" [2022-05-13T10:24:00.934Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-13T10:24:01.610Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43269:/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-13T10:24:00.376Z] > git remote # timeout=10 [2022-05-13T10:24:00.379Z] > git config --get remote.origin.url # timeout=10 [2022-05-13T10:24:00.385Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:24:00.386Z] > git merge f1dd6bf84e28930e1ccd903361f9284fb22d3b8a # timeout=10 [2022-05-13T10:24:00.412Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-13T10:24:00.427Z] > git config core.sparsecheckout # timeout=10 [2022-05-13T10:24:00.431Z] > git checkout -f 8e4b5db542e45b11e57c920876e3d80a37158567 # timeout=10 [2022-05-13T10:24:00.924Z] > git rev-list --no-walk 99306e6f46bac7595ad1933f44558dde32973933 # timeout=10 [2022-05-13T10:24:04.140Z] 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 [2022-05-13T10:24:04.631Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06904eb0336eaaf67) in /home/ubuntu/workspace/moby_PR-43269 [Pipeline] node [2022-05-13T10:24:04.634Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0aacf5abf9c466a1f) in /home/ubuntu/workspace/moby_PR-43269 [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) [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] } [2022-05-13T10:24:04.660Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0371e05534b4133eb) in /home/ubuntu/workspace/moby_PR-43269 [2022-05-13T10:24:04.660Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-02f9165a048c9d9d2) in /home/ubuntu/workspace/moby_PR-43269 [2022-05-13T10:24:04.671Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00b4fbb39267215e7) in /home/ubuntu/workspace/moby_PR-43269 [Pipeline] { [Pipeline] { [Pipeline] checkout [2022-05-13T10:24:04.714Z] The recommended git tool is: git [Pipeline] checkout [2022-05-13T10:24:04.721Z] The recommended git tool is: git [2022-05-13T10:24:04.723Z] using credential docker-jenkins-github-credentials [2022-05-13T10:24:04.729Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-05-13T10:24:04.738Z] Fetching changes from the remote Git repository [2022-05-13T10:24:04.739Z] Cloning the remote Git repository [2022-05-13T10:24:04.739Z] Cloning with configured refspecs honoured and without tags [2022-05-13T10:24:04.746Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout [2022-05-13T10:24:04.807Z] The recommended git tool is: git [Pipeline] checkout [2022-05-13T10:24:04.812Z] The recommended git tool is: git [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 [2022-05-13T10:24:04.818Z] The recommended git tool is: git [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2022-05-13T10:24:04.824Z] using credential docker-jenkins-github-credentials [2022-05-13T10:24:04.835Z] Cloning the remote Git repository [2022-05-13T10:24:04.835Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2022-05-13T10:24:04.840Z] using credential docker-jenkins-github-credentials [2022-05-13T10:24:04.849Z] Cloning the remote Git repository [2022-05-13T10:24:04.849Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2022-05-13T10:24:04.850Z] using credential docker-jenkins-github-credentials [2022-05-13T10:24:04.858Z] Cloning the remote Git repository [2022-05-13T10:24:04.858Z] Cloning with configured refspecs honoured and without tags [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) 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 [2022-05-13T10:24:04.924Z] Merging remotes/origin/master commit f1dd6bf84e28930e1ccd903361f9284fb22d3b8a into PR head commit 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:24:04.932Z] Running on azwin-2-59f360 in d:\jenkins\workspace\moby_PR-43269 [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] { [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] ws [2022-05-13T10:24:05.014Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-05-13T10:24:05.116Z] The recommended git tool is: git [2022-05-13T10:24:05.323Z] using credential docker-jenkins-github-credentials [2022-05-13T10:24:05.397Z] Cloning the remote Git repository [2022-05-13T10:24:05.397Z] Cloning with configured refspecs honoured and without tags [2022-05-13T10:24:05.410Z] Merge succeeded, producing 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:24:05.411Z] Checking out Revision 8e4b5db542e45b11e57c920876e3d80a37158567 (PR-43269) [2022-05-13T10:24:05.472Z] Commit message: "Add support for CpuCount/CpuPercent to image build" [2022-05-13T10:24:04.730Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43269/.git # timeout=10 [2022-05-13T10:24:04.740Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-13T10:24:04.748Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-13T10:24:04.748Z] > git --version # timeout=10 [2022-05-13T10:24:04.752Z] > git --version # 'git version 2.17.1' [2022-05-13T10:24:04.753Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:24:04.753Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43269/head:refs/remotes/origin/PR-43269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:24:04.925Z] > git config core.sparsecheckout # timeout=10 [2022-05-13T10:24:04.929Z] > git checkout -f 8e4b5db542e45b11e57c920876e3d80a37158567 # timeout=10 [2022-05-13T10:24:05.370Z] > git remote # timeout=10 [2022-05-13T10:24:05.375Z] > git config --get remote.origin.url # timeout=10 [2022-05-13T10:24:05.389Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:24:05.389Z] > git merge f1dd6bf84e28930e1ccd903361f9284fb22d3b8a # timeout=10 [2022-05-13T10:24:05.404Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-13T10:24:05.412Z] > git config core.sparsecheckout # timeout=10 [2022-05-13T10:24:05.417Z] > git checkout -f 8e4b5db542e45b11e57c920876e3d80a37158567 # timeout=10 [2022-05-13T10:24:04.742Z] Cloning repository https://github.com/moby/moby.git [2022-05-13T10:24:04.744Z] > git init /home/ubuntu/workspace/moby_PR-43269 # timeout=10 [2022-05-13T10:24:04.769Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-13T10:24:04.769Z] > git --version # timeout=10 [2022-05-13T10:24:04.772Z] > git --version # 'git version 2.17.1' [2022-05-13T10:24:04.772Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:24:04.773Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43269/head:refs/remotes/origin/PR-43269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-13T10:24:04.850Z] Cloning repository https://github.com/moby/moby.git [2022-05-13T10:24:04.851Z] > git init /home/ubuntu/workspace/moby_PR-43269 # timeout=10 [2022-05-13T10:24:04.873Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-13T10:24:04.873Z] > git --version # timeout=10 [2022-05-13T10:24:04.876Z] > git --version # 'git version 2.25.1' [2022-05-13T10:24:04.877Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:24:04.877Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43269/head:refs/remotes/origin/PR-43269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:24:04.887Z] Cloning repository https://github.com/moby/moby.git [2022-05-13T10:24:04.888Z] > git init /home/ubuntu/workspace/moby_PR-43269 # timeout=10 [2022-05-13T10:24:04.900Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-13T10:24:04.901Z] > git --version # timeout=10 [2022-05-13T10:24:04.916Z] > git --version # 'git version 2.25.1' [2022-05-13T10:24:04.916Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:24:04.917Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43269/head:refs/remotes/origin/PR-43269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:24:04.853Z] Cloning repository https://github.com/moby/moby.git [2022-05-13T10:24:04.853Z] > git init /home/ubuntu/workspace/moby_PR-43269 # timeout=10 [2022-05-13T10:24:04.877Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-13T10:24:04.877Z] > git --version # timeout=10 [2022-05-13T10:24:04.885Z] > git --version # 'git version 2.17.1' [2022-05-13T10:24:04.885Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:24:04.886Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43269/head:refs/remotes/origin/PR-43269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:24:06.061Z] + docker version [2022-05-13T10:24:06.061Z] Client: Docker Engine - Community [2022-05-13T10:24:06.061Z] Version: 20.10.14 [2022-05-13T10:24:06.061Z] API version: 1.41 [2022-05-13T10:24:06.061Z] Go version: go1.16.15 [2022-05-13T10:24:06.061Z] Git commit: a224086 [2022-05-13T10:24:06.061Z] Built: Thu Mar 24 01:47:57 2022 [2022-05-13T10:24:06.061Z] OS/Arch: linux/amd64 [2022-05-13T10:24:06.061Z] Context: default [2022-05-13T10:24:06.061Z] Experimental: true [2022-05-13T10:24:06.061Z] [2022-05-13T10:24:06.061Z] Server: Docker Engine - Community [2022-05-13T10:24:06.061Z] Engine: [2022-05-13T10:24:06.061Z] Version: 20.10.14 [2022-05-13T10:24:06.061Z] API version: 1.41 (minimum version 1.12) [2022-05-13T10:24:06.061Z] Go version: go1.16.15 [2022-05-13T10:24:06.061Z] Git commit: 87a90dc [2022-05-13T10:24:06.061Z] Built: Thu Mar 24 01:45:46 2022 [2022-05-13T10:24:06.061Z] OS/Arch: linux/amd64 [2022-05-13T10:24:06.061Z] Experimental: true [2022-05-13T10:24:06.061Z] containerd: [2022-05-13T10:24:06.061Z] Version: 1.5.11 [2022-05-13T10:24:06.061Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-13T10:24:06.061Z] runc: [2022-05-13T10:24:06.061Z] Version: 1.0.3 [2022-05-13T10:24:06.061Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-13T10:24:06.061Z] docker-init: [2022-05-13T10:24:06.061Z] Version: 0.19.0 [2022-05-13T10:24:06.061Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-13T10:24:05.430Z] Cloning repository https://github.com/moby/moby.git [2022-05-13T10:24:05.430Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-05-13T10:24:05.492Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-13T10:24:05.492Z] > git --version # timeout=10 [2022-05-13T10:24:05.539Z] > git --version # 'git version 2.24.1.windows.2' [2022-05-13T10:24:05.539Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:24:05.539Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43269/head:refs/remotes/origin/PR-43269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:24:06.342Z] + docker info [2022-05-13T10:24:07.277Z] Client: [2022-05-13T10:24:07.277Z] Context: default [2022-05-13T10:24:07.277Z] Debug Mode: false [2022-05-13T10:24:07.277Z] Plugins: [2022-05-13T10:24:07.277Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-13T10:24:07.277Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-13T10:24:07.277Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-13T10:24:07.277Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-13T10:24:07.277Z] [2022-05-13T10:24:07.277Z] Server: [2022-05-13T10:24:07.277Z] Containers: 0 [2022-05-13T10:24:07.277Z] Running: 0 [2022-05-13T10:24:07.277Z] Paused: 0 [2022-05-13T10:24:07.277Z] Stopped: 0 [2022-05-13T10:24:07.277Z] Images: 3 [2022-05-13T10:24:07.277Z] Server Version: 20.10.14 [2022-05-13T10:24:07.277Z] Storage Driver: overlay2 [2022-05-13T10:24:07.277Z] Backing Filesystem: extfs [2022-05-13T10:24:07.277Z] Supports d_type: true [2022-05-13T10:24:07.277Z] Native Overlay Diff: true [2022-05-13T10:24:07.277Z] userxattr: false [2022-05-13T10:24:07.277Z] Logging Driver: json-file [2022-05-13T10:24:07.277Z] Cgroup Driver: cgroupfs [2022-05-13T10:24:07.277Z] Cgroup Version: 1 [2022-05-13T10:24:07.277Z] Plugins: [2022-05-13T10:24:07.277Z] Volume: local [2022-05-13T10:24:07.277Z] Network: bridge host ipvlan macvlan null overlay [2022-05-13T10:24:07.277Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-13T10:24:07.277Z] Swarm: inactive [2022-05-13T10:24:07.277Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-13T10:24:07.277Z] Default Runtime: runc [2022-05-13T10:24:07.277Z] Init Binary: docker-init [2022-05-13T10:24:07.277Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-13T10:24:07.277Z] runc version: v1.0.3-0-gf46b6ba [2022-05-13T10:24:07.277Z] init version: de40ad0 [2022-05-13T10:24:07.277Z] Security Options: [2022-05-13T10:24:07.277Z] apparmor [2022-05-13T10:24:07.277Z] seccomp [2022-05-13T10:24:07.277Z] Profile: default [2022-05-13T10:24:07.277Z] Kernel Version: 5.4.0-1071-aws [2022-05-13T10:24:07.277Z] Operating System: Ubuntu 18.04.6 LTS [2022-05-13T10:24:07.277Z] OSType: linux [2022-05-13T10:24:07.277Z] Architecture: x86_64 [2022-05-13T10:24:07.277Z] CPUs: 2 [2022-05-13T10:24:07.277Z] Total Memory: 7.565GiB [2022-05-13T10:24:07.277Z] Name: ip-10-100-100-45 [2022-05-13T10:24:07.277Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-05-13T10:24:07.277Z] Docker Root Dir: /var/lib/docker [2022-05-13T10:24:07.277Z] Debug Mode: false [2022-05-13T10:24:07.277Z] Registry: https://index.docker.io/v1/ [2022-05-13T10:24:07.277Z] Labels: [2022-05-13T10:24:07.277Z] Experimental: true [2022-05-13T10:24:07.277Z] Insecure Registries: [2022-05-13T10:24:07.277Z] 127.0.0.0/8 [2022-05-13T10:24:07.277Z] Live Restore Enabled: true [2022-05-13T10:24:07.277Z] [2022-05-13T10:24:07.277Z] WARNING: No swap limit support [Pipeline] sh [2022-05-13T10:24:07.559Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-13T10:24:07.559Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-13T10:24:07.559Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43269/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-13T10:24:07.559Z] + bash /home/ubuntu/workspace/moby_PR-43269/check-config.sh [2022-05-13T10:24:07.559Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-13T10:24:07.559Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-05-13T10:24:07.559Z] [2022-05-13T10:24:07.559Z] Generally Necessary: [2022-05-13T10:24:07.559Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-13T10:24:07.559Z] - apparmor: enabled and tools installed [2022-05-13T10:24:07.559Z] - CONFIG_NAMESPACES: enabled [2022-05-13T10:24:07.559Z] - CONFIG_NET_NS: enabled [2022-05-13T10:24:07.559Z] - CONFIG_PID_NS: enabled [2022-05-13T10:24:07.559Z] - CONFIG_IPC_NS: enabled [2022-05-13T10:24:07.559Z] - CONFIG_UTS_NS: enabled [2022-05-13T10:24:07.559Z] - CONFIG_CGROUPS: enabled [2022-05-13T10:24:07.559Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-13T10:24:07.559Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-13T10:24:07.559Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-13T10:24:07.559Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-13T10:24:07.559Z] - CONFIG_CPUSETS: enabled [2022-05-13T10:24:07.559Z] - CONFIG_MEMCG: enabled [2022-05-13T10:24:07.559Z] - CONFIG_KEYS: enabled [2022-05-13T10:24:07.559Z] - CONFIG_VETH: enabled (as module) [2022-05-13T10:24:07.821Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-13T10:24:07.821Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-13T10:24:07.821Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-13T10:24:07.821Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-13T10:24:07.821Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-13T10:24:07.821Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-13T10:24:07.821Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-13T10:24:07.821Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-13T10:24:07.821Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-13T10:24:07.821Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-13T10:24:07.821Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-13T10:24:07.821Z] - CONFIG_CGROUP_BPF: enabled [2022-05-13T10:24:07.821Z] [2022-05-13T10:24:07.821Z] Optional Features: [2022-05-13T10:24:07.821Z] - CONFIG_USER_NS: enabled [2022-05-13T10:24:07.821Z] - CONFIG_SECCOMP: enabled [2022-05-13T10:24:07.821Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-13T10:24:07.821Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-13T10:24:07.821Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-13T10:24:07.821Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-05-13T10:24:07.821Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-05-13T10:24:07.821Z] - CONFIG_BLK_CGROUP: enabled [2022-05-13T10:24:07.821Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-13T10:24:07.821Z] - CONFIG_CGROUP_PERF: enabled [2022-05-13T10:24:07.821Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-13T10:24:07.821Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-13T10:24:07.821Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-13T10:24:07.821Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-13T10:24:07.821Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-13T10:24:07.821Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-13T10:24:07.821Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-13T10:24:07.821Z] - CONFIG_IP_VS: enabled (as module) [2022-05-13T10:24:07.821Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-13T10:24:07.821Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-13T10:24:07.821Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-13T10:24:07.821Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-13T10:24:07.821Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-13T10:24:08.080Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-13T10:24:08.080Z] - CONFIG_EXT4_FS: enabled [2022-05-13T10:24:08.080Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-13T10:24:08.080Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-13T10:24:08.080Z] - Network Drivers: [2022-05-13T10:24:08.080Z] - "overlay": [2022-05-13T10:24:08.080Z] - CONFIG_VXLAN: enabled (as module) [2022-05-13T10:24:08.080Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-13T10:24:08.080Z] Optional (for encrypted networks): [2022-05-13T10:24:08.080Z] - CONFIG_CRYPTO: enabled [2022-05-13T10:24:08.080Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-13T10:24:08.080Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-13T10:24:08.080Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-13T10:24:08.080Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-13T10:24:08.080Z] - CONFIG_XFRM: enabled [2022-05-13T10:24:08.080Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-13T10:24:08.080Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-13T10:24:08.080Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-13T10:24:08.080Z] - "ipvlan": [2022-05-13T10:24:08.080Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-13T10:24:08.080Z] - "macvlan": [2022-05-13T10:24:08.080Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-13T10:24:08.080Z] - CONFIG_DUMMY: enabled (as module) [2022-05-13T10:24:08.080Z] - "ftp,tftp client in container": [2022-05-13T10:24:08.080Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-13T10:24:08.080Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-13T10:24:08.080Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-13T10:24:08.080Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-13T10:24:08.080Z] - Storage Drivers: [2022-05-13T10:24:08.080Z] - "aufs": [2022-05-13T10:24:08.080Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-13T10:24:08.080Z] - "btrfs": [2022-05-13T10:24:08.080Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-13T10:24:08.080Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-13T10:24:08.080Z] - "devicemapper": [2022-05-13T10:24:08.080Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-13T10:24:08.080Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-13T10:24:08.080Z] - "overlay": [2022-05-13T10:24:08.080Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-13T10:24:08.080Z] - "zfs": [2022-05-13T10:24:08.080Z] - /dev/zfs: present [2022-05-13T10:24:08.080Z] - zfs command: missing [2022-05-13T10:24:08.080Z] - zpool command: missing [2022-05-13T10:24:08.080Z] [2022-05-13T10:24:08.080Z] Limits: [2022-05-13T10:24:08.080Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-13T10:24:08.080Z] [2022-05-13T10:24:08.080Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-13T10:24:08.409Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8e4b5db542e45b11e57c920876e3d80a37158567 . [2022-05-13T10:24:08.409Z] #1 [internal] load build definition from Dockerfile [2022-05-13T10:24:08.409Z] #1 sha256:9e8aaf033e3761fde8aa721737844224ac5529b26848b65bc78acb740e731fc9 [2022-05-13T10:24:08.409Z] #1 transferring dockerfile: 17.93kB done [2022-05-13T10:24:08.409Z] #1 DONE 0.0s [2022-05-13T10:24:08.409Z] [2022-05-13T10:24:08.409Z] #2 [internal] load .dockerignore [2022-05-13T10:24:08.409Z] #2 sha256:c3f53e814f2ab381fd4fcdff452b8646fe09fe673883cd746d3a3e4b2dc6b50e [2022-05-13T10:24:08.409Z] #2 transferring context: 145B done [2022-05-13T10:24:08.409Z] #2 DONE 0.0s [2022-05-13T10:24:08.409Z] [2022-05-13T10:24:08.409Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-13T10:24:08.409Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-13T10:24:08.668Z] #3 DONE 0.1s [2022-05-13T10:24:08.668Z] [2022-05-13T10:24:08.668Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-13T10:24:08.668Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-13T10:24:08.668Z] #4 CACHED [2022-05-13T10:24:08.929Z] [2022-05-13T10:24:08.929Z] #6 [internal] load .dockerignore [2022-05-13T10:24:08.929Z] #6 sha256:e31519af990c8d8473b92425b3bf4c8271a65653c4b7a55924ea7d0f53daae81 [2022-05-13T10:24:08.929Z] #6 DONE 0.0s [2022-05-13T10:24:08.929Z] [2022-05-13T10:24:08.929Z] #5 [internal] load build definition from Dockerfile [2022-05-13T10:24:08.929Z] #5 sha256:331c912802a648e08fb6ee8a1051f12d229e48e648a84fe8a90abfe136c99f29 [2022-05-13T10:24:08.929Z] #5 DONE 0.0s [2022-05-13T10:24:08.929Z] [2022-05-13T10:24:08.929Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-13T10:24:08.929Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-13T10:24:08.929Z] #7 DONE 0.1s [2022-05-13T10:24:08.929Z] [2022-05-13T10:24:08.929Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-13T10:24:08.929Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-13T10:24:08.929Z] #10 DONE 0.1s [2022-05-13T10:24:08.930Z] [2022-05-13T10:24:08.930Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-13T10:24:08.930Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-13T10:24:08.930Z] #8 DONE 0.1s [2022-05-13T10:24:08.930Z] [2022-05-13T10:24:08.930Z] #9 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-13T10:24:08.930Z] #9 sha256:bda913637dfc96ae7398e978f5558b8bc08d10fc6fc8d03587819401a102d0a2 [2022-05-13T10:24:08.930Z] #9 DONE 0.1s [2022-05-13T10:24:08.930Z] [2022-05-13T10:24:08.930Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-13T10:24:08.930Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-13T10:24:08.930Z] #73 DONE 0.0s [2022-05-13T10:24:08.930Z] [2022-05-13T10:24:08.930Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-13T10:24:08.930Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-13T10:24:08.930Z] #71 DONE 0.0s [2022-05-13T10:24:08.930Z] [2022-05-13T10:24:08.930Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:08.930Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-13T10:24:08.930Z] #11 DONE 0.0s [2022-05-13T10:24:08.930Z] [2022-05-13T10:24:08.930Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-13T10:24:08.930Z] #12 sha256:117596d16f6a2b9872fcbca80537859f91bd1d83b86fec9b8b3d2954f8da827a [2022-05-13T10:24:08.930Z] #12 CACHED [2022-05-13T10:24:08.930Z] [2022-05-13T10:24:08.930Z] #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-13T10:24:08.930Z] #13 sha256:4348a12012be920f4ec7d32125e42d660e742d7d03a0fd6b9eca1fd0ea894918 [2022-05-13T10:24:08.930Z] #13 CACHED [2022-05-13T10:24:08.930Z] [2022-05-13T10:24:08.930Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-13T10:24:08.930Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-13T10:24:08.930Z] #28 DONE 0.0s [2022-05-13T10:24:08.930Z] [2022-05-13T10:24:08.930Z] #24 [internal] load build context [2022-05-13T10:24:08.930Z] #24 sha256:1e4192bbc4490838bbc411a1490489da80b59627cbf59adfc9f19d6c819241eb [2022-05-13T10:24:09.510Z] #24 ... [2022-05-13T10:24:09.510Z] [2022-05-13T10:24:09.510Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-13T10:24:09.510Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-13T10:24:09.510Z] #49 DONE 0.5s [2022-05-13T10:24:09.510Z] [2022-05-13T10:24:09.510Z] #24 [internal] load build context [2022-05-13T10:24:09.510Z] #24 sha256:1e4192bbc4490838bbc411a1490489da80b59627cbf59adfc9f19d6c819241eb [2022-05-13T10:24:12.802Z] #24 transferring context: 61.20MB 3.2s done [2022-05-13T10:24:12.802Z] #24 DONE 3.3s [2022-05-13T10:24:12.802Z] [2022-05-13T10:24:12.802Z] #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-13T10:24:12.802Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-13T10:24:12.802Z] #42 1.822 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-13T10:24:12.802Z] #42 1.944 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-13T10:24:12.802Z] #42 2.030 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-05-13T10:24:12.802Z] #42 3.085 Reading package lists... [2022-05-13T10:24:12.802Z] #42 ... [2022-05-13T10:24:12.802Z] [2022-05-13T10:24:12.802Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-13T10:24:12.802Z] #25 sha256:aa8475632e1ab06434f97bc416fd478086fa09d33c2360baf1af15a58369545a [2022-05-13T10:24:12.802Z] #25 DONE 0.3s [2022-05-13T10:24:12.802Z] [2022-05-13T10:24:12.802Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-13T10:24:12.802Z] #66 sha256:679773a47d0f8ae88e4d967c7aa6612b5211ae2df830ff7050d856b4f4dce1cc [2022-05-13T10:24:12.802Z] #66 DONE 0.3s [2022-05-13T10:24:12.802Z] [2022-05-13T10:24:12.802Z] #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-13T10:24:12.802Z] #67 sha256:bdd802b9b742f08eaab612e79eb249073f9c241136769bec82f9b68fb7477b3c [2022-05-13T10:24:14.184Z] #67 1.173 + RM_GOPATH=0 [2022-05-13T10:24:14.184Z] #67 1.173 + TMP_GOPATH= [2022-05-13T10:24:14.184Z] #67 1.173 + : /build [2022-05-13T10:24:14.184Z] #67 1.173 + '[' -z '' ']' [2022-05-13T10:24:14.184Z] #67 1.185 ++ mktemp -d [2022-05-13T10:24:14.184Z] #67 1.185 + export GOPATH=/tmp/tmp.ze4in0FZAc [2022-05-13T10:24:14.184Z] #67 1.185 + GOPATH=/tmp/tmp.ze4in0FZAc [2022-05-13T10:24:14.184Z] #67 1.185 + RM_GOPATH=1 [2022-05-13T10:24:14.184Z] #67 1.185 + case "$(go env GOARCH)" in [2022-05-13T10:24:14.184Z] #67 1.185 ++ go env GOARCH [2022-05-13T10:24:14.184Z] #67 1.192 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:24:14.184Z] #67 1.192 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:24:14.184Z] #67 1.194 ++ dirname /install.sh [2022-05-13T10:24:14.184Z] #67 1.206 + dir=/ [2022-05-13T10:24:14.184Z] #67 1.206 + bin=rootlesskit [2022-05-13T10:24:14.184Z] #67 1.206 + shift [2022-05-13T10:24:14.184Z] #67 1.206 + '[' '!' -f //rootlesskit.installer ']' [2022-05-13T10:24:14.184Z] #67 1.207 + . //rootlesskit.installer [2022-05-13T10:24:14.184Z] #67 1.207 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-13T10:24:14.184Z] #67 1.208 + install_rootlesskit [2022-05-13T10:24:14.184Z] #67 1.208 + case "$1" in [2022-05-13T10:24:14.184Z] #67 1.208 + export CGO_ENABLED=0 [2022-05-13T10:24:14.184Z] #67 1.209 + CGO_ENABLED=0 [2022-05-13T10:24:14.184Z] #67 1.209 + _install_rootlesskit [2022-05-13T10:24:14.184Z] #67 1.210 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-13T10:24:14.184Z] #67 1.210 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-13T10:24:14.184Z] #67 1.210 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-13T10:24:14.184Z] #67 1.210 + GOBIN=/build [2022-05-13T10:24:14.184Z] #67 1.210 + GO111MODULE=on [2022-05-13T10:24:14.184Z] #67 1.211 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-13T10:24:14.443Z] #67 1.611 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-13T10:24:15.822Z] #67 2.759 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-13T10:24:15.822Z] #67 2.760 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-13T10:24:15.822Z] #67 2.993 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-13T10:24:17.201Z] #67 4.237 go: downloading github.com/google/uuid v1.3.0 [2022-05-13T10:24:17.201Z] #67 4.259 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-13T10:24:17.462Z] #67 ... [2022-05-13T10:24:17.462Z] [2022-05-13T10:24:17.462Z] #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-13T10:24:17.462Z] #26 sha256:2effbbf05a362c1943511b4f6190e0e43c81841cea727cc980f62d24f0892883 [2022-05-13T10:24:17.462Z] #26 1.291 + RM_GOPATH=0 [2022-05-13T10:24:17.462Z] #26 1.292 + TMP_GOPATH= [2022-05-13T10:24:17.462Z] #26 1.292 + : /build [2022-05-13T10:24:17.462Z] #26 1.292 + '[' -z '' ']' [2022-05-13T10:24:17.462Z] #26 1.293 ++ mktemp -d [2022-05-13T10:24:17.462Z] #26 1.295 + export GOPATH=/tmp/tmp.Wt384VUCSD [2022-05-13T10:24:17.462Z] #26 1.295 + GOPATH=/tmp/tmp.Wt384VUCSD [2022-05-13T10:24:17.462Z] #26 1.295 + RM_GOPATH=1 [2022-05-13T10:24:17.462Z] #26 1.295 + case "$(go env GOARCH)" in [2022-05-13T10:24:17.462Z] #26 1.296 ++ go env GOARCH [2022-05-13T10:24:17.462Z] #26 1.300 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:24:17.462Z] #26 1.300 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:24:17.462Z] #26 1.301 ++ dirname /install.sh [2022-05-13T10:24:17.462Z] #26 1.303 + dir=/ [2022-05-13T10:24:17.462Z] #26 1.306 + bin=dockercli [2022-05-13T10:24:17.462Z] #26 1.306 + shift [2022-05-13T10:24:17.462Z] #26 1.306 + '[' '!' -f //dockercli.installer ']' [2022-05-13T10:24:17.462Z] #26 1.306 + . //dockercli.installer [2022-05-13T10:24:17.462Z] #26 1.306 ++ : stable [2022-05-13T10:24:17.462Z] #26 1.307 ++ : 17.06.2-ce [2022-05-13T10:24:17.462Z] #26 1.307 + install_dockercli [2022-05-13T10:24:17.462Z] #26 1.307 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-13T10:24:17.462Z] #26 1.308 Install docker/cli version 17.06.2-ce from stable [2022-05-13T10:24:17.462Z] #26 1.308 ++ uname -m [2022-05-13T10:24:17.462Z] #26 1.310 + arch=x86_64 [2022-05-13T10:24:17.462Z] #26 1.310 + '[' x86_64 '!=' x86_64 ']' [2022-05-13T10:24:17.462Z] #26 1.310 + url=https://download.docker.com/linux/static [2022-05-13T10:24:17.462Z] #26 1.311 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-13T10:24:17.462Z] #26 1.311 + tar -xz docker/docker [2022-05-13T10:24:17.462Z] #26 4.374 + mkdir -p /build [2022-05-13T10:24:17.462Z] #26 4.377 + mv docker/docker /build/ [2022-05-13T10:24:17.462Z] #26 4.379 + rmdir docker [2022-05-13T10:24:17.462Z] #26 DONE 4.5s [2022-05-13T10:24:17.462Z] [2022-05-13T10:24:17.462Z] #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-13T10:24:17.462Z] #67 sha256:bdd802b9b742f08eaab612e79eb249073f9c241136769bec82f9b68fb7477b3c [2022-05-13T10:24:17.462Z] #67 4.583 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-13T10:24:17.462Z] #67 4.625 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-13T10:24:17.462Z] #67 4.649 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-13T10:24:17.462Z] #67 4.721 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-13T10:24:17.721Z] #67 4.781 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-13T10:24:17.980Z] #67 5.193 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-13T10:24:17.980Z] #67 5.278 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-13T10:24:17.980Z] #67 5.340 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-13T10:24:18.239Z] #67 5.458 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-13T10:24:19.179Z] #67 ... [2022-05-13T10:24:19.179Z] [2022-05-13T10:24:19.179Z] #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-13T10:24:19.179Z] #29 sha256:87b36cc280fe638d7ef5f20bb22729024d374f203f2bcca845213957d578aa99 [2022-05-13T10:24:19.179Z] #29 CACHED [2022-05-13T10:24:19.179Z] [2022-05-13T10:24:19.179Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-13T10:24:19.179Z] #30 sha256:402eea30b744d9b8558ea20c83c5fca3568f3d38813f757357e47b836ccbe3b1 [2022-05-13T10:24:19.179Z] #30 CACHED [2022-05-13T10:24:19.179Z] [2022-05-13T10:24:19.179Z] #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-13T10:24:19.179Z] #31 sha256:98faefcee6c846a56e1b925ecb9d45779de9949fdb001fc39a95e64798ca3dcb [2022-05-13T10:24:19.179Z] #31 CACHED [2022-05-13T10:24:19.179Z] [2022-05-13T10:24:19.179Z] #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-13T10:24:19.179Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-13T10:24:19.179Z] #14 1.852 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-13T10:24:19.179Z] #14 1.988 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-13T10:24:19.179Z] #14 2.076 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-05-13T10:24:19.179Z] #14 3.200 Reading package lists... [2022-05-13T10:24:19.179Z] #14 5.204 Reading package lists... [2022-05-13T10:24:19.179Z] #14 7.113 Building dependency tree... [2022-05-13T10:24:19.179Z] #14 7.625 Reading state information... [2022-05-13T10:24:19.179Z] #14 8.146 The following additional packages will be installed: [2022-05-13T10:24:19.179Z] #14 8.149 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-13T10:24:19.179Z] #14 8.149 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-13T10:24:19.179Z] #14 8.149 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-13T10:24:19.179Z] #14 8.150 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-13T10:24:19.179Z] #14 8.150 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-13T10:24:19.179Z] #14 8.150 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-13T10:24:19.179Z] #14 8.151 mingw-w64-common mingw-w64-x86-64-dev [2022-05-13T10:24:19.179Z] #14 8.152 Suggested packages: [2022-05-13T10:24:19.179Z] #14 8.157 gcc-10-locales seccomp wine64 [2022-05-13T10:24:19.179Z] #14 8.921 The following NEW packages will be installed: [2022-05-13T10:24:19.179Z] #14 8.921 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-13T10:24:19.179Z] #14 8.921 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-13T10:24:19.179Z] #14 8.921 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-13T10:24:19.179Z] #14 8.921 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-13T10:24:19.179Z] #14 8.921 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-13T10:24:19.179Z] #14 8.921 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-13T10:24:19.179Z] #14 8.921 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-13T10:24:19.179Z] #14 8.921 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-13T10:24:19.179Z] #14 8.921 mingw-w64-x86-64-dev [2022-05-13T10:24:19.179Z] #14 9.259 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:24:19.179Z] #14 9.259 Need to get 115 MB of archives. [2022-05-13T10:24:19.179Z] #14 9.259 After this operation, 645 MB of additional disk space will be used. [2022-05-13T10:24:19.179Z] #14 9.259 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-13T10:24:19.179Z] #14 9.359 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-13T10:24:19.179Z] #14 9.455 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-13T10:24:19.179Z] #14 9.482 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-13T10:24:19.179Z] #14 9.482 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-13T10:24:19.179Z] #14 9.482 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-13T10:24:19.179Z] #14 9.649 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-13T10:24:19.179Z] #14 9.760 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-13T10:24:19.179Z] #14 9.763 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-13T10:24:19.179Z] #14 ... [2022-05-13T10:24:19.179Z] [2022-05-13T10:24:19.179Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-13T10:24:19.179Z] #33 sha256:13bbbf3faff18723d09a20753ca4c0d8c0ef84f05bf2eaee8859a47cbac48283 [2022-05-13T10:24:19.180Z] #33 CACHED [2022-05-13T10:24:19.180Z] [2022-05-13T10:24:19.180Z] #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-13T10:24:19.180Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-13T10:24:19.180Z] #34 CACHED [2022-05-13T10:24:19.180Z] [2022-05-13T10:24:19.180Z] #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-13T10:24:19.180Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-13T10:24:19.180Z] #36 CACHED [2022-05-13T10:24:19.180Z] [2022-05-13T10:24:19.180Z] #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-13T10:24:19.180Z] #38 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-13T10:24:19.180Z] #38 CACHED [2022-05-13T10:24:19.180Z] [2022-05-13T10:24:19.180Z] #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-13T10:24:19.180Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-13T10:24:19.180Z] #40 CACHED [2022-05-13T10:24:19.180Z] [2022-05-13T10:24:19.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-13T10:24:19.180Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-13T10:24:19.180Z] #14 10.08 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-13T10:24:19.180Z] #14 ... [2022-05-13T10:24:19.180Z] [2022-05-13T10:24:19.180Z] #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-13T10:24:19.180Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-13T10:24:19.180Z] #62 1.810 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-13T10:24:19.180Z] #62 1.973 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-13T10:24:19.180Z] #62 2.066 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-05-13T10:24:19.180Z] #62 3.123 Reading package lists... [2022-05-13T10:24:19.180Z] #62 5.073 Reading package lists... [2022-05-13T10:24:19.180Z] #62 7.047 Building dependency tree... [2022-05-13T10:24:19.180Z] #62 7.495 Reading state information... [2022-05-13T10:24:19.180Z] #62 8.089 The following additional packages will be installed: [2022-05-13T10:24:19.180Z] #62 8.091 libbtrfs0 [2022-05-13T10:24:19.180Z] #62 8.201 The following NEW packages will be installed: [2022-05-13T10:24:19.180Z] #62 8.203 libbtrfs-dev libbtrfs0 [2022-05-13T10:24:19.180Z] #62 8.543 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:24:19.180Z] #62 8.543 Need to get 460 kB of archives. [2022-05-13T10:24:19.180Z] #62 8.543 After this operation, 1237 kB of additional disk space will be used. [2022-05-13T10:24:19.180Z] #62 8.543 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-13T10:24:19.180Z] #62 8.547 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-13T10:24:19.180Z] #62 9.185 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:24:19.180Z] #62 9.305 Fetched 460 kB in 0s (1386 kB/s) [2022-05-13T10:24:19.180Z] #62 9.401 Selecting previously unselected package libbtrfs0:amd64. [2022-05-13T10:24:19.180Z] #62 9.401 (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-13T10:24:19.180Z] #62 9.643 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-13T10:24:19.180Z] #62 9.682 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-13T10:24:19.180Z] #62 9.917 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-13T10:24:19.180Z] #62 9.917 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-13T10:24:19.180Z] #62 9.926 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-13T10:24:19.180Z] #62 10.09 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-13T10:24:19.180Z] #62 10.12 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-13T10:24:19.180Z] #62 10.14 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:24:19.180Z] #62 ... [2022-05-13T10:24:19.180Z] [2022-05-13T10:24:19.180Z] #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-13T10:24:19.180Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-13T10:24:19.180Z] #42 3.085 Reading package lists... [2022-05-13T10:24:19.180Z] #42 5.444 Reading package lists... [2022-05-13T10:24:19.180Z] #42 7.469 Building dependency tree... [2022-05-13T10:24:19.180Z] #42 7.892 Reading state information... [2022-05-13T10:24:19.180Z] #42 8.384 The following additional packages will be installed: [2022-05-13T10:24:19.180Z] #42 8.406 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-13T10:24:19.180Z] #42 8.406 Suggested packages: [2022-05-13T10:24:19.180Z] #42 8.406 cmake-doc ninja-build lrzip [2022-05-13T10:24:19.180Z] #42 8.406 Recommended packages: [2022-05-13T10:24:19.180Z] #42 8.406 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-13T10:24:19.180Z] #42 8.878 The following NEW packages will be installed: [2022-05-13T10:24:19.180Z] #42 8.892 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-13T10:24:19.180Z] #42 8.892 vim-common xxd [2022-05-13T10:24:19.180Z] #42 9.231 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:24:19.180Z] #42 9.231 Need to get 17.7 MB of archives. [2022-05-13T10:24:19.180Z] #42 9.231 After this operation, 70.7 MB of additional disk space will be used. [2022-05-13T10:24:19.180Z] #42 9.231 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-13T10:24:19.180Z] #42 9.231 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-13T10:24:19.180Z] #42 9.231 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-13T10:24:19.180Z] #42 9.312 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-13T10:24:19.180Z] #42 9.632 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-13T10:24:19.180Z] #42 9.648 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-13T10:24:19.180Z] #42 9.665 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-13T10:24:19.180Z] #42 9.667 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-13T10:24:19.180Z] #42 9.672 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-13T10:24:19.180Z] #42 9.674 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-13T10:24:19.180Z] #42 10.17 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:24:19.180Z] #42 10.24 Fetched 17.7 MB in 1s (18.6 MB/s) [2022-05-13T10:24:19.439Z] #42 10.29 Selecting previously unselected package xxd. [2022-05-13T10:24:19.439Z] #42 10.29 (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-13T10:24:19.439Z] #42 10.32 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-13T10:24:19.439Z] #42 10.36 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:24:19.439Z] #42 ... [2022-05-13T10:24:19.439Z] [2022-05-13T10:24:19.439Z] #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-13T10:24:19.439Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-13T10:24:19.440Z] #62 DONE 10.4s [2022-05-13T10:24:19.440Z] [2022-05-13T10:24:19.440Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-13T10:24:19.440Z] #63 sha256:74febc0b0ee098e74b8c3ab89eaf00a5d0aca135740a13440c5325e3cc8bf06c [2022-05-13T10:24:19.440Z] #63 DONE 0.1s [2022-05-13T10:24:19.639Z] Still waiting to schedule task [2022-05-13T10:24:19.639Z] Waiting for next available executor on ‘windows-2019’ [2022-05-13T10:24:19.642Z] Still waiting to schedule task [2022-05-13T10:24:19.642Z] Waiting for next available executor on ‘windows-2022’ [2022-05-13T10:24:19.667Z] Fetching without tags [2022-05-13T10:24:19.699Z] [2022-05-13T10:24:19.699Z] #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-13T10:24:19.699Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-13T10:24:19.699Z] #14 10.63 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-13T10:24:19.877Z] Merging remotes/origin/master commit f1dd6bf84e28930e1ccd903361f9284fb22d3b8a into PR head commit 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:24:19.958Z] #14 10.83 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-13T10:24:19.958Z] #14 11.03 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-05-13T10:24:20.183Z] Fetching without tags [2022-05-13T10:24:20.216Z] Fetching without tags [2022-05-13T10:24:20.357Z] Merging remotes/origin/master commit f1dd6bf84e28930e1ccd903361f9284fb22d3b8a into PR head commit 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:24:20.388Z] Merging remotes/origin/master commit f1dd6bf84e28930e1ccd903361f9284fb22d3b8a into PR head commit 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:24:20.429Z] Merge succeeded, producing 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:24:20.429Z] Checking out Revision 8e4b5db542e45b11e57c920876e3d80a37158567 (PR-43269) [2022-05-13T10:24:20.527Z] #14 11.54 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-13T10:24:20.162Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-13T10:24:20.165Z] > git config --add remote.origin.fetch +refs/pull/43269/head:refs/remotes/origin/PR-43269 # timeout=10 [2022-05-13T10:24:20.168Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:24:20.177Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-13T10:24:20.185Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-13T10:24:20.185Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:24:20.186Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43269/head:refs/remotes/origin/PR-43269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:24:20.359Z] > git config core.sparsecheckout # timeout=10 [2022-05-13T10:24:20.363Z] > git checkout -f 8e4b5db542e45b11e57c920876e3d80a37158567 # timeout=10 [2022-05-13T10:24:19.658Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-13T10:24:19.661Z] > git config --add remote.origin.fetch +refs/pull/43269/head:refs/remotes/origin/PR-43269 # timeout=10 [2022-05-13T10:24:19.665Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:24:19.672Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-13T10:24:19.682Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-13T10:24:19.682Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:24:19.683Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43269/head:refs/remotes/origin/PR-43269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:24:19.891Z] > git config core.sparsecheckout # timeout=10 [2022-05-13T10:24:19.895Z] > git checkout -f 8e4b5db542e45b11e57c920876e3d80a37158567 # timeout=10 [2022-05-13T10:24:20.413Z] > git remote # timeout=10 [2022-05-13T10:24:20.417Z] > git config --get remote.origin.url # timeout=10 [2022-05-13T10:24:20.427Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:24:20.428Z] > git merge f1dd6bf84e28930e1ccd903361f9284fb22d3b8a # timeout=10 [2022-05-13T10:24:20.436Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-13T10:24:20.444Z] > git config core.sparsecheckout # timeout=10 [2022-05-13T10:24:20.447Z] > git checkout -f 8e4b5db542e45b11e57c920876e3d80a37158567 # timeout=10 [2022-05-13T10:24:20.197Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-13T10:24:20.199Z] > git config --add remote.origin.fetch +refs/pull/43269/head:refs/remotes/origin/PR-43269 # timeout=10 [2022-05-13T10:24:20.208Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:24:20.214Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-13T10:24:20.219Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-13T10:24:20.219Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:24:20.220Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43269/head:refs/remotes/origin/PR-43269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:24:20.390Z] > git config core.sparsecheckout # timeout=10 [2022-05-13T10:24:20.395Z] > git checkout -f 8e4b5db542e45b11e57c920876e3d80a37158567 # timeout=10 [2022-05-13T10:24:20.790Z] #14 11.73 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-13T10:24:20.790Z] #14 11.74 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-13T10:24:20.790Z] #14 11.74 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-13T10:24:20.790Z] #14 11.74 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-13T10:24:20.790Z] #14 11.74 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-13T10:24:20.790Z] #14 11.74 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-13T10:24:20.790Z] #14 11.74 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-13T10:24:20.790Z] #14 11.75 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-13T10:24:20.790Z] #14 11.75 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-13T10:24:20.790Z] #14 11.76 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-13T10:24:20.790Z] #14 11.76 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-13T10:24:20.790Z] #14 11.76 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-13T10:24:20.790Z] #14 11.81 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-13T10:24:20.790Z] #14 11.81 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-13T10:24:20.790Z] #14 11.81 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-13T10:24:20.790Z] #14 11.82 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-13T10:24:20.917Z] Merge succeeded, producing 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:24:20.917Z] Checking out Revision 8e4b5db542e45b11e57c920876e3d80a37158567 (PR-43269) [2022-05-13T10:24:20.927Z] Merge succeeded, producing 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:24:20.927Z] Checking out Revision 8e4b5db542e45b11e57c920876e3d80a37158567 (PR-43269) [2022-05-13T10:24:21.025Z] Commit message: "Add support for CpuCount/CpuPercent to image build" [2022-05-13T10:24:20.848Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-13T10:24:20.903Z] > git config --add remote.origin.fetch +refs/pull/43269/head:refs/remotes/origin/PR-43269 # timeout=10 [2022-05-13T10:24:20.958Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:24:21.191Z] Fetching without tags [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2022-05-13T10:24:21.359Z] #14 12.21 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:24:21.359Z] #14 12.28 Fetched 115 MB in 3s (39.7 MB/s) [2022-05-13T10:24:21.359Z] #14 12.33 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-13T10:24:21.359Z] #14 12.33 (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-13T10:24:21.359Z] #14 12.36 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-13T10:24:21.359Z] #14 12.37 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [Pipeline] sh [2022-05-13T10:24:21.541Z] Fetching without tags [2022-05-13T10:24:21.549Z] Commit message: "Add support for CpuCount/CpuPercent to image build" [2022-05-13T10:24:21.552Z] Commit message: "Add support for CpuCount/CpuPercent to image build" [2022-05-13T10:24:21.640Z] + docker version [2022-05-13T10:24:21.640Z] Client: Docker Engine - Community [2022-05-13T10:24:21.640Z] Version: 20.10.14 [2022-05-13T10:24:21.640Z] API version: 1.41 [2022-05-13T10:24:21.640Z] Go version: go1.16.15 [2022-05-13T10:24:21.640Z] Git commit: a224086 [2022-05-13T10:24:21.640Z] Built: Thu Mar 24 01:47:20 2022 [2022-05-13T10:24:21.640Z] OS/Arch: linux/arm64 [2022-05-13T10:24:21.640Z] Context: default [2022-05-13T10:24:21.640Z] Experimental: true [2022-05-13T10:24:21.640Z] [2022-05-13T10:24:21.640Z] Server: Docker Engine - Community [2022-05-13T10:24:21.640Z] Engine: [2022-05-13T10:24:21.640Z] Version: 20.10.14 [2022-05-13T10:24:21.640Z] API version: 1.41 (minimum version 1.12) [2022-05-13T10:24:21.640Z] Go version: go1.16.15 [2022-05-13T10:24:21.640Z] Git commit: 87a90dc [2022-05-13T10:24:21.640Z] Built: Thu Mar 24 01:45:39 2022 [2022-05-13T10:24:21.640Z] OS/Arch: linux/arm64 [2022-05-13T10:24:21.640Z] Experimental: true [2022-05-13T10:24:21.640Z] containerd: [2022-05-13T10:24:21.640Z] Version: 1.5.11 [2022-05-13T10:24:21.640Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-13T10:24:21.640Z] runc: [2022-05-13T10:24:21.640Z] Version: 1.0.3 [2022-05-13T10:24:21.640Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-13T10:24:21.640Z] docker-init: [2022-05-13T10:24:21.640Z] Version: 0.19.0 [2022-05-13T10:24:21.640Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-13T10:24:21.709Z] Merging remotes/origin/master commit f1dd6bf84e28930e1ccd903361f9284fb22d3b8a into PR head commit 8e4b5db542e45b11e57c920876e3d80a37158567 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-13T10:24:21.928Z] + docker info [2022-05-13T10:24:21.928Z] Client: [2022-05-13T10:24:21.928Z] Context: default [2022-05-13T10:24:21.928Z] Debug Mode: false [2022-05-13T10:24:21.928Z] Plugins: [2022-05-13T10:24:21.928Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-13T10:24:21.928Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-13T10:24:21.928Z] [2022-05-13T10:24:21.928Z] Server: [2022-05-13T10:24:21.928Z] Containers: 0 [2022-05-13T10:24:21.928Z] Running: 0 [2022-05-13T10:24:21.928Z] Paused: 0 [2022-05-13T10:24:21.928Z] Stopped: 0 [2022-05-13T10:24:21.928Z] Images: 3 [2022-05-13T10:24:21.928Z] Server Version: 20.10.14 [2022-05-13T10:24:21.928Z] Storage Driver: overlay2 [2022-05-13T10:24:21.928Z] Backing Filesystem: extfs [2022-05-13T10:24:21.928Z] Supports d_type: true [2022-05-13T10:24:21.928Z] Native Overlay Diff: true [2022-05-13T10:24:21.928Z] userxattr: false [2022-05-13T10:24:21.928Z] Logging Driver: json-file [2022-05-13T10:24:21.928Z] Cgroup Driver: cgroupfs [2022-05-13T10:24:21.928Z] Cgroup Version: 1 [2022-05-13T10:24:21.928Z] Plugins: [2022-05-13T10:24:21.928Z] Volume: local [2022-05-13T10:24:21.928Z] Network: bridge host ipvlan macvlan null overlay [2022-05-13T10:24:21.928Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-13T10:24:21.928Z] Swarm: inactive [2022-05-13T10:24:21.928Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-13T10:24:21.928Z] Default Runtime: runc [2022-05-13T10:24:21.928Z] Init Binary: docker-init [2022-05-13T10:24:21.928Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-13T10:24:21.928Z] runc version: v1.0.3-0-gf46b6ba [2022-05-13T10:24:21.928Z] init version: de40ad0 [2022-05-13T10:24:21.928Z] Security Options: [2022-05-13T10:24:21.928Z] apparmor [2022-05-13T10:24:21.928Z] seccomp [2022-05-13T10:24:21.928Z] Profile: default [2022-05-13T10:24:21.928Z] Kernel Version: 5.13.0-1021-aws [2022-05-13T10:24:21.928Z] Operating System: Ubuntu 20.04.4 LTS [2022-05-13T10:24:21.928Z] OSType: linux [2022-05-13T10:24:21.928Z] Architecture: aarch64 [2022-05-13T10:24:21.928Z] CPUs: 2 [2022-05-13T10:24:21.928Z] Total Memory: 7.562GiB [2022-05-13T10:24:21.928Z] Name: ip-10-100-48-4 [2022-05-13T10:24:21.928Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-05-13T10:24:21.928Z] Docker Root Dir: /var/lib/docker [2022-05-13T10:24:21.928Z] Debug Mode: false [2022-05-13T10:24:21.928Z] Registry: https://index.docker.io/v1/ [2022-05-13T10:24:21.928Z] Labels: [2022-05-13T10:24:21.928Z] Experimental: true [2022-05-13T10:24:21.928Z] Insecure Registries: [2022-05-13T10:24:21.928Z] 127.0.0.0/8 [2022-05-13T10:24:21.928Z] Live Restore Enabled: true [2022-05-13T10:24:21.928Z] [Pipeline] sh [2022-05-13T10:24:21.941Z] Merging remotes/origin/master commit f1dd6bf84e28930e1ccd903361f9284fb22d3b8a into PR head commit 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:24:22.148Z] + docker version [2022-05-13T10:24:22.148Z] Client: Docker Engine - Community [2022-05-13T10:24:22.148Z] Version: 20.10.14 [2022-05-13T10:24:22.148Z] API version: 1.41 [2022-05-13T10:24:22.148Z] Go version: go1.16.15 [2022-05-13T10:24:22.148Z] Git commit: a224086 [2022-05-13T10:24:22.148Z] Built: Thu Mar 24 01:47:57 2022 [2022-05-13T10:24:22.148Z] OS/Arch: linux/amd64 [2022-05-13T10:24:22.148Z] Context: default [2022-05-13T10:24:22.148Z] Experimental: true [2022-05-13T10:24:22.148Z] [2022-05-13T10:24:22.148Z] Server: Docker Engine - Community [2022-05-13T10:24:22.148Z] Engine: [2022-05-13T10:24:22.148Z] Version: 20.10.14 [2022-05-13T10:24:22.148Z] API version: 1.41 (minimum version 1.12) [2022-05-13T10:24:22.148Z] Go version: go1.16.15 [2022-05-13T10:24:22.148Z] Git commit: 87a90dc [2022-05-13T10:24:22.148Z] Built: Thu Mar 24 01:45:46 2022 [2022-05-13T10:24:22.148Z] OS/Arch: linux/amd64 [2022-05-13T10:24:22.148Z] Experimental: true [2022-05-13T10:24:22.148Z] containerd: [2022-05-13T10:24:22.148Z] Version: 1.5.11 [2022-05-13T10:24:22.148Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-13T10:24:22.148Z] runc: [2022-05-13T10:24:22.148Z] Version: 1.0.3 [2022-05-13T10:24:22.148Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-13T10:24:22.148Z] docker-init: [2022-05-13T10:24:22.148Z] Version: 0.19.0 [2022-05-13T10:24:22.148Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-13T10:24:22.212Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-13T10:24:22.212Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-13T10:24:22.212Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43269/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-13T10:24:22.212Z] + bash /home/ubuntu/workspace/moby_PR-43269/check-config.sh [2022-05-13T10:24:22.212Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-13T10:24:22.212Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-05-13T10:24:22.212Z] [2022-05-13T10:24:22.212Z] Generally Necessary: [2022-05-13T10:24:22.212Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-13T10:24:22.212Z] - apparmor: enabled and tools installed [2022-05-13T10:24:22.212Z] - CONFIG_NAMESPACES: enabled [2022-05-13T10:24:22.212Z] - CONFIG_NET_NS: enabled [2022-05-13T10:24:22.212Z] - CONFIG_PID_NS: enabled [2022-05-13T10:24:22.212Z] - CONFIG_IPC_NS: enabled [2022-05-13T10:24:22.212Z] - CONFIG_UTS_NS: enabled [2022-05-13T10:24:22.212Z] - CONFIG_CGROUPS: enabled [2022-05-13T10:24:22.212Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-13T10:24:22.212Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-13T10:24:22.212Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-13T10:24:22.212Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-13T10:24:22.212Z] - CONFIG_CPUSETS: enabled [2022-05-13T10:24:22.212Z] - CONFIG_MEMCG: enabled [2022-05-13T10:24:22.212Z] - CONFIG_KEYS: enabled [2022-05-13T10:24:22.212Z] - CONFIG_VETH: enabled (as module) [2022-05-13T10:24:22.212Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-13T10:24:22.212Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-13T10:24:22.212Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-13T10:24:22.212Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-13T10:24:22.212Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-13T10:24:22.212Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-13T10:24:22.212Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-13T10:24:22.287Z] Merge succeeded, producing 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:24:22.287Z] Checking out Revision 8e4b5db542e45b11e57c920876e3d80a37158567 (PR-43269) [2022-05-13T10:24:22.295Z] #14 13.26 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-13T10:24:22.295Z] #14 13.26 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-13T10:24:22.295Z] #14 13.27 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-13T10:24:20.886Z] > git remote # timeout=10 [2022-05-13T10:24:20.892Z] > git config --get remote.origin.url # timeout=10 [2022-05-13T10:24:20.896Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:24:20.896Z] > git merge f1dd6bf84e28930e1ccd903361f9284fb22d3b8a # timeout=10 [2022-05-13T10:24:20.911Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-13T10:24:20.933Z] > git config core.sparsecheckout # timeout=10 [2022-05-13T10:24:20.939Z] > git checkout -f 8e4b5db542e45b11e57c920876e3d80a37158567 # timeout=10 [2022-05-13T10:24:22.428Z] + docker info [2022-05-13T10:24:22.472Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-13T10:24:22.472Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-13T10:24:22.472Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-13T10:24:22.472Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-13T10:24:22.472Z] - CONFIG_CGROUP_BPF: enabled [2022-05-13T10:24:22.472Z] [2022-05-13T10:24:22.472Z] Optional Features: [2022-05-13T10:24:22.472Z] - CONFIG_USER_NS: enabled [2022-05-13T10:24:22.472Z] - CONFIG_SECCOMP: enabled [2022-05-13T10:24:22.472Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-13T10:24:22.472Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-13T10:24:22.472Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-13T10:24:22.472Z] (cgroup swap accounting is currently enabled) [2022-05-13T10:24:22.472Z] - CONFIG_BLK_CGROUP: enabled [2022-05-13T10:24:22.472Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-13T10:24:22.472Z] - CONFIG_CGROUP_PERF: enabled [2022-05-13T10:24:22.472Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-13T10:24:22.472Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-13T10:24:22.472Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-13T10:24:22.472Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-13T10:24:22.472Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-13T10:24:22.472Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-13T10:24:22.472Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-13T10:24:22.472Z] - CONFIG_IP_VS: enabled (as module) [2022-05-13T10:24:22.472Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-13T10:24:22.472Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-13T10:24:22.472Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-13T10:24:21.539Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-13T10:24:21.543Z] > git config --add remote.origin.fetch +refs/pull/43269/head:refs/remotes/origin/PR-43269 # timeout=10 [2022-05-13T10:24:21.548Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:24:21.561Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-13T10:24:21.571Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-13T10:24:21.571Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:24:21.572Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43269/head:refs/remotes/origin/PR-43269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:24:21.739Z] > git config core.sparsecheckout # timeout=10 [2022-05-13T10:24:21.747Z] > git checkout -f 8e4b5db542e45b11e57c920876e3d80a37158567 # timeout=10 [2022-05-13T10:24:22.268Z] > git remote # timeout=10 [2022-05-13T10:24:22.277Z] > git config --get remote.origin.url # timeout=10 [2022-05-13T10:24:22.283Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:24:22.284Z] > git merge f1dd6bf84e28930e1ccd903361f9284fb22d3b8a # timeout=10 [2022-05-13T10:24:22.296Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-13T10:24:22.316Z] > git config core.sparsecheckout # timeout=10 [2022-05-13T10:24:22.320Z] > git checkout -f 8e4b5db542e45b11e57c920876e3d80a37158567 # timeout=10 [2022-05-13T10:24:20.903Z] > git remote # timeout=10 [2022-05-13T10:24:20.908Z] > git config --get remote.origin.url # timeout=10 [2022-05-13T10:24:20.913Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:24:20.914Z] > git merge f1dd6bf84e28930e1ccd903361f9284fb22d3b8a # timeout=10 [2022-05-13T10:24:20.922Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-13T10:24:20.929Z] > git config core.sparsecheckout # timeout=10 [2022-05-13T10:24:20.931Z] > git checkout -f 8e4b5db542e45b11e57c920876e3d80a37158567 # timeout=10 [2022-05-13T10:24:22.547Z] + [ PR != PR ] [2022-05-13T10:24:22.547Z] + [ master != master ] [2022-05-13T10:24:22.547Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-13T10:24:22.732Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-13T10:24:22.732Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-13T10:24:22.732Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-13T10:24:22.732Z] - CONFIG_EXT4_FS: enabled [2022-05-13T10:24:22.732Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-13T10:24:22.732Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-13T10:24:22.732Z] - Network Drivers: [2022-05-13T10:24:22.732Z] - "overlay": [2022-05-13T10:24:22.732Z] - CONFIG_VXLAN: enabled (as module) [2022-05-13T10:24:22.732Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-13T10:24:22.732Z] Optional (for encrypted networks): [2022-05-13T10:24:22.732Z] - CONFIG_CRYPTO: enabled [2022-05-13T10:24:22.732Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-13T10:24:22.732Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-13T10:24:22.732Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-13T10:24:22.732Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-13T10:24:22.732Z] - CONFIG_XFRM: enabled [2022-05-13T10:24:22.732Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-13T10:24:22.732Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-13T10:24:22.732Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-13T10:24:22.732Z] - "ipvlan": [2022-05-13T10:24:22.732Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-13T10:24:22.732Z] - "macvlan": [2022-05-13T10:24:22.732Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-13T10:24:22.732Z] - CONFIG_DUMMY: enabled (as module) [2022-05-13T10:24:22.732Z] - "ftp,tftp client in container": [2022-05-13T10:24:22.743Z] Commit message: "Add support for CpuCount/CpuPercent to image build" [2022-05-13T10:24:22.862Z] + docker version [2022-05-13T10:24:22.862Z] Client: Docker Engine - Community [2022-05-13T10:24:22.862Z] Version: 20.10.14 [2022-05-13T10:24:22.862Z] API version: 1.41 [2022-05-13T10:24:22.862Z] Go version: go1.16.15 [2022-05-13T10:24:22.862Z] Git commit: a224086 [2022-05-13T10:24:22.862Z] Built: Thu Mar 24 01:47:57 2022 [2022-05-13T10:24:22.862Z] OS/Arch: linux/amd64 [2022-05-13T10:24:22.862Z] Context: default [2022-05-13T10:24:22.862Z] Experimental: true [2022-05-13T10:24:22.862Z] [2022-05-13T10:24:22.862Z] Server: Docker Engine - Community [2022-05-13T10:24:22.862Z] Engine: [2022-05-13T10:24:22.862Z] Version: 20.10.14 [2022-05-13T10:24:22.862Z] API version: 1.41 (minimum version 1.12) [2022-05-13T10:24:22.862Z] Go version: go1.16.15 [2022-05-13T10:24:22.862Z] Git commit: 87a90dc [2022-05-13T10:24:22.862Z] Built: Thu Mar 24 01:45:46 2022 [2022-05-13T10:24:22.862Z] OS/Arch: linux/amd64 [2022-05-13T10:24:22.862Z] Experimental: true [2022-05-13T10:24:22.862Z] containerd: [2022-05-13T10:24:22.862Z] Version: 1.5.11 [2022-05-13T10:24:22.862Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-13T10:24:22.862Z] runc: [2022-05-13T10:24:22.862Z] Version: 1.0.3 [2022-05-13T10:24:22.862Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-13T10:24:22.862Z] docker-init: [2022-05-13T10:24:22.862Z] Version: 0.19.0 [2022-05-13T10:24:22.862Z] GitCommit: de40ad0 [2022-05-13T10:24:21.088Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-13T10:24:21.223Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-13T10:24:21.225Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:24:21.227Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43269/head:refs/remotes/origin/PR-43269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:24:21.974Z] > git config core.sparsecheckout # timeout=10 [2022-05-13T10:24:22.026Z] > git checkout -f 8e4b5db542e45b11e57c920876e3d80a37158567 # timeout=10 [Pipeline] sh [2022-05-13T10:24:22.992Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-13T10:24:22.992Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-13T10:24:22.992Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-13T10:24:22.992Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-13T10:24:22.992Z] - Storage Drivers: [2022-05-13T10:24:22.992Z] - "aufs": [2022-05-13T10:24:22.992Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-13T10:24:22.992Z] - "btrfs": [2022-05-13T10:24:22.992Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-13T10:24:22.992Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-13T10:24:22.992Z] - "devicemapper": [2022-05-13T10:24:22.992Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-13T10:24:22.992Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-13T10:24:22.992Z] - "overlay": [2022-05-13T10:24:22.992Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-13T10:24:22.992Z] - "zfs": [2022-05-13T10:24:22.992Z] - /dev/zfs: present [2022-05-13T10:24:22.992Z] - zfs command: missing [2022-05-13T10:24:22.992Z] - zpool command: missing [2022-05-13T10:24:22.992Z] [2022-05-13T10:24:22.992Z] Limits: [2022-05-13T10:24:22.992Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-13T10:24:22.992Z] [2022-05-13T10:24:22.992Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] sh [2022-05-13T10:24:23.186Z] + docker info [2022-05-13T10:24:23.235Z] #14 14.37 Selecting previously unselected package binutils-mingw-w64. [2022-05-13T10:24:23.235Z] #14 14.37 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-13T10:24:23.361Z] Client: [2022-05-13T10:24:23.361Z] Context: default [2022-05-13T10:24:23.361Z] Debug Mode: false [2022-05-13T10:24:23.361Z] Plugins: [2022-05-13T10:24:23.361Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-13T10:24:23.361Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-13T10:24:23.361Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-13T10:24:23.361Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-13T10:24:23.361Z] [2022-05-13T10:24:23.361Z] Server: [2022-05-13T10:24:23.361Z] Containers: 0 [2022-05-13T10:24:23.361Z] Running: 0 [2022-05-13T10:24:23.361Z] Paused: 0 [2022-05-13T10:24:23.361Z] Stopped: 0 [2022-05-13T10:24:23.361Z] Images: 4 [2022-05-13T10:24:23.361Z] Server Version: 20.10.14 [2022-05-13T10:24:23.361Z] Storage Driver: overlay2 [2022-05-13T10:24:23.361Z] Backing Filesystem: extfs [2022-05-13T10:24:23.361Z] Supports d_type: true [2022-05-13T10:24:23.361Z] Native Overlay Diff: true [2022-05-13T10:24:23.361Z] userxattr: false [2022-05-13T10:24:23.361Z] Logging Driver: json-file [2022-05-13T10:24:23.361Z] Cgroup Driver: cgroupfs [2022-05-13T10:24:23.361Z] Cgroup Version: 1 [2022-05-13T10:24:23.361Z] Plugins: [2022-05-13T10:24:23.361Z] Volume: local [2022-05-13T10:24:23.361Z] Network: bridge host ipvlan macvlan null overlay [2022-05-13T10:24:23.361Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-13T10:24:23.361Z] Swarm: inactive [2022-05-13T10:24:23.361Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-05-13T10:24:23.361Z] Default Runtime: runc [2022-05-13T10:24:23.361Z] Init Binary: docker-init [2022-05-13T10:24:23.361Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-13T10:24:23.361Z] runc version: v1.0.3-0-gf46b6ba [2022-05-13T10:24:23.361Z] init version: de40ad0 [2022-05-13T10:24:23.361Z] Security Options: [2022-05-13T10:24:23.361Z] apparmor [2022-05-13T10:24:23.361Z] seccomp [2022-05-13T10:24:23.361Z] Profile: default [2022-05-13T10:24:23.361Z] Kernel Version: 5.4.0-1071-aws [2022-05-13T10:24:23.361Z] Operating System: Ubuntu 18.04.6 LTS [2022-05-13T10:24:23.361Z] OSType: linux [2022-05-13T10:24:23.361Z] Architecture: x86_64 [2022-05-13T10:24:23.361Z] CPUs: 2 [2022-05-13T10:24:23.361Z] Total Memory: 7.565GiB [2022-05-13T10:24:23.361Z] Name: ip-10-100-125-145 [2022-05-13T10:24:23.361Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-05-13T10:24:23.361Z] Docker Root Dir: /var/lib/docker [2022-05-13T10:24:23.361Z] Debug Mode: false [2022-05-13T10:24:23.361Z] Registry: https://index.docker.io/v1/ [2022-05-13T10:24:23.361Z] Labels: [2022-05-13T10:24:23.361Z] Experimental: true [2022-05-13T10:24:23.361Z] Insecure Registries: [2022-05-13T10:24:23.361Z] 127.0.0.0/8 [2022-05-13T10:24:23.361Z] Live Restore Enabled: true [2022-05-13T10:24:23.361Z] [2022-05-13T10:24:23.361Z] WARNING: No swap limit support [2022-05-13T10:24:23.362Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8e4b5db542e45b11e57c920876e3d80a37158567 . [2022-05-13T10:24:23.362Z] #1 [internal] load build definition from Dockerfile [2022-05-13T10:24:23.362Z] #1 sha256:8eab1c85ab7363748104b78a48d1f406eb80aeb5bde9cc6d109d351b216f59ea [2022-05-13T10:24:23.362Z] #1 transferring dockerfile: 17.93kB done [2022-05-13T10:24:23.362Z] #1 DONE 0.0s [2022-05-13T10:24:23.362Z] [2022-05-13T10:24:23.362Z] #2 [internal] load .dockerignore [2022-05-13T10:24:23.362Z] #2 sha256:b75a7fb17d995ea3ecca66fe8a0da42e1bd3fb630cde7de5454ebef6fb93ef7c [2022-05-13T10:24:23.362Z] #2 transferring context: 145B done [2022-05-13T10:24:23.362Z] #2 DONE 0.0s [2022-05-13T10:24:23.362Z] [2022-05-13T10:24:23.362Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-13T10:24:23.362Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [Pipeline] sh [2022-05-13T10:24:23.395Z] + docker version [2022-05-13T10:24:23.395Z] Client: Docker Engine - Community [2022-05-13T10:24:23.395Z] Version: 20.10.14 [2022-05-13T10:24:23.395Z] API version: 1.41 [2022-05-13T10:24:23.395Z] Go version: go1.16.15 [2022-05-13T10:24:23.395Z] Git commit: a224086 [2022-05-13T10:24:23.395Z] Built: Thu Mar 24 01:48:02 2022 [2022-05-13T10:24:23.395Z] OS/Arch: linux/amd64 [2022-05-13T10:24:23.395Z] Context: default [2022-05-13T10:24:23.395Z] Experimental: true [2022-05-13T10:24:23.395Z] [2022-05-13T10:24:23.395Z] Server: Docker Engine - Community [2022-05-13T10:24:23.395Z] Engine: [2022-05-13T10:24:23.395Z] Version: 20.10.14 [2022-05-13T10:24:23.395Z] API version: 1.41 (minimum version 1.12) [2022-05-13T10:24:23.395Z] Go version: go1.16.15 [2022-05-13T10:24:23.395Z] Git commit: 87a90dc [2022-05-13T10:24:23.395Z] Built: Thu Mar 24 01:45:53 2022 [2022-05-13T10:24:23.395Z] OS/Arch: linux/amd64 [2022-05-13T10:24:23.395Z] Experimental: true [2022-05-13T10:24:23.395Z] containerd: [2022-05-13T10:24:23.395Z] Version: 1.5.11 [2022-05-13T10:24:23.395Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-13T10:24:23.395Z] runc: [2022-05-13T10:24:23.395Z] Version: 1.0.3 [2022-05-13T10:24:23.395Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-13T10:24:23.395Z] docker-init: [2022-05-13T10:24:23.395Z] Version: 0.19.0 [2022-05-13T10:24:23.395Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-13T10:24:23.494Z] #14 14.39 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-13T10:24:23.494Z] #14 14.45 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-13T10:24:23.494Z] #14 14.46 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-13T10:24:23.494Z] #14 14.47 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-13T10:24:23.640Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-13T10:24:23.640Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-13T10:24:23.640Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43269/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-13T10:24:23.640Z] + bash /home/ubuntu/workspace/moby_PR-43269/check-config.sh [2022-05-13T10:24:23.641Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-13T10:24:23.641Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-05-13T10:24:23.641Z] [2022-05-13T10:24:23.641Z] Generally Necessary: [2022-05-13T10:24:23.641Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-13T10:24:23.641Z] - apparmor: enabled and tools installed [2022-05-13T10:24:23.641Z] - CONFIG_NAMESPACES: enabled [2022-05-13T10:24:23.641Z] - CONFIG_NET_NS: enabled [2022-05-13T10:24:23.641Z] - CONFIG_PID_NS: enabled [2022-05-13T10:24:23.641Z] - CONFIG_IPC_NS: enabled [2022-05-13T10:24:23.641Z] - CONFIG_UTS_NS: enabled [2022-05-13T10:24:23.641Z] - CONFIG_CGROUPS: enabled [2022-05-13T10:24:23.641Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-13T10:24:23.641Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-13T10:24:23.641Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-13T10:24:23.641Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-13T10:24:23.641Z] - CONFIG_CPUSETS: enabled [2022-05-13T10:24:23.641Z] - CONFIG_MEMCG: enabled [2022-05-13T10:24:23.641Z] - CONFIG_KEYS: enabled [2022-05-13T10:24:23.641Z] - CONFIG_VETH: enabled (as module) [2022-05-13T10:24:23.641Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-13T10:24:23.641Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-13T10:24:23.641Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-13T10:24:23.641Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-13T10:24:23.641Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-13T10:24:23.641Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-13T10:24:23.641Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-13T10:24:23.641Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-13T10:24:23.641Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-13T10:24:23.641Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-13T10:24:23.641Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-13T10:24:23.641Z] - CONFIG_CGROUP_BPF: enabled [2022-05-13T10:24:23.641Z] [2022-05-13T10:24:23.641Z] Optional Features: [2022-05-13T10:24:23.641Z] - CONFIG_USER_NS: enabled [2022-05-13T10:24:23.641Z] - CONFIG_SECCOMP: enabled [2022-05-13T10:24:23.675Z] + docker info [2022-05-13T10:24:23.675Z] Client: [2022-05-13T10:24:23.675Z] Context: default [2022-05-13T10:24:23.675Z] Debug Mode: false [2022-05-13T10:24:23.675Z] Plugins: [2022-05-13T10:24:23.675Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-13T10:24:23.675Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-13T10:24:23.675Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-13T10:24:23.675Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-13T10:24:23.675Z] [2022-05-13T10:24:23.675Z] Server: [2022-05-13T10:24:23.675Z] Containers: 0 [2022-05-13T10:24:23.675Z] Running: 0 [2022-05-13T10:24:23.675Z] Paused: 0 [2022-05-13T10:24:23.675Z] Stopped: 0 [2022-05-13T10:24:23.675Z] Images: 3 [2022-05-13T10:24:23.675Z] Server Version: 20.10.14 [2022-05-13T10:24:23.675Z] Storage Driver: overlay2 [2022-05-13T10:24:23.675Z] Backing Filesystem: extfs [2022-05-13T10:24:23.675Z] Supports d_type: true [2022-05-13T10:24:23.675Z] Native Overlay Diff: true [2022-05-13T10:24:23.675Z] userxattr: false [2022-05-13T10:24:23.675Z] Logging Driver: json-file [2022-05-13T10:24:23.675Z] Cgroup Driver: systemd [2022-05-13T10:24:23.675Z] Cgroup Version: 2 [2022-05-13T10:24:23.675Z] Plugins: [2022-05-13T10:24:23.675Z] Volume: local [2022-05-13T10:24:23.675Z] Network: bridge host ipvlan macvlan null overlay [2022-05-13T10:24:23.675Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-13T10:24:23.675Z] Swarm: inactive [2022-05-13T10:24:23.675Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-13T10:24:23.675Z] Default Runtime: runc [2022-05-13T10:24:23.675Z] Init Binary: docker-init [2022-05-13T10:24:23.675Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-13T10:24:23.675Z] runc version: v1.0.3-0-gf46b6ba [2022-05-13T10:24:23.675Z] init version: de40ad0 [2022-05-13T10:24:23.675Z] Security Options: [2022-05-13T10:24:23.675Z] apparmor [2022-05-13T10:24:23.675Z] seccomp [2022-05-13T10:24:23.675Z] Profile: default [2022-05-13T10:24:23.675Z] cgroupns [2022-05-13T10:24:23.675Z] Kernel Version: 5.13.0-1021-aws [2022-05-13T10:24:23.675Z] Operating System: Ubuntu 20.04.4 LTS [2022-05-13T10:24:23.675Z] OSType: linux [2022-05-13T10:24:23.675Z] Architecture: x86_64 [2022-05-13T10:24:23.675Z] CPUs: 2 [2022-05-13T10:24:23.675Z] Total Memory: 7.476GiB [2022-05-13T10:24:23.675Z] Name: ip-10-100-122-66 [2022-05-13T10:24:23.676Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-05-13T10:24:23.676Z] Docker Root Dir: /var/lib/docker [2022-05-13T10:24:23.676Z] Debug Mode: false [2022-05-13T10:24:23.676Z] Registry: https://index.docker.io/v1/ [2022-05-13T10:24:23.676Z] Labels: [2022-05-13T10:24:23.676Z] Experimental: true [2022-05-13T10:24:23.676Z] Insecure Registries: [2022-05-13T10:24:23.676Z] 127.0.0.0/8 [2022-05-13T10:24:23.676Z] Live Restore Enabled: true [2022-05-13T10:24:23.676Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-13T10:24:23.757Z] #14 14.55 Selecting previously unselected package dmsetup. [2022-05-13T10:24:23.757Z] #14 14.56 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-13T10:24:23.757Z] #14 14.57 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-13T10:24:23.757Z] #14 14.66 Selecting previously unselected package mingw-w64-common. [2022-05-13T10:24:23.757Z] #14 14.66 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-13T10:24:23.757Z] #14 14.67 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-13T10:24:23.899Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-13T10:24:23.899Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-13T10:24:23.899Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-13T10:24:23.899Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-05-13T10:24:23.899Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-05-13T10:24:23.899Z] - CONFIG_BLK_CGROUP: enabled [2022-05-13T10:24:23.899Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-13T10:24:23.899Z] - CONFIG_CGROUP_PERF: enabled [2022-05-13T10:24:23.899Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-13T10:24:23.899Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-13T10:24:23.899Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-13T10:24:23.899Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-13T10:24:23.899Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-13T10:24:23.899Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-13T10:24:23.899Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-13T10:24:23.899Z] - CONFIG_IP_VS: enabled (as module) [2022-05-13T10:24:23.899Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-13T10:24:23.899Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-13T10:24:23.899Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-13T10:24:23.899Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-13T10:24:23.899Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-13T10:24:23.899Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-13T10:24:23.899Z] - CONFIG_EXT4_FS: enabled [2022-05-13T10:24:23.899Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-13T10:24:23.899Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-13T10:24:23.899Z] - Network Drivers: [2022-05-13T10:24:23.899Z] - "overlay": [2022-05-13T10:24:23.899Z] - CONFIG_VXLAN: enabled (as module) [2022-05-13T10:24:23.899Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-13T10:24:23.899Z] Optional (for encrypted networks): [2022-05-13T10:24:23.899Z] - CONFIG_CRYPTO: enabled [2022-05-13T10:24:23.899Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-13T10:24:23.899Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-13T10:24:23.899Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-13T10:24:23.899Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-13T10:24:23.899Z] - CONFIG_XFRM: enabled [2022-05-13T10:24:23.899Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-13T10:24:23.899Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-13T10:24:23.899Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-13T10:24:23.899Z] - "ipvlan": [2022-05-13T10:24:23.930Z] #3 DONE 0.3s [2022-05-13T10:24:23.930Z] [2022-05-13T10:24:23.930Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-13T10:24:23.930Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-05-13T10:24:23.930Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-05-13T10:24:23.930Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-13T10:24:23.930Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-05-13T10:24:23.930Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-05-13T10:24:23.930Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0B / 9.06MB 0.1s [2022-05-13T10:24:23.930Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 8.39MB / 9.06MB 0.2s [2022-05-13T10:24:24.013Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:8e4b5db542e45b11e57c920876e3d80a37158567 . [2022-05-13T10:24:24.013Z] #1 [internal] load build definition from Dockerfile [2022-05-13T10:24:24.013Z] #1 sha256:9f7c9f8f4ee58ea69132013c5657c0a8121e5c68aa1254ae89ac6b298ea40d4d [2022-05-13T10:24:24.013Z] #1 transferring dockerfile: 17.93kB done [2022-05-13T10:24:24.013Z] #1 DONE 0.0s [2022-05-13T10:24:24.013Z] [2022-05-13T10:24:24.013Z] #2 [internal] load .dockerignore [2022-05-13T10:24:24.013Z] #2 sha256:ebb3374ef0d588458e649b28fabacb8aeefccf65f040f90e6c18a18253744191 [2022-05-13T10:24:24.013Z] #2 transferring context: 145B done [2022-05-13T10:24:24.013Z] #2 DONE 0.0s [2022-05-13T10:24:24.013Z] [2022-05-13T10:24:24.013Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-13T10:24:24.013Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-13T10:24:24.110Z] Client: [2022-05-13T10:24:24.110Z] Context: default [2022-05-13T10:24:24.110Z] Debug Mode: false [2022-05-13T10:24:24.110Z] Plugins: [2022-05-13T10:24:24.110Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-13T10:24:24.110Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-13T10:24:24.110Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-13T10:24:24.110Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-13T10:24:24.110Z] [2022-05-13T10:24:24.110Z] Server: [2022-05-13T10:24:24.110Z] Containers: 0 [2022-05-13T10:24:24.110Z] Running: 0 [2022-05-13T10:24:24.110Z] Paused: 0 [2022-05-13T10:24:24.110Z] Stopped: 0 [2022-05-13T10:24:24.110Z] Images: 3 [2022-05-13T10:24:24.110Z] Server Version: 20.10.14 [2022-05-13T10:24:24.110Z] Storage Driver: overlay2 [2022-05-13T10:24:24.110Z] Backing Filesystem: extfs [2022-05-13T10:24:24.110Z] Supports d_type: true [2022-05-13T10:24:24.110Z] Native Overlay Diff: true [2022-05-13T10:24:24.110Z] userxattr: false [2022-05-13T10:24:24.110Z] Logging Driver: json-file [2022-05-13T10:24:24.110Z] Cgroup Driver: cgroupfs [2022-05-13T10:24:24.110Z] Cgroup Version: 1 [2022-05-13T10:24:24.110Z] Plugins: [2022-05-13T10:24:24.110Z] Volume: local [2022-05-13T10:24:24.110Z] Network: bridge host ipvlan macvlan null overlay [2022-05-13T10:24:24.110Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-13T10:24:24.110Z] Swarm: inactive [2022-05-13T10:24:24.110Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-13T10:24:24.110Z] Default Runtime: runc [2022-05-13T10:24:24.110Z] Init Binary: docker-init [2022-05-13T10:24:24.110Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-13T10:24:24.110Z] runc version: v1.0.3-0-gf46b6ba [2022-05-13T10:24:24.110Z] init version: de40ad0 [2022-05-13T10:24:24.110Z] Security Options: [2022-05-13T10:24:24.110Z] apparmor [2022-05-13T10:24:24.110Z] seccomp [2022-05-13T10:24:24.110Z] Profile: default [2022-05-13T10:24:24.110Z] Kernel Version: 5.4.0-1071-aws [2022-05-13T10:24:24.110Z] Operating System: Ubuntu 18.04.6 LTS [2022-05-13T10:24:24.110Z] OSType: linux [2022-05-13T10:24:24.110Z] Architecture: x86_64 [2022-05-13T10:24:24.110Z] CPUs: 2 [2022-05-13T10:24:24.110Z] Total Memory: 7.483GiB [2022-05-13T10:24:24.110Z] Name: ip-10-100-87-117 [2022-05-13T10:24:24.110Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-05-13T10:24:24.110Z] Docker Root Dir: /var/lib/docker [2022-05-13T10:24:24.110Z] Debug Mode: false [2022-05-13T10:24:24.110Z] Registry: https://index.docker.io/v1/ [2022-05-13T10:24:24.110Z] Labels: [2022-05-13T10:24:24.110Z] Experimental: true [2022-05-13T10:24:24.110Z] Insecure Registries: [2022-05-13T10:24:24.110Z] 127.0.0.0/8 [2022-05-13T10:24:24.110Z] Live Restore Enabled: true [2022-05-13T10:24:24.110Z] [2022-05-13T10:24:24.110Z] WARNING: No swap limit support [Pipeline] sh [2022-05-13T10:24:24.156Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-13T10:24:24.156Z] - "macvlan": [2022-05-13T10:24:24.157Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-13T10:24:24.157Z] - CONFIG_DUMMY: enabled (as module) [2022-05-13T10:24:24.157Z] - "ftp,tftp client in container": [2022-05-13T10:24:24.157Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-13T10:24:24.157Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-13T10:24:24.157Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-13T10:24:24.157Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-13T10:24:24.157Z] - Storage Drivers: [2022-05-13T10:24:24.157Z] - "aufs": [2022-05-13T10:24:24.157Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-13T10:24:24.157Z] - "btrfs": [2022-05-13T10:24:24.157Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-13T10:24:24.157Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-13T10:24:24.157Z] - "devicemapper": [2022-05-13T10:24:24.157Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-13T10:24:24.157Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-13T10:24:24.157Z] - "overlay": [2022-05-13T10:24:24.157Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-13T10:24:24.157Z] - "zfs": [2022-05-13T10:24:24.157Z] - /dev/zfs: present [2022-05-13T10:24:24.157Z] - zfs command: missing [2022-05-13T10:24:24.157Z] - zpool command: missing [2022-05-13T10:24:24.157Z] [2022-05-13T10:24:24.157Z] Limits: [2022-05-13T10:24:24.157Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-13T10:24:24.157Z] [2022-05-13T10:24:24.157Z] + true [Pipeline] } [Pipeline] // stage [2022-05-13T10:24:24.190Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.3s done [2022-05-13T10:24:24.190Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.1s [2022-05-13T10:24:24.190Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2022-05-13T10:24:24.190Z] #4 DONE 0.5s [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-13T10:24:24.382Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-13T10:24:24.382Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-13T10:24:24.382Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43269/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-13T10:24:24.382Z] + bash /home/ubuntu/workspace/moby_PR-43269/check-config.sh [2022-05-13T10:24:24.382Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-13T10:24:24.382Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-05-13T10:24:24.382Z] [2022-05-13T10:24:24.382Z] Generally Necessary: [2022-05-13T10:24:24.382Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-13T10:24:24.382Z] - apparmor: enabled and tools installed [2022-05-13T10:24:24.382Z] - CONFIG_NAMESPACES: enabled [2022-05-13T10:24:24.382Z] - CONFIG_NET_NS: enabled [2022-05-13T10:24:24.382Z] - CONFIG_PID_NS: enabled [2022-05-13T10:24:24.382Z] - CONFIG_IPC_NS: enabled [2022-05-13T10:24:24.382Z] - CONFIG_UTS_NS: enabled [2022-05-13T10:24:24.382Z] - CONFIG_CGROUPS: enabled [2022-05-13T10:24:24.382Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-13T10:24:24.382Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-13T10:24:24.382Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-13T10:24:24.382Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-13T10:24:24.382Z] - CONFIG_CPUSETS: enabled [2022-05-13T10:24:24.382Z] - CONFIG_MEMCG: enabled [2022-05-13T10:24:24.382Z] - CONFIG_KEYS: enabled [2022-05-13T10:24:24.382Z] - CONFIG_VETH: enabled (as module) [2022-05-13T10:24:24.382Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-13T10:24:24.382Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-13T10:24:24.382Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-13T10:24:24.382Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-13T10:24:24.382Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-13T10:24:24.382Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-13T10:24:24.382Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-13T10:24:24.382Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-13T10:24:24.382Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-13T10:24:24.382Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-13T10:24:24.451Z] [2022-05-13T10:24:24.451Z] #6 [internal] load .dockerignore [2022-05-13T10:24:24.451Z] #6 sha256:e7067d10eca6e77967756b911456ad60c018f95fbd6adbbc15cc3dc54a776a16 [2022-05-13T10:24:24.451Z] #6 DONE 0.0s [2022-05-13T10:24:24.451Z] [2022-05-13T10:24:24.451Z] #5 [internal] load build definition from Dockerfile [2022-05-13T10:24:24.451Z] #5 sha256:1514131a5048ad96124efcc7e421619f7c791c908b9e592611c8e01859b8d4cc [2022-05-13T10:24:24.451Z] #5 DONE 0.0s [2022-05-13T10:24:24.451Z] [2022-05-13T10:24:24.451Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-13T10:24:24.451Z] #8 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-05-13T10:24:24.451Z] #8 DONE 0.1s [2022-05-13T10:24:24.451Z] [2022-05-13T10:24:24.451Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-13T10:24:24.451Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-13T10:24:24.481Z] + sudo modprobe ip_vs [2022-05-13T10:24:24.481Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8e4b5db542e45b11e57c920876e3d80a37158567 . [2022-05-13T10:24:24.581Z] #3 DONE 0.3s [2022-05-13T10:24:24.581Z] [2022-05-13T10:24:24.581Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-13T10:24:24.581Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-13T10:24:24.581Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-05-13T10:24:24.581Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-13T10:24:24.581Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-05-13T10:24:24.581Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-05-13T10:24:24.581Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-05-13T10:24:24.581Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-05-13T10:24:24.581Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-05-13T10:24:24.638Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-13T10:24:24.638Z] - CONFIG_CGROUP_BPF: enabled [2022-05-13T10:24:24.638Z] [2022-05-13T10:24:24.638Z] Optional Features: [2022-05-13T10:24:24.638Z] - CONFIG_USER_NS: enabled [2022-05-13T10:24:24.638Z] - CONFIG_SECCOMP: enabled [2022-05-13T10:24:24.638Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-13T10:24:24.638Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-13T10:24:24.638Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-13T10:24:24.638Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-05-13T10:24:24.638Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-05-13T10:24:24.638Z] - CONFIG_BLK_CGROUP: enabled [2022-05-13T10:24:24.638Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-13T10:24:24.638Z] - CONFIG_CGROUP_PERF: enabled [2022-05-13T10:24:24.638Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-13T10:24:24.638Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-13T10:24:24.638Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-13T10:24:24.638Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-13T10:24:24.638Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-13T10:24:24.638Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-13T10:24:24.638Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-13T10:24:24.638Z] - CONFIG_IP_VS: enabled (as module) [2022-05-13T10:24:24.638Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-13T10:24:24.638Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-13T10:24:24.638Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-13T10:24:24.638Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-13T10:24:24.638Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-13T10:24:24.638Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-13T10:24:24.638Z] - CONFIG_EXT4_FS: enabled [2022-05-13T10:24:24.638Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-13T10:24:24.638Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-13T10:24:24.638Z] - Network Drivers: [2022-05-13T10:24:24.638Z] - "overlay": [2022-05-13T10:24:24.638Z] - CONFIG_VXLAN: enabled (as module) [2022-05-13T10:24:24.638Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-13T10:24:24.638Z] Optional (for encrypted networks): [2022-05-13T10:24:24.740Z] #1 [internal] load build definition from Dockerfile [2022-05-13T10:24:24.740Z] #1 sha256:7f4884c8f9781e6e5590c998edcd31648b57fbb1aa2ee5fd0142f19f746bcc6b [2022-05-13T10:24:24.740Z] #1 transferring dockerfile: 17.93kB done [2022-05-13T10:24:24.740Z] #1 DONE 0.0s [2022-05-13T10:24:24.740Z] [2022-05-13T10:24:24.740Z] #2 [internal] load .dockerignore [2022-05-13T10:24:24.740Z] #2 sha256:c5dc5228a8c049ba92625fc674194296bb0eec30621a71681021a4275688cfb3 [2022-05-13T10:24:24.740Z] #2 transferring context: 145B done [2022-05-13T10:24:24.740Z] #2 DONE 0.0s [2022-05-13T10:24:24.740Z] [2022-05-13T10:24:24.740Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-13T10:24:24.740Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-13T10:24:24.740Z] #3 DONE 0.1s [2022-05-13T10:24:24.740Z] [2022-05-13T10:24:24.740Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-13T10:24:24.740Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-13T10:24:24.740Z] #4 CACHED [2022-05-13T10:24:24.840Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-05-13T10:24:24.840Z] #4 DONE 0.5s [2022-05-13T10:24:24.893Z] - CONFIG_CRYPTO: enabled [2022-05-13T10:24:24.893Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-13T10:24:24.893Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-13T10:24:24.893Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-13T10:24:24.893Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-13T10:24:24.893Z] - CONFIG_XFRM: enabled [2022-05-13T10:24:24.893Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-13T10:24:24.893Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-13T10:24:24.893Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-13T10:24:24.893Z] - "ipvlan": [2022-05-13T10:24:24.893Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-13T10:24:24.893Z] - "macvlan": [2022-05-13T10:24:24.893Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-13T10:24:24.893Z] - CONFIG_DUMMY: enabled (as module) [2022-05-13T10:24:24.893Z] - "ftp,tftp client in container": [2022-05-13T10:24:24.893Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-13T10:24:24.893Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-13T10:24:24.893Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-13T10:24:24.893Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-13T10:24:24.893Z] - Storage Drivers: [2022-05-13T10:24:24.893Z] - "aufs": [2022-05-13T10:24:24.893Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-13T10:24:24.893Z] - "btrfs": [2022-05-13T10:24:24.893Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-13T10:24:24.893Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-13T10:24:24.893Z] - "devicemapper": [2022-05-13T10:24:24.893Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-13T10:24:24.893Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-13T10:24:24.893Z] - "overlay": [2022-05-13T10:24:24.893Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-13T10:24:24.893Z] - "zfs": [2022-05-13T10:24:24.893Z] - /dev/zfs: present [2022-05-13T10:24:24.893Z] - zfs command: missing [2022-05-13T10:24:24.893Z] - zpool command: missing [2022-05-13T10:24:24.893Z] [2022-05-13T10:24:24.893Z] Limits: [2022-05-13T10:24:24.893Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-13T10:24:24.893Z] [2022-05-13T10:24:24.893Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-13T10:24:24.998Z] [2022-05-13T10:24:24.998Z] #5 [internal] load .dockerignore [2022-05-13T10:24:24.998Z] #5 sha256:54bc7c4bcbd37defc79db7812d7040ffe8fd107d99b89221c9696dea10195043 [2022-05-13T10:24:24.998Z] #5 DONE 0.0s [2022-05-13T10:24:24.998Z] [2022-05-13T10:24:24.998Z] #6 [internal] load build definition from Dockerfile [2022-05-13T10:24:24.998Z] #6 sha256:223c0c144c4780be4dc9423460eb034374349bcae1acfc3e1925f43b09c1de3e [2022-05-13T10:24:24.998Z] #6 DONE 0.0s [2022-05-13T10:24:24.998Z] [2022-05-13T10:24:24.998Z] #7 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-13T10:24:24.998Z] #7 sha256:bda913637dfc96ae7398e978f5558b8bc08d10fc6fc8d03587819401a102d0a2 [2022-05-13T10:24:24.998Z] #7 DONE 0.1s [2022-05-13T10:24:24.998Z] [2022-05-13T10:24:24.998Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-13T10:24:24.998Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-13T10:24:24.998Z] #8 DONE 0.1s [2022-05-13T10:24:24.998Z] [2022-05-13T10:24:24.998Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-13T10:24:24.998Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-13T10:24:25.099Z] [2022-05-13T10:24:25.099Z] #6 [internal] load build definition from Dockerfile [2022-05-13T10:24:25.099Z] #6 sha256:7454ef1f91b40488b03d7a16321c7c4066994dec06667eed7a06948a57af9ab1 [2022-05-13T10:24:25.099Z] #6 DONE 0.0s [2022-05-13T10:24:25.099Z] [2022-05-13T10:24:25.099Z] #5 [internal] load .dockerignore [2022-05-13T10:24:25.099Z] #5 sha256:90b349bcb55e46a405091376546ca4a556ea7feb7cb53182d87e05d3c6a83a53 [2022-05-13T10:24:25.099Z] #5 DONE 0.0s [2022-05-13T10:24:25.099Z] [2022-05-13T10:24:25.099Z] #10 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-13T10:24:25.099Z] #10 sha256:bda913637dfc96ae7398e978f5558b8bc08d10fc6fc8d03587819401a102d0a2 [2022-05-13T10:24:25.212Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:8e4b5db542e45b11e57c920876e3d80a37158567 . [2022-05-13T10:24:25.256Z] #10 ... [2022-05-13T10:24:25.256Z] [2022-05-13T10:24:25.256Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-13T10:24:25.256Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-13T10:24:25.256Z] #9 DONE 0.1s [2022-05-13T10:24:25.256Z] [2022-05-13T10:24:25.256Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-13T10:24:25.256Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-13T10:24:25.256Z] #10 DONE 0.3s [2022-05-13T10:24:25.467Z] #2 [internal] load .dockerignore [2022-05-13T10:24:25.467Z] #2 sha256:459c08d98baf2eded0942360e696b935d11b6dc2c2f86381dd77c6ea91a164af [2022-05-13T10:24:25.467Z] #2 transferring context: 145B done [2022-05-13T10:24:25.467Z] #2 DONE 0.0s [2022-05-13T10:24:25.467Z] [2022-05-13T10:24:25.467Z] #1 [internal] load build definition from Dockerfile [2022-05-13T10:24:25.467Z] #1 sha256:8b08c2b44e3c409de159c678ed6f008e49efeffda9d76c84cc91469cc68dae63 [2022-05-13T10:24:25.467Z] #1 transferring dockerfile: 17.93kB done [2022-05-13T10:24:25.467Z] #1 DONE 0.0s [2022-05-13T10:24:25.467Z] [2022-05-13T10:24:25.467Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-13T10:24:25.467Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-13T10:24:25.467Z] #3 DONE 0.1s [2022-05-13T10:24:25.467Z] [2022-05-13T10:24:25.467Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-13T10:24:25.467Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-13T10:24:25.467Z] #4 CACHED [2022-05-13T10:24:25.515Z] [2022-05-13T10:24:25.515Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-13T10:24:25.515Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-13T10:24:25.515Z] #71 DONE 0.0s [2022-05-13T10:24:25.515Z] [2022-05-13T10:24:25.515Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-13T10:24:25.515Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-13T10:24:25.515Z] #73 DONE 0.0s [2022-05-13T10:24:25.515Z] [2022-05-13T10:24:25.515Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:25.515Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-13T10:24:25.515Z] #11 DONE 0.0s [2022-05-13T10:24:25.515Z] [2022-05-13T10:24:25.515Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-13T10:24:25.515Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-13T10:24:25.515Z] #28 DONE 0.0s [2022-05-13T10:24:25.515Z] [2022-05-13T10:24:25.515Z] #24 [internal] load build context [2022-05-13T10:24:25.515Z] #24 sha256:a07549536247fb3d3859db832b0959e459134101bddfdf9d3c33e24af8ee0e14 [2022-05-13T10:24:25.767Z] [2022-05-13T10:24:25.767Z] #6 [internal] load build definition from Dockerfile [2022-05-13T10:24:25.767Z] #6 sha256:80283ceca56416a204b01104630a90f982c92cd06555a145a69561db685f833f [2022-05-13T10:24:25.767Z] #6 DONE 0.0s [2022-05-13T10:24:25.767Z] [2022-05-13T10:24:25.767Z] #5 [internal] load .dockerignore [2022-05-13T10:24:25.767Z] #5 sha256:84752583a7c7dea10ca32a3a6d1fd99ef61a42e9df27d0ae4bae48c97813fad2 [2022-05-13T10:24:25.767Z] #5 DONE 0.0s [2022-05-13T10:24:25.767Z] [2022-05-13T10:24:25.767Z] #8 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-13T10:24:25.767Z] #8 sha256:bda913637dfc96ae7398e978f5558b8bc08d10fc6fc8d03587819401a102d0a2 [2022-05-13T10:24:25.767Z] #8 DONE 0.1s [2022-05-13T10:24:25.767Z] [2022-05-13T10:24:25.767Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-13T10:24:25.767Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-13T10:24:25.767Z] #10 DONE 0.1s [2022-05-13T10:24:25.767Z] [2022-05-13T10:24:25.767Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-13T10:24:25.767Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-13T10:24:25.767Z] #9 DONE 0.1s [2022-05-13T10:24:25.767Z] [2022-05-13T10:24:25.767Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-13T10:24:25.767Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-13T10:24:25.767Z] #7 DONE 0.1s [2022-05-13T10:24:25.874Z] #10 DONE 1.0s [2022-05-13T10:24:25.874Z] [2022-05-13T10:24:25.874Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-13T10:24:25.874Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-13T10:24:25.874Z] #9 DONE 1.0s [2022-05-13T10:24:25.874Z] [2022-05-13T10:24:25.874Z] #7 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-13T10:24:25.874Z] #7 sha256:e691baf9396323b72b84b107c0a92b7fed5ca921dac8752ea8836d3780215aee [2022-05-13T10:24:25.874Z] #7 DONE 1.0s [2022-05-13T10:24:25.874Z] [2022-05-13T10:24:25.874Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-13T10:24:25.874Z] #28 sha256:8d721f2d561506b5b3aa93cdfc09b616a14735d8d7174bbcb349ccd3ac21ebaa [2022-05-13T10:24:25.874Z] #28 CACHED [2022-05-13T10:24:25.874Z] [2022-05-13T10:24:25.874Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:25.874Z] #11 sha256:c17823beee4315a8cee5c0954598d192d8ecaf1cf55395a82db4f9737d54f5fd [2022-05-13T10:24:25.874Z] #11 resolve docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 0.1s done [2022-05-13T10:24:26.022Z] [2022-05-13T10:24:26.022Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:26.022Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-13T10:24:26.022Z] #11 DONE 0.0s [2022-05-13T10:24:26.022Z] [2022-05-13T10:24:26.022Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-13T10:24:26.022Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-13T10:24:26.022Z] #80 DONE 0.0s [2022-05-13T10:24:26.022Z] [2022-05-13T10:24:26.022Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-13T10:24:26.022Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-13T10:24:26.022Z] #78 DONE 0.0s [2022-05-13T10:24:26.022Z] [2022-05-13T10:24:26.022Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-13T10:24:26.022Z] #12 sha256:117596d16f6a2b9872fcbca80537859f91bd1d83b86fec9b8b3d2954f8da827a [2022-05-13T10:24:26.022Z] #12 CACHED [2022-05-13T10:24:26.022Z] [2022-05-13T10:24:26.022Z] #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-13T10:24:26.022Z] #13 sha256:4348a12012be920f4ec7d32125e42d660e742d7d03a0fd6b9eca1fd0ea894918 [2022-05-13T10:24:26.022Z] #13 CACHED [2022-05-13T10:24:26.022Z] [2022-05-13T10:24:26.022Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-13T10:24:26.022Z] #35 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-13T10:24:26.022Z] #35 DONE 0.0s [2022-05-13T10:24:26.022Z] [2022-05-13T10:24:26.022Z] #31 [internal] load build context [2022-05-13T10:24:26.022Z] #31 sha256:d7cafec94397a67b4eae0af9cf2f2d4ca3126d1a199da45aacb58a667b4d10c1 [2022-05-13T10:24:26.034Z] #10 DONE 0.9s [2022-05-13T10:24:26.034Z] [2022-05-13T10:24:26.034Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-13T10:24:26.034Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-13T10:24:26.034Z] #7 DONE 0.9s [2022-05-13T10:24:26.034Z] [2022-05-13T10:24:26.034Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-13T10:24:26.034Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-13T10:24:26.034Z] #9 DONE 1.0s [2022-05-13T10:24:26.034Z] [2022-05-13T10:24:26.034Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-13T10:24:26.034Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-13T10:24:26.034Z] #8 DONE 1.0s [2022-05-13T10:24:26.090Z] Merge succeeded, producing 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:24:26.090Z] Checking out Revision 8e4b5db542e45b11e57c920876e3d80a37158567 (PR-43269) [2022-05-13T10:24:26.091Z] #24 ... [2022-05-13T10:24:26.091Z] [2022-05-13T10:24:26.091Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-13T10:24:26.091Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-13T10:24:26.091Z] #49 DONE 0.5s [2022-05-13T10:24:26.091Z] [2022-05-13T10:24:26.091Z] #24 [internal] load build context [2022-05-13T10:24:26.091Z] #24 sha256:a07549536247fb3d3859db832b0959e459134101bddfdf9d3c33e24af8ee0e14 [2022-05-13T10:24:26.134Z] #11 sha256:7d4474ec6c97f575d4c83e58b27b8379afb26acdecfa98f18be85225058ca98b 1.80kB / 1.80kB done [2022-05-13T10:24:26.134Z] #11 sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 1.86kB / 1.86kB done [2022-05-13T10:24:26.134Z] #11 sha256:2c818329d3a1d3c691e7ad7720577fbce28fa7c47a02db296672d1684358a959 7.12kB / 7.12kB done [2022-05-13T10:24:26.134Z] #11 sha256:a61d3345afba43846f3e638752cce2f0d1d47b21cc667ba08b00db10767a4702 0B / 4.94MB 0.2s [2022-05-13T10:24:26.134Z] #11 sha256:3e267d6aa58f93a513352a3b46c7addbf9335d7d43bfa4f1df4026d21785181c 0B / 10.66MB 0.2s [2022-05-13T10:24:26.292Z] #14 16.97 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-13T10:24:26.292Z] #14 16.98 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-13T10:24:26.292Z] #14 16.98 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-13T10:24:26.394Z] #11 ... [2022-05-13T10:24:26.395Z] [2022-05-13T10:24:26.395Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-13T10:24:26.395Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-13T10:24:26.395Z] #49 DONE 0.6s [2022-05-13T10:24:26.395Z] [2022-05-13T10:24:26.395Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:26.395Z] #11 sha256:c17823beee4315a8cee5c0954598d192d8ecaf1cf55395a82db4f9737d54f5fd [2022-05-13T10:24:26.395Z] #11 sha256:a61d3345afba43846f3e638752cce2f0d1d47b21cc667ba08b00db10767a4702 647.17kB / 4.94MB 0.4s [2022-05-13T10:24:26.395Z] #11 sha256:3e267d6aa58f93a513352a3b46c7addbf9335d7d43bfa4f1df4026d21785181c 1.05MB / 10.66MB 0.4s [2022-05-13T10:24:26.395Z] #11 sha256:f647907d26b879e0d43f6f4f0807f01e4dbdc034edcecbc988f6033cf401becf 0B / 54.67MB 0.4s [2022-05-13T10:24:26.395Z] #11 ... [2022-05-13T10:24:26.395Z] [2022-05-13T10:24:26.395Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-13T10:24:26.395Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-13T10:24:26.395Z] #49 DONE 0.0s [2022-05-13T10:24:26.395Z] [2022-05-13T10:24:26.395Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:26.395Z] #11 sha256:c17823beee4315a8cee5c0954598d192d8ecaf1cf55395a82db4f9737d54f5fd [2022-05-13T10:24:26.395Z] #11 sha256:a61d3345afba43846f3e638752cce2f0d1d47b21cc667ba08b00db10767a4702 4.19MB / 4.94MB 0.5s [2022-05-13T10:24:26.395Z] #11 sha256:3e267d6aa58f93a513352a3b46c7addbf9335d7d43bfa4f1df4026d21785181c 8.39MB / 10.66MB 0.5s [2022-05-13T10:24:26.584Z] #31 ... [2022-05-13T10:24:26.584Z] [2022-05-13T10:24:26.584Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-13T10:24:26.584Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-13T10:24:26.584Z] #56 DONE 0.4s [2022-05-13T10:24:26.584Z] [2022-05-13T10:24:26.584Z] #31 [internal] load build context [2022-05-13T10:24:26.584Z] #31 sha256:d7cafec94397a67b4eae0af9cf2f2d4ca3126d1a199da45aacb58a667b4d10c1 [2022-05-13T10:24:26.656Z] #11 sha256:a61d3345afba43846f3e638752cce2f0d1d47b21cc667ba08b00db10767a4702 4.94MB / 4.94MB 0.5s done [2022-05-13T10:24:26.656Z] #11 sha256:3e267d6aa58f93a513352a3b46c7addbf9335d7d43bfa4f1df4026d21785181c 10.66MB / 10.66MB 0.6s done [2022-05-13T10:24:26.656Z] #11 sha256:f647907d26b879e0d43f6f4f0807f01e4dbdc034edcecbc988f6033cf401becf 8.29MB / 54.67MB 0.7s [2022-05-13T10:24:26.656Z] #11 extracting sha256:a61d3345afba43846f3e638752cce2f0d1d47b21cc667ba08b00db10767a4702 [2022-05-13T10:24:26.656Z] #11 sha256:f647907d26b879e0d43f6f4f0807f01e4dbdc034edcecbc988f6033cf401becf 18.72MB / 54.67MB 0.8s [2022-05-13T10:24:26.656Z] #11 sha256:4d35a8839961a2084ed852b5cf2acb4eb26fa23a8f5eaa1d3d926b7a5239799d 0B / 108.86MB 0.8s [2022-05-13T10:24:25.754Z] > git remote # timeout=10 [2022-05-13T10:24:25.805Z] > git config --get remote.origin.url # timeout=10 [2022-05-13T10:24:25.867Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:24:25.870Z] > git merge f1dd6bf84e28930e1ccd903361f9284fb22d3b8a # timeout=10 [2022-05-13T10:24:25.995Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-05-13T10:24:26.122Z] > git config core.sparsecheckout # timeout=10 [2022-05-13T10:24:26.177Z] > git checkout -f 8e4b5db542e45b11e57c920876e3d80a37158567 # timeout=10 [2022-05-13T10:24:26.785Z] Commit message: "Add support for CpuCount/CpuPercent to image build" [2022-05-13T10:24:26.916Z] #11 sha256:f647907d26b879e0d43f6f4f0807f01e4dbdc034edcecbc988f6033cf401becf 30.37MB / 54.67MB 0.9s [2022-05-13T10:24:26.916Z] #11 sha256:c64921c44c8b8e3bbab616d9ea7740c81562749239ad36db6017db3decdc6ec3 0B / 81.07MB 0.9s [2022-05-13T10:24:26.916Z] #11 sha256:f647907d26b879e0d43f6f4f0807f01e4dbdc034edcecbc988f6033cf401becf 34.60MB / 54.67MB 1.0s [2022-05-13T10:24:26.916Z] #11 sha256:4d35a8839961a2084ed852b5cf2acb4eb26fa23a8f5eaa1d3d926b7a5239799d 6.29MB / 108.86MB 1.0s [2022-05-13T10:24:26.977Z] [2022-05-13T10:24:26.977Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:26.977Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-13T10:24:26.977Z] #11 resolve docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 done [2022-05-13T10:24:26.977Z] #11 sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 1.86kB / 1.86kB done [2022-05-13T10:24:26.977Z] #11 sha256:a9d1f28367890615df70c45ba54ea69a8e95e202517e7114942c2f0449ce1de9 1.80kB / 1.80kB done [2022-05-13T10:24:26.977Z] #11 sha256:7d1902a99d63c7f43a7549a661ce718b563707c0faad5862444423759935f2d6 7.10kB / 7.10kB done [2022-05-13T10:24:26.977Z] #11 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 0B / 54.95MB 0.0s [2022-05-13T10:24:26.977Z] #11 sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 0B / 5.16MB 0.0s [2022-05-13T10:24:26.977Z] #11 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 6.29MB / 54.95MB 0.1s [2022-05-13T10:24:26.977Z] #11 sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 1.05MB / 5.16MB 0.1s [2022-05-13T10:24:26.977Z] #11 sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 0B / 10.88MB 0.1s [2022-05-13T10:24:27.033Z] #24 transferring context: 61.20MB 1.5s done [2022-05-13T10:24:27.033Z] #24 DONE 1.5s [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-13T10:24:27.033Z] #51 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #60 sha256:b81f8f6277544b140ff53a36dceed8625e35f22fe49e99ac75c05723b6aa1d16 [2022-05-13T10:24:27.033Z] #60 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #50 sha256:9c3b208b65a8b8fa54d9d809817a461609014ba0ebc6cb06346f719cbbe6d55b [2022-05-13T10:24:27.033Z] #50 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-13T10:24:27.033Z] #17 sha256:3a65ff1536019f53bb5ff65aa587c9564dbb5ae3b738771386d7d19eaec6e2fc [2022-05-13T10:24:27.033Z] #17 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #44 sha256:af58c6b6951ef462e18c28f47dec270cb58fd8501b3c4302c4dd36a749231bd9 [2022-05-13T10:24:27.033Z] #44 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-13T10:24:27.033Z] #69 sha256:b9824e544cda61170cefeb72401dd0781a5382daa9f939d6c34ae744ee4e8f94 [2022-05-13T10:24:27.033Z] #69 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #67 sha256:b5fbcfc06ed3baa6f5578f6d49bee7f09f9554a192590a05495bae812601719f [2022-05-13T10:24:27.033Z] #67 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-05-13T10:24:27.033Z] #20 sha256:3befa9fce940b1b5002a0b60b274eaf9789660bf7c4de7f653ed644d6387783f [2022-05-13T10:24:27.033Z] #20 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-13T10:24:27.033Z] #12 sha256:117596d16f6a2b9872fcbca80537859f91bd1d83b86fec9b8b3d2954f8da827a [2022-05-13T10:24:27.033Z] #12 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-13T10:24:27.033Z] #57 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-13T10:24:27.033Z] #36 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-13T10:24:27.033Z] #65 sha256:712e48e40a2eee3668611dcccfdd7f12c56968664e175977c6a33f197247b163 [2022-05-13T10:24:27.033Z] #65 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-13T10:24:27.033Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-13T10:24:27.033Z] #72 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-13T10:24:27.033Z] #53 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-13T10:24:27.033Z] #59 sha256:a0a780958b221f55260ef573aa9c4b668b833dbf069a41c16f79e14ddd4e798e [2022-05-13T10:24:27.033Z] #59 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-13T10:24:27.033Z] #52 sha256:7281725f0023615fbfdd7b32896ce2db9f0c3c863854cebc23bc9c90e7dabefa [2022-05-13T10:24:27.033Z] #52 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #64 sha256:735457b28347d0d4d30737ce991becfcb57fa7a0f3f7f4a947dbc705af0dedb1 [2022-05-13T10:24:27.033Z] #64 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-13T10:24:27.033Z] #46 sha256:205206618d4a474f9923652b99989d5716de3944ac6d6bda09aaf1d46f6d4970 [2022-05-13T10:24:27.033Z] #46 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-13T10:24:27.033Z] #14 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-13T10:24:27.033Z] #32 sha256:15813083f7f0d3cf0d68bb74ca6f929229cab4b71c1be15598048d61f33df5ac [2022-05-13T10:24:27.033Z] #32 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #16 sha256:ffb1413ff9befb817334db5e6e73cce1dea1288dfe26ae95387462cec9dcb4d2 [2022-05-13T10:24:27.033Z] #16 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-13T10:24:27.033Z] #30 sha256:56d907b6e607ab42700bd9f2c5ffde1074f375f3354dfda861fa9148c5ff001a [2022-05-13T10:24:27.033Z] #30 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-13T10:24:27.033Z] #35 sha256:27d59473356b8564cb2672a534702fddea6fd16b5614bf76add65446a20702a3 [2022-05-13T10:24:27.033Z] #35 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-13T10:24:27.033Z] #19 sha256:52d95bac1dfa5f51e05925d7925c8c5be1d9110c2f7f387a726e07141e918b21 [2022-05-13T10:24:27.033Z] #19 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-13T10:24:27.033Z] #56 sha256:5e8ece8c46df4fba2a3b4c6a454a5c8e22660896c28ce2f71413253247eaaba5 [2022-05-13T10:24:27.033Z] #56 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #26 sha256:df0fbd234aa1482303d6d275ded469e2f7ff7270774d8f88c8f3ee3231b06301 [2022-05-13T10:24:27.033Z] #26 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #38 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-13T10:24:27.033Z] #38 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-13T10:24:27.033Z] #68 sha256:cf63afdad127dd185a7f1c54ce6a33aa97d09a970a46ebd066e6e7885e6d9527 [2022-05-13T10:24:27.033Z] #68 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-13T10:24:27.033Z] #39 sha256:7851ee63d1689197fac3448ee37c8ce5020b6bea2be0c2d681f135843cffd02f [2022-05-13T10:24:27.033Z] #39 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-13T10:24:27.033Z] #61 sha256:aa7459977ea5a10f02716685b16ef8716f2a271f6814b79c82060046f1ccff02 [2022-05-13T10:24:27.033Z] #61 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-13T10:24:27.033Z] #23 sha256:13726e4b4076cc5b48d1dd40fbc30ad88596bc8c59aeb3f2eff8a95d56618fbb [2022-05-13T10:24:27.033Z] #23 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #31 sha256:b466205ce165d7d1afdb359a0b0c0dc5c01b97965dedaab5ab37188097ba9771 [2022-05-13T10:24:27.033Z] #31 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-13T10:24:27.033Z] #40 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-13T10:24:27.033Z] #41 sha256:3cb746d4d4ed548b8b028bf4a7a393ced99a7e86ff34c42112ad91ea61614efc [2022-05-13T10:24:27.033Z] #41 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-13T10:24:27.033Z] #55 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-13T10:24:27.033Z] #75 sha256:c22d94ecc797331094ca94a59caddd49acca61598f6827057119750f3c6130f4 [2022-05-13T10:24:27.033Z] #75 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-13T10:24:27.033Z] #34 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-13T10:24:27.033Z] #62 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-13T10:24:27.033Z] #27 sha256:2445d9afc94d2121c650ff8cf4a08244ff6e2edbcd7fa5311c5cfc9d947a2d3d [2022-05-13T10:24:27.033Z] #27 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-13T10:24:27.033Z] #45 sha256:a9a7f1f9f33fb9f107492e1624386d478a6664e51bd694d8a1cd597fd45f1ec8 [2022-05-13T10:24:27.033Z] #45 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-13T10:24:27.033Z] #25 sha256:6529eb33e6d3ee0036feed5f81f86cf41a31be900a7451f51ea99e675439128d [2022-05-13T10:24:27.033Z] #25 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-13T10:24:27.033Z] #18 sha256:3dbe2b244d0925ee575a019a4178e7ab4a0ee630efc0fa5d4368f6e6a54b6456 [2022-05-13T10:24:27.033Z] #18 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-13T10:24:27.033Z] #37 sha256:974fb483794da0362742a99d18c67f6f21de8af75e668bd37a9703cfff3f2271 [2022-05-13T10:24:27.033Z] #37 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-13T10:24:27.033Z] #58 sha256:f878ae3a76546985e77a2b1dd68e31a9835e8411e9297671bd870cea1c55311a [2022-05-13T10:24:27.033Z] #58 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-13T10:24:27.033Z] #43 sha256:028f79d4ed2735e3b787201da022e2d287d6d791dd280f6a8eb85e85dd4726a7 [2022-05-13T10:24:27.033Z] #43 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-13T10:24:27.033Z] #63 sha256:22f8972427ee3bc1f00ab0d7360cf8043f756ea244aaae3756096e0c77d04f78 [2022-05-13T10:24:27.033Z] #63 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-13T10:24:27.033Z] #54 sha256:5d9d41ec94adf74ee40639649e71f8bbc124a8102ebfd02e1355336cd6d5fc22 [2022-05-13T10:24:27.033Z] #54 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #22 sha256:c7811928bce2e5b3944dd00b29a5d762d4bc0a9c3ed149c9c48245a64a9a344e [2022-05-13T10:24:27.033Z] #22 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-13T10:24:27.033Z] #70 sha256:b432a0e18a4d6aa91f7fb29a7c14298869236041444ccd5ca04679232ed1dda5 [2022-05-13T10:24:27.033Z] #70 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-13T10:24:27.033Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-13T10:24:27.033Z] #74 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-13T10:24:27.033Z] #48 sha256:c4212d81a9a176f34f2621cb2aa945aa6c45a69cead3a752c17a007e2509eefe [2022-05-13T10:24:27.033Z] #48 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-13T10:24:27.033Z] #33 sha256:13bbbf3faff18723d09a20753ca4c0d8c0ef84f05bf2eaee8859a47cbac48283 [2022-05-13T10:24:27.033Z] #33 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #29 sha256:87b36cc280fe638d7ef5f20bb22729024d374f203f2bcca845213957d578aa99 [2022-05-13T10:24:27.033Z] #29 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-13T10:24:27.033Z] #47 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-13T10:24:27.033Z] #21 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-13T10:24:27.033Z] #42 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #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-13T10:24:27.033Z] #13 sha256:4348a12012be920f4ec7d32125e42d660e742d7d03a0fd6b9eca1fd0ea894918 [2022-05-13T10:24:27.033Z] #13 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-13T10:24:27.033Z] #66 sha256:0a0eb17d90576f62250e302e7e1694c3b80b211d8c4d33c3f95d267831feba39 [2022-05-13T10:24:27.033Z] #66 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-13T10:24:27.033Z] #15 sha256:5618e4bb799bd7b247352671f33a4cc5b489c74a82e0851dc8cca1bf489969ae [2022-05-13T10:24:27.033Z] #15 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-13T10:24:27.033Z] #76 sha256:2f590d2357a37c9175f17ffdaed192847586779b7fda234f0287ff94b27c704b [2022-05-13T10:24:27.033Z] #76 CACHED [2022-05-13T10:24:27.033Z] [2022-05-13T10:24:27.033Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-13T10:24:27.033Z] #77 sha256:1328b4f13dd707884fc4b0dfd4f0d8776389c1b994592a45c640259044e9d520 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-13T10:24:27.153Z] #31 ... [2022-05-13T10:24:27.153Z] [2022-05-13T10:24:27.153Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-05-13T10:24:27.153Z] #14 sha256:96429e8b414013dd32883e63ed306b8efd72f1854e9297df732aeff7eea9fa18 [2022-05-13T10:24:27.153Z] #14 DONE 1.1s [2022-05-13T10:24:27.153Z] [2022-05-13T10:24:27.153Z] #31 [internal] load build context [2022-05-13T10:24:27.153Z] #31 sha256:d7cafec94397a67b4eae0af9cf2f2d4ca3126d1a199da45aacb58a667b4d10c1 [2022-05-13T10:24:27.185Z] #11 sha256:4d35a8839961a2084ed852b5cf2acb4eb26fa23a8f5eaa1d3d926b7a5239799d 16.78MB / 108.86MB 1.1s [2022-05-13T10:24:27.185Z] #11 sha256:f647907d26b879e0d43f6f4f0807f01e4dbdc034edcecbc988f6033cf401becf 50.33MB / 54.67MB 1.3s [2022-05-13T10:24:27.185Z] #11 sha256:4d35a8839961a2084ed852b5cf2acb4eb26fa23a8f5eaa1d3d926b7a5239799d 27.26MB / 108.86MB 1.3s [2022-05-13T10:24:27.185Z] #11 sha256:c64921c44c8b8e3bbab616d9ea7740c81562749239ad36db6017db3decdc6ec3 16.78MB / 81.07MB 1.3s [2022-05-13T10:24:27.232Z] #14 ... [2022-05-13T10:24:27.232Z] [2022-05-13T10:24:27.232Z] #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-13T10:24:27.232Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-13T10:24:27.232Z] #42 10.49 Selecting previously unselected package vim-common. [2022-05-13T10:24:27.232Z] #42 10.49 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-13T10:24:27.232Z] #42 10.51 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:24:27.232Z] #42 10.78 Selecting previously unselected package cmake-data. [2022-05-13T10:24:27.232Z] #42 10.79 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-13T10:24:27.232Z] #42 10.80 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-13T10:24:27.232Z] #42 12.05 Selecting previously unselected package libicu67:amd64. [2022-05-13T10:24:27.232Z] #42 12.07 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-05-13T10:24:27.232Z] #42 12.08 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-13T10:24:27.232Z] #42 14.50 Selecting previously unselected package libxml2:amd64. [2022-05-13T10:24:27.232Z] #42 14.51 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-05-13T10:24:27.232Z] #42 14.52 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-13T10:24:27.232Z] #42 14.77 Selecting previously unselected package libarchive13:amd64. [2022-05-13T10:24:27.232Z] #42 14.78 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-13T10:24:27.232Z] #42 14.79 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-13T10:24:27.232Z] #42 14.92 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-13T10:24:27.232Z] #42 14.92 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-13T10:24:27.232Z] #42 14.93 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-13T10:24:27.232Z] #42 15.00 Selecting previously unselected package librhash0:amd64. [2022-05-13T10:24:27.232Z] #42 15.00 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-05-13T10:24:27.232Z] #42 15.01 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-13T10:24:27.232Z] #42 15.09 Selecting previously unselected package libuv1:amd64. [2022-05-13T10:24:27.232Z] #42 15.09 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-05-13T10:24:27.232Z] #42 15.10 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-13T10:24:27.232Z] #42 15.20 Selecting previously unselected package cmake. [2022-05-13T10:24:27.232Z] #42 15.20 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-13T10:24:27.232Z] #42 15.21 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-13T10:24:27.232Z] #42 17.06 Setting up libicu67:amd64 (67.1-7) ... [2022-05-13T10:24:27.232Z] #42 17.09 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:24:27.232Z] #42 17.11 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-13T10:24:27.232Z] #42 17.13 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:24:27.232Z] #42 17.17 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-13T10:24:27.232Z] #42 17.19 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-13T10:24:27.232Z] #42 17.21 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-13T10:24:27.232Z] #42 17.23 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-13T10:24:27.232Z] #42 17.24 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-13T10:24:27.232Z] #42 17.26 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-13T10:24:27.232Z] #42 17.28 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:24:27.232Z] #42 DONE 18.0s [2022-05-13T10:24:27.232Z] [2022-05-13T10:24:27.232Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-13T10:24:27.232Z] #43 sha256:ea70b0753ba35e0c460acdbd6467e5aa849993b31f3959d3f6e20f55b9e6e00d [2022-05-13T10:24:27.232Z] #43 DONE 0.1s [2022-05-13T10:24:27.232Z] [2022-05-13T10:24:27.232Z] #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-13T10:24:27.232Z] #44 sha256:05f8f00a2c22ee7013a2d829c071f6866521bc550478c3cb4611bd9cd0357262 [2022-05-13T10:24:27.239Z] #11 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 13.63MB / 54.95MB 0.2s [2022-05-13T10:24:27.239Z] #11 sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 3.25MB / 5.16MB 0.2s [2022-05-13T10:24:27.239Z] #11 sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 5.43MB / 10.88MB 0.2s [2022-05-13T10:24:27.239Z] #11 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 23.53MB / 54.95MB 0.3s [2022-05-13T10:24:27.239Z] #11 sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 5.16MB / 5.16MB 0.3s done [2022-05-13T10:24:27.239Z] #11 sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 10.49MB / 10.88MB 0.3s [2022-05-13T10:24:27.239Z] #11 sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 0B / 54.58MB 0.3s [2022-05-13T10:24:27.239Z] #11 ... [2022-05-13T10:24:27.239Z] [2022-05-13T10:24:27.239Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-13T10:24:27.239Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-13T10:24:27.239Z] #49 DONE 0.0s [2022-05-13T10:24:27.239Z] [2022-05-13T10:24:27.239Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:27.239Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-13T10:24:27.239Z] #11 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 30.41MB / 54.95MB 0.4s [2022-05-13T10:24:27.239Z] #11 sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 10.88MB / 10.88MB 0.4s done [2022-05-13T10:24:27.239Z] #11 sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 4.32MB / 54.58MB 0.4s [2022-05-13T10:24:27.452Z] #11 sha256:f647907d26b879e0d43f6f4f0807f01e4dbdc034edcecbc988f6033cf401becf 54.67MB / 54.67MB 1.4s [2022-05-13T10:24:27.452Z] #11 sha256:f647907d26b879e0d43f6f4f0807f01e4dbdc034edcecbc988f6033cf401becf 54.67MB / 54.67MB 1.5s done [2022-05-13T10:24:27.452Z] #11 sha256:4d35a8839961a2084ed852b5cf2acb4eb26fa23a8f5eaa1d3d926b7a5239799d 38.80MB / 108.86MB 1.5s [2022-05-13T10:24:27.452Z] #11 sha256:c64921c44c8b8e3bbab616d9ea7740c81562749239ad36db6017db3decdc6ec3 28.14MB / 81.07MB 1.5s [2022-05-13T10:24:27.452Z] #11 sha256:fdcf0c9162039d8f9f073991c3f17b0bd401d5c6bf2cba3bd2e70e55fc617971 0B / 126B 1.5s [2022-05-13T10:24:27.505Z] #11 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 40.89MB / 54.95MB 0.6s [2022-05-13T10:24:27.505Z] #11 sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 13.63MB / 54.58MB 0.6s [2022-05-13T10:24:27.505Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 2.10MB / 85.85MB 0.6s [2022-05-13T10:24:27.505Z] #11 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 49.07MB / 54.95MB 0.6s [2022-05-13T10:24:27.505Z] #11 sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 16.78MB / 54.58MB 0.6s [2022-05-13T10:24:27.505Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 7.45MB / 85.85MB 0.6s [2022-05-13T10:24:27.726Z] #11 sha256:4d35a8839961a2084ed852b5cf2acb4eb26fa23a8f5eaa1d3d926b7a5239799d 50.33MB / 108.86MB 1.7s [2022-05-13T10:24:27.726Z] #11 sha256:c64921c44c8b8e3bbab616d9ea7740c81562749239ad36db6017db3decdc6ec3 38.80MB / 81.07MB 1.7s [2022-05-13T10:24:27.726Z] #11 sha256:fdcf0c9162039d8f9f073991c3f17b0bd401d5c6bf2cba3bd2e70e55fc617971 126B / 126B 1.6s done [2022-05-13T10:24:27.726Z] #11 sha256:4d35a8839961a2084ed852b5cf2acb4eb26fa23a8f5eaa1d3d926b7a5239799d 56.77MB / 108.86MB 1.8s [2022-05-13T10:24:27.764Z] #11 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 54.95MB / 54.95MB 0.8s done [2022-05-13T10:24:27.764Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 18.87MB / 85.85MB 0.8s [2022-05-13T10:24:27.764Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 0B / 141.73MB 0.8s [2022-05-13T10:24:27.765Z] #11 sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 20.97MB / 54.58MB 1.0s [2022-05-13T10:24:27.765Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 25.17MB / 85.85MB 1.0s [2022-05-13T10:24:27.986Z] #11 sha256:c64921c44c8b8e3bbab616d9ea7740c81562749239ad36db6017db3decdc6ec3 44.04MB / 81.07MB 1.9s [2022-05-13T10:24:27.986Z] #11 sha256:4d35a8839961a2084ed852b5cf2acb4eb26fa23a8f5eaa1d3d926b7a5239799d 69.38MB / 108.86MB 2.0s [2022-05-13T10:24:27.986Z] #11 sha256:c64921c44c8b8e3bbab616d9ea7740c81562749239ad36db6017db3decdc6ec3 48.23MB / 81.07MB 2.0s [2022-05-13T10:24:27.986Z] #11 sha256:4d35a8839961a2084ed852b5cf2acb4eb26fa23a8f5eaa1d3d926b7a5239799d 77.59MB / 108.86MB 2.2s [2022-05-13T10:24:27.986Z] #11 sha256:c64921c44c8b8e3bbab616d9ea7740c81562749239ad36db6017db3decdc6ec3 55.20MB / 81.07MB 2.2s [2022-05-13T10:24:27.999Z] + docker version [2022-05-13T10:24:27.999Z] Client: [2022-05-13T10:24:27.999Z] Version: 20.10.9 [2022-05-13T10:24:27.999Z] API version: 1.41 [2022-05-13T10:24:27.999Z] Go version: go1.16.8 [2022-05-13T10:24:27.999Z] Git commit: c2ea9bc [2022-05-13T10:24:27.999Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-13T10:24:27.999Z] OS/Arch: windows/amd64 [2022-05-13T10:24:27.999Z] Context: default [2022-05-13T10:24:27.999Z] Experimental: true [2022-05-13T10:24:27.999Z] [2022-05-13T10:24:27.999Z] Server: Docker Engine - Community [2022-05-13T10:24:27.999Z] Engine: [2022-05-13T10:24:27.999Z] Version: 20.10.9 [2022-05-13T10:24:27.999Z] API version: 1.41 (minimum version 1.24) [2022-05-13T10:24:27.999Z] Go version: go1.16.8 [2022-05-13T10:24:27.999Z] Git commit: 79ea9d3 [2022-05-13T10:24:27.999Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-13T10:24:27.999Z] OS/Arch: windows/amd64 [2022-05-13T10:24:27.999Z] Experimental: true [2022-05-13T10:24:28.025Z] #11 sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 25.14MB / 54.58MB 1.0s [2022-05-13T10:24:28.025Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 29.76MB / 85.85MB 1.0s [2022-05-13T10:24:28.025Z] #11 extracting sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 [2022-05-13T10:24:28.025Z] #11 sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 30.41MB / 54.58MB 1.2s [2022-05-13T10:24:28.025Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 36.96MB / 85.85MB 1.2s [2022-05-13T10:24:28.025Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 17.83MB / 141.73MB 1.2s [Pipeline] sh [2022-05-13T10:24:28.169Z] #44 0.786 + RM_GOPATH=0 [2022-05-13T10:24:28.169Z] #44 0.786 + TMP_GOPATH= [2022-05-13T10:24:28.169Z] #44 0.786 + : /build [2022-05-13T10:24:28.169Z] #44 0.786 + '[' -z '' ']' [2022-05-13T10:24:28.169Z] #44 0.786 ++ mktemp -d [2022-05-13T10:24:28.169Z] #44 0.786 + export GOPATH=/tmp/tmp.P61NyjhCx5 [2022-05-13T10:24:28.169Z] #44 0.786 + GOPATH=/tmp/tmp.P61NyjhCx5 [2022-05-13T10:24:28.169Z] #44 0.786 + RM_GOPATH=1 [2022-05-13T10:24:28.169Z] #44 0.786 + case "$(go env GOARCH)" in [2022-05-13T10:24:28.169Z] #44 0.786 ++ go env GOARCH [2022-05-13T10:24:28.169Z] #44 0.798 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:24:28.169Z] #44 0.800 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:24:28.169Z] #44 0.801 ++ dirname /install.sh [2022-05-13T10:24:28.169Z] #44 0.802 + dir=/ [2022-05-13T10:24:28.169Z] #44 0.802 + bin=tini [2022-05-13T10:24:28.169Z] #44 0.802 + shift [2022-05-13T10:24:28.169Z] #44 0.803 + '[' '!' -f //tini.installer ']' [2022-05-13T10:24:28.169Z] #44 0.803 + . //tini.installer [2022-05-13T10:24:28.169Z] #44 0.803 ++ : v0.19.0 [2022-05-13T10:24:28.169Z] #44 0.803 + install_tini [2022-05-13T10:24:28.169Z] #44 0.804 + echo 'Install tini version v0.19.0' [2022-05-13T10:24:28.169Z] #44 0.804 Install tini version v0.19.0 [2022-05-13T10:24:28.169Z] #44 0.804 + git clone https://github.com/krallin/tini.git /tmp/tmp.P61NyjhCx5/tini [2022-05-13T10:24:28.169Z] #44 0.806 Cloning into '/tmp/tmp.P61NyjhCx5/tini'... [2022-05-13T10:24:28.250Z] #11 extracting sha256:a61d3345afba43846f3e638752cce2f0d1d47b21cc667ba08b00db10767a4702 1.7s done [2022-05-13T10:24:28.250Z] #11 sha256:c64921c44c8b8e3bbab616d9ea7740c81562749239ad36db6017db3decdc6ec3 60.82MB / 81.07MB 2.3s [2022-05-13T10:24:28.250Z] #11 sha256:4d35a8839961a2084ed852b5cf2acb4eb26fa23a8f5eaa1d3d926b7a5239799d 83.89MB / 108.86MB 2.4s [2022-05-13T10:24:28.250Z] #11 sha256:c64921c44c8b8e3bbab616d9ea7740c81562749239ad36db6017db3decdc6ec3 65.01MB / 81.07MB 2.4s [2022-05-13T10:24:28.285Z] #11 sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 40.89MB / 54.58MB 1.3s [2022-05-13T10:24:28.285Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 46.40MB / 85.85MB 1.3s [2022-05-13T10:24:28.285Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 28.95MB / 141.73MB 1.3s [2022-05-13T10:24:28.410Z] #77 DONE 0.9s [2022-05-13T10:24:28.410Z] [2022-05-13T10:24:28.410Z] #78 exporting to image [2022-05-13T10:24:28.410Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-13T10:24:28.410Z] #78 exporting layers [2022-05-13T10:24:28.429Z] #44 1.267 + cd /tmp/tmp.P61NyjhCx5/tini [2022-05-13T10:24:28.429Z] #44 1.267 + git checkout -q v0.19.0 [2022-05-13T10:24:28.429Z] #44 1.272 + cmake . [2022-05-13T10:24:28.512Z] #11 sha256:c64921c44c8b8e3bbab616d9ea7740c81562749239ad36db6017db3decdc6ec3 76.55MB / 81.07MB 2.5s [2022-05-13T10:24:28.512Z] #11 sha256:4d35a8839961a2084ed852b5cf2acb4eb26fa23a8f5eaa1d3d926b7a5239799d 95.42MB / 108.86MB 2.6s [2022-05-13T10:24:28.512Z] #11 sha256:c64921c44c8b8e3bbab616d9ea7740c81562749239ad36db6017db3decdc6ec3 81.07MB / 81.07MB 2.6s [2022-05-13T10:24:28.512Z] #11 extracting sha256:3e267d6aa58f93a513352a3b46c7addbf9335d7d43bfa4f1df4026d21785181c 0.0s [2022-05-13T10:24:28.520Z] #31 ... [2022-05-13T10:24:28.520Z] [2022-05-13T10:24:28.520Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-05-13T10:24:28.520Z] #15 sha256:fcda4a2e82f629713d95031fab746f34bcfd07d9facbf21d012f99cc8f14f975 [2022-05-13T10:24:28.520Z] #15 DONE 1.2s [2022-05-13T10:24:28.520Z] [2022-05-13T10:24:28.520Z] #31 [internal] load build context [2022-05-13T10:24:28.520Z] #31 sha256:d7cafec94397a67b4eae0af9cf2f2d4ca3126d1a199da45aacb58a667b4d10c1 [2022-05-13T10:24:28.544Z] #11 sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 51.45MB / 54.58MB 1.5s [2022-05-13T10:24:28.544Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 58.75MB / 85.85MB 1.5s [2022-05-13T10:24:28.544Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 38.99MB / 141.73MB 1.5s [2022-05-13T10:24:28.544Z] #11 sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 54.58MB / 54.58MB 1.6s [2022-05-13T10:24:28.544Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 64.07MB / 85.85MB 1.6s [2022-05-13T10:24:28.544Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 47.19MB / 141.73MB 1.7s [2022-05-13T10:24:28.688Z] #44 1.480 -- The C compiler identification is GNU 10.2.1 [2022-05-13T10:24:28.689Z] #44 1.518 -- Detecting C compiler ABI info [2022-05-13T10:24:28.772Z] #11 sha256:4d35a8839961a2084ed852b5cf2acb4eb26fa23a8f5eaa1d3d926b7a5239799d 108.86MB / 108.86MB 2.9s [2022-05-13T10:24:28.808Z] #11 sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 54.58MB / 54.58MB 1.7s done [2022-05-13T10:24:28.808Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 72.69MB / 85.85MB 1.9s [2022-05-13T10:24:28.808Z] #11 sha256:1e452e64228de9a5b7a3c92a199940ee0822ac729805e29e8b15897287aa0470 156B / 156B 1.8s done [2022-05-13T10:24:28.808Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 58.72MB / 141.73MB 1.9s [2022-05-13T10:24:28.948Z] #44 1.708 -- Detecting C compiler ABI info - done [2022-05-13T10:24:28.948Z] #44 1.738 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-13T10:24:28.948Z] #44 1.740 -- Detecting C compile features [2022-05-13T10:24:28.948Z] #44 1.741 -- Detecting C compile features - done [2022-05-13T10:24:28.948Z] #44 1.751 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-13T10:24:28.948Z] #44 1.826 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-13T10:24:29.012Z] + docker info [2022-05-13T10:24:29.012Z] Client: [2022-05-13T10:24:29.012Z] Context: default [2022-05-13T10:24:29.012Z] Debug Mode: false [2022-05-13T10:24:29.012Z] [2022-05-13T10:24:29.012Z] Server: [2022-05-13T10:24:29.012Z] Containers: 0 [2022-05-13T10:24:29.012Z] Running: 0 [2022-05-13T10:24:29.012Z] Paused: 0 [2022-05-13T10:24:29.012Z] Stopped: 0 [2022-05-13T10:24:29.012Z] Images: 13 [2022-05-13T10:24:29.012Z] Server Version: 20.10.9 [2022-05-13T10:24:29.012Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-13T10:24:29.012Z] Windows: [2022-05-13T10:24:29.012Z] LCOW: [2022-05-13T10:24:29.012Z] Logging Driver: json-file [2022-05-13T10:24:29.012Z] Plugins: [2022-05-13T10:24:29.012Z] Volume: local [2022-05-13T10:24:29.012Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-13T10:24:29.012Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-13T10:24:29.012Z] Swarm: inactive [2022-05-13T10:24:29.012Z] Default Isolation: process [2022-05-13T10:24:29.012Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-13T10:24:29.012Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-13T10:24:29.012Z] OSType: windows [2022-05-13T10:24:29.012Z] Architecture: x86_64 [2022-05-13T10:24:29.012Z] CPUs: 4 [2022-05-13T10:24:29.012Z] Total Memory: 32GiB [2022-05-13T10:24:29.012Z] Name: azwin-2-59f360 [2022-05-13T10:24:29.012Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-13T10:24:29.012Z] Docker Root Dir: D:\docker [2022-05-13T10:24:29.012Z] Debug Mode: false [2022-05-13T10:24:29.012Z] Registry: https://index.docker.io/v1/ [2022-05-13T10:24:29.012Z] Labels: [2022-05-13T10:24:29.012Z] Experimental: true [2022-05-13T10:24:29.012Z] Insecure Registries: [2022-05-13T10:24:29.012Z] 10.0.0.4:5000 [2022-05-13T10:24:29.012Z] 127.0.0.0/8 [2022-05-13T10:24:29.012Z] Registry Mirrors: [2022-05-13T10:24:29.012Z] http://10.0.0.4:5000/ [2022-05-13T10:24:29.012Z] Live Restore Enabled: false [2022-05-13T10:24:29.012Z] Product License: Community Engine [2022-05-13T10:24:29.012Z] [2022-05-13T10:24:29.060Z] #11 sha256:c64921c44c8b8e3bbab616d9ea7740c81562749239ad36db6017db3decdc6ec3 81.07MB / 81.07MB 3.0s done [2022-05-13T10:24:29.072Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 82.84MB / 85.85MB 2.0s [2022-05-13T10:24:29.072Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 66.06MB / 141.73MB 2.0s [2022-05-13T10:24:29.081Z] #31 transferring context: 61.20MB 2.9s done [2022-05-13T10:24:29.081Z] #31 DONE 2.9s [2022-05-13T10:24:29.081Z] [2022-05-13T10:24:29.081Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-05-13T10:24:29.081Z] #16 sha256:131100efbffcd67ebbc438a0f674923d92a7be883213c47c1fde96cd49ce0155 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-05-13T10:24:29.208Z] #44 1.868 -- Configuring done [2022-05-13T10:24:29.208Z] #44 1.880 -- Generating done [2022-05-13T10:24:29.208Z] #44 1.886 -- Build files have been written to: /tmp/tmp.P61NyjhCx5/tini [2022-05-13T10:24:29.208Z] #44 1.893 + make tini-static [2022-05-13T10:24:29.208Z] #44 2.011 Scanning dependencies of target tini-static [2022-05-13T10:24:29.208Z] #44 2.036 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-13T10:24:29.343Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 85.85MB / 85.85MB 2.2s done [2022-05-13T10:24:29.343Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 81.79MB / 141.73MB 2.3s [2022-05-13T10:24:29.343Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 95.42MB / 141.73MB 2.6s [2022-05-13T10:24:29.345Z] #78 exporting layers 1.1s done [2022-05-13T10:24:29.345Z] #78 writing image sha256:0ba9de1b63903152d1435bf0bc3e946fc27b1e728e772a812a8a114791683641 [2022-05-13T10:24:29.345Z] #78 writing image sha256:0ba9de1b63903152d1435bf0bc3e946fc27b1e728e772a812a8a114791683641 done [2022-05-13T10:24:29.345Z] #78 naming to docker.io/library/docker:8e4b5db542e45b11e57c920876e3d80a37158567 done [2022-05-13T10:24:29.345Z] #78 DONE 1.1s [2022-05-13T10:24:29.377Z] #16 DONE 0.9s [2022-05-13T10:24:29.377Z] [2022-05-13T10:24:29.377Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-05-13T10:24:29.377Z] #17 sha256:86781eb3188866b82d8be57ecb83171517b0af828e80c6cf856ae78bb6812896 [2022-05-13T10:24:29.602Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 103.81MB / 141.73MB 2.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-05-13T10:24:29.777Z] #44 ... [2022-05-13T10:24:29.777Z] [2022-05-13T10:24:29.777Z] #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-13T10:24:29.777Z] #64 sha256:91214a619f5b777a412ce6b0fa019a74aeb69af08f24f0cc6cb6b472a8f23d8f [2022-05-13T10:24:29.777Z] #64 0.802 + RM_GOPATH=0 [2022-05-13T10:24:29.777Z] #64 0.802 + TMP_GOPATH= [2022-05-13T10:24:29.777Z] #64 0.802 + : /build [2022-05-13T10:24:29.777Z] #64 0.802 + '[' -z '' ']' [2022-05-13T10:24:29.777Z] #64 0.802 ++ mktemp -d [2022-05-13T10:24:29.777Z] #64 0.805 + export GOPATH=/tmp/tmp.I7TGKMYkra [2022-05-13T10:24:29.777Z] #64 0.805 + GOPATH=/tmp/tmp.I7TGKMYkra [2022-05-13T10:24:29.777Z] #64 0.805 + RM_GOPATH=1 [2022-05-13T10:24:29.777Z] #64 0.805 + case "$(go env GOARCH)" in [2022-05-13T10:24:29.777Z] #64 0.806 ++ go env GOARCH [2022-05-13T10:24:29.777Z] #64 0.835 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:24:29.777Z] #64 0.835 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:24:29.777Z] #64 0.836 ++ dirname /install.sh [2022-05-13T10:24:29.777Z] #64 0.837 + dir=/ [2022-05-13T10:24:29.777Z] #64 0.837 + bin=containerd [2022-05-13T10:24:29.777Z] #64 0.837 + shift [2022-05-13T10:24:29.777Z] #64 0.838 + '[' '!' -f //containerd.installer ']' [2022-05-13T10:24:29.777Z] #64 0.838 + . //containerd.installer [2022-05-13T10:24:29.777Z] #64 0.838 ++ set -e [2022-05-13T10:24:29.777Z] #64 0.838 ++ : v1.6.4 [2022-05-13T10:24:29.777Z] #64 0.839 + install_containerd [2022-05-13T10:24:29.777Z] #64 0.840 + echo 'Install containerd version v1.6.4' [2022-05-13T10:24:29.777Z] #64 0.841 Install containerd version v1.6.4 [2022-05-13T10:24:29.777Z] #64 0.841 + git clone https://github.com/containerd/containerd.git /tmp/tmp.I7TGKMYkra/src/github.com/containerd/containerd [2022-05-13T10:24:29.777Z] #64 0.844 Cloning into '/tmp/tmp.I7TGKMYkra/src/github.com/containerd/containerd'... [2022-05-13T10:24:29.777Z] #64 ... [2022-05-13T10:24:29.777Z] [2022-05-13T10:24:29.777Z] #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-13T10:24:29.777Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-13T10:24:29.777Z] #14 19.71 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-13T10:24:29.777Z] #14 19.71 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:24:29.777Z] #14 19.72 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-13T10:24:29.777Z] #14 19.81 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-13T10:24:29.777Z] #14 19.81 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:24:29.777Z] #14 19.82 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-13T10:24:29.864Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 122.68MB / 141.73MB 3.0s [2022-05-13T10:24:29.938Z] #17 DONE 0.5s [2022-05-13T10:24:29.938Z] [2022-05-13T10:24:29.938Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-05-13T10:24:29.938Z] #18 sha256:7de885ad4c5c3abb4440ee58fcb5ed3e645d67288a9a320dafb1ff3175001759 [2022-05-13T10:24:30.007Z] #11 extracting sha256:3e267d6aa58f93a513352a3b46c7addbf9335d7d43bfa4f1df4026d21785181c 1.7s done [2022-05-13T10:24:30.039Z] + trap exit INT TERM [2022-05-13T10:24:30.039Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-05-13T10:24:30.039Z] + CONTAINER_NAME=docker-pr3 [2022-05-13T10:24:30.039Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43269/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43269/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 -e DOCKER_GRAPHDRIVER docker:8e4b5db542e45b11e57c920876e3d80a37158567 hack/make.sh dynbinary [2022-05-13T10:24:30.125Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 130.02MB / 141.73MB 3.1s [2022-05-13T10:24:30.125Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 139.46MB / 141.73MB 3.3s [2022-05-13T10:24:30.193Z] #18 DONE 0.5s [2022-05-13T10:24:30.193Z] [2022-05-13T10:24:30.193Z] #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-13T10:24:30.193Z] #19 sha256:f906552b5f82ee6cc7ffaae751835b5293cfb13fa5ba15dd04916bc798787b13 [2022-05-13T10:24:30.577Z] #11 ... [2022-05-13T10:24:30.578Z] [2022-05-13T10:24:30.578Z] #24 [internal] load build context [2022-05-13T10:24:30.578Z] #24 sha256:962e0db3a69518013017db49409ed07db39a33f0bbbdd4c57e7d7e2b22201114 [2022-05-13T10:24:30.578Z] #24 transferring context: 61.20MB 3.5s done [2022-05-13T10:24:30.578Z] #24 DONE 4.6s [2022-05-13T10:24:30.578Z] [2022-05-13T10:24:30.578Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-13T10:24:30.578Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-13T10:24:30.578Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-05-13T10:24:30.578Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-13T10:24:30.578Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-13T10:24:30.578Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-13T10:24:30.578Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.3s done [2022-05-13T10:24:30.578Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.6s done [2022-05-13T10:24:30.578Z] #71 DONE 4.6s [2022-05-13T10:24:30.578Z] [2022-05-13T10:24:30.578Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-13T10:24:30.578Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-13T10:24:30.578Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-05-13T10:24:30.578Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-13T10:24:30.578Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-13T10:24:30.578Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-13T10:24:30.578Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.0s done [2022-05-13T10:24:30.578Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.2s done [2022-05-13T10:24:30.578Z] #73 DONE 4.7s [2022-05-13T10:24:30.578Z] [2022-05-13T10:24:30.578Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:30.578Z] #11 sha256:c17823beee4315a8cee5c0954598d192d8ecaf1cf55395a82db4f9737d54f5fd [2022-05-13T10:24:30.578Z] #11 extracting sha256:f647907d26b879e0d43f6f4f0807f01e4dbdc034edcecbc988f6033cf401becf 0.1s [2022-05-13T10:24:30.606Z] [2022-05-13T10:24:30.606Z] Removing bundles/ [2022-05-13T10:24:30.606Z] [2022-05-13T10:24:30.606Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-13T10:24:30.606Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-13T10:24:30.606Z] GOOS="" GOARCH="" GOARM="" [2022-05-13T10:24:30.694Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 141.73MB / 141.73MB 3.6s done [2022-05-13T10:24:30.716Z] #14 ... [2022-05-13T10:24:30.716Z] [2022-05-13T10:24:30.716Z] #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-13T10:24:30.716Z] #44 sha256:05f8f00a2c22ee7013a2d829c071f6866521bc550478c3cb4611bd9cd0357262 [2022-05-13T10:24:30.716Z] #44 2.592 [100%] Linking C executable tini-static [2022-05-13T10:24:30.716Z] #44 2.887 [100%] Built target tini-static [2022-05-13T10:24:30.716Z] #44 2.909 + mkdir -p /build [2022-05-13T10:24:30.716Z] #44 2.911 + cp tini-static /build/docker-init [2022-05-13T10:24:30.716Z] #44 DONE 3.2s [2022-05-13T10:24:30.716Z] [2022-05-13T10:24:30.716Z] #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-13T10:24:30.716Z] #67 sha256:bdd802b9b742f08eaab612e79eb249073f9c241136769bec82f9b68fb7477b3c [2022-05-13T10:24:31.158Z] #19 0.767 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-13T10:24:31.158Z] #19 0.777 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-13T10:24:31.158Z] #19 0.781 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-13T10:24:31.158Z] #19 0.892 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-13T10:24:31.158Z] #19 0.986 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-13T10:24:31.455Z] #19 1.089 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-13T10:24:31.455Z] #19 1.197 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-13T10:24:31.455Z] #19 1.301 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-13T10:24:31.631Z] #11 ... [2022-05-13T10:24:31.631Z] [2022-05-13T10:24:31.631Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-13T10:24:31.631Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-13T10:24:31.631Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-05-13T10:24:31.631Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-13T10:24:31.631Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-13T10:24:31.631Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-13T10:24:31.631Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 2.3s done [2022-05-13T10:24:31.631Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.0s done [2022-05-13T10:24:31.631Z] #71 DONE 4.5s [2022-05-13T10:24:31.631Z] [2022-05-13T10:24:31.631Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:31.631Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-13T10:24:31.654Z] #67 ... [2022-05-13T10:24:31.654Z] [2022-05-13T10:24:31.654Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-13T10:24:31.654Z] #46 sha256:205206618d4a474f9923652b99989d5716de3944ac6d6bda09aaf1d46f6d4970 [2022-05-13T10:24:31.654Z] #46 CACHED [2022-05-13T10:24:31.654Z] [2022-05-13T10:24:31.654Z] #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-13T10:24:31.654Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-13T10:24:31.654Z] #47 CACHED [2022-05-13T10:24:31.654Z] [2022-05-13T10:24:31.655Z] #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-13T10:24:31.655Z] #50 sha256:9c3b208b65a8b8fa54d9d809817a461609014ba0ebc6cb06346f719cbbe6d55b [2022-05-13T10:24:31.655Z] #50 CACHED [2022-05-13T10:24:31.655Z] [2022-05-13T10:24:31.655Z] #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-13T10:24:31.655Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-13T10:24:31.655Z] #51 CACHED [2022-05-13T10:24:31.655Z] [2022-05-13T10:24:31.655Z] #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-13T10:24:31.655Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-13T10:24:31.655Z] #53 CACHED [2022-05-13T10:24:31.655Z] [2022-05-13T10:24:31.655Z] #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-13T10:24:31.655Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-13T10:24:31.655Z] #55 CACHED [2022-05-13T10:24:31.655Z] [2022-05-13T10:24:31.655Z] #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-13T10:24:31.655Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-13T10:24:31.655Z] #57 CACHED [2022-05-13T10:24:31.655Z] [2022-05-13T10:24:31.655Z] #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-13T10:24:31.655Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-13T10:24:31.710Z] #19 1.405 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-13T10:24:31.710Z] #19 1.501 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-13T10:24:31.710Z] #19 1.508 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-13T10:24:31.892Z] #11 ... [2022-05-13T10:24:31.892Z] [2022-05-13T10:24:31.892Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-13T10:24:31.892Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-13T10:24:31.892Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-13T10:24:31.892Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-13T10:24:31.892Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-13T10:24:31.892Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.6s done [2022-05-13T10:24:31.892Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.1s done [2022-05-13T10:24:31.892Z] #73 DONE 5.0s [2022-05-13T10:24:31.892Z] [2022-05-13T10:24:31.892Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:31.892Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-13T10:24:32.009Z] #19 1.509 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [139 kB] [2022-05-13T10:24:32.009Z] #19 1.509 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-13T10:24:32.009Z] #19 1.509 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [146 kB] [2022-05-13T10:24:32.009Z] #19 1.510 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [128 kB] [2022-05-13T10:24:32.009Z] #19 1.565 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-13T10:24:32.009Z] #19 1.568 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-13T10:24:32.009Z] #19 1.569 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-13T10:24:32.009Z] #19 1.571 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-13T10:24:32.009Z] #19 1.572 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-13T10:24:32.009Z] #19 1.573 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-13T10:24:32.461Z] #11 ... [2022-05-13T10:24:32.461Z] [2022-05-13T10:24:32.461Z] #24 [internal] load build context [2022-05-13T10:24:32.461Z] #24 sha256:421a5df8a281c1c1b2b06c19bfae03c5e9356b4359ef36979cf9337ab22bbf3e [2022-05-13T10:24:32.461Z] #24 transferring context: 61.19MB 5.3s done [2022-05-13T10:24:32.461Z] #24 DONE 5.5s [2022-05-13T10:24:32.461Z] [2022-05-13T10:24:32.461Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:32.461Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-13T10:24:32.593Z] #14 23.44 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-13T10:24:32.593Z] #14 23.44 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:24:32.593Z] #14 23.47 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-13T10:24:33.031Z] #11 extracting sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 5.1s [2022-05-13T10:24:33.122Z] #11 ... [2022-05-13T10:24:33.122Z] [2022-05-13T10:24:33.122Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-13T10:24:33.122Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-05-13T10:24:33.122Z] #72 DONE 0.9s [2022-05-13T10:24:33.122Z] [2022-05-13T10:24:33.122Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:33.122Z] #11 sha256:c17823beee4315a8cee5c0954598d192d8ecaf1cf55395a82db4f9737d54f5fd [2022-05-13T10:24:33.290Z] #11 ... [2022-05-13T10:24:33.290Z] [2022-05-13T10:24:33.290Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-13T10:24:33.290Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-13T10:24:33.290Z] #72 DONE 0.3s [2022-05-13T10:24:33.290Z] [2022-05-13T10:24:33.290Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:33.290Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-13T10:24:33.383Z] #11 ... [2022-05-13T10:24:33.383Z] [2022-05-13T10:24:33.383Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-13T10:24:33.383Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-05-13T10:24:33.383Z] #74 DONE 0.7s [2022-05-13T10:24:33.383Z] [2022-05-13T10:24:33.383Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:33.383Z] #11 sha256:c17823beee4315a8cee5c0954598d192d8ecaf1cf55395a82db4f9737d54f5fd [2022-05-13T10:24:33.643Z] #11 extracting sha256:f647907d26b879e0d43f6f4f0807f01e4dbdc034edcecbc988f6033cf401becf 3.0s done [2022-05-13T10:24:33.859Z] #11 ... [2022-05-13T10:24:33.859Z] [2022-05-13T10:24:33.859Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-13T10:24:33.859Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-13T10:24:33.859Z] #74 DONE 0.5s [2022-05-13T10:24:33.859Z] [2022-05-13T10:24:33.859Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:33.859Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-13T10:24:33.903Z] #11 extracting sha256:c64921c44c8b8e3bbab616d9ea7740c81562749239ad36db6017db3decdc6ec3 [2022-05-13T10:24:34.428Z] #11 extracting sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 6.4s done [2022-05-13T10:24:34.428Z] #11 ... [2022-05-13T10:24:34.428Z] [2022-05-13T10:24:34.428Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-13T10:24:34.428Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-13T10:24:34.428Z] #28 resolve docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 0.1s done [2022-05-13T10:24:34.428Z] #28 sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 1.85kB / 1.85kB done [2022-05-13T10:24:34.428Z] #28 sha256:da1a55850480753941bb8aff55935742562aca344adac8544799e6551b4fe802 529B / 529B done [2022-05-13T10:24:34.428Z] #28 sha256:c4905f2a4f97c2c59ee2b37ed16b02a184e0f1f3a378072b6ffa9e94bcb9e431 1.46kB / 1.46kB done [2022-05-13T10:24:34.428Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 54.95MB / 54.95MB 0.7s done [2022-05-13T10:24:34.428Z] #28 DONE 7.5s [2022-05-13T10:24:34.428Z] [2022-05-13T10:24:34.428Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:34.428Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-13T10:24:34.428Z] #11 extracting sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 0.1s [2022-05-13T10:24:34.997Z] #11 extracting sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 0.4s done [2022-05-13T10:24:34.997Z] #11 extracting sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a [2022-05-13T10:24:35.257Z] #11 extracting sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 0.4s done [2022-05-13T10:24:35.516Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b [2022-05-13T10:24:35.814Z] #11 ... [2022-05-13T10:24:35.814Z] [2022-05-13T10:24:35.814Z] #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-13T10:24:35.814Z] #29 sha256:d7d60c790e56dec5401acf917bfe11cff6c2e03c9742add06751d9192c5ba7e4 [2022-05-13T10:24:35.814Z] #29 1.371 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-13T10:24:35.814Z] #29 1.408 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-13T10:24:35.814Z] #29 1.408 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-13T10:24:35.814Z] #29 1.675 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-13T10:24:35.814Z] #29 1.956 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-13T10:24:35.814Z] #29 2.522 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-13T10:24:35.814Z] #29 3.415 Fetched 8417 kB in 2s (3618 kB/s) [2022-05-13T10:24:35.814Z] #29 3.415 Reading package lists... [2022-05-13T10:24:35.814Z] #29 4.005 Reading package lists... [2022-05-13T10:24:35.814Z] #29 4.654 Building dependency tree... [2022-05-13T10:24:35.814Z] #29 5.010 The following additional packages will be installed: [2022-05-13T10:24:35.814Z] #29 5.010 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-13T10:24:35.814Z] #29 5.010 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-13T10:24:35.814Z] #29 5.010 Recommended packages: [2022-05-13T10:24:35.814Z] #29 5.010 libldap-common publicsuffix libsasl2-modules [2022-05-13T10:24:35.814Z] #29 5.144 The following NEW packages will be installed: [2022-05-13T10:24:35.814Z] #29 5.144 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-13T10:24:35.814Z] #29 5.144 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-13T10:24:35.814Z] #29 5.144 libssh2-1 openssl [2022-05-13T10:24:35.814Z] #29 5.420 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:24:35.814Z] #29 5.420 Need to get 2934 kB of archives. [2022-05-13T10:24:35.814Z] #29 5.420 After this operation, 6476 kB of additional disk space will be used. [2022-05-13T10:24:35.814Z] #29 5.420 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u1 [830 kB] [2022-05-13T10:24:35.814Z] #29 5.453 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-05-13T10:24:35.814Z] #29 5.482 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-05-13T10:24:35.814Z] #29 5.494 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] [2022-05-13T10:24:35.814Z] #29 5.498 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-05-13T10:24:35.814Z] #29 5.502 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB] [2022-05-13T10:24:35.814Z] #29 5.538 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-05-13T10:24:35.814Z] #29 5.544 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-05-13T10:24:35.814Z] #29 5.550 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-05-13T10:24:35.814Z] #29 5.589 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-05-13T10:24:35.814Z] #29 5.593 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-05-13T10:24:35.814Z] #29 5.595 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-05-13T10:24:35.814Z] #29 5.598 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-05-13T10:24:35.814Z] #29 5.601 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-05-13T10:24:35.814Z] #29 5.610 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-05-13T10:24:35.814Z] #29 5.836 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:24:35.814Z] #29 5.876 Fetched 2934 kB in 0s (6455 kB/s) [2022-05-13T10:24:35.814Z] #29 6.029 Selecting previously unselected package openssl. [2022-05-13T10:24:35.814Z] #29 6.029 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6645 files and directories currently installed.) [2022-05-13T10:24:35.814Z] #29 6.029 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_arm64.deb ... [2022-05-13T10:24:35.814Z] #29 6.099 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-05-13T10:24:35.814Z] #29 6.653 Selecting previously unselected package ca-certificates. [2022-05-13T10:24:35.814Z] #29 6.653 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-13T10:24:35.814Z] #29 6.659 Unpacking ca-certificates (20210119) ... [2022-05-13T10:24:35.814Z] #29 6.762 Selecting previously unselected package libbrotli1:arm64. [2022-05-13T10:24:35.814Z] #29 6.762 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-05-13T10:24:35.814Z] #29 6.772 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-05-13T10:24:35.814Z] #29 6.840 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-05-13T10:24:35.814Z] #29 6.846 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-05-13T10:24:35.814Z] #29 6.855 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-13T10:24:35.814Z] #29 7.233 Selecting previously unselected package libsasl2-2:arm64. [2022-05-13T10:24:35.814Z] #29 7.233 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-05-13T10:24:35.814Z] #29 7.292 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-13T10:24:35.814Z] #29 7.435 Selecting previously unselected package libldap-2.4-2:arm64. [2022-05-13T10:24:35.814Z] #29 7.435 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ... [2022-05-13T10:24:35.814Z] #29 7.439 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-05-13T10:24:35.814Z] #29 7.516 Selecting previously unselected package libnghttp2-14:arm64. [2022-05-13T10:24:35.814Z] #29 7.516 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-05-13T10:24:35.814Z] #29 7.528 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-05-13T10:24:35.814Z] #29 7.590 Selecting previously unselected package libpsl5:arm64. [2022-05-13T10:24:35.814Z] #29 7.590 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-05-13T10:24:35.814Z] #29 7.596 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-05-13T10:24:35.814Z] #29 7.645 Selecting previously unselected package librtmp1:arm64. [2022-05-13T10:24:35.814Z] #29 7.645 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-05-13T10:24:35.814Z] #29 7.653 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-13T10:24:35.814Z] #29 7.698 Selecting previously unselected package libssh2-1:arm64. [2022-05-13T10:24:35.814Z] #29 7.698 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-05-13T10:24:35.814Z] #29 7.705 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-05-13T10:24:35.814Z] #29 7.859 Selecting previously unselected package libcurl4:arm64. [2022-05-13T10:24:35.814Z] #29 7.859 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-05-13T10:24:35.814Z] #29 7.863 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-05-13T10:24:35.814Z] #29 7.915 Selecting previously unselected package curl. [2022-05-13T10:24:35.814Z] #29 7.916 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-05-13T10:24:35.814Z] #29 7.920 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-13T10:24:35.814Z] #29 8.004 Selecting previously unselected package libonig5:arm64. [2022-05-13T10:24:35.814Z] #29 8.006 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-05-13T10:24:35.814Z] #29 8.013 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-05-13T10:24:35.814Z] #29 8.087 Selecting previously unselected package libjq1:arm64. [2022-05-13T10:24:35.814Z] #29 8.087 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-05-13T10:24:35.814Z] #29 8.093 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-05-13T10:24:35.814Z] #29 8.141 Selecting previously unselected package jq. [2022-05-13T10:24:35.814Z] #29 8.141 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-05-13T10:24:35.814Z] #29 8.148 Unpacking jq (1.6-2.1) ... [2022-05-13T10:24:35.814Z] #29 8.258 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-05-13T10:24:35.814Z] #29 8.273 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-05-13T10:24:35.814Z] #29 8.286 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-05-13T10:24:35.814Z] #29 8.319 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-13T10:24:35.814Z] #29 8.347 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-13T10:24:35.814Z] #29 8.367 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-13T10:24:35.814Z] #29 8.391 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-05-13T10:24:35.814Z] #29 8.405 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-05-13T10:24:35.814Z] #29 8.424 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-05-13T10:24:35.814Z] #29 8.441 Setting up libjq1:arm64 (1.6-2.1) ... [2022-05-13T10:24:35.814Z] #29 8.458 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-05-13T10:24:35.814Z] #29 8.479 Setting up ca-certificates (20210119) ... [2022-05-13T10:24:35.814Z] #29 9.181 Updating certificates in /etc/ssl/certs... [2022-05-13T10:24:35.814Z] #29 10.03 129 added, 0 removed; done. [2022-05-13T10:24:36.074Z] #29 10.11 Setting up jq (1.6-2.1) ... [2022-05-13T10:24:36.074Z] #29 10.12 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-05-13T10:24:36.074Z] #29 10.13 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-13T10:24:36.074Z] #29 10.14 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:24:36.074Z] #29 10.17 Processing triggers for ca-certificates (20210119) ... [2022-05-13T10:24:36.074Z] #29 10.17 Updating certificates in /etc/ssl/certs... [2022-05-13T10:24:36.074Z] #29 ... [2022-05-13T10:24:36.074Z] [2022-05-13T10:24:36.074Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:36.074Z] #11 sha256:c17823beee4315a8cee5c0954598d192d8ecaf1cf55395a82db4f9737d54f5fd [2022-05-13T10:24:37.016Z] #11 extracting sha256:c64921c44c8b8e3bbab616d9ea7740c81562749239ad36db6017db3decdc6ec3 3.3s done [2022-05-13T10:24:37.275Z] #11 ... [2022-05-13T10:24:37.275Z] [2022-05-13T10:24:37.275Z] #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-13T10:24:37.275Z] #29 sha256:d7d60c790e56dec5401acf917bfe11cff6c2e03c9742add06751d9192c5ba7e4 [2022-05-13T10:24:37.275Z] #29 10.85 0 added, 0 removed; done. [2022-05-13T10:24:37.275Z] #29 10.85 Running hooks in /etc/ca-certificates/update.d... [2022-05-13T10:24:37.275Z] #29 10.86 done. [2022-05-13T10:24:37.275Z] #29 DONE 11.4s [2022-05-13T10:24:37.275Z] [2022-05-13T10:24:37.275Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:37.275Z] #11 sha256:c17823beee4315a8cee5c0954598d192d8ecaf1cf55395a82db4f9737d54f5fd [2022-05-13T10:24:37.275Z] #11 extracting sha256:4d35a8839961a2084ed852b5cf2acb4eb26fa23a8f5eaa1d3d926b7a5239799d [2022-05-13T10:24:37.275Z] #11 ... [2022-05-13T10:24:37.275Z] [2022-05-13T10:24:37.275Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-13T10:24:37.275Z] #30 sha256:853d27dbe58e294074c4e1d8b87515afc98ae30e03d1d06afda2d121c98bff27 [2022-05-13T10:24:37.275Z] #30 DONE 0.1s [2022-05-13T10:24:37.275Z] [2022-05-13T10:24:37.275Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:37.275Z] #11 sha256:c17823beee4315a8cee5c0954598d192d8ecaf1cf55395a82db4f9737d54f5fd [2022-05-13T10:24:37.340Z] #19 7.154 Fetched 49.0 MB in 7s (7328 kB/s) [2022-05-13T10:24:37.896Z] #14 28.70 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-13T10:24:37.896Z] #14 28.71 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:24:37.896Z] #14 28.72 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-13T10:24:38.155Z] #14 ... [2022-05-13T10:24:38.155Z] [2022-05-13T10:24:38.155Z] #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-13T10:24:38.155Z] #67 sha256:bdd802b9b742f08eaab612e79eb249073f9c241136769bec82f9b68fb7477b3c [2022-05-13T10:24:38.155Z] #67 25.39 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-13T10:24:38.155Z] #67 25.39 + GOBIN=/build [2022-05-13T10:24:38.155Z] #67 25.39 + GO111MODULE=on [2022-05-13T10:24:38.155Z] #67 25.39 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-13T10:24:39.972Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-05-13T10:24:39.972Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-3476da65\powershellScript.ps1'; exit $LASTEXITCODE; [2022-05-13T10:24:39.972Z] ---------------------------------------------------------------------------- [2022-05-13T10:24:39.972Z] [2022-05-13T10:24:39.972Z] INFO: executeCI.ps1 starting at Fri May 13 10:24:38 CUT 2022 [2022-05-13T10:24:39.972Z] [2022-05-13T10:24:39.972Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-05-13T10:24:39.972Z] INFO: Running git version 2.24.1.windows.2 [2022-05-13T10:24:39.972Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-05-13T10:24:39.972Z] INFO: Environment variables: [2022-05-13T10:24:39.972Z] [2022-05-13T10:24:39.972Z] Name Value [2022-05-13T10:24:39.972Z] ---- ----- [2022-05-13T10:24:39.972Z] ALLUSERSPROFILE C:\ProgramData [2022-05-13T10:24:39.972Z] amd64 true [2022-05-13T10:24:39.972Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-05-13T10:24:39.972Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-05-13T10:24:39.972Z] arm64 true [2022-05-13T10:24:39.972Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-05-13T10:24:39.972Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-05-13T10:24:39.972Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-05-13T10:24:39.972Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-05-13T10:24:39.972Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-05-13T10:24:39.972Z] BRANCH_NAME PR-43269 [2022-05-13T10:24:39.972Z] BUILD_DISPLAY_NAME #3 [2022-05-13T10:24:39.972Z] BUILD_ID 3 [2022-05-13T10:24:39.972Z] BUILD_NUMBER 3 [2022-05-13T10:24:39.972Z] BUILD_TAG jenkins-moby-PR-43269-3 [2022-05-13T10:24:39.972Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/3/ [2022-05-13T10:24:39.972Z] cgroup2 true [2022-05-13T10:24:39.972Z] CHANGE_AUTHOR slonopotamus [2022-05-13T10:24:39.972Z] CHANGE_AUTHOR_DISPLAY_NAME Marat Radchenko [2022-05-13T10:24:39.972Z] CHANGE_AUTHOR_EMAIL marat@slonopotamus.org [2022-05-13T10:24:39.972Z] CHANGE_BRANCH cpus-for-image-build [2022-05-13T10:24:39.972Z] CHANGE_FORK slonopotamus/shmoby [2022-05-13T10:24:39.972Z] CHANGE_ID 43269 [2022-05-13T10:24:39.972Z] CHANGE_TARGET master [2022-05-13T10:24:39.972Z] CHANGE_TITLE Add support for CpuCount/CpuPercent to image build [2022-05-13T10:24:39.972Z] CHANGE_URL https://github.com/moby/moby/pull/43269 [2022-05-13T10:24:39.972Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-13T10:24:39.972Z] CommonProgramFiles C:\Program Files\Common Files [2022-05-13T10:24:39.972Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-05-13T10:24:39.972Z] CommonProgramW6432 C:\Program Files\Common Files [2022-05-13T10:24:39.972Z] COMPUTERNAME azwin-2-59f360 [2022-05-13T10:24:39.972Z] ComSpec C:\Windows\system32\cmd.exe [2022-05-13T10:24:39.972Z] ConfigSequenceNumber 0 [2022-05-13T10:24:39.972Z] dco true [2022-05-13T10:24:39.972Z] DOCKER_BUILDKIT 0 [2022-05-13T10:24:39.972Z] DOCKER_DUT_DEBUG 1 [2022-05-13T10:24:39.972Z] DOCKER_EXPERIMENTAL 1 [2022-05-13T10:24:39.972Z] DOCKER_GRAPHDRIVER overlay2 [2022-05-13T10:24:39.972Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-05-13T10:24:39.972Z] EXECUTOR_NUMBER 0 [2022-05-13T10:24:39.972Z] FQDN azwin-2-59f360.westus.cloudapp.azure.com [2022-05-13T10:24:39.972Z] GIT_BRANCH PR-43269 [2022-05-13T10:24:39.972Z] GIT_COMMIT 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:24:39.972Z] GIT_PREVIOUS_COMMIT 99306e6f46bac7595ad1933f44558dde32973933 [2022-05-13T10:24:39.972Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 99306e6f46bac7595ad1933f44558dde32973933 [2022-05-13T10:24:39.972Z] GIT_URL https://github.com/moby/moby.git [2022-05-13T10:24:39.972Z] HUDSON_COOKIE 8fccec4e-608a-49e9-b9a1-2ccb1133ba8e [2022-05-13T10:24:39.972Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-05-13T10:24:39.972Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-05-13T10:24:39.972Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-05-13T10:24:39.972Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-05-13T10:24:39.972Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-05-13T10:24:39.972Z] JENKINS_NODE_COOKIE 8e38fcc9-5690-4d5e-99ce-d7c9e0d7dd74 [2022-05-13T10:24:39.972Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-05-13T10:24:39.972Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-05-13T10:24:39.972Z] JOB_BASE_NAME PR-43269 [2022-05-13T10:24:39.972Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/display/redirect [2022-05-13T10:24:39.972Z] JOB_NAME moby/PR-43269 [2022-05-13T10:24:39.972Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/ [2022-05-13T10:24:39.972Z] library.jps.version master [2022-05-13T10:24:39.972Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-05-13T10:24:39.972Z] NODE_LABELS amd64 azure azwin-2-59f360 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-05-13T10:24:39.972Z] NODE_NAME azwin-2-59f360 [2022-05-13T10:24:39.972Z] NUMBER_OF_PROCESSORS 4 [2022-05-13T10:24:39.972Z] OS Windows_NT [2022-05-13T10:24:39.972Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-05-13T10:24:39.972Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-05-13T10:24:39.972Z] ppc64le false [2022-05-13T10:24:39.972Z] PROCESSOR_ARCHITECTURE AMD64 [2022-05-13T10:24:39.972Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-05-13T10:24:39.972Z] PROCESSOR_LEVEL 6 [2022-05-13T10:24:39.972Z] PROCESSOR_REVISION 4f01 [2022-05-13T10:24:39.972Z] ProgramData C:\ProgramData [2022-05-13T10:24:39.972Z] ProgramFiles C:\Program Files [2022-05-13T10:24:39.972Z] ProgramFiles(x86) C:\Program Files (x86) [2022-05-13T10:24:39.972Z] ProgramW6432 C:\Program Files [2022-05-13T10:24:39.972Z] PROMPT $P$G [2022-05-13T10:24:39.972Z] PSExecutionPolicyPreference Bypass [2022-05-13T10:24:39.972Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-05-13T10:24:39.972Z] PUBLIC C:\Users\Public [2022-05-13T10:24:39.972Z] rootless true [2022-05-13T10:24:39.972Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/3/display/redirect?page=artif... [2022-05-13T10:24:39.972Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/3/display/redirect?page=changes [2022-05-13T10:24:39.972Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/3/display/redirect [2022-05-13T10:24:39.972Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/3/display/redirect?page=tests [2022-05-13T10:24:39.972Z] s390x false [2022-05-13T10:24:39.972Z] SKIP_VALIDATION_TESTS 1 [2022-05-13T10:24:39.972Z] SOURCES_DRIVE d [2022-05-13T10:24:39.972Z] SOURCES_SUBDIR gopath [2022-05-13T10:24:39.972Z] STAGE_NAME Run tests [2022-05-13T10:24:39.972Z] SystemDrive C: [2022-05-13T10:24:39.972Z] SystemRoot C:\Windows [2022-05-13T10:24:39.972Z] TEMP C:\Windows\TEMP [2022-05-13T10:24:39.972Z] TESTDEBUG 0 [2022-05-13T10:24:39.972Z] TESTRUN_DRIVE d [2022-05-13T10:24:39.972Z] TESTRUN_SUBDIR CI [2022-05-13T10:24:39.972Z] TIMEOUT 120m [2022-05-13T10:24:39.972Z] TMP C:\Windows\TEMP [2022-05-13T10:24:39.972Z] unit_validate true [2022-05-13T10:24:39.972Z] USERDOMAIN WORKGROUP [2022-05-13T10:24:39.972Z] USERNAME azwin-2-59f360$ [2022-05-13T10:24:39.972Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-05-13T10:24:39.973Z] validate_force false [2022-05-13T10:24:39.973Z] windir C:\Windows [2022-05-13T10:24:39.973Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-05-13T10:24:39.973Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-05-13T10:24:39.973Z] windows2022 true [2022-05-13T10:24:39.973Z] windows2022containerd true [2022-05-13T10:24:39.973Z] windowsRS5 true [2022-05-13T10:24:39.973Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-05-13T10:24:39.973Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-05-13T10:24:39.973Z] [2022-05-13T10:24:39.973Z] [2022-05-13T10:24:39.973Z] [2022-05-13T10:24:39.973Z] INFO: Sources under d:\gopath\... [2022-05-13T10:24:39.973Z] INFO: Test run under d:\CI\... [2022-05-13T10:24:39.973Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-05-13T10:24:39.973Z] INFO: docker/docker repository was found [2022-05-13T10:24:39.973Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2022-05-13T10:24:39.973Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.707' [2022-05-13T10:24:39.973Z] INFO: Docker version of control daemon [2022-05-13T10:24:39.973Z] [2022-05-13T10:24:39.973Z] Client: [2022-05-13T10:24:39.973Z] Version: 20.10.9 [2022-05-13T10:24:39.973Z] API version: 1.41 [2022-05-13T10:24:39.973Z] Go version: go1.16.8 [2022-05-13T10:24:39.973Z] Git commit: c2ea9bc [2022-05-13T10:24:39.973Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-13T10:24:39.973Z] OS/Arch: windows/amd64 [2022-05-13T10:24:39.973Z] Context: default [2022-05-13T10:24:39.973Z] Experimental: true [2022-05-13T10:24:39.973Z] [2022-05-13T10:24:39.973Z] Server: Docker Engine - Community [2022-05-13T10:24:39.973Z] Engine: [2022-05-13T10:24:39.973Z] Version: 20.10.9 [2022-05-13T10:24:39.973Z] API version: 1.41 (minimum version 1.24) [2022-05-13T10:24:39.973Z] Go version: go1.16.8 [2022-05-13T10:24:39.973Z] Git commit: 79ea9d3 [2022-05-13T10:24:39.973Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-13T10:24:39.973Z] OS/Arch: windows/amd64 [2022-05-13T10:24:39.973Z] Experimental: true [2022-05-13T10:24:39.973Z] [2022-05-13T10:24:39.973Z] INFO: Docker info of control daemon [2022-05-13T10:24:39.973Z] [2022-05-13T10:24:39.973Z] Client: [2022-05-13T10:24:39.973Z] Context: default [2022-05-13T10:24:39.973Z] Debug Mode: false [2022-05-13T10:24:39.973Z] [2022-05-13T10:24:39.973Z] Server: [2022-05-13T10:24:39.973Z] Containers: 0 [2022-05-13T10:24:39.973Z] Running: 0 [2022-05-13T10:24:39.973Z] Paused: 0 [2022-05-13T10:24:39.973Z] Stopped: 0 [2022-05-13T10:24:39.973Z] Images: 13 [2022-05-13T10:24:39.973Z] Server Version: 20.10.9 [2022-05-13T10:24:39.973Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-13T10:24:39.973Z] Windows: [2022-05-13T10:24:39.973Z] LCOW: [2022-05-13T10:24:39.973Z] Logging Driver: json-file [2022-05-13T10:24:39.973Z] Plugins: [2022-05-13T10:24:39.973Z] Volume: local [2022-05-13T10:24:39.973Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-13T10:24:39.973Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-13T10:24:39.973Z] Swarm: inactive [2022-05-13T10:24:39.973Z] Default Isolation: process [2022-05-13T10:24:39.973Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-13T10:24:39.973Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-13T10:24:39.973Z] OSType: windows [2022-05-13T10:24:39.973Z] Architecture: x86_64 [2022-05-13T10:24:39.973Z] CPUs: 4 [2022-05-13T10:24:39.973Z] Total Memory: 32GiB [2022-05-13T10:24:39.973Z] Name: azwin-2-59f360 [2022-05-13T10:24:39.973Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-13T10:24:39.973Z] Docker Root Dir: D:\docker [2022-05-13T10:24:39.973Z] Debug Mode: false [2022-05-13T10:24:39.973Z] Registry: https://index.docker.io/v1/ [2022-05-13T10:24:39.973Z] Labels: [2022-05-13T10:24:39.973Z] Experimental: true [2022-05-13T10:24:39.973Z] Insecure Registries: [2022-05-13T10:24:39.973Z] 10.0.0.4:5000 [2022-05-13T10:24:39.973Z] 127.0.0.0/8 [2022-05-13T10:24:39.973Z] Registry Mirrors: [2022-05-13T10:24:39.973Z] http://10.0.0.4:5000/ [2022-05-13T10:24:39.973Z] Live Restore Enabled: false [2022-05-13T10:24:39.973Z] Product License: Community Engine [2022-05-13T10:24:39.973Z] [2022-05-13T10:24:39.973Z] [2022-05-13T10:24:39.973Z] INFO: Commit hash is 8e4b5db542 [2022-05-13T10:24:39.973Z] INFO: Nuke-Everything... [2022-05-13T10:24:39.973Z] INFO: Container count on control daemon to delete is 0 [2022-05-13T10:24:40.432Z] INFO: Nuking d:\CI [2022-05-13T10:24:40.432Z] INFO: Zapped successfully [2022-05-13T10:24:40.432Z] INFO: Location for testing is d:\CI\PR-43269\3 [2022-05-13T10:24:40.432Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-05-13T10:24:40.432Z] [2022-05-13T10:24:40.432Z] [2022-05-13T10:24:40.432Z] INFO: Building the image from Dockerfile.windows at 05/13/2022 10:24:40... [2022-05-13T10:24:40.432Z] [2022-05-13T10:24:40.690Z] #19 7.154 Reading package lists... [2022-05-13T10:24:40.692Z] #67 27.82 rootlesskit version 1.0.0 [2022-05-13T10:24:40.692Z] #67 27.82 Usage of /build/rootlesskit-docker-proxy: [2022-05-13T10:24:40.692Z] #67 27.82 -container-ip string [2022-05-13T10:24:40.692Z] #67 27.82 container ip [2022-05-13T10:24:40.692Z] #67 27.82 -container-port int [2022-05-13T10:24:40.692Z] #67 27.82 container port (default -1) [2022-05-13T10:24:40.692Z] #67 27.82 -host-ip string [2022-05-13T10:24:40.692Z] #67 27.82 host ip [2022-05-13T10:24:40.692Z] #67 27.82 -host-port int [2022-05-13T10:24:40.692Z] #67 27.82 host port (default -1) [2022-05-13T10:24:40.692Z] #67 27.82 -proto string [2022-05-13T10:24:40.692Z] #67 27.82 proxy protocol (default "tcp") [2022-05-13T10:24:40.796Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 4.7s done [2022-05-13T10:24:40.797Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 [2022-05-13T10:24:41.631Z] #67 DONE 28.6s [2022-05-13T10:24:41.631Z] [2022-05-13T10:24:41.631Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-13T10:24:41.631Z] #68 sha256:a3745901fc009b5312bc565720eb1de12d3a9083c0c52b4dfdcb228064342576 [2022-05-13T10:24:41.631Z] #68 DONE 0.1s [2022-05-13T10:24:41.631Z] [2022-05-13T10:24:41.631Z] #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-13T10:24:41.631Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-13T10:24:41.631Z] #14 30.97 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-13T10:24:41.631Z] #14 30.98 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:24:41.631Z] #14 30.98 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-13T10:24:41.631Z] #14 ... [2022-05-13T10:24:41.631Z] [2022-05-13T10:24:41.631Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-13T10:24:41.631Z] #69 sha256:df93f772448179fe8cdb86d0a8e42c47d8dee49ea974ec7bc0eb029421243c19 [2022-05-13T10:24:41.631Z] #69 DONE 0.1s [2022-05-13T10:24:41.631Z] [2022-05-13T10:24:41.631Z] #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-13T10:24:41.631Z] #64 sha256:91214a619f5b777a412ce6b0fa019a74aeb69af08f24f0cc6cb6b472a8f23d8f [2022-05-13T10:24:41.631Z] #64 17.98 + cd /tmp/tmp.I7TGKMYkra/src/github.com/containerd/containerd [2022-05-13T10:24:41.631Z] #64 17.98 + git checkout -q v1.6.4 [2022-05-13T10:24:41.631Z] #64 18.81 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-13T10:24:41.631Z] #64 18.81 + BUILDTAGS='netgo osusergo static_build' [2022-05-13T10:24:41.631Z] #64 18.81 + export EXTRA_FLAGS=-buildmode=pie [2022-05-13T10:24:41.631Z] #64 18.81 + EXTRA_FLAGS=-buildmode=pie [2022-05-13T10:24:41.631Z] #64 18.81 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-13T10:24:41.631Z] #64 18.81 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-13T10:24:41.631Z] #64 18.81 + '[' '' = dynamic ']' [2022-05-13T10:24:41.631Z] #64 18.81 + make [2022-05-13T10:24:41.631Z] #64 20.04 + bin/ctr [2022-05-13T10:24:42.556Z] #11 extracting sha256:4d35a8839961a2084ed852b5cf2acb4eb26fa23a8f5eaa1d3d926b7a5239799d 4.7s done [2022-05-13T10:24:42.556Z] #11 extracting sha256:fdcf0c9162039d8f9f073991c3f17b0bd401d5c6bf2cba3bd2e70e55fc617971 [2022-05-13T10:24:42.556Z] #11 extracting sha256:fdcf0c9162039d8f9f073991c3f17b0bd401d5c6bf2cba3bd2e70e55fc617971 done [2022-05-13T10:24:42.556Z] #11 DONE 16.6s [2022-05-13T10:24:42.556Z] [2022-05-13T10:24:42.556Z] #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-13T10:24:42.556Z] #31 sha256:fae6845921f50f1e531ffdf49a35d45739fadf659cd83dd780b136d423020fe6 [2022-05-13T10:24:42.556Z] #31 1.515 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-13T10:24:42.556Z] #31 1.733 [2022-05-13T10:24:42.556Z] #31 1.952 #=#=# ######################################################################## 100.0% [2022-05-13T10:24:42.556Z] #31 2.204 [2022-05-13T10:24:42.556Z] #31 3.137 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-13T10:24:42.556Z] #31 3.355 [2022-05-13T10:24:42.556Z] #31 3.580 #=#=# 0.1% ######################################################################## 100.0% [2022-05-13T10:24:42.556Z] #31 3.875 [2022-05-13T10:24:42.556Z] #31 4.827 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-13T10:24:42.556Z] #31 5.051 [2022-05-13T10:24:42.570Z] #64 ... [2022-05-13T10:24:42.570Z] [2022-05-13T10:24:42.570Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-13T10:24:42.570Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-13T10:24:42.570Z] #72 CACHED [2022-05-13T10:24:42.570Z] [2022-05-13T10:24:42.570Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-13T10:24:42.570Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-13T10:24:42.570Z] #74 CACHED [2022-05-13T10:24:42.830Z] [2022-05-13T10:24:42.830Z] #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-13T10:24:42.830Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-13T10:24:42.830Z] #14 33.69 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-13T10:24:42.830Z] #14 33.70 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:24:42.830Z] #14 33.70 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-13T10:24:43.127Z] #31 5.270 #=#=# 0.1% ########################################## 59.2% ######################################################################## 100.0% [2022-05-13T10:24:43.127Z] #31 5.789 [2022-05-13T10:24:43.696Z] #31 ... [2022-05-13T10:24:43.696Z] [2022-05-13T10:24:43.696Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-13T10:24:43.696Z] #12 sha256:c0bb29d9b3462febc988bbcbbd2458012374fee38992a4a82f9e1a19150f6ff9 [2022-05-13T10:24:43.696Z] #12 DONE 1.1s [2022-05-13T10:24:43.696Z] [2022-05-13T10:24:43.696Z] #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-13T10:24:43.696Z] #13 sha256:f8174d9f7fa48fc49299d67fdc13a640baaeb11c0e9d1d6f196645fd87485deb [2022-05-13T10:24:43.956Z] #13 DONE 0.4s [2022-05-13T10:24:43.956Z] [2022-05-13T10:24:43.956Z] #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-13T10:24:43.956Z] #31 sha256:fae6845921f50f1e531ffdf49a35d45739fadf659cd83dd780b136d423020fe6 [2022-05-13T10:24:44.006Z] #19 10.21 Reading package lists... [2022-05-13T10:24:44.098Z] #11 ... [2022-05-13T10:24:44.098Z] [2022-05-13T10:24:44.098Z] #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-13T10:24:44.098Z] #29 sha256:87b36cc280fe638d7ef5f20bb22729024d374f203f2bcca845213957d578aa99 [2022-05-13T10:24:44.098Z] #29 0.865 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-13T10:24:44.098Z] #29 0.874 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-13T10:24:44.098Z] #29 0.885 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-13T10:24:44.098Z] #29 1.015 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-13T10:24:44.098Z] #29 1.560 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-13T10:24:44.098Z] #29 1.833 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-13T10:24:44.098Z] #29 2.818 Fetched 8530 kB in 2s (3856 kB/s) [2022-05-13T10:24:44.098Z] #29 2.818 Reading package lists... [2022-05-13T10:24:44.098Z] #29 3.618 Reading package lists... [2022-05-13T10:24:44.098Z] #29 4.429 Building dependency tree... [2022-05-13T10:24:44.098Z] #29 4.809 The following additional packages will be installed: [2022-05-13T10:24:44.098Z] #29 4.809 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-13T10:24:44.098Z] #29 4.809 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-13T10:24:44.098Z] #29 4.810 Recommended packages: [2022-05-13T10:24:44.098Z] #29 4.810 libldap-common publicsuffix libsasl2-modules [2022-05-13T10:24:44.098Z] #29 4.987 The following NEW packages will be installed: [2022-05-13T10:24:44.098Z] #29 4.988 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-13T10:24:44.098Z] #29 4.988 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-13T10:24:44.098Z] #29 4.989 libssh2-1 openssl [2022-05-13T10:24:44.098Z] #29 5.263 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:24:44.098Z] #29 5.263 Need to get 3040 kB of archives. [2022-05-13T10:24:44.098Z] #29 5.263 After this operation, 6651 kB of additional disk space will be used. [2022-05-13T10:24:44.098Z] #29 5.263 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB] [2022-05-13T10:24:44.098Z] #29 5.280 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-05-13T10:24:44.098Z] #29 5.280 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-05-13T10:24:44.098Z] #29 5.280 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-13T10:24:44.098Z] #29 5.280 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-05-13T10:24:44.098Z] #29 5.280 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-05-13T10:24:44.098Z] #29 5.281 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-05-13T10:24:44.098Z] #29 5.282 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-05-13T10:24:44.098Z] #29 5.284 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-05-13T10:24:44.098Z] #29 5.285 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-05-13T10:24:44.098Z] #29 5.287 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-05-13T10:24:44.098Z] #29 5.292 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-05-13T10:24:44.098Z] #29 5.297 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-13T10:24:44.098Z] #29 5.299 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-13T10:24:44.098Z] #29 5.300 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-13T10:24:44.098Z] #29 5.460 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:24:44.098Z] #29 5.504 Fetched 3040 kB in 0s (9962 kB/s) [2022-05-13T10:24:44.098Z] #29 5.519 Selecting previously unselected package openssl. [2022-05-13T10:24:44.098Z] #29 5.519 (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-13T10:24:44.098Z] #29 5.525 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_amd64.deb ... [2022-05-13T10:24:44.098Z] #29 5.529 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-05-13T10:24:44.098Z] #29 5.677 Selecting previously unselected package ca-certificates. [2022-05-13T10:24:44.098Z] #29 5.677 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-13T10:24:44.098Z] #29 5.682 Unpacking ca-certificates (20210119) ... [2022-05-13T10:24:44.098Z] #29 5.752 Selecting previously unselected package libbrotli1:amd64. [2022-05-13T10:24:44.098Z] #29 5.755 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-05-13T10:24:44.098Z] #29 5.762 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-13T10:24:44.098Z] #29 5.837 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-05-13T10:24:44.098Z] #29 5.839 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-13T10:24:44.098Z] #29 5.843 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-13T10:24:44.098Z] #29 5.879 Selecting previously unselected package libsasl2-2:amd64. [2022-05-13T10:24:44.098Z] #29 5.879 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-13T10:24:44.098Z] #29 5.883 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-13T10:24:44.098Z] #29 5.928 Selecting previously unselected package libldap-2.4-2:amd64. [2022-05-13T10:24:44.098Z] #29 5.928 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-05-13T10:24:44.098Z] #29 5.931 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-13T10:24:44.098Z] #29 6.001 Selecting previously unselected package libnghttp2-14:amd64. [2022-05-13T10:24:44.098Z] #29 6.001 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-05-13T10:24:44.098Z] #29 6.009 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-13T10:24:44.098Z] #29 6.059 Selecting previously unselected package libpsl5:amd64. [2022-05-13T10:24:44.098Z] #29 6.059 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-05-13T10:24:44.098Z] #29 6.063 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-05-13T10:24:44.098Z] #29 6.098 Selecting previously unselected package librtmp1:amd64. [2022-05-13T10:24:44.098Z] #29 6.098 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-05-13T10:24:44.098Z] #29 6.102 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-13T10:24:44.098Z] #29 6.140 Selecting previously unselected package libssh2-1:amd64. [2022-05-13T10:24:44.098Z] #29 6.140 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-05-13T10:24:44.098Z] #29 6.143 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-05-13T10:24:44.098Z] #29 6.194 Selecting previously unselected package libcurl4:amd64. [2022-05-13T10:24:44.099Z] #29 6.194 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-13T10:24:44.099Z] #29 6.199 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-13T10:24:44.099Z] #29 6.258 Selecting previously unselected package curl. [2022-05-13T10:24:44.099Z] #29 6.258 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-13T10:24:44.099Z] #29 6.262 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-13T10:24:44.099Z] #29 6.332 Selecting previously unselected package libonig5:amd64. [2022-05-13T10:24:44.099Z] #29 6.332 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-13T10:24:44.099Z] #29 6.342 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-13T10:24:44.099Z] #29 6.398 Selecting previously unselected package libjq1:amd64. [2022-05-13T10:24:44.099Z] #29 6.398 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-05-13T10:24:44.099Z] #29 6.402 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-13T10:24:44.099Z] #29 6.458 Selecting previously unselected package jq. [2022-05-13T10:24:44.099Z] #29 6.458 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-05-13T10:24:44.099Z] #29 6.458 Unpacking jq (1.6-2.1) ... [2022-05-13T10:24:44.099Z] #29 6.516 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-05-13T10:24:44.099Z] #29 6.527 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-13T10:24:44.099Z] #29 6.538 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-13T10:24:44.099Z] #29 6.548 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-13T10:24:44.099Z] #29 6.562 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-13T10:24:44.099Z] #29 6.569 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-13T10:24:44.099Z] #29 6.581 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-05-13T10:24:44.099Z] #29 6.591 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-05-13T10:24:44.099Z] #29 6.606 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-13T10:24:44.099Z] #29 6.615 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-13T10:24:44.099Z] #29 6.626 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-13T10:24:44.099Z] #29 6.636 Setting up ca-certificates (20210119) ... [2022-05-13T10:24:44.099Z] #29 7.279 Updating certificates in /etc/ssl/certs... [2022-05-13T10:24:44.099Z] #29 7.958 129 added, 0 removed; done. [2022-05-13T10:24:44.099Z] #29 7.996 Setting up jq (1.6-2.1) ... [2022-05-13T10:24:44.099Z] #29 8.006 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-13T10:24:44.099Z] #29 8.015 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-13T10:24:44.099Z] #29 8.027 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:24:44.099Z] #29 8.058 Processing triggers for ca-certificates (20210119) ... [2022-05-13T10:24:44.099Z] #29 8.069 Updating certificates in /etc/ssl/certs... [2022-05-13T10:24:44.099Z] #29 8.707 0 added, 0 removed; done. [2022-05-13T10:24:44.099Z] #29 8.707 Running hooks in /etc/ca-certificates/update.d... [2022-05-13T10:24:44.099Z] #29 8.708 done. [2022-05-13T10:24:44.099Z] #29 DONE 9.4s [2022-05-13T10:24:44.099Z] [2022-05-13T10:24:44.099Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-13T10:24:44.099Z] #30 sha256:9705e744a512f2e5599cd99ceaf9f907b289b8cf6e255624e08808febfd3d121 [2022-05-13T10:24:44.099Z] #30 DONE 0.1s [2022-05-13T10:24:44.099Z] [2022-05-13T10:24:44.099Z] #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-13T10:24:44.099Z] #31 sha256:13393a332785a36872b89a1c168f8bd4db56c3ab7bda3dc83e956ee3b1817b6c [2022-05-13T10:24:44.216Z] #31 6.791 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-13T10:24:44.216Z] #31 ... [2022-05-13T10:24:44.216Z] [2022-05-13T10:24:44.216Z] #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-13T10:24:44.216Z] #50 sha256:460930cc7c0779da8266c4012b9c715b8eccb654fe742b92a6092516e5832e7d [2022-05-13T10:24:44.216Z] #50 DONE 0.2s [2022-05-13T10:24:44.262Z] #19 13.26 Building dependency tree... [2022-05-13T10:24:44.476Z] [2022-05-13T10:24:44.476Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-13T10:24:44.476Z] #46 sha256:35e4b51c0602ec7817a4044cf39d53405f4c82eede6b08b129ed08bde0def469 [2022-05-13T10:24:44.476Z] #46 DONE 0.3s [2022-05-13T10:24:44.476Z] [2022-05-13T10:24:44.476Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-13T10:24:44.476Z] #33 sha256:e6193f719e5c48cc1d1c6abc7a33d617864720822502462db55bab606afdef98 [2022-05-13T10:24:44.476Z] #33 DONE 0.3s [2022-05-13T10:24:44.476Z] [2022-05-13T10:24:44.476Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-13T10:24:44.476Z] #66 sha256:0275cdc75d561c127ee1237d1910eb1f95366242321fef242270397d442660b1 [2022-05-13T10:24:44.476Z] #66 DONE 0.3s [2022-05-13T10:24:44.476Z] [2022-05-13T10:24:44.476Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-13T10:24:44.476Z] #25 sha256:b718106bc62431201124f8458fd5a1ff15825126e55932128cbd98baa350e0d5 [2022-05-13T10:24:44.476Z] #25 DONE 0.3s [2022-05-13T10:24:44.476Z] [2022-05-13T10:24:44.476Z] #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-13T10:24:44.476Z] #31 sha256:fae6845921f50f1e531ffdf49a35d45739fadf659cd83dd780b136d423020fe6 [2022-05-13T10:24:44.476Z] #31 7.079 [2022-05-13T10:24:44.738Z] #31 7.306 #=#=# ######################################################################## 100.0% [2022-05-13T10:24:44.824Z] #19 14.62 The following additional packages will be installed: [2022-05-13T10:24:44.824Z] #19 14.62 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-05-13T10:24:44.824Z] #19 14.62 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-05-13T10:24:44.824Z] #19 14.62 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-05-13T10:24:44.824Z] #19 14.62 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-05-13T10:24:44.824Z] #19 14.62 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-05-13T10:24:44.824Z] #19 14.62 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-05-13T10:24:44.824Z] #19 14.62 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-05-13T10:24:44.824Z] #19 14.62 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-05-13T10:24:44.824Z] #19 14.62 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-05-13T10:24:44.824Z] #19 14.62 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-05-13T10:24:44.824Z] #19 14.62 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-05-13T10:24:44.824Z] #19 14.62 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-05-13T10:24:44.824Z] #19 14.62 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-05-13T10:24:44.824Z] #19 14.62 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-05-13T10:24:44.824Z] #19 14.62 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-05-13T10:24:44.824Z] #19 14.62 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-05-13T10:24:44.824Z] #19 14.62 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-05-13T10:24:44.824Z] #19 14.62 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-05-13T10:24:44.824Z] #19 14.62 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-05-13T10:24:44.824Z] #19 14.62 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-05-13T10:24:44.824Z] #19 14.62 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-05-13T10:24:44.824Z] #19 14.62 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-05-13T10:24:44.824Z] #19 14.62 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-05-13T10:24:44.824Z] #19 14.62 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-05-13T10:24:44.824Z] #19 14.62 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-05-13T10:24:44.824Z] #19 14.62 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-05-13T10:24:44.824Z] #19 14.62 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-05-13T10:24:44.824Z] #19 14.62 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-05-13T10:24:44.824Z] #19 14.62 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-05-13T10:24:44.824Z] #19 14.62 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-05-13T10:24:44.824Z] #19 14.62 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-05-13T10:24:44.824Z] #19 14.62 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-05-13T10:24:44.824Z] #19 14.62 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-05-13T10:24:44.824Z] #19 14.62 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-05-13T10:24:44.824Z] #19 14.62 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-05-13T10:24:44.824Z] #19 14.62 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-05-13T10:24:44.824Z] #19 14.62 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-05-13T10:24:44.824Z] #19 14.62 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-05-13T10:24:44.824Z] #19 14.62 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-05-13T10:24:44.824Z] #19 14.62 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-05-13T10:24:44.824Z] #19 14.62 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-05-13T10:24:44.824Z] #19 14.62 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-05-13T10:24:44.824Z] #19 14.62 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-05-13T10:24:44.824Z] #19 14.63 linux-libc-dev-s390x-cross patch xz-utils [2022-05-13T10:24:44.824Z] #19 14.63 Suggested packages: [2022-05-13T10:24:44.824Z] #19 14.63 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-05-13T10:24:44.824Z] #19 14.63 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-05-13T10:24:44.824Z] #19 14.63 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-05-13T10:24:44.824Z] #19 14.63 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-05-13T10:24:44.824Z] #19 14.63 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-05-13T10:24:44.824Z] #19 14.63 libyaml-shell-perl ed diffutils-doc [2022-05-13T10:24:44.824Z] #19 14.63 Recommended packages: [2022-05-13T10:24:44.824Z] #19 14.63 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-05-13T10:24:44.824Z] #19 14.63 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-05-13T10:24:44.997Z] #31 7.644 [2022-05-13T10:24:45.476Z] #31 1.552 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-13T10:24:45.735Z] #31 1.833 [2022-05-13T10:24:45.942Z] #31 8.486 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-13T10:24:45.942Z] #31 8.749 [2022-05-13T10:24:45.995Z] #31 2.050 #=#=# ######################################################################## 100.0% [2022-05-13T10:24:46.188Z] #19 15.83 The following NEW packages will be installed: [2022-05-13T10:24:46.188Z] #19 15.83 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-05-13T10:24:46.188Z] #19 15.83 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-05-13T10:24:46.188Z] #19 15.83 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-05-13T10:24:46.188Z] #19 15.83 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-05-13T10:24:46.188Z] #19 15.83 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-05-13T10:24:46.188Z] #19 15.83 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-05-13T10:24:46.188Z] #19 15.83 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-05-13T10:24:46.188Z] #19 15.83 crossbuild-essential-armel crossbuild-essential-armhf [2022-05-13T10:24:46.188Z] #19 15.83 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-05-13T10:24:46.188Z] #19 15.83 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-05-13T10:24:46.188Z] #19 15.83 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-05-13T10:24:46.188Z] #19 15.83 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-05-13T10:24:46.188Z] #19 15.83 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-05-13T10:24:46.188Z] #19 15.83 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-05-13T10:24:46.188Z] #19 15.83 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-05-13T10:24:46.188Z] #19 15.83 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-05-13T10:24:46.188Z] #19 15.83 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-05-13T10:24:46.188Z] #19 15.83 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-05-13T10:24:46.188Z] #19 15.83 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-05-13T10:24:46.188Z] #19 15.83 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-05-13T10:24:46.188Z] #19 15.83 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-05-13T10:24:46.188Z] #19 15.83 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-05-13T10:24:46.188Z] #19 15.83 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-05-13T10:24:46.188Z] #19 15.83 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-05-13T10:24:46.188Z] #19 15.83 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-05-13T10:24:46.188Z] #19 15.83 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-05-13T10:24:46.188Z] #19 15.83 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-05-13T10:24:46.188Z] #19 15.83 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-05-13T10:24:46.188Z] #19 15.83 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-05-13T10:24:46.188Z] #19 15.83 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-05-13T10:24:46.188Z] #19 15.83 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-05-13T10:24:46.188Z] #19 15.83 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-05-13T10:24:46.188Z] #19 15.83 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-05-13T10:24:46.188Z] #19 15.83 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-05-13T10:24:46.188Z] #19 15.83 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-05-13T10:24:46.188Z] #19 15.84 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-05-13T10:24:46.188Z] #19 15.84 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-05-13T10:24:46.188Z] #19 15.84 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-05-13T10:24:46.188Z] #19 15.84 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-05-13T10:24:46.188Z] #19 15.84 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-05-13T10:24:46.188Z] #19 15.84 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-05-13T10:24:46.188Z] #19 15.84 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-05-13T10:24:46.188Z] #19 15.84 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-05-13T10:24:46.188Z] #19 15.84 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-05-13T10:24:46.188Z] #19 15.84 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-05-13T10:24:46.188Z] #19 15.84 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-05-13T10:24:46.188Z] #19 15.84 linux-libc-dev-s390x-cross patch xz-utils [2022-05-13T10:24:46.202Z] #31 8.992 #=#=# ######################################################################## 100.0% [2022-05-13T10:24:46.255Z] #31 2.296 [2022-05-13T10:24:46.443Z] #19 16.15 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:24:46.443Z] #19 16.15 Need to get 787 MB of archives. [2022-05-13T10:24:46.443Z] #19 16.15 After this operation, 3385 MB of additional disk space will be used. [2022-05-13T10:24:46.443Z] #19 16.15 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-13T10:24:46.443Z] #19 16.15 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-13T10:24:46.443Z] #19 16.16 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-05-13T10:24:46.443Z] #19 16.16 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-05-13T10:24:46.443Z] #19 16.16 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-05-13T10:24:46.443Z] #19 16.16 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-13T10:24:46.443Z] #19 16.17 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-13T10:24:46.443Z] #19 16.19 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-13T10:24:46.443Z] #19 16.21 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-13T10:24:46.443Z] #19 16.23 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-13T10:24:46.443Z] #19 16.24 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-13T10:24:46.443Z] #19 16.26 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-13T10:24:46.443Z] #19 16.26 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-13T10:24:46.462Z] #31 9.234 [2022-05-13T10:24:46.462Z] #31 9.265 Download of images into '/build' complete. [2022-05-13T10:24:46.462Z] #31 9.265 Use something like the following to load the result into a Docker daemon: [2022-05-13T10:24:46.462Z] #31 9.265 tar -cC '/build' . | docker load [2022-05-13T10:24:46.462Z] #31 DONE 9.3s [2022-05-13T10:24:46.462Z] [2022-05-13T10:24:46.462Z] #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-13T10:24:46.462Z] #26 sha256:f0930fe15de468d09e104234ac8f1374d458e85d991c2ca4c2f2137d3f8edb0a [2022-05-13T10:24:46.699Z] #19 16.60 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-13T10:24:46.955Z] #19 16.60 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-13T10:24:47.025Z] #14 37.35 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-13T10:24:47.025Z] #14 37.36 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:24:47.025Z] #14 37.36 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-13T10:24:47.192Z] #31 3.178 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-13T10:24:47.192Z] #31 3.439 [2022-05-13T10:24:47.211Z] #19 16.93 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-13T10:24:47.211Z] #19 16.93 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-13T10:24:47.467Z] #19 17.27 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-13T10:24:47.467Z] #19 17.27 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-13T10:24:47.711Z] #31 3.660 #=#=# ######################################################################## 100.0% [2022-05-13T10:24:47.970Z] #31 3.955 [2022-05-13T10:24:48.027Z] #19 17.59 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-13T10:24:48.028Z] #19 17.59 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-13T10:24:48.327Z] #19 17.90 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-05-13T10:24:48.327Z] #19 17.90 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-13T10:24:48.327Z] #19 18.02 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB] [2022-05-13T10:24:48.327Z] #19 18.02 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-05-13T10:24:48.327Z] #19 18.02 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-05-13T10:24:48.327Z] #19 18.02 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-05-13T10:24:48.327Z] #19 18.03 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-05-13T10:24:48.327Z] #19 18.03 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-05-13T10:24:48.327Z] #19 18.04 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-13T10:24:48.327Z] #19 18.04 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-13T10:24:48.327Z] #19 18.04 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-13T10:24:48.327Z] #19 18.04 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-05-13T10:24:48.327Z] #19 18.04 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-05-13T10:24:48.327Z] #19 18.06 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-05-13T10:24:48.327Z] #19 18.06 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-05-13T10:24:48.327Z] #19 18.08 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-13T10:24:48.327Z] #19 18.08 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-05-13T10:24:48.327Z] #19 18.09 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-13T10:24:48.327Z] #19 18.09 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-13T10:24:48.372Z] #26 3.800 + RM_GOPATH=0 [2022-05-13T10:24:48.372Z] #26 3.807 + TMP_GOPATH= [2022-05-13T10:24:48.372Z] #26 3.807 + : /build [2022-05-13T10:24:48.372Z] #26 3.807 + '[' -z '' ']' [2022-05-13T10:24:48.372Z] #26 3.810 ++ mktemp -d [2022-05-13T10:24:48.372Z] #26 3.829 + export GOPATH=/tmp/tmp.rVBqhOjm2a [2022-05-13T10:24:48.372Z] #26 3.829 + GOPATH=/tmp/tmp.rVBqhOjm2a [2022-05-13T10:24:48.372Z] #26 3.829 + RM_GOPATH=1 [2022-05-13T10:24:48.372Z] #26 3.829 + case "$(go env GOARCH)" in [2022-05-13T10:24:48.372Z] #26 3.829 ++ go env GOARCH [2022-05-13T10:24:48.372Z] #26 3.898 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:24:48.372Z] #26 3.898 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:24:48.372Z] #26 3.900 ++ dirname /install.sh [2022-05-13T10:24:48.372Z] #26 3.917 + dir=/ [2022-05-13T10:24:48.372Z] #26 3.917 + bin=dockercli [2022-05-13T10:24:48.372Z] #26 3.917 + shift [2022-05-13T10:24:48.372Z] #26 3.917 + '[' '!' -f //dockercli.installer ']' [2022-05-13T10:24:48.372Z] #26 3.917 + . //dockercli.installer [2022-05-13T10:24:48.372Z] #26 3.917 ++ : stable [2022-05-13T10:24:48.372Z] #26 3.917 ++ : 17.06.2-ce [2022-05-13T10:24:48.372Z] #26 3.917 + install_dockercli [2022-05-13T10:24:48.372Z] #26 3.917 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-13T10:24:48.372Z] #26 3.917 Install docker/cli version 17.06.2-ce from stable [2022-05-13T10:24:48.372Z] #26 3.920 ++ uname -m [2022-05-13T10:24:48.372Z] #26 3.937 + arch=aarch64 [2022-05-13T10:24:48.372Z] #26 3.940 + '[' aarch64 '!=' x86_64 ']' [2022-05-13T10:24:48.372Z] #26 3.941 + '[' aarch64 '!=' s390x ']' [2022-05-13T10:24:48.372Z] #26 3.941 + '[' aarch64 '!=' armhf ']' [2022-05-13T10:24:48.372Z] #26 3.941 + build_dockercli [2022-05-13T10:24:48.372Z] #26 3.942 + git clone https://github.com/docker/docker-ce /tmp/tmp.rVBqhOjm2a/tmp/docker-ce [2022-05-13T10:24:48.372Z] #26 3.955 Cloning into '/tmp/tmp.rVBqhOjm2a/tmp/docker-ce'... [2022-05-13T10:24:48.404Z] #14 39.08 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-13T10:24:48.404Z] #14 39.08 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-13T10:24:48.404Z] #14 39.09 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-13T10:24:48.404Z] #14 39.17 Selecting previously unselected package libapparmor1:amd64. [2022-05-13T10:24:48.404Z] #14 39.17 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-13T10:24:48.404Z] #14 39.18 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-13T10:24:48.404Z] #14 39.23 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-13T10:24:48.404Z] #14 39.23 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-13T10:24:48.404Z] #14 39.24 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-13T10:24:48.404Z] #14 39.31 Selecting previously unselected package libbtrfs0:amd64. [2022-05-13T10:24:48.404Z] #14 39.32 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-13T10:24:48.404Z] #14 39.32 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-13T10:24:48.404Z] #14 39.40 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-13T10:24:48.404Z] #14 39.40 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-13T10:24:48.404Z] #14 39.41 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-13T10:24:48.404Z] #14 39.51 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-13T10:24:48.663Z] #14 39.51 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-13T10:24:48.663Z] #14 39.52 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-13T10:24:48.663Z] #14 39.57 Selecting previously unselected package libudev-dev:amd64. [2022-05-13T10:24:48.663Z] #14 39.57 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-13T10:24:48.663Z] #14 39.58 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-13T10:24:48.663Z] #14 39.64 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-13T10:24:48.663Z] #14 39.65 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-13T10:24:48.663Z] #14 39.65 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-13T10:24:48.663Z] #14 39.75 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-13T10:24:48.888Z] #19 18.50 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-13T10:24:48.888Z] #19 18.50 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-13T10:24:48.888Z] #19 18.51 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-05-13T10:24:48.888Z] #19 18.52 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-13T10:24:48.888Z] #19 18.54 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-13T10:24:48.908Z] #31 4.833 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-13T10:24:48.908Z] #31 5.100 [2022-05-13T10:24:48.923Z] #14 39.76 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-13T10:24:48.923Z] #14 39.76 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-13T10:24:48.923Z] #14 39.85 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-13T10:24:48.923Z] #14 39.85 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-13T10:24:48.923Z] #14 39.86 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-13T10:24:48.923Z] #14 39.95 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-13T10:24:48.960Z] Sending build context to Docker daemon 66.79MB [2022-05-13T10:24:48.960Z] [2022-05-13T10:24:48.960Z] Step 1/13 : FROM microsoft/windowsservercore [2022-05-13T10:24:48.960Z] ---> 7c569352fed3 [2022-05-13T10:24:48.960Z] Step 2/13 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-05-13T10:24:48.960Z] ---> Using cache [2022-05-13T10:24:48.960Z] ---> dc672f25a6aa [2022-05-13T10:24:48.960Z] Step 3/13 : ARG GO_VERSION=1.18.2 [2022-05-13T10:24:48.960Z] ---> Using cache [2022-05-13T10:24:48.960Z] ---> 017b91b584db [2022-05-13T10:24:48.960Z] Step 4/13 : ARG CONTAINERD_VERSION=1.6.4 [2022-05-13T10:24:48.960Z] ---> Using cache [2022-05-13T10:24:48.960Z] ---> 1effa10d80ba [2022-05-13T10:24:48.960Z] Step 5/13 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-05-13T10:24:48.960Z] ---> Using cache [2022-05-13T10:24:48.960Z] ---> a2bf26f2cdb7 [2022-05-13T10:24:48.960Z] Step 6/13 : ARG GOWINRES_VERSION=v0.2.3 [2022-05-13T10:24:48.960Z] ---> Using cache [2022-05-13T10:24:48.960Z] ---> 288e9d8d4b12 [2022-05-13T10:24:48.960Z] 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-13T10:24:48.960Z] ---> Using cache [2022-05-13T10:24:48.960Z] ---> 83d262ed9954 [2022-05-13T10:24:48.961Z] 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-13T10:24:48.961Z] ---> Using cache [2022-05-13T10:24:48.961Z] ---> ee12b2ab7ede [2022-05-13T10:24:48.961Z] 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-13T10:24:48.961Z] ---> Using cache [2022-05-13T10:24:48.961Z] ---> 41a12e05d734 [2022-05-13T10:24:48.961Z] 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-13T10:24:48.961Z] ---> Using cache [2022-05-13T10:24:48.961Z] ---> d7bf8e238a3a [2022-05-13T10:24:48.961Z] Step 11/13 : ENTRYPOINT ["powershell.exe"] [2022-05-13T10:24:48.961Z] ---> Using cache [2022-05-13T10:24:48.961Z] ---> 499314170c53 [2022-05-13T10:24:48.961Z] Step 12/13 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-05-13T10:24:48.961Z] ---> Using cache [2022-05-13T10:24:48.961Z] ---> f745049631f0 [2022-05-13T10:24:48.961Z] Step 13/13 : COPY . . [2022-05-13T10:24:49.143Z] #19 18.90 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-13T10:24:49.143Z] #19 18.91 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-13T10:24:49.143Z] #19 18.91 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-05-13T10:24:49.143Z] #19 18.92 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-05-13T10:24:49.143Z] #19 18.92 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-13T10:24:49.143Z] #19 18.92 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-13T10:24:49.143Z] #19 18.99 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-13T10:24:49.143Z] #19 18.99 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-13T10:24:49.143Z] #19 18.99 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-13T10:24:49.143Z] #19 18.99 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-13T10:24:49.143Z] #19 18.99 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-13T10:24:49.143Z] #19 19.00 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-05-13T10:24:49.143Z] #19 19.00 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-05-13T10:24:49.143Z] #19 19.00 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-13T10:24:49.144Z] #19 19.00 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-05-13T10:24:49.144Z] #19 19.01 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-05-13T10:24:49.182Z] #14 39.96 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-13T10:24:49.182Z] #14 39.96 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-13T10:24:49.182Z] #14 40.00 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-13T10:24:49.182Z] #14 40.01 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-13T10:24:49.182Z] #14 40.01 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-13T10:24:49.182Z] #14 40.18 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-13T10:24:49.182Z] #14 40.18 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-13T10:24:49.182Z] #14 40.19 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-13T10:24:49.403Z] #19 19.01 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-13T10:24:49.403Z] #19 19.02 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-05-13T10:24:49.403Z] #19 19.02 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-05-13T10:24:49.403Z] #19 19.02 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-05-13T10:24:49.403Z] #19 19.03 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-13T10:24:49.403Z] #19 19.03 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-13T10:24:49.403Z] #19 19.03 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-05-13T10:24:49.403Z] #19 19.03 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-05-13T10:24:49.403Z] #19 19.04 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-13T10:24:49.403Z] #19 19.05 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-05-13T10:24:49.403Z] #19 19.05 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-13T10:24:49.403Z] #19 19.06 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-13T10:24:49.426Z] #31 5.315 #=#=# ################### 27.6% ########################################## 59.4% ################################################################# 91.6% ######################################################################## 100.0% [2022-05-13T10:24:49.441Z] #14 40.29 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-13T10:24:49.441Z] #14 40.30 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-13T10:24:49.441Z] #14 40.30 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-13T10:24:49.441Z] #14 40.35 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-13T10:24:49.441Z] #14 40.36 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-13T10:24:49.441Z] #14 40.36 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-13T10:24:49.441Z] #14 40.43 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-13T10:24:49.441Z] #14 40.44 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-13T10:24:49.441Z] #14 40.44 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-13T10:24:49.660Z] #19 19.43 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B] [2022-05-13T10:24:49.686Z] #31 5.843 [2022-05-13T10:24:49.700Z] #14 40.64 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-13T10:24:49.701Z] #14 40.65 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-13T10:24:49.701Z] #14 40.66 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-13T10:24:49.701Z] #14 40.68 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-13T10:24:49.701Z] #14 40.69 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-13T10:24:49.701Z] #14 40.70 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-13T10:24:49.701Z] #14 40.71 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-13T10:24:49.701Z] #14 40.73 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-13T10:24:49.701Z] #14 40.74 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-13T10:24:49.701Z] #14 40.75 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-13T10:24:49.701Z] #14 40.76 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-13T10:24:49.701Z] #14 40.77 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-13T10:24:49.701Z] #14 40.79 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-13T10:24:49.701Z] #14 40.80 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-13T10:24:49.701Z] #14 40.81 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-13T10:24:49.701Z] #14 40.82 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-13T10:24:49.701Z] #14 40.83 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-13T10:24:49.915Z] #19 19.43 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-13T10:24:49.915Z] #19 19.44 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-05-13T10:24:49.915Z] #19 19.45 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-13T10:24:49.915Z] #19 19.46 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-13T10:24:49.960Z] #14 40.85 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-13T10:24:49.960Z] #14 40.88 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-13T10:24:49.960Z] #14 40.89 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-13T10:24:49.960Z] #14 40.91 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-13T10:24:49.960Z] #14 40.92 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-13T10:24:49.960Z] #14 40.93 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-13T10:24:49.960Z] #14 40.94 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-13T10:24:49.960Z] #14 40.96 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-13T10:24:49.960Z] #14 40.97 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-13T10:24:49.960Z] #14 40.98 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-13T10:24:49.960Z] #14 40.99 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-13T10:24:49.960Z] #14 41.01 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-13T10:24:49.960Z] #14 41.03 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-13T10:24:49.960Z] #14 41.04 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-13T10:24:49.960Z] #14 41.05 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-13T10:24:50.213Z] #19 19.81 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-13T10:24:50.213Z] #19 19.81 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-05-13T10:24:50.213Z] #19 19.82 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-05-13T10:24:50.213Z] #19 19.82 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-13T10:24:50.213Z] #19 19.83 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-05-13T10:24:50.213Z] #19 19.83 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-05-13T10:24:50.213Z] #19 19.83 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-05-13T10:24:50.213Z] #19 19.84 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-13T10:24:50.213Z] #19 19.84 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-05-13T10:24:50.213Z] #19 19.85 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-13T10:24:50.213Z] #19 19.85 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-13T10:24:50.219Z] #14 41.07 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-13T10:24:50.219Z] #14 41.08 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:24:50.469Z] #19 20.23 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-13T10:24:50.623Z] #31 6.741 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-13T10:24:50.623Z] #31 ... [2022-05-13T10:24:50.623Z] [2022-05-13T10:24:50.623Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-13T10:24:50.623Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-13T10:24:50.623Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 4.7s done [2022-05-13T10:24:50.623Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 5.6s [2022-05-13T10:24:50.725Z] #19 20.23 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-13T10:24:50.725Z] #19 20.24 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-05-13T10:24:50.725Z] #19 20.25 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-13T10:24:50.725Z] #19 20.27 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-13T10:24:50.788Z] #14 DONE 41.7s [2022-05-13T10:24:50.788Z] [2022-05-13T10:24:50.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-13T10:24:50.788Z] #64 sha256:91214a619f5b777a412ce6b0fa019a74aeb69af08f24f0cc6cb6b472a8f23d8f [2022-05-13T10:24:50.788Z] #64 ... [2022-05-13T10:24:50.788Z] [2022-05-13T10:24:50.788Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-13T10:24:50.788Z] #15 sha256:5618e4bb799bd7b247352671f33a4cc5b489c74a82e0851dc8cca1bf489969ae [2022-05-13T10:24:50.981Z] #19 20.62 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-13T10:24:50.981Z] #19 20.62 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-05-13T10:24:50.981Z] #19 20.62 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-05-13T10:24:50.981Z] #19 20.63 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-13T10:24:50.981Z] #19 20.63 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-05-13T10:24:50.981Z] #19 20.64 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-13T10:24:50.981Z] #19 20.64 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-05-13T10:24:50.981Z] #19 20.64 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-05-13T10:24:50.981Z] #19 20.65 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-05-13T10:24:50.981Z] #19 20.66 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-05-13T10:24:50.981Z] #19 20.67 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-13T10:24:50.981Z] #19 20.67 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-05-13T10:24:50.981Z] #19 20.68 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-05-13T10:24:50.981Z] #19 20.68 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-13T10:24:50.981Z] #19 20.69 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-13T10:24:51.048Z] #15 ... [2022-05-13T10:24:51.048Z] [2022-05-13T10:24:51.048Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-13T10:24:51.048Z] #59 sha256:db6257e80f612f701d2133ad4f5ed00194b30795361ba9ae4cd3bb425b2fa085 [2022-05-13T10:24:51.048Z] #59 DONE 0.2s [2022-05-13T10:24:51.048Z] [2022-05-13T10:24:51.048Z] #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-13T10:24:51.048Z] #60 sha256:819894a40ec6890d48364bd9dd1a6ae4c7108f8dbbc74503d51434d3fa7d5ebf [2022-05-13T10:24:51.237Z] #19 21.05 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-13T10:24:51.493Z] #19 21.05 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-13T10:24:51.493Z] #19 21.06 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-05-13T10:24:51.493Z] #19 21.07 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-13T10:24:51.493Z] #19 21.09 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-13T10:24:51.793Z] #19 21.53 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-13T10:24:51.793Z] #19 21.62 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-05-13T10:24:51.986Z] #60 ... [2022-05-13T10:24:51.986Z] [2022-05-13T10:24:51.986Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-13T10:24:51.986Z] #15 sha256:5618e4bb799bd7b247352671f33a4cc5b489c74a82e0851dc8cca1bf489969ae [2022-05-13T10:24:51.986Z] #15 DONE 1.2s [2022-05-13T10:24:51.986Z] [2022-05-13T10:24:51.986Z] #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-13T10:24:51.986Z] #60 sha256:819894a40ec6890d48364bd9dd1a6ae4c7108f8dbbc74503d51434d3fa7d5ebf [2022-05-13T10:24:51.986Z] #60 1.094 + RM_GOPATH=0 [2022-05-13T10:24:51.986Z] #60 1.094 + TMP_GOPATH= [2022-05-13T10:24:51.986Z] #60 1.094 + : /build [2022-05-13T10:24:51.986Z] #60 1.094 + '[' -z '' ']' [2022-05-13T10:24:51.986Z] #60 1.098 ++ mktemp -d [2022-05-13T10:24:51.986Z] #60 1.099 + export GOPATH=/tmp/tmp.CToltiguGO [2022-05-13T10:24:51.986Z] #60 1.099 + GOPATH=/tmp/tmp.CToltiguGO [2022-05-13T10:24:51.986Z] #60 1.099 + RM_GOPATH=1 [2022-05-13T10:24:51.986Z] #60 1.099 + case "$(go env GOARCH)" in [2022-05-13T10:24:51.986Z] #60 1.100 ++ go env GOARCH [2022-05-13T10:24:51.986Z] #60 1.134 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:24:51.986Z] #60 1.134 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:24:51.986Z] #60 1.134 ++ dirname /install.sh [2022-05-13T10:24:51.986Z] #60 1.144 Install runc version v1.1.2 (build tags: seccomp) [2022-05-13T10:24:51.986Z] #60 1.150 + dir=/ [2022-05-13T10:24:51.986Z] #60 1.150 + bin=runc [2022-05-13T10:24:51.986Z] #60 1.150 + shift [2022-05-13T10:24:51.986Z] #60 1.150 + '[' '!' -f //runc.installer ']' [2022-05-13T10:24:51.986Z] #60 1.150 + . //runc.installer [2022-05-13T10:24:51.986Z] #60 1.150 ++ set -e [2022-05-13T10:24:51.986Z] #60 1.150 ++ : v1.1.2 [2022-05-13T10:24:51.986Z] #60 1.150 + install_runc [2022-05-13T10:24:51.986Z] #60 1.150 + RUNC_BUILDTAGS=seccomp [2022-05-13T10:24:51.986Z] #60 1.150 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-05-13T10:24:51.986Z] #60 1.150 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.CToltiguGO/src/github.com/opencontainers/runc [2022-05-13T10:24:51.986Z] #60 1.150 Cloning into '/tmp/tmp.CToltiguGO/src/github.com/opencontainers/runc'... [2022-05-13T10:24:52.051Z] #19 21.62 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-05-13T10:24:52.051Z] #19 21.63 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-13T10:24:52.051Z] #19 21.63 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-13T10:24:52.051Z] #19 21.63 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-13T10:24:52.051Z] #19 21.63 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-05-13T10:24:52.051Z] #19 21.63 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-05-13T10:24:52.051Z] #19 21.65 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-13T10:24:52.051Z] #19 21.65 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-05-13T10:24:52.051Z] #19 21.66 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-13T10:24:52.051Z] #19 21.67 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-13T10:24:52.306Z] #19 21.99 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-13T10:24:52.306Z] #19 21.99 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-13T10:24:52.307Z] #19 22.00 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-05-13T10:24:52.307Z] #19 22.02 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-13T10:24:52.307Z] #19 22.03 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-13T10:24:52.888Z] #19 22.33 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-13T10:24:52.888Z] #19 22.33 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-05-13T10:24:52.888Z] #19 22.65 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:24:52.888Z] #19 22.75 Fetched 787 MB in 6s (122 MB/s) [2022-05-13T10:24:52.928Z] #60 ... [2022-05-13T10:24:52.928Z] [2022-05-13T10:24:52.928Z] #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-13T10:24:52.928Z] #16 sha256:ffb1413ff9befb817334db5e6e73cce1dea1288dfe26ae95387462cec9dcb4d2 [2022-05-13T10:24:52.928Z] #16 DONE 1.0s [2022-05-13T10:24:53.145Z] #19 22.77 Selecting previously unselected package liblocale-gettext-perl. [2022-05-13T10:24:53.145Z] #19 22.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-13T10:24:53.145Z] #19 22.85 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-05-13T10:24:53.145Z] #19 22.86 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-05-13T10:24:53.145Z] #19 22.89 Selecting previously unselected package bzip2. [2022-05-13T10:24:53.145Z] #19 22.89 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-05-13T10:24:53.145Z] #19 22.89 Unpacking bzip2 (1.0.8-4) ... [2022-05-13T10:24:53.145Z] #19 22.92 Selecting previously unselected package libmagic-mgc. [2022-05-13T10:24:53.145Z] #19 22.92 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-05-13T10:24:53.145Z] #19 22.93 Unpacking libmagic-mgc (1:5.39-3) ... [2022-05-13T10:24:53.145Z] #19 23.00 Selecting previously unselected package libmagic1:amd64. [2022-05-13T10:24:53.145Z] #19 23.00 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-05-13T10:24:53.161Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 8.1s done [2022-05-13T10:24:53.187Z] [2022-05-13T10:24:53.187Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-13T10:24:53.187Z] #17 sha256:3a65ff1536019f53bb5ff65aa587c9564dbb5ae3b738771386d7d19eaec6e2fc [2022-05-13T10:24:53.400Z] #19 23.00 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-05-13T10:24:53.400Z] #19 23.04 Selecting previously unselected package file. [2022-05-13T10:24:53.400Z] #19 23.04 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-05-13T10:24:53.400Z] #19 23.04 Unpacking file (1:5.39-3) ... [2022-05-13T10:24:53.400Z] #19 23.07 Selecting previously unselected package xz-utils. [2022-05-13T10:24:53.400Z] #19 23.07 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-13T10:24:53.400Z] #19 23.07 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-13T10:24:53.400Z] #19 23.15 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-05-13T10:24:53.400Z] #19 23.15 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-05-13T10:24:53.400Z] #19 23.15 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-05-13T10:24:53.653Z] #26 ... [2022-05-13T10:24:53.653Z] [2022-05-13T10:24:53.653Z] #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-13T10:24:53.654Z] #67 sha256:67f7416cd90e7516d0086099c42d653784b554f05a08cbbf3152dad80df894f6 [2022-05-13T10:24:53.654Z] #67 3.807 + RM_GOPATH=0 [2022-05-13T10:24:53.654Z] #67 3.811 + TMP_GOPATH= [2022-05-13T10:24:53.654Z] #67 3.811 + : /build [2022-05-13T10:24:53.654Z] #67 3.811 + '[' -z '' ']' [2022-05-13T10:24:53.654Z] #67 3.811 ++ mktemp -d [2022-05-13T10:24:53.654Z] #67 3.822 + export GOPATH=/tmp/tmp.r6MlepjS5O [2022-05-13T10:24:53.654Z] #67 3.824 + GOPATH=/tmp/tmp.r6MlepjS5O [2022-05-13T10:24:53.654Z] #67 3.824 + RM_GOPATH=1 [2022-05-13T10:24:53.654Z] #67 3.824 + case "$(go env GOARCH)" in [2022-05-13T10:24:53.654Z] #67 3.824 ++ go env GOARCH [2022-05-13T10:24:53.654Z] #67 3.872 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:24:53.654Z] #67 3.872 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:24:53.654Z] #67 3.872 ++ dirname /install.sh [2022-05-13T10:24:53.654Z] #67 3.877 + dir=/ [2022-05-13T10:24:53.654Z] #67 3.877 + bin=rootlesskit [2022-05-13T10:24:53.654Z] #67 3.877 + shift [2022-05-13T10:24:53.654Z] #67 3.877 + '[' '!' -f //rootlesskit.installer ']' [2022-05-13T10:24:53.654Z] #67 3.877 + . //rootlesskit.installer [2022-05-13T10:24:53.654Z] #67 3.877 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-13T10:24:53.654Z] #67 3.877 + install_rootlesskit [2022-05-13T10:24:53.654Z] #67 3.877 + case "$1" in [2022-05-13T10:24:53.654Z] #67 3.877 + export CGO_ENABLED=0 [2022-05-13T10:24:53.654Z] #67 3.877 + CGO_ENABLED=0 [2022-05-13T10:24:53.654Z] #67 3.877 + _install_rootlesskit [2022-05-13T10:24:53.654Z] #67 3.878 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-13T10:24:53.654Z] #67 3.895 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-13T10:24:53.654Z] #67 3.895 + GOBIN=/build [2022-05-13T10:24:53.654Z] #67 3.895 + GO111MODULE=on [2022-05-13T10:24:53.654Z] #67 3.895 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-13T10:24:53.654Z] #67 3.895 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-13T10:24:53.654Z] #67 4.344 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-13T10:24:53.654Z] #67 6.176 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-13T10:24:53.654Z] #67 6.177 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-13T10:24:53.654Z] #67 6.395 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-13T10:24:53.654Z] #67 8.377 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-13T10:24:53.654Z] #67 9.033 go: downloading github.com/google/uuid v1.3.0 [2022-05-13T10:24:53.654Z] #67 9.041 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-13T10:24:53.654Z] #67 9.123 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-13T10:24:53.654Z] #67 9.205 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-13T10:24:53.654Z] #67 9.332 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-13T10:24:53.654Z] #67 9.441 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-13T10:24:53.729Z] #11 extracting sha256:1e452e64228de9a5b7a3c92a199940ee0822ac729805e29e8b15897287aa0470 done [2022-05-13T10:24:53.755Z] #17 0.850 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-13T10:24:53.755Z] #17 DONE 1.0s [2022-05-13T10:24:53.755Z] [2022-05-13T10:24:53.755Z] #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-13T10:24:53.755Z] #60 sha256:819894a40ec6890d48364bd9dd1a6ae4c7108f8dbbc74503d51434d3fa7d5ebf [2022-05-13T10:24:53.913Z] #67 ... [2022-05-13T10:24:53.913Z] [2022-05-13T10:24:53.913Z] #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-13T10:24:53.913Z] #38 sha256:0f2d46394127e6f4f819a3b9c5aac2f26a64b2dcd4e56b64057e76d18f8893c8 [2022-05-13T10:24:53.913Z] #38 4.416 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-13T10:24:53.961Z] #19 23.48 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-05-13T10:24:53.961Z] #19 23.49 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-05-13T10:24:53.961Z] #19 23.49 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-05-13T10:24:54.173Z] #38 ... [2022-05-13T10:24:54.173Z] [2022-05-13T10:24:54.173Z] #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-13T10:24:54.173Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-13T10:24:54.173Z] #14 4.472 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-13T10:24:54.173Z] #14 4.672 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-13T10:24:54.173Z] #14 4.674 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-13T10:24:54.173Z] #14 5.208 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-13T10:24:54.173Z] #14 6.771 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-13T10:24:54.173Z] #14 9.213 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-13T10:24:54.173Z] #14 ... [2022-05-13T10:24:54.173Z] [2022-05-13T10:24:54.173Z] #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-13T10:24:54.173Z] #53 sha256:9c273d3996b34d71fe6b78c250b2f5e18f56a35b7161b89f974801da62b108af [2022-05-13T10:24:54.173Z] #53 4.290 go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-13T10:24:54.173Z] #53 5.627 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-13T10:24:54.173Z] #53 5.672 go: downloading github.com/fatih/color v1.10.0 [2022-05-13T10:24:54.173Z] #53 5.760 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-13T10:24:54.173Z] #53 5.816 go: downloading github.com/pkg/errors v0.9.1 [2022-05-13T10:24:54.173Z] #53 6.042 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-13T10:24:54.173Z] #53 6.044 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-13T10:24:54.173Z] #53 6.059 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-13T10:24:54.173Z] #53 6.191 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-13T10:24:54.173Z] #53 6.207 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-13T10:24:54.173Z] #53 6.337 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-13T10:24:54.173Z] #53 6.430 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-13T10:24:54.173Z] #53 6.679 go: downloading golang.org/x/tools v0.1.0 [2022-05-13T10:24:54.173Z] #53 10.33 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-13T10:24:54.216Z] #19 23.78 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-05-13T10:24:54.216Z] #19 23.78 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-05-13T10:24:54.216Z] #19 23.78 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-05-13T10:24:54.311Z] #11 DONE 27.3s [2022-05-13T10:24:54.311Z] [2022-05-13T10:24:54.311Z] #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-13T10:24:54.311Z] #31 sha256:13393a332785a36872b89a1c168f8bd4db56c3ab7bda3dc83e956ee3b1817b6c [2022-05-13T10:24:54.311Z] #31 7.004 [2022-05-13T10:24:54.311Z] #31 7.222 #=#=# ############################################## 64.2% ######################################################################## 100.0% [2022-05-13T10:24:54.311Z] #31 7.543 [2022-05-13T10:24:54.311Z] #31 8.192 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-13T10:24:54.311Z] #31 8.480 [2022-05-13T10:24:54.311Z] #31 8.695 #=#=# ######################################################################## 100.0% [2022-05-13T10:24:54.311Z] #31 8.965 [2022-05-13T10:24:54.311Z] #31 9.018 Download of images into '/build' complete. [2022-05-13T10:24:54.311Z] #31 9.018 Use something like the following to load the result into a Docker daemon: [2022-05-13T10:24:54.311Z] #31 9.018 tar -cC '/build' . | docker load [2022-05-13T10:24:54.311Z] #31 DONE 10.3s [2022-05-13T10:24:54.311Z] [2022-05-13T10:24:54.311Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-13T10:24:54.311Z] #12 sha256:117596d16f6a2b9872fcbca80537859f91bd1d83b86fec9b8b3d2954f8da827a [2022-05-13T10:24:54.434Z] #53 10.34 go: downloading golang.org/x/mod v0.3.0 [2022-05-13T10:24:54.434Z] #53 ... [2022-05-13T10:24:54.434Z] [2022-05-13T10:24:54.434Z] #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-13T10:24:54.434Z] #47 sha256:ea17d344860653ef009fc9b2ee95cb00a783e40062f95f368cce8498b9bf8e73 [2022-05-13T10:24:54.434Z] #47 3.799 + git clone https://github.com/docker/distribution.git . [2022-05-13T10:24:54.434Z] #47 3.810 Cloning into '.'... [2022-05-13T10:24:54.472Z] #19 24.08 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-05-13T10:24:54.472Z] #19 24.08 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-05-13T10:24:54.472Z] #19 24.08 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-05-13T10:24:54.472Z] #19 24.35 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-05-13T10:24:54.694Z] #47 ... [2022-05-13T10:24:54.694Z] [2022-05-13T10:24:54.694Z] #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-13T10:24:54.694Z] #55 sha256:e374d1522f5d9c874a1bdd0ffb6eda4ed761c9a1e53e0259625a85dc3c837cec [2022-05-13T10:24:54.694Z] #55 4.422 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-13T10:24:54.694Z] #55 ... [2022-05-13T10:24:54.694Z] [2022-05-13T10:24:54.694Z] #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-13T10:24:54.694Z] #62 sha256:01abd27d0e3628417a5d68af6b3c69f6ed863a1dbee23e93216f48ae70a78673 [2022-05-13T10:24:54.694Z] #62 4.678 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-13T10:24:54.694Z] #62 4.701 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-13T10:24:54.694Z] #62 4.702 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-13T10:24:54.694Z] #62 5.341 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-13T10:24:54.694Z] #62 7.226 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-13T10:24:54.694Z] #62 9.789 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-13T10:24:54.771Z] #19 24.35 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-05-13T10:24:54.771Z] #19 24.35 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-05-13T10:24:54.771Z] #19 24.57 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-05-13T10:24:54.771Z] #19 24.57 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:24:54.771Z] #19 24.58 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-13T10:24:54.771Z] #19 24.61 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-05-13T10:24:54.771Z] #19 24.61 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:24:54.881Z] #12 DONE 0.7s [2022-05-13T10:24:54.881Z] [2022-05-13T10:24:54.881Z] #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-13T10:24:54.881Z] #13 sha256:4348a12012be920f4ec7d32125e42d660e742d7d03a0fd6b9eca1fd0ea894918 [2022-05-13T10:24:54.954Z] #62 ... [2022-05-13T10:24:54.954Z] [2022-05-13T10:24:54.954Z] #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-13T10:24:54.954Z] #36 sha256:6b2313603dfe49978567da61e390dda24037664d5523a7909bc7a7339587e0ce [2022-05-13T10:24:54.954Z] #36 4.045 go: downloading github.com/go-delve/delve v1.8.1 [2022-05-13T10:24:54.954Z] #36 10.64 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-05-13T10:24:54.954Z] #36 10.66 go: downloading github.com/spf13/cobra v1.1.3 [2022-05-13T10:24:54.954Z] #36 ... [2022-05-13T10:24:54.954Z] [2022-05-13T10:24:54.954Z] #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-13T10:24:54.954Z] #40 sha256:7b30a2714620fa7e240d23d5cd79a699ccb090e1d0c8d746686b88d721d328e5 [2022-05-13T10:24:54.954Z] #40 3.056 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-13T10:24:54.954Z] #40 3.724 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-13T10:24:54.954Z] #40 3.916 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-13T10:24:54.954Z] #40 4.030 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-13T10:24:54.954Z] #40 4.062 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-13T10:24:54.954Z] #40 5.544 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-13T10:24:54.954Z] #40 5.564 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-13T10:24:55.031Z] #19 24.61 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-13T10:24:55.137Z] #60 ... [2022-05-13T10:24:55.137Z] [2022-05-13T10:24:55.137Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-13T10:24:55.137Z] #18 sha256:3dbe2b244d0925ee575a019a4178e7ab4a0ee630efc0fa5d4368f6e6a54b6456 [2022-05-13T10:24:55.137Z] #18 DONE 1.0s [2022-05-13T10:24:55.137Z] [2022-05-13T10:24:55.137Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-13T10:24:55.137Z] #19 sha256:52d95bac1dfa5f51e05925d7925c8c5be1d9110c2f7f387a726e07141e918b21 [2022-05-13T10:24:55.220Z] #40 ... [2022-05-13T10:24:55.220Z] [2022-05-13T10:24:55.220Z] #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-13T10:24:55.220Z] #51 sha256:ef6ac9d7240bf36f699b67185c35ddf409b8ef787eb890ebf1f4bc92ea5901df [2022-05-13T10:24:55.220Z] #51 4.217 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-13T10:24:55.220Z] #51 4.417 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-13T10:24:55.220Z] #51 4.421 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-13T10:24:55.220Z] #51 4.607 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-13T10:24:55.220Z] #51 5.106 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-13T10:24:55.220Z] #51 6.724 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-13T10:24:55.220Z] #51 8.859 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-13T10:24:55.450Z] #13 DONE 0.4s [2022-05-13T10:24:55.450Z] [2022-05-13T10:24:55.450Z] #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-13T10:24:55.450Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-13T10:24:55.450Z] #42 ... [2022-05-13T10:24:55.450Z] [2022-05-13T10:24:55.450Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-13T10:24:55.450Z] #46 sha256:205206618d4a474f9923652b99989d5716de3944ac6d6bda09aaf1d46f6d4970 [2022-05-13T10:24:55.450Z] #46 DONE 0.2s [2022-05-13T10:24:55.480Z] #51 11.04 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-05-13T10:24:55.480Z] #51 ... [2022-05-13T10:24:55.480Z] [2022-05-13T10:24:55.480Z] #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-13T10:24:55.480Z] #42 sha256:581a71b3316d514c558708f660a6c18fecfe076e009b32a1acc9d60fbd4c89b6 [2022-05-13T10:24:55.480Z] #42 4.794 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-13T10:24:55.480Z] #42 4.826 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-13T10:24:55.480Z] #42 4.826 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-13T10:24:55.480Z] #42 5.611 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-13T10:24:55.480Z] #42 7.301 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-13T10:24:55.480Z] #42 9.241 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-13T10:24:55.480Z] #42 ... [2022-05-13T10:24:55.480Z] [2022-05-13T10:24:55.480Z] #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-13T10:24:55.480Z] #34 sha256:7a88afd923b19d050d9dd0e227619d715a737b594582b3ac5f00c781d01ccb0f [2022-05-13T10:24:55.480Z] #34 4.038 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-13T10:24:55.480Z] #34 4.040 Cloning into '.'... [2022-05-13T10:24:55.713Z] [2022-05-13T10:24:55.713Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-13T10:24:55.713Z] #33 sha256:13bbbf3faff18723d09a20753ca4c0d8c0ef84f05bf2eaee8859a47cbac48283 [2022-05-13T10:24:55.713Z] #33 DONE 0.2s [2022-05-13T10:24:55.713Z] [2022-05-13T10:24:55.713Z] #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-13T10:24:55.713Z] #50 sha256:9c3b208b65a8b8fa54d9d809817a461609014ba0ebc6cb06346f719cbbe6d55b [2022-05-13T10:24:55.713Z] #50 DONE 0.3s [2022-05-13T10:24:55.713Z] [2022-05-13T10:24:55.713Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-13T10:24:55.713Z] #25 sha256:80f7097dc3dea3fc707768c060a45ec5a6cc12578e132f76e263ceea4410094b [2022-05-13T10:24:55.713Z] #25 DONE 0.3s [2022-05-13T10:24:55.713Z] [2022-05-13T10:24:55.713Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-13T10:24:55.713Z] #66 sha256:3609ddea37f0d052adc19302bfc82306e746832b91fc61507eae1aaf1058b8b9 [2022-05-13T10:24:55.713Z] #66 DONE 0.4s [2022-05-13T10:24:55.713Z] [2022-05-13T10:24:55.713Z] #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-13T10:24:55.713Z] #26 sha256:36694fc7b03227a06d3e28a0148772b4d489ff9ca0519829bfd4647927cf37bc [2022-05-13T10:24:55.718Z] #19 DONE 0.9s [2022-05-13T10:24:55.718Z] [2022-05-13T10:24:55.718Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-05-13T10:24:55.718Z] #20 sha256:3befa9fce940b1b5002a0b60b274eaf9789660bf7c4de7f653ed644d6387783f [2022-05-13T10:24:55.741Z] #34 ... [2022-05-13T10:24:55.741Z] [2022-05-13T10:24:55.741Z] #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-13T10:24:55.741Z] #57 sha256:401c0122933c017a61a97555462d320a2445f9c0d027720a10a599dc935e4cc4 [2022-05-13T10:24:55.741Z] #57 3.340 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-13T10:24:55.741Z] #57 8.178 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-13T10:24:55.741Z] #57 8.178 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-13T10:24:55.741Z] #57 8.286 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-13T10:24:55.741Z] #57 9.539 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-13T10:24:55.741Z] #57 ... [2022-05-13T10:24:55.741Z] [2022-05-13T10:24:55.741Z] #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-13T10:24:55.741Z] #36 sha256:6b2313603dfe49978567da61e390dda24037664d5523a7909bc7a7339587e0ce [2022-05-13T10:24:55.741Z] #36 11.16 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-05-13T10:24:55.741Z] #36 11.29 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-05-13T10:24:55.741Z] #36 11.54 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-13T10:24:56.001Z] #36 11.84 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-13T10:24:56.001Z] #36 12.04 go: downloading github.com/cosiner/argv v0.1.0 [2022-05-13T10:24:56.001Z] #36 12.07 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-05-13T10:24:56.261Z] #36 12.14 go: downloading github.com/peterh/liner v1.2.2 [2022-05-13T10:24:56.521Z] #36 12.35 go: downloading github.com/google/go-dap v0.6.0 [2022-05-13T10:24:56.521Z] #36 12.52 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-05-13T10:24:56.781Z] #36 12.84 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-05-13T10:24:57.098Z] #20 DONE 1.0s [2022-05-13T10:24:57.098Z] [2022-05-13T10:24:57.098Z] #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-13T10:24:57.098Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-13T10:24:57.352Z] #36 13.39 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-05-13T10:24:57.612Z] #36 13.45 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-13T10:24:57.612Z] #36 13.49 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-05-13T10:24:58.036Z] #21 1.118 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-13T10:24:58.036Z] #21 1.120 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-13T10:24:58.036Z] #21 1.120 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-05-13T10:24:58.182Z] #36 14.16 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-05-13T10:24:59.236Z] #19 29.08 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-05-13T10:24:59.491Z] #19 29.08 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:24:59.491Z] #19 29.08 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-05-13T10:24:59.491Z] #19 29.11 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-05-13T10:24:59.491Z] #19 29.11 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:24:59.491Z] #19 29.12 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-13T10:24:59.541Z] #21 1.763 Reading package lists... [2022-05-13T10:25:00.723Z] #36 ... [2022-05-13T10:25:00.723Z] [2022-05-13T10:25:00.723Z] #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-13T10:25:00.723Z] #38 sha256:0f2d46394127e6f4f819a3b9c5aac2f26a64b2dcd4e56b64057e76d18f8893c8 [2022-05-13T10:25:00.723Z] #38 16.47 tomll can be used in two ways: [2022-05-13T10:25:00.723Z] #38 16.47 Writing to STDIN and reading from STDOUT: [2022-05-13T10:25:00.723Z] #38 16.47 cat file.toml | tomll > file.toml [2022-05-13T10:25:00.723Z] #38 16.47 [2022-05-13T10:25:00.723Z] #38 16.47 Reading and updating a list of files: [2022-05-13T10:25:00.723Z] #38 16.47 tomll a.toml b.toml c.toml [2022-05-13T10:25:00.723Z] #38 16.47 [2022-05-13T10:25:00.723Z] #38 16.48 When given a list of files, tomll will modify all files in place without asking. [2022-05-13T10:25:01.003Z] #26 ... [2022-05-13T10:25:01.003Z] [2022-05-13T10:25:01.003Z] #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-13T10:25:01.003Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-13T10:25:01.003Z] #53 2.568 go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-13T10:25:01.003Z] #53 3.250 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-13T10:25:01.003Z] #53 3.250 go: downloading github.com/fatih/color v1.10.0 [2022-05-13T10:25:01.003Z] #53 3.264 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-13T10:25:01.003Z] #53 3.295 go: downloading github.com/pkg/errors v0.9.1 [2022-05-13T10:25:01.003Z] #53 3.373 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-13T10:25:01.003Z] #53 3.385 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-13T10:25:01.003Z] #53 3.402 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-13T10:25:01.003Z] #53 3.414 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-13T10:25:01.003Z] #53 3.451 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-13T10:25:01.003Z] #53 3.465 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-13T10:25:01.003Z] #53 3.528 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-13T10:25:01.003Z] #53 3.584 go: downloading golang.org/x/tools v0.1.0 [2022-05-13T10:25:01.003Z] #53 5.108 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-13T10:25:01.003Z] #53 5.154 go: downloading golang.org/x/mod v0.3.0 [2022-05-13T10:25:01.178Z] #21 2.975 Reading package lists... [2022-05-13T10:25:01.178Z] #21 4.162 Building dependency tree... [2022-05-13T10:25:01.178Z] #21 4.449 Reading state information... [2022-05-13T10:25:01.263Z] #53 ... [2022-05-13T10:25:01.263Z] [2022-05-13T10:25:01.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-13T10:25:01.263Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-13T10:25:01.263Z] #42 5.990 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-13T10:25:01.263Z] #42 5.990 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-13T10:25:01.263Z] #42 5.990 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-13T10:25:01.294Z] #38 DONE 17.1s [2022-05-13T10:25:01.294Z] [2022-05-13T10:25:01.294Z] #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-13T10:25:01.294Z] #67 sha256:67f7416cd90e7516d0086099c42d653784b554f05a08cbbf3152dad80df894f6 [2022-05-13T10:25:01.294Z] #67 9.802 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-13T10:25:01.294Z] #67 9.962 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-13T10:25:01.294Z] #67 11.50 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-13T10:25:01.294Z] #67 11.79 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-13T10:25:01.437Z] #21 4.699 The following additional packages will be installed: [2022-05-13T10:25:01.437Z] #21 4.699 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-13T10:25:01.437Z] #21 4.699 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-13T10:25:01.437Z] #21 4.700 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-13T10:25:01.437Z] #21 4.700 python3-pkg-resources vim-runtime xxd [2022-05-13T10:25:01.437Z] #21 4.701 Suggested packages: [2022-05-13T10:25:01.437Z] #21 4.701 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-13T10:25:01.437Z] #21 4.701 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-13T10:25:01.437Z] #21 4.701 acl attr quota [2022-05-13T10:25:01.437Z] #21 4.701 Recommended packages: [2022-05-13T10:25:01.437Z] #21 4.701 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-13T10:25:02.006Z] #21 ... [2022-05-13T10:25:02.006Z] [2022-05-13T10:25:02.006Z] #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-13T10:25:02.006Z] #60 sha256:819894a40ec6890d48364bd9dd1a6ae4c7108f8dbbc74503d51434d3fa7d5ebf [2022-05-13T10:25:02.006Z] #60 5.410 + cd /tmp/tmp.CToltiguGO/src/github.com/opencontainers/runc [2022-05-13T10:25:02.006Z] #60 5.410 + git checkout -q v1.1.2 [2022-05-13T10:25:02.006Z] #60 5.589 + '[' -z '' ']' [2022-05-13T10:25:02.006Z] #60 5.594 + target=static [2022-05-13T10:25:02.006Z] #60 5.594 + make BUILDTAGS=seccomp static [2022-05-13T10:25:02.006Z] #60 5.873 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-13T10:25:02.006Z] #60 10.75 + mkdir -p /build [2022-05-13T10:25:02.006Z] #60 10.75 + cp runc /build/runc [2022-05-13T10:25:02.006Z] #60 DONE 11.0s [2022-05-13T10:25:02.006Z] [2022-05-13T10:25:02.006Z] #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-13T10:25:02.006Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-13T10:25:02.006Z] #21 5.417 The following NEW packages will be installed: [2022-05-13T10:25:02.202Z] #42 6.749 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-13T10:25:02.234Z] #67 ... [2022-05-13T10:25:02.234Z] [2022-05-13T10:25:02.234Z] #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-13T10:25:02.234Z] #62 sha256:01abd27d0e3628417a5d68af6b3c69f6ed863a1dbee23e93216f48ae70a78673 [2022-05-13T10:25:02.234Z] #62 14.04 Fetched 8417 kB in 10s (877 kB/s) [2022-05-13T10:25:02.234Z] #62 14.04 Reading package lists... [2022-05-13T10:25:02.265Z] #21 5.418 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-13T10:25:02.265Z] #21 5.418 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-13T10:25:02.265Z] #21 5.418 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-13T10:25:02.265Z] #21 5.418 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-13T10:25:02.265Z] #21 5.418 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-13T10:25:02.265Z] #21 5.418 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-13T10:25:02.265Z] #21 5.418 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-13T10:25:02.265Z] #21 5.418 xz-utils zip zstd [2022-05-13T10:25:02.524Z] #21 5.706 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:25:02.524Z] #21 5.706 Need to get 27.6 MB of archives. [2022-05-13T10:25:02.524Z] #21 5.706 After this operation, 106 MB of additional disk space will be used. [2022-05-13T10:25:02.524Z] #21 5.706 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-13T10:25:02.524Z] #21 5.710 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-13T10:25:02.524Z] #21 5.712 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-13T10:25:02.524Z] #21 5.715 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-13T10:25:02.524Z] #21 5.716 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-13T10:25:02.524Z] #21 5.718 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-13T10:25:02.524Z] #21 5.720 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-13T10:25:02.524Z] #21 5.722 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-13T10:25:02.524Z] #21 5.738 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-13T10:25:02.524Z] #21 5.741 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-13T10:25:02.524Z] #21 5.747 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-13T10:25:02.524Z] #21 5.750 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-13T10:25:02.524Z] #21 5.753 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-13T10:25:02.524Z] #21 5.762 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-13T10:25:02.524Z] #21 5.771 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-13T10:25:02.524Z] #21 5.774 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-13T10:25:02.524Z] #21 5.778 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-13T10:25:02.524Z] #21 5.779 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-13T10:25:02.524Z] #21 5.779 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-13T10:25:02.524Z] #21 5.780 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-13T10:25:02.524Z] #21 5.783 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-13T10:25:02.524Z] #21 5.791 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-13T10:25:02.524Z] #21 5.793 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-13T10:25:02.524Z] #21 5.798 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-13T10:25:02.524Z] #21 5.799 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-13T10:25:02.524Z] #21 5.800 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-13T10:25:02.524Z] #21 5.801 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-13T10:25:02.784Z] #21 5.956 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-13T10:25:02.784Z] #21 5.957 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-13T10:25:02.784Z] #21 5.958 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-13T10:25:02.784Z] #21 5.959 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-13T10:25:02.784Z] #21 5.960 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-13T10:25:02.784Z] #21 5.963 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-13T10:25:02.784Z] #21 5.967 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-13T10:25:02.784Z] #21 6.001 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-13T10:25:02.784Z] #21 6.002 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-13T10:25:02.784Z] #21 6.004 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-13T10:25:02.784Z] #21 6.006 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-13T10:25:02.784Z] #21 6.014 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-13T10:25:02.784Z] #21 6.015 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-13T10:25:03.048Z] #21 6.160 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-13T10:25:03.048Z] #21 6.173 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-13T10:25:03.048Z] #21 6.177 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-13T10:25:03.048Z] #21 6.180 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-13T10:25:03.048Z] #21 6.283 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-13T10:25:03.048Z] #21 6.301 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-13T10:25:03.048Z] #21 6.314 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-13T10:25:03.048Z] #21 6.316 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-13T10:25:03.307Z] #21 6.556 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:25:03.307Z] #21 6.620 Fetched 27.6 MB in 1s (31.0 MB/s) [2022-05-13T10:25:03.307Z] #21 6.658 Selecting previously unselected package pigz. [2022-05-13T10:25:03.566Z] #21 6.658 (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-13T10:25:03.566Z] #21 6.675 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-13T10:25:03.566Z] #21 6.696 Unpacking pigz (2.6-1) ... [2022-05-13T10:25:03.566Z] #21 6.750 Selecting previously unselected package libelf1:amd64. [2022-05-13T10:25:03.566Z] #21 6.753 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-13T10:25:03.566Z] #21 6.769 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-13T10:25:03.566Z] #21 6.859 Selecting previously unselected package libbpf0:amd64. [2022-05-13T10:25:03.566Z] #21 6.859 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-13T10:25:03.566Z] #21 6.864 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-13T10:25:03.702Z] #19 33.28 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-05-13T10:25:03.702Z] #19 33.29 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:25:03.702Z] #19 33.29 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-05-13T10:25:03.702Z] #19 33.32 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-05-13T10:25:03.702Z] #19 33.32 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:25:03.702Z] #19 33.32 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-13T10:25:03.826Z] #21 6.927 Selecting previously unselected package libcap2:amd64. [2022-05-13T10:25:03.826Z] #21 6.931 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-13T10:25:03.826Z] #21 6.936 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-13T10:25:03.826Z] #21 6.998 Selecting previously unselected package libmnl0:amd64. [2022-05-13T10:25:03.826Z] #21 6.999 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-13T10:25:03.826Z] #21 7.006 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-13T10:25:03.826Z] #21 7.046 Selecting previously unselected package libxtables12:amd64. [2022-05-13T10:25:03.826Z] #21 7.049 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-13T10:25:03.826Z] #21 7.057 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-13T10:25:03.826Z] #21 7.102 Selecting previously unselected package libcap2-bin. [2022-05-13T10:25:03.826Z] #21 7.105 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-13T10:25:03.826Z] #21 7.113 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-13T10:25:03.826Z] #21 7.174 Selecting previously unselected package iproute2. [2022-05-13T10:25:04.085Z] #21 7.175 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-13T10:25:04.085Z] #21 7.183 Unpacking iproute2 (5.10.0-4) ... [2022-05-13T10:25:04.085Z] #21 7.440 Selecting previously unselected package xxd. [2022-05-13T10:25:04.085Z] #21 7.440 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-13T10:25:04.146Z] #62 18.21 Reading package lists... [2022-05-13T10:25:04.146Z] #62 ... [2022-05-13T10:25:04.146Z] [2022-05-13T10:25:04.146Z] #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-13T10:25:04.146Z] #47 sha256:ea17d344860653ef009fc9b2ee95cb00a783e40062f95f368cce8498b9bf8e73 [2022-05-13T10:25:04.146Z] #47 19.93 + git checkout -q v2.3.0 [2022-05-13T10:25:04.344Z] #21 7.452 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:25:04.344Z] #21 7.548 Selecting previously unselected package vim-common. [2022-05-13T10:25:04.344Z] #21 7.548 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-13T10:25:04.344Z] #21 7.566 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:25:04.344Z] #21 7.666 Selecting previously unselected package bash-completion. [2022-05-13T10:25:04.604Z] #21 7.667 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-13T10:25:04.776Z] #42 9.091 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-13T10:25:05.356Z] #42 ... [2022-05-13T10:25:05.356Z] [2022-05-13T10:25:05.356Z] #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-13T10:25:05.356Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-13T10:25:05.356Z] #36 3.932 go: downloading github.com/go-delve/delve v1.8.1 [2022-05-13T10:25:05.356Z] #36 ... [2022-05-13T10:25:05.356Z] [2022-05-13T10:25:05.356Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-13T10:25:05.356Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-13T10:25:05.356Z] #14 6.924 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-13T10:25:05.356Z] #14 6.980 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-13T10:25:05.356Z] #14 6.980 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-13T10:25:05.356Z] #14 7.891 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-13T10:25:05.530Z] #47 21.27 + 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-13T10:25:05.542Z] #21 8.628 Unpacking bash-completion (1:2.11-2) ... [2022-05-13T10:25:05.542Z] #21 8.826 Selecting previously unselected package bzip2. [2022-05-13T10:25:05.644Z] #14 ... [2022-05-13T10:25:05.644Z] [2022-05-13T10:25:05.644Z] #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-13T10:25:05.644Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-13T10:25:05.644Z] #34 4.488 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-13T10:25:05.644Z] #34 4.488 Cloning into '.'... [2022-05-13T10:25:05.644Z] #34 ... [2022-05-13T10:25:05.644Z] [2022-05-13T10:25:05.644Z] #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-13T10:25:05.644Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-13T10:25:05.644Z] #55 5.755 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-13T10:25:05.801Z] #21 8.828 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-05-13T10:25:05.801Z] #21 8.836 Unpacking bzip2 (1.0.8-4) ... [2022-05-13T10:25:05.801Z] #21 8.894 Selecting previously unselected package xz-utils. [2022-05-13T10:25:05.801Z] #21 8.897 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-13T10:25:05.801Z] #21 8.901 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-13T10:25:05.801Z] #21 9.042 Selecting previously unselected package apparmor. [2022-05-13T10:25:05.801Z] #21 9.045 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-05-13T10:25:05.801Z] #21 9.073 Unpacking apparmor (2.13.6-10) ... [2022-05-13T10:25:05.915Z] #55 ... [2022-05-13T10:25:05.915Z] [2022-05-13T10:25:05.915Z] #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-13T10:25:05.915Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-13T10:25:05.915Z] #40 4.926 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-13T10:25:05.915Z] #40 5.601 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-13T10:25:05.915Z] #40 6.359 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-13T10:25:05.915Z] #40 6.681 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-13T10:25:05.915Z] #40 6.750 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-13T10:25:05.915Z] #40 9.708 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-13T10:25:05.915Z] #40 9.814 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-13T10:25:05.915Z] #40 ... [2022-05-13T10:25:05.915Z] [2022-05-13T10:25:05.915Z] #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-13T10:25:05.915Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-13T10:25:05.915Z] #51 7.377 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-13T10:25:05.915Z] #51 7.425 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-13T10:25:05.915Z] #51 7.445 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-13T10:25:05.915Z] #51 8.059 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-13T10:25:05.915Z] #51 8.683 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-13T10:25:06.066Z] #21 9.266 Selecting previously unselected package inetutils-ping. [2022-05-13T10:25:06.066Z] #21 9.267 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-13T10:25:06.066Z] #21 9.271 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-13T10:25:06.066Z] #21 9.345 Selecting previously unselected package libip4tc2:amd64. [2022-05-13T10:25:06.066Z] #21 9.348 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-13T10:25:06.066Z] #21 9.357 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-13T10:25:06.066Z] #21 9.410 Selecting previously unselected package libip6tc2:amd64. [2022-05-13T10:25:06.175Z] #51 ... [2022-05-13T10:25:06.175Z] [2022-05-13T10:25:06.175Z] #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-13T10:25:06.175Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-13T10:25:06.175Z] #62 6.750 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-13T10:25:06.175Z] #62 6.760 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-13T10:25:06.175Z] #62 6.760 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-13T10:25:06.175Z] #62 7.679 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-13T10:25:06.175Z] #62 10.08 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-13T10:25:06.327Z] #21 9.410 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-13T10:25:06.327Z] #21 9.415 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-13T10:25:06.327Z] #21 9.466 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-13T10:25:06.327Z] #21 9.467 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-13T10:25:06.327Z] #21 9.474 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-13T10:25:06.327Z] #21 9.526 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-13T10:25:06.327Z] #21 9.530 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-13T10:25:06.327Z] #21 9.538 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-13T10:25:06.327Z] #21 9.594 Selecting previously unselected package libnftnl11:amd64. [2022-05-13T10:25:06.327Z] #21 9.596 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-13T10:25:06.327Z] #21 9.601 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-13T10:25:06.327Z] #21 9.660 Selecting previously unselected package iptables. [2022-05-13T10:25:06.435Z] #62 ... [2022-05-13T10:25:06.436Z] [2022-05-13T10:25:06.436Z] #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-13T10:25:06.436Z] #67 sha256:2ec97104db9a5f63e74ee2e3516fe0eca3a4b75c2ab7ebae6171da3c2ac7d058 [2022-05-13T10:25:06.436Z] #67 6.345 + RM_GOPATH=0 [2022-05-13T10:25:06.436Z] #67 6.345 + TMP_GOPATH= [2022-05-13T10:25:06.436Z] #67 6.345 + : /build [2022-05-13T10:25:06.436Z] #67 6.345 + '[' -z '' ']' [2022-05-13T10:25:06.436Z] #67 6.345 ++ mktemp -d [2022-05-13T10:25:06.436Z] #67 6.345 + export GOPATH=/tmp/tmp.HTsUS5DqhC [2022-05-13T10:25:06.436Z] #67 6.345 + GOPATH=/tmp/tmp.HTsUS5DqhC [2022-05-13T10:25:06.436Z] #67 6.345 + RM_GOPATH=1 [2022-05-13T10:25:06.436Z] #67 6.345 + case "$(go env GOARCH)" in [2022-05-13T10:25:06.436Z] #67 6.345 ++ go env GOARCH [2022-05-13T10:25:06.436Z] #67 6.370 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:25:06.436Z] #67 6.370 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:25:06.436Z] #67 6.370 ++ dirname /install.sh [2022-05-13T10:25:06.436Z] #67 6.375 + dir=/ [2022-05-13T10:25:06.436Z] #67 6.375 + bin=rootlesskit [2022-05-13T10:25:06.436Z] #67 6.375 + shift [2022-05-13T10:25:06.436Z] #67 6.375 + '[' '!' -f //rootlesskit.installer ']' [2022-05-13T10:25:06.436Z] #67 6.375 + . //rootlesskit.installer [2022-05-13T10:25:06.436Z] #67 6.375 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-13T10:25:06.436Z] #67 6.375 + install_rootlesskit [2022-05-13T10:25:06.436Z] #67 6.375 + case "$1" in [2022-05-13T10:25:06.436Z] #67 6.375 + export CGO_ENABLED=0 [2022-05-13T10:25:06.436Z] #67 6.375 + CGO_ENABLED=0 [2022-05-13T10:25:06.436Z] #67 6.375 + _install_rootlesskit [2022-05-13T10:25:06.436Z] #67 6.375 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-13T10:25:06.436Z] #67 6.375 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-13T10:25:06.436Z] #67 6.375 + GOBIN=/build [2022-05-13T10:25:06.436Z] #67 6.375 + GO111MODULE=on [2022-05-13T10:25:06.436Z] #67 6.375 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-13T10:25:06.436Z] #67 6.382 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-13T10:25:06.436Z] #67 6.943 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-13T10:25:06.436Z] #67 10.11 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-13T10:25:06.436Z] #67 10.12 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-13T10:25:06.436Z] #67 ... [2022-05-13T10:25:06.436Z] [2022-05-13T10:25:06.436Z] #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-13T10:25:06.436Z] #38 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-13T10:25:06.436Z] #38 5.501 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-13T10:25:06.587Z] #21 9.663 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-05-13T10:25:06.587Z] #21 9.669 Unpacking iptables (1.8.7-1) ... [2022-05-13T10:25:06.587Z] #21 9.811 Selecting previously unselected package libonig5:amd64. [2022-05-13T10:25:06.587Z] #21 9.815 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-13T10:25:06.587Z] #21 9.819 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-13T10:25:06.587Z] #21 9.905 Selecting previously unselected package libjq1:amd64. [2022-05-13T10:25:06.587Z] #21 9.905 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-05-13T10:25:06.587Z] #21 9.913 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-13T10:25:06.696Z] #38 ... [2022-05-13T10:25:06.696Z] [2022-05-13T10:25:06.696Z] #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-13T10:25:06.696Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-13T10:25:06.696Z] #57 2.840 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-13T10:25:06.696Z] #57 3.527 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-13T10:25:06.696Z] #57 3.527 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-13T10:25:06.696Z] #57 3.527 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-13T10:25:06.696Z] #57 3.926 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-13T10:25:06.696Z] #57 ... [2022-05-13T10:25:06.696Z] [2022-05-13T10:25:06.696Z] #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-13T10:25:06.696Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-13T10:25:06.696Z] #47 6.705 + git clone https://github.com/docker/distribution.git . [2022-05-13T10:25:06.696Z] #47 6.706 Cloning into '.'... [2022-05-13T10:25:06.847Z] #21 9.976 Selecting previously unselected package jq. [2022-05-13T10:25:06.847Z] #21 9.976 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-05-13T10:25:06.847Z] #21 9.985 Unpacking jq (1.6-2.1) ... [2022-05-13T10:25:06.847Z] #21 10.04 Selecting previously unselected package libaio1:amd64. [2022-05-13T10:25:06.847Z] #21 10.05 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-05-13T10:25:06.847Z] #21 10.05 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-13T10:25:06.847Z] #21 10.10 Selecting previously unselected package libgpm2:amd64. [2022-05-13T10:25:06.847Z] #21 10.10 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-05-13T10:25:06.847Z] #21 10.11 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-13T10:25:06.847Z] #21 10.15 Selecting previously unselected package libicu67:amd64. [2022-05-13T10:25:06.847Z] #21 10.15 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-05-13T10:25:06.955Z] #47 ... [2022-05-13T10:25:06.955Z] [2022-05-13T10:25:06.955Z] #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-13T10:25:06.955Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-13T10:25:06.955Z] #42 11.67 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-13T10:25:07.106Z] #21 10.16 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-13T10:25:08.073Z] #47 ... [2022-05-13T10:25:08.073Z] [2022-05-13T10:25:08.073Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-13T10:25:08.073Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-13T10:25:08.073Z] #14 13.63 Fetched 8417 kB in 10s (882 kB/s) [2022-05-13T10:25:08.073Z] #14 13.63 Reading package lists... [2022-05-13T10:25:08.073Z] #14 18.66 Reading package lists... [2022-05-13T10:25:08.073Z] #14 22.88 Building dependency tree... [2022-05-13T10:25:08.073Z] #14 ... [2022-05-13T10:25:08.073Z] [2022-05-13T10:25:08.073Z] #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-13T10:25:08.073Z] #55 sha256:e374d1522f5d9c874a1bdd0ffb6eda4ed761c9a1e53e0259625a85dc3c837cec [2022-05-13T10:25:08.073Z] #55 22.41 go: downloading github.com/fatih/color v1.13.0 [2022-05-13T10:25:08.073Z] #55 22.42 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-13T10:25:08.073Z] #55 22.44 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-13T10:25:08.073Z] #55 22.48 go: downloading github.com/spf13/viper v1.10.1 [2022-05-13T10:25:08.073Z] #55 22.65 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-13T10:25:08.073Z] #55 23.01 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-13T10:25:08.073Z] #55 23.01 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-13T10:25:08.073Z] #55 23.05 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-13T10:25:08.073Z] #55 23.06 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-13T10:25:08.073Z] #55 23.93 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-13T10:25:08.073Z] #55 24.00 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-13T10:25:08.073Z] #55 ... [2022-05-13T10:25:08.073Z] [2022-05-13T10:25:08.073Z] #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-13T10:25:08.073Z] #42 sha256:581a71b3316d514c558708f660a6c18fecfe076e009b32a1acc9d60fbd4c89b6 [2022-05-13T10:25:08.073Z] #42 14.04 Fetched 8417 kB in 10s (874 kB/s) [2022-05-13T10:25:08.073Z] #42 14.04 Reading package lists... [2022-05-13T10:25:08.073Z] #42 19.14 Reading package lists... [2022-05-13T10:25:08.334Z] #42 23.25 Building dependency tree... [2022-05-13T10:25:08.334Z] #42 ... [2022-05-13T10:25:08.334Z] [2022-05-13T10:25:08.334Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-13T10:25:08.334Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-13T10:25:08.334Z] #14 22.88 Building dependency tree... [2022-05-13T10:25:08.487Z] #21 11.43 Selecting previously unselected package libinih1:amd64. [2022-05-13T10:25:08.487Z] #21 11.43 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-05-13T10:25:08.487Z] #21 11.44 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-13T10:25:08.487Z] #21 11.47 Selecting previously unselected package libnet1:amd64. [2022-05-13T10:25:08.487Z] #21 11.48 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-13T10:25:08.487Z] #21 11.49 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-13T10:25:08.487Z] #21 11.55 Selecting previously unselected package libnl-3-200:amd64. [2022-05-13T10:25:08.487Z] #21 11.55 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-13T10:25:08.487Z] #21 11.55 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-13T10:25:08.487Z] #21 11.61 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-13T10:25:08.487Z] #21 11.61 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-13T10:25:08.487Z] #21 11.62 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-13T10:25:08.487Z] #21 11.66 Selecting previously unselected package net-tools. [2022-05-13T10:25:08.487Z] #21 11.66 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-13T10:25:08.487Z] #21 11.67 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-13T10:25:08.487Z] #21 11.77 Selecting previously unselected package patch. [2022-05-13T10:25:08.487Z] #21 11.78 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-05-13T10:25:08.487Z] #21 11.78 Unpacking patch (2.7.6-7) ... [2022-05-13T10:25:08.487Z] #21 11.85 Selecting previously unselected package python-pip-whl. [2022-05-13T10:25:08.487Z] #21 11.85 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-13T10:25:08.487Z] #21 11.86 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-13T10:25:08.594Z] #14 ... [2022-05-13T10:25:08.594Z] [2022-05-13T10:25:08.594Z] #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-13T10:25:08.594Z] #51 sha256:ef6ac9d7240bf36f699b67185c35ddf409b8ef787eb890ebf1f4bc92ea5901df [2022-05-13T10:25:08.594Z] #51 14.24 Fetched 8421 kB in 10s (807 kB/s) [2022-05-13T10:25:08.594Z] #51 14.24 Reading package lists... [2022-05-13T10:25:08.594Z] #51 19.10 Reading package lists... [2022-05-13T10:25:08.854Z] #51 23.33 Building dependency tree... [2022-05-13T10:25:08.854Z] #51 ... [2022-05-13T10:25:08.854Z] [2022-05-13T10:25:08.854Z] #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-13T10:25:08.854Z] #42 sha256:581a71b3316d514c558708f660a6c18fecfe076e009b32a1acc9d60fbd4c89b6 [2022-05-13T10:25:08.854Z] #42 23.25 Building dependency tree... [2022-05-13T10:25:09.000Z] #19 37.88 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-05-13T10:25:09.000Z] #19 37.88 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:25:09.000Z] #19 37.94 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-13T10:25:09.000Z] #19 38.28 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-05-13T10:25:09.000Z] #19 38.28 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:25:09.000Z] #19 38.36 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-13T10:25:09.056Z] #21 12.11 Selecting previously unselected package python3-lib2to3. [2022-05-13T10:25:09.056Z] #21 12.11 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-13T10:25:09.056Z] #21 12.11 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-13T10:25:09.056Z] #21 12.18 Selecting previously unselected package python3-distutils. [2022-05-13T10:25:09.056Z] #21 12.18 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-13T10:25:09.056Z] #21 12.19 Unpacking python3-distutils (3.9.2-1) ... [2022-05-13T10:25:09.056Z] #21 12.26 Selecting previously unselected package python3-pkg-resources. [2022-05-13T10:25:09.056Z] #21 12.27 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-13T10:25:09.056Z] #21 12.28 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-13T10:25:09.056Z] #21 12.35 Selecting previously unselected package python3-setuptools. [2022-05-13T10:25:09.056Z] #21 12.35 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-13T10:25:09.056Z] #21 12.36 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-13T10:25:09.315Z] #21 12.48 Selecting previously unselected package python3-wheel. [2022-05-13T10:25:09.315Z] #21 12.49 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-13T10:25:09.315Z] #21 12.50 Unpacking python3-wheel (0.34.2-1) ... [2022-05-13T10:25:09.315Z] #21 12.55 Selecting previously unselected package python3-pip. [2022-05-13T10:25:09.315Z] #21 12.55 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-13T10:25:09.315Z] #21 12.55 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-13T10:25:09.575Z] #21 12.68 Selecting previously unselected package sudo. [2022-05-13T10:25:09.575Z] #21 12.69 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-05-13T10:25:09.575Z] #21 12.70 Unpacking sudo (1.9.5p2-3) ... [2022-05-13T10:25:09.835Z] #21 12.94 Selecting previously unselected package thin-provisioning-tools. [2022-05-13T10:25:09.835Z] #21 12.95 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-13T10:25:09.835Z] #21 12.96 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-13T10:25:09.835Z] #21 13.08 Selecting previously unselected package uidmap. [2022-05-13T10:25:09.835Z] #21 13.09 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-13T10:25:09.835Z] #21 13.10 Unpacking uidmap (1:4.8.1-1) ... [2022-05-13T10:25:09.835Z] #21 13.18 Selecting previously unselected package vim-runtime. [2022-05-13T10:25:10.095Z] #21 13.18 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-13T10:25:10.095Z] #21 13.21 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-13T10:25:10.095Z] #21 13.22 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-13T10:25:10.095Z] #21 13.23 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:25:10.766Z] #42 26.45 The following additional packages will be installed: [2022-05-13T10:25:10.766Z] #42 26.46 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-13T10:25:10.766Z] #42 26.46 Suggested packages: [2022-05-13T10:25:10.766Z] #42 26.46 cmake-doc ninja-build lrzip [2022-05-13T10:25:10.766Z] #42 26.46 Recommended packages: [2022-05-13T10:25:10.766Z] #42 26.46 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-13T10:25:11.347Z] #42 27.27 The following NEW packages will be installed: [2022-05-13T10:25:11.347Z] #42 27.28 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-13T10:25:11.347Z] #42 27.31 vim-common xxd [2022-05-13T10:25:11.472Z] #21 14.49 Selecting previously unselected package vim. [2022-05-13T10:25:11.472Z] #21 14.49 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-13T10:25:11.472Z] #21 14.50 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:25:11.606Z] #42 27.72 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:25:11.606Z] #42 27.72 Need to get 15.6 MB of archives. [2022-05-13T10:25:11.606Z] #42 27.72 After this operation, 67.4 MB of additional disk space will be used. [2022-05-13T10:25:11.606Z] #42 27.72 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-13T10:25:11.732Z] #21 14.81 Selecting previously unselected package xfsprogs. [2022-05-13T10:25:11.732Z] #21 14.81 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-13T10:25:11.732Z] #21 14.82 Unpacking xfsprogs (5.10.0-4) ... [2022-05-13T10:25:11.732Z] #21 15.02 Selecting previously unselected package zip. [2022-05-13T10:25:11.732Z] #21 15.02 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-05-13T10:25:11.732Z] #21 15.03 Unpacking zip (3.0-12) ... [2022-05-13T10:25:11.867Z] #42 27.73 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-13T10:25:11.867Z] #42 27.74 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-13T10:25:11.867Z] #42 27.77 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-05-13T10:25:11.991Z] #21 15.09 Selecting previously unselected package zstd. [2022-05-13T10:25:11.991Z] #21 15.10 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-13T10:25:11.991Z] #21 15.11 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-13T10:25:11.991Z] #21 15.26 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-13T10:25:12.129Z] #42 27.97 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u1 [629 kB] [2022-05-13T10:25:12.129Z] #42 28.00 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] [2022-05-13T10:25:12.129Z] #42 28.01 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-05-13T10:25:12.129Z] #42 28.01 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-05-13T10:25:12.129Z] #42 28.03 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-05-13T10:25:12.129Z] #42 28.03 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-05-13T10:25:12.239Z] #42 ... [2022-05-13T10:25:12.239Z] [2022-05-13T10:25:12.239Z] #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-13T10:25:12.239Z] #26 sha256:36694fc7b03227a06d3e28a0148772b4d489ff9ca0519829bfd4647927cf37bc [2022-05-13T10:25:12.239Z] #26 6.713 + RM_GOPATH=0 [2022-05-13T10:25:12.239Z] #26 6.720 + TMP_GOPATH= [2022-05-13T10:25:12.239Z] #26 6.722 + : /build [2022-05-13T10:25:12.239Z] #26 6.722 + '[' -z '' ']' [2022-05-13T10:25:12.239Z] #26 6.722 ++ mktemp -d [2022-05-13T10:25:12.239Z] #26 6.729 + export GOPATH=/tmp/tmp.0irZ690RaV [2022-05-13T10:25:12.239Z] #26 6.734 + GOPATH=/tmp/tmp.0irZ690RaV [2022-05-13T10:25:12.239Z] #26 6.736 + RM_GOPATH=1 [2022-05-13T10:25:12.239Z] #26 6.736 + case "$(go env GOARCH)" in [2022-05-13T10:25:12.239Z] #26 6.736 ++ go env GOARCH [2022-05-13T10:25:12.239Z] #26 6.777 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:25:12.239Z] #26 6.777 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:25:12.239Z] #26 6.778 ++ dirname /install.sh [2022-05-13T10:25:12.239Z] #26 6.784 + dir=/ [2022-05-13T10:25:12.239Z] #26 6.791 + bin=dockercli [2022-05-13T10:25:12.239Z] #26 6.791 + shift [2022-05-13T10:25:12.239Z] #26 6.791 + '[' '!' -f //dockercli.installer ']' [2022-05-13T10:25:12.239Z] #26 6.791 + . //dockercli.installer [2022-05-13T10:25:12.239Z] #26 6.800 ++ : stable [2022-05-13T10:25:12.240Z] #26 6.800 ++ : 17.06.2-ce [2022-05-13T10:25:12.240Z] #26 6.800 + install_dockercli [2022-05-13T10:25:12.240Z] #26 6.800 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-13T10:25:12.240Z] #26 6.801 Install docker/cli version 17.06.2-ce from stable [2022-05-13T10:25:12.240Z] #26 6.801 ++ uname -m [2022-05-13T10:25:12.240Z] #26 6.809 + arch=x86_64 [2022-05-13T10:25:12.240Z] #26 6.809 + '[' x86_64 '!=' x86_64 ']' [2022-05-13T10:25:12.240Z] #26 6.809 + url=https://download.docker.com/linux/static [2022-05-13T10:25:12.240Z] #26 6.811 + tar -xz docker/docker [2022-05-13T10:25:12.240Z] #26 6.814 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-13T10:25:12.240Z] #26 15.48 + mkdir -p /build [2022-05-13T10:25:12.240Z] #26 15.51 + mv docker/docker /build/ [2022-05-13T10:25:12.240Z] #26 15.51 + rmdir docker [2022-05-13T10:25:12.240Z] #26 DONE 15.9s [2022-05-13T10:25:12.240Z] [2022-05-13T10:25:12.240Z] #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-13T10:25:12.240Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-13T10:25:12.240Z] #36 11.84 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-05-13T10:25:12.240Z] #36 11.86 go: downloading github.com/spf13/cobra v1.1.3 [2022-05-13T10:25:12.240Z] #36 12.24 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-05-13T10:25:12.240Z] #36 12.54 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-05-13T10:25:12.240Z] #36 12.77 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-13T10:25:12.240Z] #36 13.00 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-13T10:25:12.240Z] #36 13.44 go: downloading github.com/cosiner/argv v0.1.0 [2022-05-13T10:25:12.240Z] #36 13.57 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-05-13T10:25:12.240Z] #36 13.63 go: downloading github.com/peterh/liner v1.2.2 [2022-05-13T10:25:12.240Z] #36 13.87 go: downloading github.com/google/go-dap v0.6.0 [2022-05-13T10:25:12.240Z] #36 14.26 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-05-13T10:25:12.240Z] #36 14.60 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-05-13T10:25:12.240Z] #36 15.10 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-05-13T10:25:12.240Z] #36 15.41 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-13T10:25:12.240Z] #36 15.45 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-05-13T10:25:12.250Z] #21 15.64 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-13T10:25:12.250Z] #21 15.65 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-13T10:25:12.502Z] #36 17.20 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-05-13T10:25:12.502Z] #36 17.27 go: downloading github.com/cilium/ebpf v0.7.0 [2022-05-13T10:25:12.513Z] #21 15.66 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-13T10:25:12.513Z] #21 15.67 Setting up libicu67:amd64 (67.1-7) ... [2022-05-13T10:25:12.513Z] #21 15.69 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-13T10:25:12.513Z] #21 15.70 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-13T10:25:12.513Z] #21 15.71 Setting up uidmap (1:4.8.1-1) ... [2022-05-13T10:25:12.513Z] #21 15.72 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-13T10:25:12.513Z] #21 15.73 Setting up bzip2 (1.0.8-4) ... [2022-05-13T10:25:12.513Z] #21 15.75 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-13T10:25:12.513Z] #21 15.76 Setting up python3-wheel (0.34.2-1) ... [2022-05-13T10:25:13.074Z] #42 ... [2022-05-13T10:25:13.076Z] [2022-05-13T10:25:13.076Z] #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-13T10:25:13.076Z] #62 sha256:01abd27d0e3628417a5d68af6b3c69f6ed863a1dbee23e93216f48ae70a78673 [2022-05-13T10:25:13.076Z] #62 18.21 Reading package lists... [2022-05-13T10:25:13.076Z] #62 22.36 Building dependency tree... [2022-05-13T10:25:13.076Z] #62 25.75 The following additional packages will be installed: [2022-05-13T10:25:13.076Z] #62 25.75 libbtrfs0 [2022-05-13T10:25:13.076Z] #62 25.88 The following NEW packages will be installed: [2022-05-13T10:25:13.076Z] #62 25.91 libbtrfs-dev libbtrfs0 [2022-05-13T10:25:13.076Z] #62 26.35 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:25:13.076Z] #62 26.35 Need to get 454 kB of archives. [2022-05-13T10:25:13.076Z] #62 26.35 After this operation, 1275 kB of additional disk space will be used. [2022-05-13T10:25:13.076Z] #62 26.35 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-05-13T10:25:13.076Z] #62 26.36 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-05-13T10:25:13.076Z] #62 27.39 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:25:13.076Z] #62 27.66 Fetched 454 kB in 0s (1367 kB/s) [2022-05-13T10:25:13.076Z] #62 27.76 Selecting previously unselected package libbtrfs0:arm64. [2022-05-13T10:25:13.076Z] #62 27.76 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-05-13T10:25:13.076Z] #62 27.81 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-05-13T10:25:13.076Z] #62 27.82 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-05-13T10:25:13.076Z] #62 27.95 Selecting previously unselected package libbtrfs-dev:arm64. [2022-05-13T10:25:13.076Z] #62 27.96 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-05-13T10:25:13.076Z] #62 27.98 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-05-13T10:25:13.076Z] #62 28.32 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-05-13T10:25:13.076Z] #62 28.38 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-05-13T10:25:13.076Z] #62 28.39 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:25:13.076Z] #62 DONE 29.0s [2022-05-13T10:25:13.076Z] [2022-05-13T10:25:13.076Z] #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-13T10:25:13.076Z] #55 sha256:e374d1522f5d9c874a1bdd0ffb6eda4ed761c9a1e53e0259625a85dc3c837cec [2022-05-13T10:25:13.076Z] #55 26.49 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-13T10:25:13.076Z] #55 26.51 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-13T10:25:13.076Z] #55 26.60 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-13T10:25:13.076Z] #55 26.62 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-13T10:25:13.076Z] #55 26.68 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-13T10:25:13.076Z] #55 26.78 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-13T10:25:13.076Z] #55 26.79 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-13T10:25:13.076Z] #55 26.90 go: downloading github.com/spf13/afero v1.6.0 [2022-05-13T10:25:13.076Z] #55 26.92 go: downloading github.com/spf13/cast v1.4.1 [2022-05-13T10:25:13.076Z] #55 26.99 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-13T10:25:13.076Z] #55 27.04 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-13T10:25:13.076Z] #55 27.10 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-13T10:25:13.076Z] #55 27.14 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-13T10:25:13.076Z] #55 27.27 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-13T10:25:13.076Z] #55 27.37 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-13T10:25:13.076Z] #55 27.41 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-13T10:25:13.076Z] #55 27.46 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-13T10:25:13.076Z] #55 27.49 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-13T10:25:13.076Z] #55 27.53 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-13T10:25:13.076Z] #55 27.57 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-13T10:25:13.076Z] #55 27.76 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-13T10:25:13.076Z] #55 28.39 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-13T10:25:13.076Z] #55 28.49 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-13T10:25:13.076Z] #55 28.54 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-13T10:25:13.076Z] #55 28.61 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-13T10:25:13.076Z] #55 28.67 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-13T10:25:13.076Z] #55 28.71 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-13T10:25:13.084Z] #21 16.09 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:25:13.084Z] #21 16.10 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-13T10:25:13.084Z] #21 16.11 Setting up libcap2-bin (1:2.44-1) ... [2022-05-13T10:25:13.084Z] #21 16.12 Setting up apparmor (2.13.6-10) ... [2022-05-13T10:25:13.212Z] #19 42.41 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-05-13T10:25:13.212Z] #19 42.42 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:25:13.212Z] #19 42.42 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-13T10:25:13.212Z] #19 42.45 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-05-13T10:25:13.212Z] #19 42.45 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:25:13.212Z] #19 42.46 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-13T10:25:13.337Z] #55 ... [2022-05-13T10:25:13.337Z] [2022-05-13T10:25:13.337Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-13T10:25:13.337Z] #63 sha256:8460f546c717fe090307f0b357ff1ab4de7bca46d8a1cd1b9d76c71c7f4b4346 [2022-05-13T10:25:13.337Z] #63 DONE 0.3s [2022-05-13T10:25:13.337Z] [2022-05-13T10:25:13.337Z] #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-13T10:25:13.337Z] #42 sha256:581a71b3316d514c558708f660a6c18fecfe076e009b32a1acc9d60fbd4c89b6 [2022-05-13T10:25:13.337Z] #42 29.32 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:25:13.598Z] #42 ... [2022-05-13T10:25:13.598Z] [2022-05-13T10:25:13.598Z] #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-13T10:25:13.598Z] #40 sha256:7b30a2714620fa7e240d23d5cd79a699ccb090e1d0c8d746686b88d721d328e5 [2022-05-13T10:25:13.598Z] #40 29.42 NAME: [2022-05-13T10:25:13.598Z] #40 29.42 go-winres - A tool for embedding resources in Windows executables [2022-05-13T10:25:13.598Z] #40 29.42 [2022-05-13T10:25:13.598Z] #40 29.42 USAGE: [2022-05-13T10:25:13.598Z] #40 29.43 go-winres [global options] command [command options] [arguments...] [2022-05-13T10:25:13.598Z] #40 29.43 [2022-05-13T10:25:13.598Z] #40 29.43 COMMANDS: [2022-05-13T10:25:13.598Z] #40 29.43 init Create an initial ./winres/winres.json [2022-05-13T10:25:13.598Z] #40 29.43 make Make syso files for the "go build" command [2022-05-13T10:25:13.598Z] #40 29.43 simply Make syso files for the "go build" command (simplified) [2022-05-13T10:25:13.598Z] #40 29.43 extract Extract all resources from an executable [2022-05-13T10:25:13.598Z] #40 29.43 patch Replace resources in an executable file (exe, dll) [2022-05-13T10:25:13.598Z] #40 29.43 help, h Shows a list of commands or help for one command [2022-05-13T10:25:13.598Z] #40 29.43 [2022-05-13T10:25:13.598Z] #40 29.43 GLOBAL OPTIONS: [2022-05-13T10:25:13.598Z] #40 29.43 --help, -h show help (default: false) [2022-05-13T10:25:13.598Z] #40 DONE 29.5s [2022-05-13T10:25:13.598Z] [2022-05-13T10:25:13.598Z] #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-13T10:25:13.598Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-13T10:25:13.598Z] #14 26.05 The following additional packages will be installed: [2022-05-13T10:25:13.598Z] #14 26.05 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-13T10:25:13.598Z] #14 26.05 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-13T10:25:13.598Z] #14 26.05 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-13T10:25:13.598Z] #14 26.06 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-13T10:25:13.598Z] #14 26.06 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-13T10:25:13.598Z] #14 26.06 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-13T10:25:13.598Z] #14 26.06 mingw-w64-common mingw-w64-x86-64-dev [2022-05-13T10:25:13.598Z] #14 26.08 Suggested packages: [2022-05-13T10:25:13.598Z] #14 26.09 gcc-10-locales seccomp wine64 [2022-05-13T10:25:13.598Z] #14 27.11 The following NEW packages will be installed: [2022-05-13T10:25:13.598Z] #14 27.13 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-13T10:25:13.598Z] #14 27.13 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-13T10:25:13.598Z] #14 27.13 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-13T10:25:13.598Z] #14 27.13 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-13T10:25:13.598Z] #14 27.13 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-13T10:25:13.598Z] #14 27.13 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-13T10:25:13.598Z] #14 27.13 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-13T10:25:13.598Z] #14 27.13 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-13T10:25:13.598Z] #14 27.13 mingw-w64-x86-64-dev [2022-05-13T10:25:13.598Z] #14 27.61 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:25:13.598Z] #14 27.61 Need to get 108 MB of archives. [2022-05-13T10:25:13.598Z] #14 27.61 After this operation, 620 MB of additional disk space will be used. [2022-05-13T10:25:13.598Z] #14 27.61 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB] [2022-05-13T10:25:13.598Z] #14 27.69 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB] [2022-05-13T10:25:13.598Z] #14 27.81 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-05-13T10:25:13.598Z] #14 27.83 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] [2022-05-13T10:25:13.598Z] #14 27.84 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2022-05-13T10:25:13.598Z] #14 27.85 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-13T10:25:13.598Z] #14 28.07 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-05-13T10:25:13.598Z] #14 28.25 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB] [2022-05-13T10:25:13.598Z] #14 28.25 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB] [2022-05-13T10:25:13.598Z] #14 28.67 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB] [2022-05-13T10:25:13.598Z] #14 29.08 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB] [2022-05-13T10:25:13.598Z] #14 29.46 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB] [2022-05-13T10:25:13.888Z] #36 ... [2022-05-13T10:25:13.888Z] [2022-05-13T10:25:13.888Z] #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-13T10:25:13.888Z] #38 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-13T10:25:13.888Z] #38 18.60 tomll can be used in two ways: [2022-05-13T10:25:13.888Z] #38 18.60 Writing to STDIN and reading from STDOUT: [2022-05-13T10:25:13.888Z] #38 18.60 cat file.toml | tomll > file.toml [2022-05-13T10:25:13.888Z] #38 18.60 [2022-05-13T10:25:13.888Z] #38 18.60 Reading and updating a list of files: [2022-05-13T10:25:13.888Z] #38 18.60 tomll a.toml b.toml c.toml [2022-05-13T10:25:13.888Z] #38 18.60 [2022-05-13T10:25:13.888Z] #38 18.60 When given a list of files, tomll will modify all files in place without asking. [2022-05-13T10:25:14.033Z] #21 17.18 Setting up zip (3.0-12) ... [2022-05-13T10:25:14.033Z] #21 17.20 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:25:14.033Z] #21 17.23 Setting up bash-completion (1:2.11-2) ... [2022-05-13T10:25:14.147Z] #38 DONE 18.9s [2022-05-13T10:25:14.147Z] [2022-05-13T10:25:14.147Z] #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-13T10:25:14.147Z] #67 sha256:2ec97104db9a5f63e74ee2e3516fe0eca3a4b75c2ab7ebae6171da3c2ac7d058 [2022-05-13T10:25:14.147Z] #67 10.92 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-13T10:25:14.147Z] #67 14.46 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-13T10:25:14.147Z] #67 15.59 go: downloading github.com/google/uuid v1.3.0 [2022-05-13T10:25:14.147Z] #67 15.81 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-13T10:25:14.147Z] #67 15.92 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-13T10:25:14.147Z] #67 16.04 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-13T10:25:14.147Z] #67 16.14 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-13T10:25:14.147Z] #67 16.23 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-13T10:25:14.147Z] #67 16.64 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-13T10:25:14.147Z] #67 16.81 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-13T10:25:14.147Z] #67 16.99 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-13T10:25:14.169Z] #14 30.25 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB] [2022-05-13T10:25:14.972Z] #21 18.21 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-13T10:25:14.972Z] #21 18.22 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-13T10:25:14.972Z] #21 18.23 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-13T10:25:14.972Z] #21 18.25 Setting up patch (2.7.6-7) ... [2022-05-13T10:25:14.972Z] #21 18.31 Setting up sudo (1.9.5p2-3) ... [2022-05-13T10:25:14.972Z] #21 18.36 invoke-rc.d: could not determine current runlevel [2022-05-13T10:25:15.232Z] #21 18.37 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-13T10:25:15.232Z] #21 18.38 Setting up xfsprogs (5.10.0-4) ... [2022-05-13T10:25:15.232Z] #21 18.39 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-13T10:25:15.232Z] #21 18.41 Setting up inetutils-ping (2:2.0-1) ... [2022-05-13T10:25:15.232Z] #21 18.42 Setting up pigz (2.6-1) ... [2022-05-13T10:25:15.232Z] #21 18.44 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-13T10:25:15.232Z] #21 18.45 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-13T10:25:15.232Z] #21 18.47 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-13T10:25:15.232Z] #21 18.49 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:25:15.526Z] #67 19.77 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-13T10:25:15.553Z] #14 31.50 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB] [2022-05-13T10:25:15.785Z] #67 ... [2022-05-13T10:25:15.785Z] [2022-05-13T10:25:15.785Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-13T10:25:15.785Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-13T10:25:15.785Z] #14 10.43 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-13T10:25:15.785Z] #14 13.19 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-13T10:25:15.801Z] #21 18.83 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-13T10:25:15.801Z] #21 18.84 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-13T10:25:15.801Z] #21 19.03 Setting up libelf1:amd64 (0.183-1) ... [2022-05-13T10:25:15.801Z] #21 19.07 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-13T10:25:15.801Z] #21 19.08 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-13T10:25:15.801Z] #21 19.10 Setting up python3-distutils (3.9.2-1) ... [2022-05-13T10:25:15.814Z] #14 ... [2022-05-13T10:25:15.814Z] [2022-05-13T10:25:15.814Z] #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-13T10:25:15.814Z] #55 sha256:e374d1522f5d9c874a1bdd0ffb6eda4ed761c9a1e53e0259625a85dc3c837cec [2022-05-13T10:25:15.814Z] #55 30.00 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-13T10:25:15.814Z] #55 30.10 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-13T10:25:15.814Z] #55 30.23 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-13T10:25:15.814Z] #55 30.23 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-13T10:25:15.814Z] #55 30.25 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-13T10:25:15.814Z] #55 30.29 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-13T10:25:15.814Z] #55 30.31 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-13T10:25:15.814Z] #55 30.35 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-13T10:25:15.814Z] #55 30.41 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-13T10:25:15.814Z] #55 30.47 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-13T10:25:15.814Z] #55 30.54 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-13T10:25:15.814Z] #55 30.60 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-13T10:25:15.814Z] #55 30.64 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-13T10:25:15.814Z] #55 30.66 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-13T10:25:15.814Z] #55 30.80 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-13T10:25:15.814Z] #55 30.82 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-13T10:25:15.814Z] #55 30.85 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-13T10:25:15.814Z] #55 30.93 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-13T10:25:15.814Z] #55 30.94 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-13T10:25:15.814Z] #55 31.09 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-13T10:25:15.814Z] #55 31.14 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-13T10:25:15.814Z] #55 31.23 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-13T10:25:15.814Z] #55 31.24 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-13T10:25:15.814Z] #55 31.26 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-13T10:25:15.814Z] #55 31.39 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-13T10:25:15.814Z] #55 31.40 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-13T10:25:15.814Z] #55 31.43 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-13T10:25:15.814Z] #55 31.49 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-13T10:25:15.814Z] #55 31.49 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-13T10:25:15.814Z] #55 31.51 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-13T10:25:15.814Z] #55 31.52 go: downloading github.com/julz/importas v0.1.0 [2022-05-13T10:25:15.814Z] #55 31.52 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-13T10:25:15.814Z] #55 31.61 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-13T10:25:15.814Z] #55 31.66 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-13T10:25:15.814Z] #55 31.70 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-13T10:25:15.814Z] #55 31.71 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-13T10:25:15.814Z] #55 31.72 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-13T10:25:15.814Z] #55 31.74 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-13T10:25:15.814Z] #55 31.75 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-13T10:25:15.814Z] #55 31.84 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-13T10:25:15.814Z] #55 31.85 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-13T10:25:15.814Z] #55 31.87 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-13T10:25:15.814Z] #55 31.87 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-13T10:25:16.045Z] #14 ... [2022-05-13T10:25:16.045Z] [2022-05-13T10:25:16.045Z] #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-13T10:25:16.045Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-13T10:25:16.045Z] #51 11.18 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-13T10:25:16.045Z] #51 13.74 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-13T10:25:16.045Z] #51 16.04 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-05-13T10:25:16.060Z] #21 19.29 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:25:16.060Z] #21 19.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-13T10:25:16.060Z] #21 19.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-13T10:25:16.060Z] #21 19.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-13T10:25:16.060Z] #21 19.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-13T10:25:16.060Z] #21 19.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-13T10:25:16.060Z] #21 19.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-13T10:25:16.060Z] #21 19.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-13T10:25:16.060Z] #21 19.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-13T10:25:16.060Z] #21 19.35 Setting up python3-setuptools (52.0.0-4) ... [2022-05-13T10:25:16.305Z] #51 ... [2022-05-13T10:25:16.305Z] [2022-05-13T10:25:16.305Z] #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-13T10:25:16.305Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-13T10:25:16.305Z] #42 20.95 Fetched 8530 kB in 15s (557 kB/s) [2022-05-13T10:25:16.385Z] #55 32.41 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-13T10:25:16.385Z] #55 32.41 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-13T10:25:16.628Z] #21 19.92 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-13T10:25:16.628Z] #21 19.93 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-13T10:25:16.628Z] #21 19.95 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-13T10:25:16.628Z] #21 19.96 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-13T10:25:16.645Z] #55 32.42 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-13T10:25:16.645Z] #55 32.45 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-13T10:25:16.645Z] #55 32.46 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-13T10:25:16.645Z] #55 32.51 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-13T10:25:16.645Z] #55 32.58 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-13T10:25:16.645Z] #55 32.60 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-13T10:25:16.645Z] #55 32.63 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-13T10:25:16.906Z] #55 32.84 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-13T10:25:16.906Z] #55 32.86 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-13T10:25:16.906Z] #55 32.86 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-13T10:25:16.906Z] #55 32.86 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-13T10:25:16.906Z] #55 32.88 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-13T10:25:16.906Z] #55 32.90 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-13T10:25:16.906Z] #55 32.97 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-13T10:25:17.166Z] #55 32.98 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-13T10:25:17.166Z] #55 33.03 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-13T10:25:17.166Z] #55 33.03 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-13T10:25:17.166Z] #55 33.07 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-13T10:25:17.166Z] #55 33.13 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-13T10:25:17.196Z] #21 20.42 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-13T10:25:17.196Z] #21 20.43 Setting up jq (1.6-2.1) ... [2022-05-13T10:25:17.196Z] #21 20.44 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-13T10:25:17.196Z] #21 20.46 Setting up iptables (1.8.7-1) ... [2022-05-13T10:25:17.196Z] #21 20.47 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-13T10:25:17.196Z] #21 20.48 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-13T10:25:17.196Z] #21 20.48 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-13T10:25:17.196Z] #21 20.49 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-13T10:25:17.196Z] #21 20.49 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-13T10:25:17.196Z] #21 20.50 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-13T10:25:17.196Z] #21 20.50 Setting up iproute2 (5.10.0-4) ... [2022-05-13T10:25:17.426Z] #55 ... [2022-05-13T10:25:17.426Z] [2022-05-13T10:25:17.426Z] #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-13T10:25:17.426Z] #57 sha256:401c0122933c017a61a97555462d320a2445f9c0d027720a10a599dc935e4cc4 [2022-05-13T10:25:17.426Z] #57 33.11 v3.0.2 [2022-05-13T10:25:17.426Z] #57 DONE 33.3s [2022-05-13T10:25:17.426Z] [2022-05-13T10:25:17.426Z] #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-13T10:25:17.426Z] #55 sha256:e374d1522f5d9c874a1bdd0ffb6eda4ed761c9a1e53e0259625a85dc3c837cec [2022-05-13T10:25:17.426Z] #55 33.38 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-13T10:25:17.426Z] #55 33.39 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-13T10:25:17.426Z] #55 33.41 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-13T10:25:17.426Z] #55 33.45 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-13T10:25:17.426Z] #55 33.50 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-13T10:25:17.456Z] #21 20.70 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:25:17.466Z] #19 46.33 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-05-13T10:25:17.466Z] #19 46.33 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-13T10:25:17.466Z] #19 46.33 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-13T10:25:17.466Z] #19 46.35 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-05-13T10:25:17.466Z] #19 46.35 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-05-13T10:25:17.466Z] #19 46.36 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-13T10:25:17.466Z] #19 46.38 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-05-13T10:25:17.466Z] #19 46.38 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-05-13T10:25:17.466Z] #19 46.38 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-13T10:25:17.466Z] #19 46.41 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-05-13T10:25:17.466Z] #19 46.41 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-13T10:25:17.466Z] #19 46.41 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-13T10:25:17.466Z] #19 46.44 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-05-13T10:25:17.466Z] #19 46.44 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-13T10:25:17.466Z] #19 46.44 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-13T10:25:17.466Z] #19 46.47 Selecting previously unselected package cross-config. [2022-05-13T10:25:17.466Z] #19 46.47 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-05-13T10:25:17.466Z] #19 46.47 Unpacking cross-config (2.6.18+nmu1) ... [2022-05-13T10:25:17.466Z] #19 46.50 Selecting previously unselected package gcc-10-cross-base. [2022-05-13T10:25:17.466Z] #19 46.50 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:17.466Z] #19 46.50 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-05-13T10:25:17.466Z] #19 46.54 Selecting previously unselected package libc6-arm64-cross. [2022-05-13T10:25:17.466Z] #19 46.54 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-05-13T10:25:17.466Z] #19 46.54 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-05-13T10:25:17.466Z] #19 46.67 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-05-13T10:25:17.466Z] #19 46.67 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:17.466Z] #19 46.67 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:25:17.466Z] #19 46.70 Selecting previously unselected package libgomp1-arm64-cross. [2022-05-13T10:25:17.466Z] #19 46.70 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:17.466Z] #19 46.71 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:25:17.466Z] #19 46.74 Selecting previously unselected package libitm1-arm64-cross. [2022-05-13T10:25:17.466Z] #19 46.74 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:17.466Z] #19 46.74 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:25:17.466Z] #19 46.77 Selecting previously unselected package libatomic1-arm64-cross. [2022-05-13T10:25:17.466Z] #19 46.77 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:17.466Z] #19 46.77 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:25:17.466Z] #19 46.80 Selecting previously unselected package libasan6-arm64-cross. [2022-05-13T10:25:17.466Z] #19 46.80 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:17.466Z] #19 46.81 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:25:17.466Z] #19 47.03 Selecting previously unselected package liblsan0-arm64-cross. [2022-05-13T10:25:17.466Z] #19 47.04 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:17.466Z] #19 47.04 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:25:17.466Z] #19 47.15 Selecting previously unselected package libtsan0-arm64-cross. [2022-05-13T10:25:17.466Z] #19 47.15 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:17.466Z] #19 47.15 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:25:17.722Z] #19 47.37 Selecting previously unselected package libstdc++6-arm64-cross. [2022-05-13T10:25:17.722Z] #19 47.37 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:17.722Z] #19 47.38 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:25:17.722Z] #19 47.45 Selecting previously unselected package libubsan1-arm64-cross. [2022-05-13T10:25:17.722Z] #19 47.45 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:17.722Z] #19 47.45 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:25:17.722Z] #19 47.55 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-05-13T10:25:17.977Z] #19 47.55 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:17.977Z] #19 47.55 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:25:17.977Z] #19 47.69 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-05-13T10:25:17.977Z] #19 47.69 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:25:17.977Z] #19 47.69 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-13T10:25:17.996Z] #55 34.15 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-13T10:25:18.025Z] #21 DONE 21.4s [2022-05-13T10:25:18.025Z] [2022-05-13T10:25:18.025Z] #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-13T10:25:18.025Z] #64 sha256:91214a619f5b777a412ce6b0fa019a74aeb69af08f24f0cc6cb6b472a8f23d8f [2022-05-13T10:25:18.213Z] #42 20.95 Reading package lists... [2022-05-13T10:25:18.213Z] #42 ... [2022-05-13T10:25:18.213Z] [2022-05-13T10:25:18.213Z] #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-13T10:25:18.213Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-13T10:25:18.213Z] #62 12.66 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-13T10:25:18.213Z] #62 21.22 Fetched 8530 kB in 15s (578 kB/s) [2022-05-13T10:25:18.213Z] #62 21.22 Reading package lists... [2022-05-13T10:25:18.213Z] #62 ... [2022-05-13T10:25:18.213Z] [2022-05-13T10:25:18.213Z] #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-13T10:25:18.213Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-13T10:25:18.213Z] #14 21.15 Fetched 8530 kB in 15s (588 kB/s) [2022-05-13T10:25:18.285Z] #64 ... [2022-05-13T10:25:18.285Z] [2022-05-13T10:25:18.285Z] #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-13T10:25:18.285Z] #22 sha256:c7811928bce2e5b3944dd00b29a5d762d4bc0a9c3ed149c9c48245a64a9a344e [2022-05-13T10:25:18.595Z] #55 34.34 go: downloading honnef.co/go/tools v0.2.2 [2022-05-13T10:25:18.856Z] #55 ... [2022-05-13T10:25:18.856Z] [2022-05-13T10:25:18.856Z] #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-13T10:25:18.856Z] #51 sha256:ef6ac9d7240bf36f699b67185c35ddf409b8ef787eb890ebf1f4bc92ea5901df [2022-05-13T10:25:18.856Z] #51 23.33 Building dependency tree... [2022-05-13T10:25:18.856Z] #51 26.63 The following additional packages will be installed: [2022-05-13T10:25:18.856Z] #51 26.63 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-13T10:25:18.856Z] #51 26.64 python3-protobuf python3-six [2022-05-13T10:25:18.856Z] #51 26.66 Suggested packages: [2022-05-13T10:25:18.856Z] #51 26.67 python3-setuptools [2022-05-13T10:25:18.856Z] #51 26.67 Recommended packages: [2022-05-13T10:25:18.856Z] #51 26.67 iproute2 | iproute [2022-05-13T10:25:18.856Z] #51 27.27 The following NEW packages will be installed: [2022-05-13T10:25:18.856Z] #51 27.31 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-13T10:25:18.856Z] #51 27.34 python3-protobuf python3-six [2022-05-13T10:25:18.856Z] #51 27.85 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:25:18.856Z] #51 27.85 Need to get 2136 kB of archives. [2022-05-13T10:25:18.856Z] #51 27.85 After this operation, 10.8 MB of additional disk space will be used. [2022-05-13T10:25:18.856Z] #51 27.85 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-05-13T10:25:18.856Z] #51 27.86 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-13T10:25:18.856Z] #51 27.86 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-13T10:25:18.856Z] #51 27.87 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-05-13T10:25:18.856Z] #51 27.87 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-05-13T10:25:18.856Z] #51 27.87 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-05-13T10:25:18.856Z] #51 27.87 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-05-13T10:25:18.856Z] #51 30.36 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [630 kB] [2022-05-13T10:25:18.856Z] #51 31.75 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:25:18.856Z] #51 31.97 Fetched 2136 kB in 3s (661 kB/s) [2022-05-13T10:25:18.856Z] #51 32.05 Selecting previously unselected package libprotobuf23:arm64. [2022-05-13T10:25:18.856Z] #51 32.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-05-13T10:25:18.856Z] #51 32.15 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-05-13T10:25:18.856Z] #51 32.16 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-05-13T10:25:18.856Z] #51 32.80 Selecting previously unselected package python3-pkg-resources. [2022-05-13T10:25:18.856Z] #51 32.80 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-13T10:25:18.856Z] #51 32.82 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-13T10:25:18.856Z] #51 33.13 Selecting previously unselected package python3-six. [2022-05-13T10:25:18.856Z] #51 33.13 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-13T10:25:18.856Z] #51 33.13 Unpacking python3-six (1.16.0-2) ... [2022-05-13T10:25:18.856Z] #51 33.32 Selecting previously unselected package python3-protobuf. [2022-05-13T10:25:18.856Z] #51 33.32 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-05-13T10:25:18.856Z] #51 33.36 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-13T10:25:18.856Z] #51 34.13 Selecting previously unselected package libnet1:arm64. [2022-05-13T10:25:18.856Z] #51 34.13 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-05-13T10:25:18.856Z] #51 34.13 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-05-13T10:25:18.856Z] #51 34.25 Selecting previously unselected package libnl-3-200:arm64. [2022-05-13T10:25:18.856Z] #51 34.26 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-05-13T10:25:18.856Z] #51 34.27 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-05-13T10:25:18.856Z] #51 34.40 Selecting previously unselected package libprotobuf-c1:arm64. [2022-05-13T10:25:18.856Z] #51 34.42 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-05-13T10:25:18.856Z] #51 34.44 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-05-13T10:25:18.856Z] #51 34.60 Selecting previously unselected package criu. [2022-05-13T10:25:18.856Z] #51 34.60 Preparing to unpack .../7-criu_3.17-1_arm64.deb ... [2022-05-13T10:25:18.856Z] #51 34.61 Unpacking criu (3.17-1) ... [2022-05-13T10:25:18.856Z] #51 ... [2022-05-13T10:25:18.856Z] [2022-05-13T10:25:18.856Z] #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-13T10:25:18.856Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-13T10:25:18.856Z] #14 31.76 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-05-13T10:25:18.856Z] #14 31.76 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-05-13T10:25:18.856Z] #14 31.78 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-05-13T10:25:18.856Z] #14 31.80 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-05-13T10:25:18.856Z] #14 31.80 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-05-13T10:25:18.856Z] #14 31.80 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB] [2022-05-13T10:25:18.856Z] #14 31.80 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB] [2022-05-13T10:25:18.856Z] #14 31.80 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-05-13T10:25:18.856Z] #14 31.82 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-05-13T10:25:18.856Z] #14 31.83 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-05-13T10:25:18.856Z] #14 31.83 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-05-13T10:25:18.856Z] #14 31.96 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-05-13T10:25:18.856Z] #14 32.21 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-05-13T10:25:18.856Z] #14 32.21 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] [2022-05-13T10:25:18.856Z] #14 32.21 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-05-13T10:25:18.856Z] #14 32.21 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB] [2022-05-13T10:25:18.856Z] #14 33.25 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:25:18.856Z] #14 33.68 Fetched 108 MB in 5s (21.8 MB/s) [2022-05-13T10:25:18.856Z] #14 33.84 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-13T10:25:18.856Z] #14 33.84 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-05-13T10:25:18.856Z] #14 33.99 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-05-13T10:25:18.856Z] #14 34.03 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-13T10:25:19.224Z] #22 0.811 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-13T10:25:19.224Z] #22 0.815 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-13T10:25:19.224Z] #22 0.818 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-13T10:25:19.224Z] #22 DONE 0.9s [2022-05-13T10:25:19.224Z] [2022-05-13T10:25:19.224Z] #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-13T10:25:19.224Z] #64 sha256:91214a619f5b777a412ce6b0fa019a74aeb69af08f24f0cc6cb6b472a8f23d8f [2022-05-13T10:25:19.224Z] #64 ... [2022-05-13T10:25:19.224Z] [2022-05-13T10:25:19.224Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-13T10:25:19.224Z] #23 sha256:13726e4b4076cc5b48d1dd40fbc30ad88596bc8c59aeb3f2eff8a95d56618fbb [2022-05-13T10:25:20.239Z] #14 36.05 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-13T10:25:20.239Z] #14 36.06 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-05-13T10:25:20.239Z] #14 36.09 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-13T10:25:22.409Z] #14 21.15 Reading package lists... [2022-05-13T10:25:22.409Z] #14 ... [2022-05-13T10:25:22.409Z] [2022-05-13T10:25:22.409Z] #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-13T10:25:22.409Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-13T10:25:22.409Z] #42 20.95 Reading package lists... [2022-05-13T10:25:22.830Z] #14 38.56 Selecting previously unselected package binutils-mingw-w64. [2022-05-13T10:25:22.830Z] #14 38.57 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-13T10:25:22.830Z] #14 38.58 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-13T10:25:22.830Z] #14 38.72 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-05-13T10:25:22.830Z] #14 38.73 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-05-13T10:25:22.830Z] #14 38.74 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-05-13T10:25:23.091Z] #14 38.90 Selecting previously unselected package dmsetup. [2022-05-13T10:25:23.091Z] #14 38.92 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-05-13T10:25:23.091Z] #14 38.93 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-13T10:25:23.091Z] #14 39.10 Selecting previously unselected package mingw-w64-common. [2022-05-13T10:25:23.091Z] #14 39.11 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-13T10:25:23.091Z] #14 39.12 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-13T10:25:23.305Z] #19 52.71 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-05-13T10:25:23.305Z] #19 52.72 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-13T10:25:23.305Z] #19 52.72 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-13T10:25:23.305Z] #19 52.75 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-05-13T10:25:23.305Z] #19 52.75 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-05-13T10:25:23.305Z] #19 52.75 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-05-13T10:25:23.305Z] #19 52.93 Selecting previously unselected package libc6-dev-arm64-cross. [2022-05-13T10:25:23.305Z] #19 52.93 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-05-13T10:25:23.305Z] #19 52.93 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-05-13T10:25:23.305Z] #19 53.17 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-05-13T10:25:23.371Z] #14 ... [2022-05-13T10:25:23.371Z] [2022-05-13T10:25:23.371Z] #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-13T10:25:23.371Z] #64 sha256:2a68cb48695bb57c1562a6efa243296edd07282edd72e3b0f29d6ec9504f0894 [2022-05-13T10:25:23.371Z] #64 0.829 + RM_GOPATH=0 [2022-05-13T10:25:23.371Z] #64 0.829 + TMP_GOPATH= [2022-05-13T10:25:23.371Z] #64 0.829 + : /build [2022-05-13T10:25:23.371Z] #64 0.829 + '[' -z '' ']' [2022-05-13T10:25:23.371Z] #64 0.829 ++ mktemp -d [2022-05-13T10:25:23.371Z] #64 0.830 + export GOPATH=/tmp/tmp.OzG7jpTiaD [2022-05-13T10:25:23.371Z] #64 0.830 + GOPATH=/tmp/tmp.OzG7jpTiaD [2022-05-13T10:25:23.371Z] #64 0.830 + RM_GOPATH=1 [2022-05-13T10:25:23.371Z] #64 0.831 + case "$(go env GOARCH)" in [2022-05-13T10:25:23.371Z] #64 0.831 ++ go env GOARCH [2022-05-13T10:25:23.371Z] #64 0.926 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:25:23.371Z] #64 0.926 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:25:23.371Z] #64 0.926 ++ dirname /install.sh [2022-05-13T10:25:23.371Z] #64 0.926 + dir=/ [2022-05-13T10:25:23.371Z] #64 0.926 + bin=containerd [2022-05-13T10:25:23.371Z] #64 0.926 + shift [2022-05-13T10:25:23.371Z] #64 0.926 + '[' '!' -f //containerd.installer ']' [2022-05-13T10:25:23.371Z] #64 0.926 + . //containerd.installer [2022-05-13T10:25:23.371Z] #64 0.926 ++ set -e [2022-05-13T10:25:23.371Z] #64 0.926 ++ : v1.6.4 [2022-05-13T10:25:23.371Z] #64 0.926 + install_containerd [2022-05-13T10:25:23.371Z] #64 0.955 Install containerd version v1.6.4 [2022-05-13T10:25:23.371Z] #64 0.955 + echo 'Install containerd version v1.6.4' [2022-05-13T10:25:23.371Z] #64 0.955 + git clone https://github.com/containerd/containerd.git /tmp/tmp.OzG7jpTiaD/src/github.com/containerd/containerd [2022-05-13T10:25:23.371Z] #64 0.955 Cloning into '/tmp/tmp.OzG7jpTiaD/src/github.com/containerd/containerd'... [2022-05-13T10:25:23.371Z] #64 ... [2022-05-13T10:25:23.371Z] [2022-05-13T10:25:23.371Z] #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-13T10:25:23.371Z] #42 sha256:581a71b3316d514c558708f660a6c18fecfe076e009b32a1acc9d60fbd4c89b6 [2022-05-13T10:25:23.371Z] #42 29.79 Fetched 15.6 MB in 1s (20.7 MB/s) [2022-05-13T10:25:23.371Z] #42 29.99 Selecting previously unselected package xxd. [2022-05-13T10:25:23.371Z] #42 29.99 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-05-13T10:25:23.371Z] #42 30.06 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-05-13T10:25:23.371Z] #42 30.07 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:25:23.371Z] #42 30.43 Selecting previously unselected package vim-common. [2022-05-13T10:25:23.371Z] #42 30.43 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-13T10:25:23.371Z] #42 30.54 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:25:23.371Z] #42 31.06 Selecting previously unselected package cmake-data. [2022-05-13T10:25:23.371Z] #42 31.06 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-13T10:25:23.371Z] #42 31.11 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-13T10:25:23.371Z] #42 34.68 Selecting previously unselected package libicu67:arm64. [2022-05-13T10:25:23.371Z] #42 34.69 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-05-13T10:25:23.371Z] #42 34.70 Unpacking libicu67:arm64 (67.1-7) ... [2022-05-13T10:25:23.562Z] #19 53.17 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:23.562Z] #19 53.17 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:25:23.819Z] #19 53.41 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-05-13T10:25:23.819Z] #19 53.41 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:25:23.819Z] #19 53.42 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-13T10:25:23.949Z] #42 39.87 Selecting previously unselected package libxml2:arm64. [2022-05-13T10:25:23.949Z] #42 39.88 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_arm64.deb ... [2022-05-13T10:25:23.949Z] #42 39.89 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-13T10:25:24.209Z] #42 40.34 Selecting previously unselected package libarchive13:arm64. [2022-05-13T10:25:24.209Z] #42 40.34 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ... [2022-05-13T10:25:24.470Z] #42 40.36 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-05-13T10:25:24.577Z] ---> 87e7143468ae [2022-05-13T10:25:24.577Z] Successfully built 87e7143468ae [2022-05-13T10:25:24.577Z] Successfully tagged docker:latest [2022-05-13T10:25:24.577Z] INFO: Image build ended at 05/13/2022 10:25:20. Duration:00:00:40.1572719 [2022-05-13T10:25:24.577Z] [2022-05-13T10:25:24.577Z] [2022-05-13T10:25:24.577Z] INFO: Building the test binaries at 05/13/2022 10:25:20... [2022-05-13T10:25:24.731Z] #42 40.57 Selecting previously unselected package libjsoncpp24:arm64. [2022-05-13T10:25:24.731Z] #42 40.58 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-05-13T10:25:24.731Z] #42 40.58 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-05-13T10:25:24.731Z] #42 40.76 Selecting previously unselected package librhash0:arm64. [2022-05-13T10:25:24.731Z] #42 40.76 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-05-13T10:25:24.731Z] #42 40.77 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-05-13T10:25:24.996Z] #42 40.89 Selecting previously unselected package libuv1:arm64. [2022-05-13T10:25:24.996Z] #42 40.92 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-05-13T10:25:24.996Z] #42 40.93 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-05-13T10:25:25.256Z] #42 41.16 Selecting previously unselected package cmake. [2022-05-13T10:25:25.256Z] #42 41.17 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-05-13T10:25:25.256Z] #42 41.18 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-13T10:25:25.541Z] INFO: make.ps1 starting at 05/13/2022 10:25:24 [2022-05-13T10:25:25.541Z] INFO: Git commit (8e4b5db542) assumed from DOCKER_GITCOMMIT environment variable [2022-05-13T10:25:25.541Z] INFO: Invoking autogen... [2022-05-13T10:25:25.998Z] { [2022-05-13T10:25:25.998Z] "RT_GROUP_ICON": { [2022-05-13T10:25:25.998Z] "#1": { [2022-05-13T10:25:25.998Z] "0409": "../../winresources/docker.ico" [2022-05-13T10:25:25.998Z] } [2022-05-13T10:25:25.998Z] }, [2022-05-13T10:25:25.998Z] "RT_MANIFEST": { [2022-05-13T10:25:25.998Z] "#1": { [2022-05-13T10:25:25.998Z] "0409": { [2022-05-13T10:25:25.998Z] "identity": {}, [2022-05-13T10:25:25.998Z] "description": "Docker Engine", [2022-05-13T10:25:25.998Z] "minimum-os": "vista", [2022-05-13T10:25:25.998Z] "execution-level": "", [2022-05-13T10:25:25.998Z] "ui-access": false, [2022-05-13T10:25:25.998Z] "auto-elevate": false, [2022-05-13T10:25:25.998Z] "dpi-awareness": "unaware", [2022-05-13T10:25:25.998Z] "disable-theming": false, [2022-05-13T10:25:25.998Z] "disable-window-filtering": false, [2022-05-13T10:25:25.998Z] "high-resolution-scrolling-aware": false, [2022-05-13T10:25:25.998Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-13T10:25:25.998Z] "long-path-aware": false, [2022-05-13T10:25:25.998Z] "printer-driver-isolation": false, [2022-05-13T10:25:25.998Z] "gdi-scaling": false, [2022-05-13T10:25:25.998Z] "segment-heap": false, [2022-05-13T10:25:25.998Z] "use-common-controls-v6": false [2022-05-13T10:25:25.998Z] } [2022-05-13T10:25:25.998Z] } [2022-05-13T10:25:25.998Z] }, [2022-05-13T10:25:25.998Z] "RT_MESSAGETABLE": { [2022-05-13T10:25:25.998Z] "#1": { [2022-05-13T10:25:25.998Z] "0409": "../../winresources/event_messages.bin" [2022-05-13T10:25:25.998Z] } [2022-05-13T10:25:25.998Z] }, [2022-05-13T10:25:25.998Z] "RT_VERSION": { [2022-05-13T10:25:25.998Z] "#1": { [2022-05-13T10:25:25.998Z] "0409": { [2022-05-13T10:25:25.998Z] "fixed": { [2022-05-13T10:25:25.998Z] "file_version": "0.0.0.0", [2022-05-13T10:25:25.998Z] "product_version": "0.0.0.0", [2022-05-13T10:25:25.998Z] "type": "Unknown" [2022-05-13T10:25:25.998Z] }, [2022-05-13T10:25:25.998Z] "info": { [2022-05-13T10:25:25.998Z] "0000": { [2022-05-13T10:25:25.998Z] "CompanyName": "", [2022-05-13T10:25:25.998Z] "FileVersion": "0.0.0-dev", [2022-05-13T10:25:25.998Z] "LegalCopyright": "Copyright (C) 2015-2022 Docker Inc.", [2022-05-13T10:25:25.998Z] "OriginalFileName": "dockerd.exe", [2022-05-13T10:25:25.998Z] "ProductName": "", [2022-05-13T10:25:25.998Z] "ProductVersion": "0.0.0-dev", [2022-05-13T10:25:25.998Z] "SpecialBuild": "8e4b5db542" [2022-05-13T10:25:25.998Z] } [2022-05-13T10:25:25.998Z] } [2022-05-13T10:25:25.998Z] } [2022-05-13T10:25:25.998Z] } [2022-05-13T10:25:25.998Z] } [2022-05-13T10:25:25.998Z] } [2022-05-13T10:25:25.998Z] powershell.exe : cmd\dockerd\config.go [2022-05-13T10:25:25.998Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-3476da65\powershellWrapper.ps1:3 char:1 [2022-05-13T10:25:25.998Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2022-05-13T10:25:25.998Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2022-05-13T10:25:25.998Z] + CategoryInfo : NotSpecified: (cmd\dockerd\config.go:String) [], RemoteException [2022-05-13T10:25:25.998Z] + FullyQualifiedErrorId : NativeCommandError [2022-05-13T10:25:25.998Z] [2022-05-13T10:25:25.998Z] cmd\dockerd\config_windows.go [2022-05-13T10:25:25.998Z] cmd\dockerd\daemon.go [2022-05-13T10:25:25.998Z] cmd\dockerd\daemon_test.go [2022-05-13T10:25:25.998Z] cmd\dockerd\daemon_windows.go [2022-05-13T10:25:25.998Z] cmd\dockerd\docker.go [2022-05-13T10:25:25.998Z] cmd\dockerd\docker_windows.go [2022-05-13T10:25:25.998Z] cmd\dockerd\genwinres_windows.go [2022-05-13T10:25:25.998Z] cmd\dockerd\metrics.go [2022-05-13T10:25:25.998Z] cmd\dockerd\options.go [2022-05-13T10:25:25.998Z] cmd\dockerd\options_test.go [2022-05-13T10:25:25.998Z] cmd\dockerd\service_windows.go [2022-05-13T10:25:25.998Z] INFO: Building daemon... [2022-05-13T10:25:26.605Z] #42 26.64 Reading package lists... [2022-05-13T10:25:26.605Z] #42 ... [2022-05-13T10:25:26.605Z] [2022-05-13T10:25:26.605Z] #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-13T10:25:26.605Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-13T10:25:26.605Z] #57 30.12 v3.0.2 [2022-05-13T10:25:26.605Z] #57 DONE 30.6s [2022-05-13T10:25:26.605Z] [2022-05-13T10:25:26.605Z] #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-13T10:25:26.605Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-13T10:25:26.605Z] #47 27.93 Updating files: 86% (1570/1808) Updating files: 87% (1573/1808) Updating files: 88% (1592/1808) Updating files: 89% (1610/1808) Updating files: 90% (1628/1808) Updating files: 91% (1646/1808) Updating files: 92% (1664/1808) Updating files: 93% (1682/1808) Updating files: 94% (1700/1808) Updating files: 95% (1718/1808) Updating files: 96% (1736/1808) Updating files: 97% (1754/1808) Updating files: 98% (1772/1808) Updating files: 99% (1790/1808) Updating files: 100% (1808/1808) Updating files: 100% (1808/1808), done. [2022-05-13T10:25:26.605Z] #47 28.27 + git checkout -q v2.3.0 [2022-05-13T10:25:26.605Z] #47 30.35 + 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-13T10:25:27.354Z] #23 6.977 Collecting yamllint==1.26.1 [2022-05-13T10:25:27.354Z] #23 8.013 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-13T10:25:27.614Z] #23 8.458 Collecting pathspec>=0.5.3 [2022-05-13T10:25:27.614Z] #23 8.461 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-13T10:25:27.614Z] #23 8.634 Collecting pyyaml [2022-05-13T10:25:27.614Z] #23 8.639 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-13T10:25:27.614Z] #23 8.677 Building wheels for collected packages: yamllint [2022-05-13T10:25:27.874Z] #23 8.677 Building wheel for yamllint (setup.py): started [2022-05-13T10:25:28.135Z] #23 9.101 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-13T10:25:28.135Z] #23 9.102 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=a28623da7db2d8e4589aec55922cf67e36ece14c0cabf6354ededad2967d719b [2022-05-13T10:25:28.135Z] #23 9.103 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-13T10:25:28.135Z] #23 9.106 Successfully built yamllint [2022-05-13T10:25:28.135Z] #23 9.116 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-13T10:25:28.394Z] #23 9.299 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-13T10:25:28.513Z] #47 ... [2022-05-13T10:25:28.513Z] [2022-05-13T10:25:28.513Z] #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-13T10:25:28.513Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-13T10:25:28.513Z] #51 22.80 Fetched 8534 kB in 16s (542 kB/s) [2022-05-13T10:25:28.513Z] #51 22.80 Reading package lists... [2022-05-13T10:25:28.513Z] #51 28.46 Reading package lists... [2022-05-13T10:25:28.513Z] #51 ... [2022-05-13T10:25:28.513Z] [2022-05-13T10:25:28.513Z] #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-13T10:25:28.513Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-13T10:25:28.513Z] #42 26.64 Reading package lists... [2022-05-13T10:25:28.558Z] #42 44.23 Setting up libicu67:arm64 (67.1-7) ... [2022-05-13T10:25:28.558Z] #42 44.27 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:25:28.558Z] #42 44.31 Setting up libuv1:arm64 (1.40.0-2) ... [2022-05-13T10:25:28.558Z] #42 44.40 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:25:28.558Z] #42 44.48 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-05-13T10:25:28.558Z] #42 44.52 Setting up librhash0:arm64 (1.4.1-2) ... [2022-05-13T10:25:28.558Z] #42 44.54 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-13T10:25:28.559Z] #42 44.61 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-13T10:25:28.656Z] #23 DONE 9.6s [2022-05-13T10:25:28.656Z] [2022-05-13T10:25:28.656Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-13T10:25:28.656Z] #27 sha256:4a54d6c70100d54d1be4002184c113b8e3164ded3bd1b7cf534f245ca1dfb06d [2022-05-13T10:25:28.827Z] #42 44.66 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-05-13T10:25:28.827Z] #42 44.69 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-13T10:25:28.827Z] #42 ... [2022-05-13T10:25:28.827Z] [2022-05-13T10:25:28.827Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-13T10:25:28.827Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-13T10:25:28.827Z] #14 44.69 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-13T10:25:28.827Z] #14 44.70 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-13T10:25:28.827Z] #14 44.72 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-13T10:25:28.918Z] #27 DONE 0.2s [2022-05-13T10:25:28.918Z] [2022-05-13T10:25:28.918Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-13T10:25:28.918Z] #32 sha256:4c5fbdb88f00427cb309055a9367f8bf8454c0f968b30ea4803c850476fd822b [2022-05-13T10:25:29.084Z] #42 32.33 Building dependency tree... [2022-05-13T10:25:29.085Z] #19 58.25 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-05-13T10:25:29.085Z] #19 58.25 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-13T10:25:29.085Z] #19 58.26 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-13T10:25:29.085Z] #19 58.28 Selecting previously unselected package patch. [2022-05-13T10:25:29.085Z] #19 58.28 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-05-13T10:25:29.085Z] #19 58.28 Unpacking patch (2.7.6-7) ... [2022-05-13T10:25:29.085Z] #19 58.31 Selecting previously unselected package dpkg-dev. [2022-05-13T10:25:29.085Z] #19 58.32 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-05-13T10:25:29.085Z] #19 58.32 Unpacking dpkg-dev (1.20.9) ... [2022-05-13T10:25:29.085Z] #19 58.44 Selecting previously unselected package libconfig-inifiles-perl. [2022-05-13T10:25:29.085Z] #19 58.44 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-05-13T10:25:29.085Z] #19 58.44 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-05-13T10:25:29.085Z] #19 58.47 Selecting previously unselected package libio-string-perl. [2022-05-13T10:25:29.085Z] #19 58.47 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-05-13T10:25:29.085Z] #19 58.47 Unpacking libio-string-perl (1.08-3.1) ... [2022-05-13T10:25:29.085Z] #19 58.50 Selecting previously unselected package libicu67:amd64. [2022-05-13T10:25:29.085Z] #19 58.50 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-05-13T10:25:29.085Z] #19 58.50 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-13T10:25:29.088Z] #14 ... [2022-05-13T10:25:29.088Z] [2022-05-13T10:25:29.088Z] #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-13T10:25:29.088Z] #51 sha256:ef6ac9d7240bf36f699b67185c35ddf409b8ef787eb890ebf1f4bc92ea5901df [2022-05-13T10:25:29.088Z] #51 35.26 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-13T10:25:29.088Z] #51 36.73 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-05-13T10:25:29.088Z] #51 36.74 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-05-13T10:25:29.088Z] #51 36.76 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-05-13T10:25:29.088Z] #51 36.78 Setting up python3-six (1.16.0-2) ... [2022-05-13T10:25:29.088Z] #51 37.71 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-05-13T10:25:29.088Z] #51 37.74 Setting up python3-protobuf (3.12.4-1) ... [2022-05-13T10:25:29.088Z] #51 40.96 Setting up criu (3.17-1) ... [2022-05-13T10:25:29.088Z] #51 42.58 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:25:29.088Z] #51 DONE 44.7s [2022-05-13T10:25:29.088Z] [2022-05-13T10:25:29.088Z] #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-13T10:25:29.088Z] #55 sha256:e374d1522f5d9c874a1bdd0ffb6eda4ed761c9a1e53e0259625a85dc3c837cec [2022-05-13T10:25:29.088Z] #55 35.17 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-13T10:25:29.088Z] #55 35.18 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-13T10:25:29.088Z] #55 35.27 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-13T10:25:29.088Z] #55 35.29 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-13T10:25:29.088Z] #55 35.33 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-13T10:25:29.088Z] #55 35.34 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-13T10:25:29.088Z] #55 35.51 go: downloading golang.org/x/text v0.3.7 [2022-05-13T10:25:29.088Z] #55 39.48 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-13T10:25:29.088Z] #55 39.67 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-13T10:25:29.088Z] #55 39.70 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-13T10:25:29.088Z] #55 39.76 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-13T10:25:29.088Z] #55 39.83 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-13T10:25:29.088Z] #55 39.87 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-13T10:25:29.088Z] #55 39.90 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-13T10:25:29.088Z] #55 39.92 go: downloading golang.org/x/mod v0.5.1 [2022-05-13T10:25:29.088Z] #55 40.00 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-13T10:25:29.088Z] #55 40.04 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-13T10:25:29.088Z] #55 40.08 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-13T10:25:29.088Z] #55 40.18 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-13T10:25:29.088Z] #55 40.23 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-13T10:25:29.088Z] #55 40.26 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-13T10:25:29.088Z] #55 40.66 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-13T10:25:29.088Z] #55 40.76 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-13T10:25:29.088Z] #55 40.96 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-13T10:25:29.088Z] #55 41.09 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-13T10:25:29.088Z] #55 41.10 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-13T10:25:29.088Z] #55 41.16 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-13T10:25:29.088Z] #55 41.18 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-13T10:25:29.088Z] #55 41.22 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-13T10:25:29.088Z] #55 41.24 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-13T10:25:29.088Z] #55 41.42 go: downloading github.com/prometheus/common v0.10.0 [2022-05-13T10:25:29.088Z] #55 41.59 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-13T10:25:29.088Z] #55 41.78 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-13T10:25:29.088Z] #55 41.84 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-13T10:25:29.088Z] #55 42.85 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-13T10:25:29.177Z] #32 DONE 0.3s [2022-05-13T10:25:29.177Z] [2022-05-13T10:25:29.177Z] #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-13T10:25:29.177Z] #64 sha256:91214a619f5b777a412ce6b0fa019a74aeb69af08f24f0cc6cb6b472a8f23d8f [2022-05-13T10:25:29.177Z] #64 ... [2022-05-13T10:25:29.177Z] [2022-05-13T10:25:29.177Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-13T10:25:29.177Z] #35 sha256:597d3d5e4e954b699423521cba7237b20ca6bfbf25c2da4929e5526d456eff01 [2022-05-13T10:25:29.348Z] #55 ... [2022-05-13T10:25:29.348Z] [2022-05-13T10:25:29.348Z] #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-13T10:25:29.348Z] #42 sha256:581a71b3316d514c558708f660a6c18fecfe076e009b32a1acc9d60fbd4c89b6 [2022-05-13T10:25:29.348Z] #42 44.73 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:25:29.348Z] #42 DONE 45.3s [2022-05-13T10:25:29.348Z] [2022-05-13T10:25:29.349Z] #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-13T10:25:29.349Z] #34 sha256:7a88afd923b19d050d9dd0e227619d715a737b594582b3ac5f00c781d01ccb0f [2022-05-13T10:25:29.349Z] #34 35.10 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-13T10:25:29.349Z] #34 35.39 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-13T10:25:29.349Z] #34 ... [2022-05-13T10:25:29.349Z] [2022-05-13T10:25:29.349Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-13T10:25:29.349Z] #43 sha256:b18e8c00eefcb4222b9ed8e2ca1bd8e6d79109aa5056908c348f8a3fc163cff8 [2022-05-13T10:25:29.436Z] #35 DONE 0.2s [2022-05-13T10:25:29.436Z] [2022-05-13T10:25:29.436Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-13T10:25:29.436Z] #37 sha256:9199752c441f234268837b70686d282c2ee9b4a47408ee5417b2647f462a2a9f [2022-05-13T10:25:29.436Z] #37 DONE 0.2s [2022-05-13T10:25:29.436Z] [2022-05-13T10:25:29.436Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-13T10:25:29.436Z] #39 sha256:06378ab5971920f3b9365ec15e50ea967844d799900538c00281c49bedbd0764 [2022-05-13T10:25:29.436Z] #39 DONE 0.1s [2022-05-13T10:25:29.436Z] [2022-05-13T10:25:29.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-13T10:25:29.436Z] #64 sha256:91214a619f5b777a412ce6b0fa019a74aeb69af08f24f0cc6cb6b472a8f23d8f [2022-05-13T10:25:29.612Z] #43 DONE 0.2s [2022-05-13T10:25:29.612Z] [2022-05-13T10:25:29.612Z] #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-13T10:25:29.612Z] #44 sha256:6edafdf3aeb2694d2f302c0fcd9f08e754f5b1cc169f2ae7fdd0f511aa3613b9 [2022-05-13T10:25:29.647Z] #19 59.32 Selecting previously unselected package libxml2:amd64. [2022-05-13T10:25:29.647Z] #19 59.32 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-05-13T10:25:29.647Z] #19 59.32 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-13T10:25:29.647Z] #19 59.40 Selecting previously unselected package libxml-namespacesupport-perl. [2022-05-13T10:25:29.647Z] #19 59.40 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-05-13T10:25:29.695Z] #64 ... [2022-05-13T10:25:29.695Z] [2022-05-13T10:25:29.695Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-13T10:25:29.695Z] #41 sha256:88193a51deb104eb9e8e0eba0ccd77e37b9d3d2f58570ee8a9976b4ab1b1f5ab [2022-05-13T10:25:29.695Z] #41 DONE 0.1s [2022-05-13T10:25:29.695Z] [2022-05-13T10:25:29.695Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-13T10:25:29.695Z] #45 sha256:c29fc7d7fb8d849c39a20356e4bce48a0be57ae81cf519be0b8d82e4d5153d81 [2022-05-13T10:25:29.695Z] #45 DONE 0.0s [2022-05-13T10:25:29.903Z] #19 59.40 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-05-13T10:25:29.903Z] #19 59.42 Selecting previously unselected package libxml-sax-base-perl. [2022-05-13T10:25:29.903Z] #19 59.43 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-05-13T10:25:29.903Z] #19 59.43 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-05-13T10:25:29.903Z] #19 59.46 Selecting previously unselected package libxml-sax-perl. [2022-05-13T10:25:29.903Z] #19 59.46 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-05-13T10:25:29.903Z] #19 59.46 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-05-13T10:25:29.903Z] #19 59.50 Selecting previously unselected package libxml-libxml-perl. [2022-05-13T10:25:29.903Z] #19 59.50 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-05-13T10:25:29.903Z] #19 59.50 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-05-13T10:25:29.903Z] #19 59.55 Selecting previously unselected package libxml-simple-perl. [2022-05-13T10:25:29.903Z] #19 59.56 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-05-13T10:25:29.903Z] #19 59.56 Unpacking libxml-simple-perl (2.25-1) ... [2022-05-13T10:25:29.903Z] #19 59.59 Selecting previously unselected package libyaml-perl. [2022-05-13T10:25:29.903Z] #19 59.59 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-05-13T10:25:29.903Z] #19 59.59 Unpacking libyaml-perl (1.30-1) ... [2022-05-13T10:25:29.903Z] #19 59.62 Selecting previously unselected package libconfig-auto-perl. [2022-05-13T10:25:29.903Z] #19 59.62 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-05-13T10:25:29.903Z] #19 59.63 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-05-13T10:25:29.903Z] #19 59.65 Selecting previously unselected package libfile-which-perl. [2022-05-13T10:25:29.903Z] #19 59.65 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-05-13T10:25:29.903Z] #19 59.65 Unpacking libfile-which-perl (1.23-1) ... [2022-05-13T10:25:29.903Z] #19 59.68 Selecting previously unselected package libfile-homedir-perl. [2022-05-13T10:25:29.903Z] #19 59.68 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-05-13T10:25:29.903Z] #19 59.68 Unpacking libfile-homedir-perl (1.006-1) ... [2022-05-13T10:25:29.903Z] #19 59.71 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-05-13T10:25:29.903Z] #19 59.71 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-05-13T10:25:29.903Z] #19 59.72 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-05-13T10:25:29.903Z] #19 59.75 Selecting previously unselected package dpkg-cross. [2022-05-13T10:25:29.903Z] #19 59.75 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-05-13T10:25:29.903Z] #19 59.75 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-05-13T10:25:29.903Z] #19 59.78 Selecting previously unselected package crossbuild-essential-arm64. [2022-05-13T10:25:29.954Z] [2022-05-13T10:25:29.954Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-13T10:25:29.954Z] #48 sha256:e8bc7f5d9bdfbce47b67938afd140837e5377c28775c2606656bc102a821ae2c [2022-05-13T10:25:30.158Z] #19 59.78 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-05-13T10:25:30.159Z] #19 59.78 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-05-13T10:25:30.159Z] #19 59.81 Selecting previously unselected package libc6-armel-cross. [2022-05-13T10:25:30.159Z] #19 59.81 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-05-13T10:25:30.159Z] #19 59.81 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-05-13T10:25:30.159Z] #19 59.93 Selecting previously unselected package libgcc-s1-armel-cross. [2022-05-13T10:25:30.159Z] #19 59.93 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:30.159Z] #19 59.93 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-05-13T10:25:30.159Z] #19 59.96 Selecting previously unselected package libgomp1-armel-cross. [2022-05-13T10:25:30.159Z] #19 59.96 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:30.159Z] #19 59.96 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-05-13T10:25:30.159Z] #19 59.99 Selecting previously unselected package libatomic1-armel-cross. [2022-05-13T10:25:30.159Z] #19 59.99 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:30.159Z] #19 60.00 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-05-13T10:25:30.159Z] #19 60.03 Selecting previously unselected package libasan6-armel-cross. [2022-05-13T10:25:30.414Z] #19 60.03 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:30.414Z] #19 60.04 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-05-13T10:25:30.523Z] #48 DONE 0.6s [2022-05-13T10:25:30.523Z] [2022-05-13T10:25:30.523Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-13T10:25:30.523Z] #52 sha256:a5fd691e91874f267a257567739f1b847e4835fb6bbcdc28394d837f715b6e8a [2022-05-13T10:25:30.523Z] #52 DONE 0.1s [2022-05-13T10:25:30.523Z] [2022-05-13T10:25:30.523Z] #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-13T10:25:30.523Z] #64 sha256:91214a619f5b777a412ce6b0fa019a74aeb69af08f24f0cc6cb6b472a8f23d8f [2022-05-13T10:25:30.523Z] #64 ... [2022-05-13T10:25:30.523Z] [2022-05-13T10:25:30.523Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-13T10:25:30.523Z] #54 sha256:35500db9d7c0e5d948161594278ccd17e846b2847f0b6637167a48c4e04860b0 [2022-05-13T10:25:30.523Z] #54 DONE 0.1s [2022-05-13T10:25:30.555Z] #44 0.886 + RM_GOPATH=0 [2022-05-13T10:25:30.556Z] #44 0.887 + TMP_GOPATH= [2022-05-13T10:25:30.556Z] #44 0.887 + : /build [2022-05-13T10:25:30.556Z] #44 0.888 + '[' -z '' ']' [2022-05-13T10:25:30.556Z] #44 0.890 ++ mktemp -d [2022-05-13T10:25:30.556Z] #44 0.900 + export GOPATH=/tmp/tmp.sGI8OIumKj [2022-05-13T10:25:30.556Z] #44 0.902 + GOPATH=/tmp/tmp.sGI8OIumKj [2022-05-13T10:25:30.556Z] #44 0.903 + RM_GOPATH=1 [2022-05-13T10:25:30.556Z] #44 0.903 + case "$(go env GOARCH)" in [2022-05-13T10:25:30.556Z] #44 0.903 ++ go env GOARCH [2022-05-13T10:25:30.556Z] #44 0.970 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:25:30.556Z] #44 0.971 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:25:30.556Z] #44 0.976 ++ dirname /install.sh [2022-05-13T10:25:30.556Z] #44 0.988 + dir=/ [2022-05-13T10:25:30.556Z] #44 0.988 + bin=tini [2022-05-13T10:25:30.556Z] #44 0.988 + shift [2022-05-13T10:25:30.556Z] #44 0.988 + '[' '!' -f //tini.installer ']' [2022-05-13T10:25:30.556Z] #44 0.988 + . //tini.installer [2022-05-13T10:25:30.556Z] #44 0.988 ++ : v0.19.0 [2022-05-13T10:25:30.556Z] #44 0.988 + install_tini [2022-05-13T10:25:30.556Z] #44 0.988 + echo 'Install tini version v0.19.0' [2022-05-13T10:25:30.556Z] #44 0.988 Install tini version v0.19.0 [2022-05-13T10:25:30.556Z] #44 0.999 + git clone https://github.com/krallin/tini.git /tmp/tmp.sGI8OIumKj/tini [2022-05-13T10:25:30.556Z] #44 1.003 Cloning into '/tmp/tmp.sGI8OIumKj/tini'... [2022-05-13T10:25:30.669Z] #19 60.25 Selecting previously unselected package libstdc++6-armel-cross. [2022-05-13T10:25:30.669Z] #19 60.25 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:30.669Z] #19 60.26 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-05-13T10:25:30.669Z] #19 60.32 Selecting previously unselected package libubsan1-armel-cross. [2022-05-13T10:25:30.669Z] #19 60.32 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:30.669Z] #19 60.32 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-05-13T10:25:30.670Z] #19 60.41 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-05-13T10:25:30.670Z] #19 60.41 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:30.670Z] #19 60.42 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-13T10:25:30.784Z] [2022-05-13T10:25:30.784Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-13T10:25:30.784Z] #56 sha256:330a597369a4af19f04d4074c8500e26fd8ca98a33f6dbb25e41e8df0cd97092 [2022-05-13T10:25:30.925Z] #19 60.53 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-05-13T10:25:30.925Z] #19 60.53 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:25:30.925Z] #19 60.54 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-13T10:25:30.992Z] #42 35.88 The following additional packages will be installed: [2022-05-13T10:25:31.127Z] #44 1.617 + cd /tmp/tmp.sGI8OIumKj/tini [2022-05-13T10:25:31.127Z] #44 1.624 + git checkout -q v0.19.0 [2022-05-13T10:25:31.127Z] #44 1.646 + cmake . [2022-05-13T10:25:31.252Z] #42 35.90 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-13T10:25:31.252Z] #42 35.94 Suggested packages: [2022-05-13T10:25:31.252Z] #42 35.94 cmake-doc ninja-build lrzip [2022-05-13T10:25:31.252Z] #42 35.94 Recommended packages: [2022-05-13T10:25:31.252Z] #42 35.94 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-13T10:25:31.356Z] #56 DONE 0.6s [2022-05-13T10:25:31.356Z] [2022-05-13T10:25:31.356Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-13T10:25:31.356Z] #58 sha256:c5a4a2b106cbe0aae2a1d9b31bd48e7ecfb48290c700e5a169f2ce61f9d396ef [2022-05-13T10:25:31.356Z] #58 DONE 0.1s [2022-05-13T10:25:31.356Z] [2022-05-13T10:25:31.356Z] #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-13T10:25:31.356Z] #64 sha256:91214a619f5b777a412ce6b0fa019a74aeb69af08f24f0cc6cb6b472a8f23d8f [2022-05-13T10:25:31.356Z] #64 ... [2022-05-13T10:25:31.356Z] [2022-05-13T10:25:31.356Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-13T10:25:31.356Z] #61 sha256:97a966868f73635d6e08b6e858a4d0059246719697aaec89905ee1d5c3456518 [2022-05-13T10:25:31.388Z] #44 2.008 -- The C compiler identification is GNU 10.2.1 [2022-05-13T10:25:31.615Z] #61 DONE 0.2s [2022-05-13T10:25:31.615Z] [2022-05-13T10:25:31.615Z] #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-13T10:25:31.615Z] #64 sha256:91214a619f5b777a412ce6b0fa019a74aeb69af08f24f0cc6cb6b472a8f23d8f [2022-05-13T10:25:31.649Z] #44 2.083 -- Detecting C compiler ABI info [2022-05-13T10:25:32.191Z] #42 ... [2022-05-13T10:25:32.191Z] [2022-05-13T10:25:32.191Z] #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-13T10:25:32.191Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-13T10:25:32.191Z] #14 26.82 Reading package lists... [2022-05-13T10:25:32.191Z] #14 32.33 Building dependency tree... [2022-05-13T10:25:32.191Z] #14 36.01 The following additional packages will be installed: [2022-05-13T10:25:32.191Z] #14 36.04 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-13T10:25:32.191Z] #14 36.04 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-13T10:25:32.191Z] #14 36.04 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-13T10:25:32.191Z] #14 36.04 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-13T10:25:32.191Z] #14 36.04 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-13T10:25:32.191Z] #14 36.04 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-13T10:25:32.191Z] #14 36.04 mingw-w64-common mingw-w64-x86-64-dev [2022-05-13T10:25:32.191Z] #14 36.04 Suggested packages: [2022-05-13T10:25:32.191Z] #14 36.10 gcc-10-locales seccomp wine64 [2022-05-13T10:25:32.191Z] #14 ... [2022-05-13T10:25:32.191Z] [2022-05-13T10:25:32.191Z] #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-13T10:25:32.191Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-13T10:25:32.191Z] #62 21.22 Reading package lists... [2022-05-13T10:25:32.191Z] #62 27.31 Reading package lists... [2022-05-13T10:25:32.191Z] #62 32.81 Building dependency tree... [2022-05-13T10:25:32.191Z] #62 36.38 The following additional packages will be installed: [2022-05-13T10:25:32.191Z] #62 36.41 libbtrfs0 [2022-05-13T10:25:32.191Z] #62 36.60 The following NEW packages will be installed: [2022-05-13T10:25:32.191Z] #62 36.60 libbtrfs-dev libbtrfs0 [2022-05-13T10:25:32.220Z] #44 2.676 -- Detecting C compiler ABI info - done [2022-05-13T10:25:32.452Z] #62 37.02 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:25:32.452Z] #62 37.02 Need to get 460 kB of archives. [2022-05-13T10:25:32.452Z] #62 37.02 After this operation, 1237 kB of additional disk space will be used. [2022-05-13T10:25:32.452Z] #62 37.02 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-13T10:25:32.452Z] #62 37.02 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-13T10:25:32.452Z] #62 ... [2022-05-13T10:25:32.452Z] [2022-05-13T10:25:32.452Z] #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-13T10:25:32.452Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-13T10:25:32.452Z] #42 36.85 The following NEW packages will be installed: [2022-05-13T10:25:32.452Z] #42 36.89 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-13T10:25:32.452Z] #42 36.89 vim-common xxd [2022-05-13T10:25:32.480Z] #44 2.763 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-13T10:25:32.480Z] #44 2.772 -- Detecting C compile features [2022-05-13T10:25:32.480Z] #44 2.777 -- Detecting C compile features - done [2022-05-13T10:25:32.480Z] #44 2.832 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-13T10:25:32.480Z] #44 3.034 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-13T10:25:32.480Z] #44 3.085 -- Configuring done [2022-05-13T10:25:32.480Z] #44 3.112 -- Generating done [2022-05-13T10:25:32.480Z] #44 3.131 -- Build files have been written to: /tmp/tmp.sGI8OIumKj/tini [2022-05-13T10:25:32.480Z] #44 3.146 + make tini-static [2022-05-13T10:25:32.712Z] #42 37.29 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:25:32.712Z] #42 37.29 Need to get 17.7 MB of archives. [2022-05-13T10:25:32.712Z] #42 37.29 After this operation, 70.7 MB of additional disk space will be used. [2022-05-13T10:25:32.712Z] #42 37.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-13T10:25:32.712Z] #42 37.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-13T10:25:32.712Z] #42 37.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-13T10:25:32.712Z] #42 37.40 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-13T10:25:33.055Z] #44 3.445 Scanning dependencies of target tini-static [2022-05-13T10:25:33.056Z] #44 3.507 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-13T10:25:33.283Z] #42 37.96 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-13T10:25:33.283Z] #42 38.00 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-13T10:25:33.283Z] #42 38.00 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-13T10:25:33.283Z] #42 38.00 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-13T10:25:33.283Z] #42 38.00 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-13T10:25:33.283Z] #42 38.02 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-13T10:25:34.173Z] #64 74.21 + bin/containerd [2022-05-13T10:25:34.224Z] #42 ... [2022-05-13T10:25:34.224Z] [2022-05-13T10:25:34.224Z] #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-13T10:25:34.224Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-13T10:25:34.224Z] #40 38.98 NAME: [2022-05-13T10:25:34.224Z] #40 38.99 go-winres - A tool for embedding resources in Windows executables [2022-05-13T10:25:34.224Z] #40 38.99 [2022-05-13T10:25:34.224Z] #40 38.99 USAGE: [2022-05-13T10:25:34.224Z] #40 38.99 go-winres [global options] command [command options] [arguments...] [2022-05-13T10:25:34.224Z] #40 38.99 [2022-05-13T10:25:34.224Z] #40 38.99 COMMANDS: [2022-05-13T10:25:34.224Z] #40 38.99 init Create an initial ./winres/winres.json [2022-05-13T10:25:34.224Z] #40 38.99 make Make syso files for the "go build" command [2022-05-13T10:25:34.224Z] #40 38.99 simply Make syso files for the "go build" command (simplified) [2022-05-13T10:25:34.224Z] #40 38.99 extract Extract all resources from an executable [2022-05-13T10:25:34.224Z] #40 38.99 patch Replace resources in an executable file (exe, dll) [2022-05-13T10:25:34.224Z] #40 38.99 help, h Shows a list of commands or help for one command [2022-05-13T10:25:34.224Z] #40 38.99 [2022-05-13T10:25:34.224Z] #40 38.99 GLOBAL OPTIONS: [2022-05-13T10:25:34.224Z] #40 38.99 --help, -h show help (default: false) [2022-05-13T10:25:34.224Z] #40 DONE 39.1s [2022-05-13T10:25:34.484Z] [2022-05-13T10:25:34.484Z] #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-13T10:25:34.484Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-13T10:25:34.484Z] #62 38.15 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:25:34.484Z] #62 38.44 Fetched 460 kB in 0s (1392 kB/s) [2022-05-13T10:25:34.484Z] #62 38.58 Selecting previously unselected package libbtrfs0:amd64. [2022-05-13T10:25:34.484Z] #62 38.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-13T10:25:34.484Z] #62 38.65 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-13T10:25:34.484Z] #62 38.66 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-13T10:25:34.484Z] #62 38.86 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-13T10:25:34.484Z] #62 38.87 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-13T10:25:34.484Z] #62 38.89 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-13T10:25:34.553Z] #44 4.816 [100%] Linking C executable tini-static [2022-05-13T10:25:34.744Z] #62 39.28 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-13T10:25:34.744Z] #62 39.37 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-13T10:25:34.744Z] #62 39.37 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:25:35.125Z] #44 5.506 [100%] Built target tini-static [2022-05-13T10:25:35.125Z] #44 5.569 + mkdir -p /build [2022-05-13T10:25:35.125Z] #44 5.576 + cp tini-static /build/docker-init [2022-05-13T10:25:35.315Z] #62 DONE 40.1s [2022-05-13T10:25:35.315Z] [2022-05-13T10:25:35.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-13T10:25:35.315Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-13T10:25:35.315Z] #42 39.46 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:25:35.315Z] #42 39.75 Fetched 17.7 MB in 1s (12.8 MB/s) [2022-05-13T10:25:35.315Z] #42 39.79 Selecting previously unselected package xxd. [2022-05-13T10:25:35.315Z] #42 39.79 (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-13T10:25:35.315Z] #42 39.95 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-13T10:25:35.315Z] #42 39.95 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:25:35.315Z] #42 40.01 Selecting previously unselected package vim-common. [2022-05-13T10:25:35.315Z] #42 40.01 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-13T10:25:35.315Z] #42 40.05 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:25:35.385Z] #44 DONE 5.9s [2022-05-13T10:25:35.385Z] [2022-05-13T10:25:35.385Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-13T10:25:35.385Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-13T10:25:35.385Z] #14 51.01 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-13T10:25:35.385Z] #14 51.01 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-05-13T10:25:35.385Z] #14 51.02 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-13T10:25:35.385Z] #14 51.15 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-13T10:25:35.385Z] #14 51.16 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-05-13T10:25:35.385Z] #14 51.18 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-13T10:25:35.575Z] #42 40.36 Selecting previously unselected package cmake-data. [2022-05-13T10:25:35.575Z] #42 40.36 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-13T10:25:35.575Z] #42 40.36 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-13T10:25:35.786Z] #14 ... [2022-05-13T10:25:35.786Z] [2022-05-13T10:25:35.786Z] #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-13T10:25:35.786Z] #53 sha256:9c273d3996b34d71fe6b78c250b2f5e18f56a35b7161b89f974801da62b108af [2022-05-13T10:25:35.786Z] #53 50.46 gotestsum version dev [2022-05-13T10:25:35.786Z] #53 DONE 51.4s [2022-05-13T10:25:35.786Z] [2022-05-13T10:25:35.786Z] #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-13T10:25:35.786Z] #55 sha256:e374d1522f5d9c874a1bdd0ffb6eda4ed761c9a1e53e0259625a85dc3c837cec [2022-05-13T10:25:36.212Z] #19 65.22 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-05-13T10:25:36.212Z] #19 65.22 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-05-13T10:25:36.212Z] #19 65.23 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-13T10:25:36.212Z] #19 65.25 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-05-13T10:25:36.212Z] #19 65.25 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-05-13T10:25:36.212Z] #19 65.25 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-05-13T10:25:36.212Z] #19 65.42 Selecting previously unselected package libc6-dev-armel-cross. [2022-05-13T10:25:36.212Z] #19 65.42 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-05-13T10:25:36.212Z] #19 65.42 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-05-13T10:25:36.212Z] #19 65.63 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-05-13T10:25:36.212Z] #19 65.63 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:36.212Z] #19 65.64 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-13T10:25:36.212Z] #19 65.88 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-05-13T10:25:36.212Z] #19 65.88 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:25:36.212Z] #19 65.89 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-13T10:25:36.515Z] #42 ... [2022-05-13T10:25:36.515Z] [2022-05-13T10:25:36.515Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-13T10:25:36.515Z] #63 sha256:17abf2429b5c12daa0077c840dd174b5df25c640c4064095a7f3a77ff9b94cb6 [2022-05-13T10:25:36.515Z] #63 DONE 0.8s [2022-05-13T10:25:36.515Z] [2022-05-13T10:25:36.515Z] #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-13T10:25:36.515Z] #64 sha256:15a74b6862877f854e7e4ee6016192b37013475f19c1eb0fbb077ec7ad49986b [2022-05-13T10:25:39.808Z] #64 ... [2022-05-13T10:25:39.808Z] [2022-05-13T10:25:39.808Z] #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-13T10:25:39.808Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-13T10:25:39.808Z] #55 34.24 go: downloading github.com/fatih/color v1.13.0 [2022-05-13T10:25:39.808Z] #55 34.24 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-13T10:25:39.808Z] #55 34.27 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-13T10:25:39.808Z] #55 34.34 go: downloading github.com/spf13/viper v1.10.1 [2022-05-13T10:25:39.808Z] #55 34.50 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-13T10:25:39.808Z] #55 35.06 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-13T10:25:39.808Z] #55 35.06 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-13T10:25:39.808Z] #55 36.10 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-13T10:25:39.808Z] #55 36.12 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-13T10:25:39.808Z] #55 39.20 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-13T10:25:39.808Z] #55 39.20 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-13T10:25:39.808Z] #55 39.20 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-13T10:25:39.808Z] #55 39.28 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-13T10:25:39.808Z] #55 39.37 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-13T10:25:39.808Z] #55 39.37 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-13T10:25:39.808Z] #55 39.50 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-13T10:25:39.808Z] #55 39.56 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-13T10:25:39.808Z] #55 39.60 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-13T10:25:39.808Z] #55 39.71 go: downloading github.com/spf13/afero v1.6.0 [2022-05-13T10:25:39.808Z] #55 39.71 go: downloading github.com/spf13/cast v1.4.1 [2022-05-13T10:25:39.808Z] #55 39.75 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-13T10:25:39.808Z] #55 39.75 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-13T10:25:39.808Z] #55 39.78 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-13T10:25:39.808Z] #55 39.95 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-13T10:25:39.808Z] #55 39.95 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-13T10:25:39.808Z] #55 39.95 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-13T10:25:39.808Z] #55 39.95 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-13T10:25:39.808Z] #55 39.95 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-13T10:25:39.808Z] #55 40.02 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-13T10:25:39.808Z] #55 40.02 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-13T10:25:39.808Z] #55 40.04 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-13T10:25:39.808Z] #55 40.04 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-13T10:25:39.808Z] #55 40.27 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-13T10:25:39.808Z] #55 40.28 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-13T10:25:39.808Z] #55 40.47 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-13T10:25:39.808Z] #55 40.47 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-13T10:25:39.808Z] #55 40.47 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-13T10:25:39.808Z] #55 40.47 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-13T10:25:39.808Z] #55 40.47 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-13T10:25:39.808Z] #55 40.48 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-13T10:25:39.808Z] #55 40.63 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-13T10:25:39.808Z] #55 40.63 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-13T10:25:39.808Z] #55 40.74 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-13T10:25:39.808Z] #55 40.74 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-13T10:25:39.808Z] #55 40.78 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-13T10:25:39.808Z] #55 40.90 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-13T10:25:39.808Z] #55 40.91 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-13T10:25:39.808Z] #55 41.13 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-13T10:25:39.808Z] #55 41.16 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-13T10:25:39.808Z] #55 41.25 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-13T10:25:39.808Z] #55 41.25 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-13T10:25:39.808Z] #55 41.27 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-13T10:25:39.808Z] #55 41.31 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-13T10:25:39.808Z] #55 41.31 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-13T10:25:39.808Z] #55 41.38 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-13T10:25:39.808Z] #55 41.38 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-13T10:25:39.808Z] #55 41.41 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-13T10:25:39.808Z] #55 41.47 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-13T10:25:39.808Z] #55 41.68 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-13T10:25:39.808Z] #55 41.73 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-13T10:25:39.808Z] #55 41.82 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-13T10:25:39.808Z] #55 41.83 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-13T10:25:39.808Z] #55 41.86 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-13T10:25:39.808Z] #55 41.89 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-13T10:25:39.808Z] #55 41.92 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-13T10:25:39.808Z] #55 41.94 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-13T10:25:39.808Z] #55 41.98 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-13T10:25:39.808Z] #55 42.00 go: downloading github.com/julz/importas v0.1.0 [2022-05-13T10:25:39.808Z] #55 42.04 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-13T10:25:39.808Z] #55 42.12 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-13T10:25:39.808Z] #55 42.12 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-13T10:25:39.808Z] #55 42.20 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-13T10:25:39.808Z] #55 42.21 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-13T10:25:39.808Z] #55 42.25 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-13T10:25:39.808Z] #55 42.27 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-13T10:25:39.808Z] #55 42.34 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-13T10:25:39.808Z] #55 42.35 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-13T10:25:39.808Z] #55 42.39 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-13T10:25:39.808Z] #55 42.39 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-13T10:25:39.808Z] #55 42.43 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-13T10:25:39.808Z] #55 43.01 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-13T10:25:39.808Z] #55 43.01 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-13T10:25:39.808Z] #55 43.03 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-13T10:25:39.808Z] #55 43.03 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-13T10:25:39.808Z] #55 43.11 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-13T10:25:39.808Z] #55 43.16 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-13T10:25:39.808Z] #55 43.16 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-13T10:25:39.808Z] #55 43.22 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-13T10:25:39.808Z] #55 43.23 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-13T10:25:39.808Z] #55 43.39 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-13T10:25:39.808Z] #55 43.44 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-13T10:25:39.808Z] #55 43.45 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-13T10:25:39.808Z] #55 43.45 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-13T10:25:39.808Z] #55 43.47 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-13T10:25:39.808Z] #55 43.49 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-13T10:25:39.808Z] #55 43.60 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-13T10:25:39.808Z] #55 43.66 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-13T10:25:39.808Z] #55 43.66 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-13T10:25:39.808Z] #55 43.66 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-13T10:25:39.808Z] #55 43.69 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-13T10:25:39.808Z] #55 43.72 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-13T10:25:39.808Z] #55 43.98 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-13T10:25:39.808Z] #55 44.02 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-13T10:25:39.808Z] #55 44.03 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-13T10:25:39.808Z] #55 44.03 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-13T10:25:39.808Z] #55 44.06 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-13T10:25:39.808Z] #55 44.26 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-13T10:25:39.808Z] #55 44.38 go: downloading honnef.co/go/tools v0.2.2 [2022-05-13T10:25:39.808Z] #55 ... [2022-05-13T10:25:39.808Z] [2022-05-13T10:25:39.808Z] #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-13T10:25:39.808Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-13T10:25:39.808Z] #51 28.46 Reading package lists... [2022-05-13T10:25:39.808Z] #51 33.94 Building dependency tree... [2022-05-13T10:25:39.808Z] #51 37.30 The following additional packages will be installed: [2022-05-13T10:25:39.808Z] #51 37.30 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-13T10:25:39.808Z] #51 37.30 python3-protobuf python3-six [2022-05-13T10:25:39.808Z] #51 37.32 Suggested packages: [2022-05-13T10:25:39.808Z] #51 37.32 python3-setuptools [2022-05-13T10:25:39.808Z] #51 37.32 Recommended packages: [2022-05-13T10:25:39.808Z] #51 37.32 iproute2 | iproute [2022-05-13T10:25:39.808Z] #51 37.96 The following NEW packages will be installed: [2022-05-13T10:25:39.809Z] #51 37.96 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-13T10:25:39.809Z] #51 37.96 python3-protobuf python3-six [2022-05-13T10:25:39.809Z] #51 38.46 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:25:39.809Z] #51 38.46 Need to get 2314 kB of archives. [2022-05-13T10:25:39.809Z] #51 38.46 After this operation, 11.1 MB of additional disk space will be used. [2022-05-13T10:25:39.809Z] #51 38.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-05-13T10:25:39.809Z] #51 38.50 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-13T10:25:39.809Z] #51 38.50 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-13T10:25:39.809Z] #51 38.53 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-05-13T10:25:39.809Z] #51 38.53 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-13T10:25:39.809Z] #51 38.54 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-13T10:25:39.809Z] #51 38.55 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-13T10:25:39.809Z] #51 40.82 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-05-13T10:25:39.809Z] #51 42.10 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:25:39.809Z] #51 42.37 Fetched 2314 kB in 3s (762 kB/s) [2022-05-13T10:25:39.809Z] #51 42.45 Selecting previously unselected package libprotobuf23:amd64. [2022-05-13T10:25:39.809Z] #51 42.45 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-13T10:25:39.809Z] #51 42.54 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-05-13T10:25:39.809Z] #51 42.55 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-05-13T10:25:39.809Z] #51 43.28 Selecting previously unselected package python3-pkg-resources. [2022-05-13T10:25:39.809Z] #51 43.28 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-13T10:25:39.809Z] #51 43.31 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-13T10:25:39.809Z] #51 43.50 Selecting previously unselected package python3-six. [2022-05-13T10:25:39.809Z] #51 43.50 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-13T10:25:39.809Z] #51 43.50 Unpacking python3-six (1.16.0-2) ... [2022-05-13T10:25:39.809Z] #51 43.60 Selecting previously unselected package python3-protobuf. [2022-05-13T10:25:39.809Z] #51 43.60 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-05-13T10:25:39.809Z] #51 43.60 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-13T10:25:39.809Z] #51 44.05 Selecting previously unselected package libnet1:amd64. [2022-05-13T10:25:39.809Z] #51 44.06 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-13T10:25:39.809Z] #51 44.06 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-13T10:25:39.809Z] #51 44.21 Selecting previously unselected package libnl-3-200:amd64. [2022-05-13T10:25:39.809Z] #51 44.21 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-13T10:25:39.809Z] #51 44.21 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-13T10:25:39.809Z] #51 44.31 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-13T10:25:39.809Z] #51 44.31 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-13T10:25:39.809Z] #51 44.31 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-13T10:25:39.809Z] #51 ... [2022-05-13T10:25:39.809Z] [2022-05-13T10:25:39.809Z] #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-13T10:25:39.809Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-13T10:25:39.809Z] #34 43.10 Updating files: 92% (1403/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-05-13T10:25:39.809Z] #34 43.37 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-13T10:25:39.809Z] #34 44.11 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-13T10:25:40.465Z] #19 70.35 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-05-13T10:25:40.763Z] #19 70.36 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-05-13T10:25:40.763Z] #19 70.36 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-13T10:25:40.763Z] #19 70.38 Selecting previously unselected package crossbuild-essential-armel. [2022-05-13T10:25:40.763Z] #19 70.38 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-05-13T10:25:40.763Z] #19 70.39 Unpacking crossbuild-essential-armel (12.9) ... [2022-05-13T10:25:40.763Z] #19 70.41 Selecting previously unselected package libc6-armhf-cross. [2022-05-13T10:25:40.763Z] #19 70.41 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-05-13T10:25:40.763Z] #19 70.42 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-05-13T10:25:40.763Z] #19 70.53 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-05-13T10:25:40.763Z] #19 70.53 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:40.763Z] #19 70.53 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-05-13T10:25:40.763Z] #19 70.56 Selecting previously unselected package libgomp1-armhf-cross. [2022-05-13T10:25:40.763Z] #19 70.56 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:40.763Z] #19 70.56 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-05-13T10:25:40.763Z] #19 70.60 Selecting previously unselected package libatomic1-armhf-cross. [2022-05-13T10:25:40.763Z] #19 70.60 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:40.763Z] #19 70.62 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-05-13T10:25:41.018Z] #19 70.64 Selecting previously unselected package libasan6-armhf-cross. [2022-05-13T10:25:41.018Z] #19 70.64 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:41.018Z] #19 70.64 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-05-13T10:25:41.018Z] #19 70.86 Selecting previously unselected package libstdc++6-armhf-cross. [2022-05-13T10:25:41.018Z] #19 70.87 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:41.071Z] #55 ... [2022-05-13T10:25:41.071Z] [2022-05-13T10:25:41.071Z] #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-13T10:25:41.071Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-13T10:25:41.072Z] #14 56.90 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-13T10:25:41.072Z] #14 56.90 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-05-13T10:25:41.072Z] #14 56.90 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-13T10:25:41.274Z] #19 70.87 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-05-13T10:25:41.274Z] #19 70.93 Selecting previously unselected package libubsan1-armhf-cross. [2022-05-13T10:25:41.274Z] #19 70.93 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:41.274Z] #19 70.94 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-05-13T10:25:41.274Z] #19 71.03 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-05-13T10:25:41.274Z] #19 71.03 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:41.274Z] #19 71.04 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-13T10:25:41.274Z] #19 71.14 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-05-13T10:25:41.274Z] #19 71.14 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:25:41.530Z] #19 71.15 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-13T10:25:43.104Z] #34 ... [2022-05-13T10:25:43.104Z] [2022-05-13T10:25:43.104Z] #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-13T10:25:43.104Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-13T10:25:43.104Z] #14 37.33 The following NEW packages will be installed: [2022-05-13T10:25:43.104Z] #14 37.37 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-13T10:25:43.104Z] #14 37.37 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-13T10:25:43.104Z] #14 37.37 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-13T10:25:43.104Z] #14 37.37 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-13T10:25:43.104Z] #14 37.37 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-13T10:25:43.104Z] #14 37.38 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-13T10:25:43.104Z] #14 37.38 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-13T10:25:43.104Z] #14 37.38 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-13T10:25:43.104Z] #14 37.38 mingw-w64-x86-64-dev [2022-05-13T10:25:43.104Z] #14 37.80 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:25:43.104Z] #14 37.80 Need to get 115 MB of archives. [2022-05-13T10:25:43.104Z] #14 37.80 After this operation, 645 MB of additional disk space will be used. [2022-05-13T10:25:43.104Z] #14 37.80 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-13T10:25:43.104Z] #14 37.90 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-13T10:25:43.104Z] #14 38.07 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-05-13T10:25:43.104Z] #14 38.11 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-13T10:25:43.104Z] #14 38.11 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-13T10:25:43.104Z] #14 38.11 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-13T10:25:43.104Z] #14 38.39 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-13T10:25:43.104Z] #14 38.58 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-13T10:25:43.104Z] #14 38.58 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-13T10:25:43.104Z] #14 39.22 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-13T10:25:43.104Z] #14 40.49 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-13T10:25:43.104Z] #14 41.10 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-13T10:25:43.104Z] #14 41.88 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-13T10:25:43.104Z] #14 43.34 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-13T10:25:43.104Z] #14 43.89 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-13T10:25:43.104Z] #14 43.89 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-13T10:25:43.104Z] #14 43.89 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-13T10:25:43.104Z] #14 43.90 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-13T10:25:43.104Z] #14 43.94 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-13T10:25:43.104Z] #14 43.94 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-05-13T10:25:43.104Z] #14 43.94 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-13T10:25:43.104Z] #14 43.94 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-13T10:25:43.104Z] #14 43.94 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-13T10:25:43.104Z] #14 43.95 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-13T10:25:43.104Z] #14 43.97 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-13T10:25:43.104Z] #14 43.97 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-13T10:25:43.104Z] #14 43.99 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-13T10:25:43.104Z] #14 44.00 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-13T10:25:43.104Z] #14 44.00 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-13T10:25:43.104Z] #14 44.00 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-13T10:25:43.104Z] #14 45.08 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:25:43.104Z] #14 45.29 Fetched 115 MB in 7s (17.4 MB/s) [2022-05-13T10:25:43.104Z] #14 45.39 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-13T10:25:43.104Z] #14 45.39 (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-13T10:25:43.104Z] #14 45.50 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-13T10:25:43.104Z] #14 45.50 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-13T10:25:43.104Z] #14 ... [2022-05-13T10:25:43.104Z] [2022-05-13T10:25:43.104Z] #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-13T10:25:43.104Z] #64 sha256:15a74b6862877f854e7e4ee6016192b37013475f19c1eb0fbb077ec7ad49986b [2022-05-13T10:25:43.104Z] #64 3.917 + RM_GOPATH=0 [2022-05-13T10:25:43.104Z] #64 3.917 + TMP_GOPATH= [2022-05-13T10:25:43.104Z] #64 3.917 + : /build [2022-05-13T10:25:43.104Z] #64 3.917 + '[' -z '' ']' [2022-05-13T10:25:43.104Z] #64 3.917 ++ mktemp -d [2022-05-13T10:25:43.104Z] #64 3.917 + export GOPATH=/tmp/tmp.IaYwW1Xfpf [2022-05-13T10:25:43.104Z] #64 3.917 + GOPATH=/tmp/tmp.IaYwW1Xfpf [2022-05-13T10:25:43.104Z] #64 3.917 + RM_GOPATH=1 [2022-05-13T10:25:43.104Z] #64 3.917 + case "$(go env GOARCH)" in [2022-05-13T10:25:43.104Z] #64 3.917 ++ go env GOARCH [2022-05-13T10:25:43.104Z] #64 3.941 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:25:43.104Z] #64 3.942 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:25:43.104Z] #64 3.942 ++ dirname /install.sh [2022-05-13T10:25:43.104Z] #64 3.949 + dir=/ [2022-05-13T10:25:43.104Z] #64 3.949 + bin=containerd [2022-05-13T10:25:43.104Z] #64 3.950 + shift [2022-05-13T10:25:43.104Z] #64 3.950 + '[' '!' -f //containerd.installer ']' [2022-05-13T10:25:43.104Z] #64 3.950 + . //containerd.installer [2022-05-13T10:25:43.104Z] #64 3.950 ++ set -e [2022-05-13T10:25:43.104Z] #64 3.953 ++ : v1.6.4 [2022-05-13T10:25:43.104Z] #64 3.954 + install_containerd [2022-05-13T10:25:43.104Z] #64 3.963 + echo 'Install containerd version v1.6.4' [2022-05-13T10:25:43.104Z] #64 3.965 Install containerd version v1.6.4 [2022-05-13T10:25:43.104Z] #64 3.966 + git clone https://github.com/containerd/containerd.git /tmp/tmp.IaYwW1Xfpf/src/github.com/containerd/containerd [2022-05-13T10:25:43.104Z] #64 3.981 Cloning into '/tmp/tmp.IaYwW1Xfpf/src/github.com/containerd/containerd'... [2022-05-13T10:25:46.398Z] #64 ... [2022-05-13T10:25:46.398Z] [2022-05-13T10:25:46.398Z] #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-13T10:25:46.398Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-13T10:25:46.398Z] #14 47.91 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-13T10:25:46.398Z] #14 47.93 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-13T10:25:46.398Z] #14 47.93 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-13T10:25:46.398Z] #14 50.37 Selecting previously unselected package binutils-mingw-w64. [2022-05-13T10:25:46.398Z] #14 50.39 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-13T10:25:46.398Z] #14 50.39 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-13T10:25:46.398Z] #14 50.52 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-13T10:25:46.398Z] #14 50.52 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-13T10:25:46.398Z] #14 50.53 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-13T10:25:46.398Z] #14 50.71 Selecting previously unselected package dmsetup. [2022-05-13T10:25:46.398Z] #14 50.71 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-13T10:25:46.398Z] #14 50.72 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-13T10:25:46.398Z] #14 50.92 Selecting previously unselected package mingw-w64-common. [2022-05-13T10:25:46.398Z] #14 50.92 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-13T10:25:46.398Z] #14 50.93 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-13T10:25:46.862Z] #19 75.90 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-05-13T10:25:46.862Z] #19 75.90 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-05-13T10:25:46.862Z] #19 75.90 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-13T10:25:46.862Z] #19 75.93 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-05-13T10:25:46.862Z] #19 75.93 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-05-13T10:25:46.862Z] #19 75.93 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-05-13T10:25:46.862Z] #19 76.10 Selecting previously unselected package libc6-dev-armhf-cross. [2022-05-13T10:25:46.863Z] #19 76.10 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-05-13T10:25:46.863Z] #19 76.10 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-05-13T10:25:46.863Z] #19 76.31 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-05-13T10:25:46.863Z] #19 76.31 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:46.863Z] #19 76.32 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-13T10:25:46.863Z] #19 76.56 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-05-13T10:25:46.863Z] #19 76.56 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:25:46.863Z] #19 76.57 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-13T10:25:48.939Z] #14 ... [2022-05-13T10:25:48.939Z] [2022-05-13T10:25:48.939Z] #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-13T10:25:48.939Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-13T10:25:48.939Z] #42 43.51 Selecting previously unselected package libicu67:amd64. [2022-05-13T10:25:48.939Z] #42 43.51 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-05-13T10:25:48.939Z] #42 43.53 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-13T10:25:48.939Z] #42 49.62 Selecting previously unselected package libxml2:amd64. [2022-05-13T10:25:48.939Z] #42 49.62 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-05-13T10:25:48.939Z] #42 49.63 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-13T10:25:48.939Z] #42 50.17 Selecting previously unselected package libarchive13:amd64. [2022-05-13T10:25:48.939Z] #42 50.17 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-13T10:25:48.939Z] #42 50.18 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-13T10:25:48.939Z] #42 50.48 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-13T10:25:48.939Z] #42 50.48 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-13T10:25:48.939Z] #42 50.49 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-13T10:25:48.939Z] #42 50.64 Selecting previously unselected package librhash0:amd64. [2022-05-13T10:25:48.939Z] #42 50.65 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-05-13T10:25:48.939Z] #42 50.65 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-13T10:25:48.939Z] #42 50.86 Selecting previously unselected package libuv1:amd64. [2022-05-13T10:25:48.939Z] #42 50.86 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-05-13T10:25:48.939Z] #42 50.87 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-13T10:25:48.939Z] #42 51.04 Selecting previously unselected package cmake. [2022-05-13T10:25:48.939Z] #42 51.07 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-13T10:25:48.939Z] #42 51.11 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-13T10:25:49.509Z] #42 ... [2022-05-13T10:25:49.509Z] [2022-05-13T10:25:49.509Z] #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-13T10:25:49.509Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-13T10:25:49.509Z] #53 54.33 gotestsum version dev [2022-05-13T10:25:50.080Z] #53 DONE 54.8s [2022-05-13T10:25:50.080Z] [2022-05-13T10:25:50.080Z] #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-13T10:25:50.080Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-13T10:25:50.080Z] #55 45.72 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-13T10:25:50.080Z] #55 45.72 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-13T10:25:50.080Z] #55 45.77 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-13T10:25:50.080Z] #55 45.83 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-13T10:25:50.080Z] #55 47.32 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-13T10:25:50.080Z] #55 47.32 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-13T10:25:50.080Z] #55 47.40 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-13T10:25:50.080Z] #55 47.51 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-13T10:25:50.080Z] #55 47.67 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-13T10:25:50.080Z] #55 47.67 go: downloading golang.org/x/text v0.3.7 [2022-05-13T10:25:50.080Z] #55 52.76 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-13T10:25:50.080Z] #55 52.83 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-13T10:25:50.080Z] #55 52.91 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-13T10:25:50.080Z] #55 52.98 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-13T10:25:50.080Z] #55 53.03 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-13T10:25:50.080Z] #55 53.05 go: downloading golang.org/x/mod v0.5.1 [2022-05-13T10:25:50.080Z] #55 53.09 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-13T10:25:50.080Z] #55 53.20 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-13T10:25:50.080Z] #55 53.23 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-13T10:25:50.080Z] #55 53.33 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-13T10:25:50.080Z] #55 53.36 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-13T10:25:50.080Z] #55 53.50 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-13T10:25:50.080Z] #55 53.95 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-13T10:25:50.080Z] #55 54.03 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-13T10:25:50.080Z] #55 54.39 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-13T10:25:50.080Z] #55 54.53 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-13T10:25:50.080Z] #55 54.54 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-13T10:25:50.080Z] #55 54.66 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-13T10:25:50.080Z] #55 54.67 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-13T10:25:50.080Z] #55 54.72 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-13T10:25:50.080Z] #55 54.75 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-13T10:25:50.080Z] #55 ... [2022-05-13T10:25:50.080Z] [2022-05-13T10:25:50.080Z] #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-13T10:25:50.080Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-13T10:25:50.080Z] #51 44.41 Selecting previously unselected package criu. [2022-05-13T10:25:50.081Z] #51 44.41 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-05-13T10:25:50.081Z] #51 44.41 Unpacking criu (3.17-1) ... [2022-05-13T10:25:50.081Z] #51 45.18 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-13T10:25:50.081Z] #51 47.16 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-05-13T10:25:50.081Z] #51 47.17 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-13T10:25:50.081Z] #51 47.19 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-13T10:25:50.081Z] #51 47.21 Setting up python3-six (1.16.0-2) ... [2022-05-13T10:25:50.081Z] #51 48.36 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-13T10:25:50.081Z] #51 48.42 Setting up python3-protobuf (3.12.4-1) ... [2022-05-13T10:25:50.081Z] #51 52.15 Setting up criu (3.17-1) ... [2022-05-13T10:25:50.081Z] #51 54.25 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:25:50.341Z] #51 ... [2022-05-13T10:25:50.341Z] [2022-05-13T10:25:50.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-13T10:25:50.341Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-13T10:25:50.341Z] #42 55.21 Setting up libicu67:amd64 (67.1-7) ... [2022-05-13T10:25:50.341Z] #42 55.21 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:25:50.601Z] #42 ... [2022-05-13T10:25:50.601Z] [2022-05-13T10:25:50.601Z] #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-13T10:25:50.601Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-13T10:25:50.601Z] #51 DONE 55.0s [2022-05-13T10:25:50.601Z] [2022-05-13T10:25:50.601Z] #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-13T10:25:50.601Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-13T10:25:50.601Z] #42 55.25 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-13T10:25:50.601Z] #42 55.25 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:25:50.601Z] #42 55.29 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-13T10:25:50.601Z] #42 55.38 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-13T10:25:50.601Z] #42 55.38 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-13T10:25:50.601Z] #42 55.38 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-13T10:25:50.601Z] #42 55.38 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-13T10:25:50.601Z] #42 55.41 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-13T10:25:50.601Z] #42 55.41 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:25:51.070Z] #14 ... [2022-05-13T10:25:51.070Z] [2022-05-13T10:25:51.070Z] #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-13T10:25:51.070Z] #64 sha256:2a68cb48695bb57c1562a6efa243296edd07282edd72e3b0f29d6ec9504f0894 [2022-05-13T10:25:51.070Z] #64 36.87 Updating files: 56% (2705/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: 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-13T10:25:51.070Z] #64 37.88 + cd /tmp/tmp.OzG7jpTiaD/src/github.com/containerd/containerd [2022-05-13T10:25:51.070Z] #64 37.88 + git checkout -q v1.6.4 [2022-05-13T10:25:51.161Z] #19 81.04 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-05-13T10:25:51.417Z] #19 81.04 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-05-13T10:25:51.417Z] #19 81.05 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-13T10:25:51.417Z] #19 81.07 Selecting previously unselected package crossbuild-essential-armhf. [2022-05-13T10:25:51.417Z] #19 81.07 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-05-13T10:25:51.417Z] #19 81.07 Unpacking crossbuild-essential-armhf (12.9) ... [2022-05-13T10:25:51.417Z] #19 81.10 Selecting previously unselected package libc6-ppc64el-cross. [2022-05-13T10:25:51.417Z] #19 81.10 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-05-13T10:25:51.417Z] #19 81.10 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-05-13T10:25:51.417Z] #19 81.26 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-05-13T10:25:51.417Z] #19 81.26 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:51.417Z] #19 81.26 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:25:51.417Z] #19 81.29 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-05-13T10:25:51.417Z] #19 81.29 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:51.417Z] #19 81.29 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:25:51.541Z] #42 DONE 56.1s [2022-05-13T10:25:51.541Z] [2022-05-13T10:25:51.541Z] #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-13T10:25:51.541Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-13T10:25:51.541Z] #14 56.01 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-13T10:25:51.541Z] #14 56.01 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-13T10:25:51.541Z] #14 56.12 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-13T10:25:51.715Z] #19 81.33 Selecting previously unselected package libitm1-ppc64el-cross. [2022-05-13T10:25:51.715Z] #19 81.33 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:51.715Z] #19 81.33 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:25:51.715Z] #19 81.36 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-05-13T10:25:51.715Z] #19 81.36 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:51.715Z] #19 81.36 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:25:51.715Z] #19 81.39 Selecting previously unselected package libasan6-ppc64el-cross. [2022-05-13T10:25:51.715Z] #19 81.39 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:51.715Z] #19 81.39 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:25:51.971Z] #19 81.63 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-05-13T10:25:51.971Z] #19 81.63 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:51.971Z] #19 81.63 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:25:51.971Z] #19 81.74 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-05-13T10:25:51.971Z] #19 81.74 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:52.227Z] #19 81.74 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:25:52.227Z] #19 81.97 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-05-13T10:25:52.227Z] #19 81.97 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:52.227Z] #19 81.97 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:25:52.484Z] #19 82.04 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-05-13T10:25:52.484Z] #19 82.04 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:52.484Z] #19 82.05 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:25:52.484Z] #19 82.15 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-05-13T10:25:52.484Z] #19 82.15 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:52.484Z] #19 82.15 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:25:52.484Z] #19 82.18 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-05-13T10:25:52.484Z] #19 82.19 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:52.484Z] #19 82.19 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:25:52.784Z] #19 82.36 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-05-13T10:25:52.784Z] #19 82.36 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:25:52.784Z] #19 82.36 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-13T10:25:52.924Z] #14 ... [2022-05-13T10:25:52.924Z] [2022-05-13T10:25:52.924Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-13T10:25:52.924Z] #43 sha256:08576a50fa6e8a0ab7d78970c4b315769a91d68ec26f644416f7e13c2c30e497 [2022-05-13T10:25:52.924Z] #43 DONE 1.2s [2022-05-13T10:25:52.924Z] [2022-05-13T10:25:52.924Z] #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-13T10:25:52.924Z] #44 sha256:8e06f2a4b366bdf0f98d6b3fcb71d07eec3a329a05266883f2c71162a374a2e4 [2022-05-13T10:25:53.613Z] #64 39.82 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-13T10:25:53.613Z] #64 39.82 + BUILDTAGS='netgo osusergo static_build' [2022-05-13T10:25:53.613Z] #64 39.82 + export EXTRA_FLAGS=-buildmode=pie [2022-05-13T10:25:53.613Z] #64 39.82 + EXTRA_FLAGS=-buildmode=pie [2022-05-13T10:25:53.613Z] #64 39.82 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-13T10:25:53.613Z] #64 39.82 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-13T10:25:53.613Z] #64 39.82 + '[' '' = dynamic ']' [2022-05-13T10:25:53.613Z] #64 39.82 + make [2022-05-13T10:25:54.996Z] #64 41.43 + bin/ctr [2022-05-13T10:25:57.041Z] #19 86.92 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-05-13T10:25:57.041Z] #19 86.92 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-13T10:25:57.296Z] #19 86.92 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-13T10:25:57.296Z] #19 86.94 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-05-13T10:25:57.296Z] #19 86.95 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-05-13T10:25:57.296Z] #19 86.95 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-05-13T10:25:57.552Z] #19 87.12 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-05-13T10:25:57.552Z] #19 87.12 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-05-13T10:25:57.552Z] #19 87.12 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-05-13T10:25:57.849Z] #19 87.46 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-05-13T10:25:57.849Z] #19 87.46 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:25:57.849Z] #19 87.46 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:25:58.105Z] #19 87.71 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-05-13T10:25:58.105Z] #19 87.72 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:25:58.105Z] #19 87.72 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-13T10:25:58.219Z] #44 4.843 + RM_GOPATH=0 [2022-05-13T10:25:58.219Z] #44 4.853 + TMP_GOPATH= [2022-05-13T10:25:58.219Z] #44 4.853 + : /build [2022-05-13T10:25:58.219Z] #44 4.853 + '[' -z '' ']' [2022-05-13T10:25:58.219Z] #44 4.853 ++ mktemp -d [2022-05-13T10:25:58.219Z] #44 4.885 Install tini version v0.19.0 [2022-05-13T10:25:58.219Z] #44 4.889 + export GOPATH=/tmp/tmp.LY6cMj6dsx [2022-05-13T10:25:58.219Z] #44 4.889 + GOPATH=/tmp/tmp.LY6cMj6dsx [2022-05-13T10:25:58.219Z] #44 4.889 + RM_GOPATH=1 [2022-05-13T10:25:58.219Z] #44 4.889 + case "$(go env GOARCH)" in [2022-05-13T10:25:58.219Z] #44 4.889 ++ go env GOARCH [2022-05-13T10:25:58.219Z] #44 4.889 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:25:58.219Z] #44 4.889 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:25:58.219Z] #44 4.889 ++ dirname /install.sh [2022-05-13T10:25:58.219Z] #44 4.889 + dir=/ [2022-05-13T10:25:58.219Z] #44 4.889 + bin=tini [2022-05-13T10:25:58.219Z] #44 4.889 + shift [2022-05-13T10:25:58.219Z] #44 4.889 + '[' '!' -f //tini.installer ']' [2022-05-13T10:25:58.219Z] #44 4.889 + . //tini.installer [2022-05-13T10:25:58.219Z] #44 4.889 ++ : v0.19.0 [2022-05-13T10:25:58.219Z] #44 4.889 + install_tini [2022-05-13T10:25:58.219Z] #44 4.889 + echo 'Install tini version v0.19.0' [2022-05-13T10:25:58.219Z] #44 4.889 + git clone https://github.com/krallin/tini.git /tmp/tmp.LY6cMj6dsx/tini [2022-05-13T10:25:58.219Z] #44 4.889 Cloning into '/tmp/tmp.LY6cMj6dsx/tini'... [2022-05-13T10:25:58.219Z] #44 5.570 + cd /tmp/tmp.LY6cMj6dsx/tini [2022-05-13T10:25:58.219Z] #44 5.570 + git checkout -q v0.19.0 [2022-05-13T10:25:58.479Z] #44 5.571 + cmake . [2022-05-13T10:25:58.740Z] #44 6.132 -- The C compiler identification is GNU 10.2.1 [2022-05-13T10:25:59.014Z] #44 6.252 -- Detecting C compiler ABI info [2022-05-13T10:25:59.614Z] #44 6.850 -- Detecting C compiler ABI info - done [2022-05-13T10:25:59.614Z] #44 6.941 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-13T10:25:59.614Z] #44 6.961 -- Detecting C compile features [2022-05-13T10:25:59.614Z] #44 6.961 -- Detecting C compile features - done [2022-05-13T10:25:59.881Z] #44 6.989 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-13T10:26:00.152Z] #44 7.276 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-13T10:26:00.152Z] #44 7.403 -- Configuring done [2022-05-13T10:26:00.152Z] #44 7.403 -- Generating done [2022-05-13T10:26:00.152Z] #44 7.442 -- Build files have been written to: /tmp/tmp.LY6cMj6dsx/tini [2022-05-13T10:26:00.152Z] #44 7.449 + make tini-static [2022-05-13T10:26:00.411Z] #44 ... [2022-05-13T10:26:00.411Z] [2022-05-13T10:26:00.411Z] #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-13T10:26:00.411Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-13T10:26:00.411Z] #55 55.12 go: downloading github.com/prometheus/common v0.10.0 [2022-05-13T10:26:00.411Z] #55 55.24 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-13T10:26:00.411Z] #55 55.40 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-13T10:26:00.411Z] #55 55.47 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-13T10:26:00.411Z] #55 56.74 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-13T10:26:00.670Z] #55 ... [2022-05-13T10:26:00.670Z] [2022-05-13T10:26:00.670Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-13T10:26:00.670Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-13T10:26:00.670Z] #14 61.14 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-13T10:26:00.670Z] #14 61.15 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:26:00.670Z] #14 61.16 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-13T10:26:00.670Z] #14 61.28 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-13T10:26:00.670Z] #14 61.28 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:26:00.670Z] #14 61.30 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-13T10:26:01.581Z] #64 ... [2022-05-13T10:26:01.581Z] [2022-05-13T10:26:01.581Z] #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-13T10:26:01.581Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-13T10:26:01.581Z] #14 66.46 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-13T10:26:01.581Z] #14 66.46 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-05-13T10:26:01.581Z] #14 66.48 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-13T10:26:01.581Z] #14 71.50 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-13T10:26:01.581Z] #14 71.52 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-05-13T10:26:01.581Z] #14 71.52 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-13T10:26:01.581Z] #14 76.73 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-13T10:26:01.581Z] #14 76.73 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-05-13T10:26:01.581Z] #14 76.74 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-13T10:26:02.329Z] #19 92.14 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-05-13T10:26:02.585Z] #19 92.14 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-13T10:26:02.585Z] #19 92.15 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-13T10:26:02.585Z] #19 92.17 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-05-13T10:26:02.585Z] #19 92.17 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-05-13T10:26:02.585Z] #19 92.18 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-05-13T10:26:02.585Z] #19 92.20 Selecting previously unselected package libc6-s390x-cross. [2022-05-13T10:26:02.585Z] #19 92.20 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-05-13T10:26:02.585Z] #19 92.21 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-05-13T10:26:02.585Z] #19 92.33 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-05-13T10:26:02.585Z] #19 92.33 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:26:02.585Z] #19 92.34 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-05-13T10:26:02.585Z] #19 92.37 Selecting previously unselected package libgomp1-s390x-cross. [2022-05-13T10:26:02.585Z] #19 92.37 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:26:02.585Z] #19 92.37 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-05-13T10:26:02.585Z] #19 92.40 Selecting previously unselected package libitm1-s390x-cross. [2022-05-13T10:26:02.841Z] #19 92.40 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:26:02.841Z] #19 92.40 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-05-13T10:26:02.841Z] #19 92.43 Selecting previously unselected package libatomic1-s390x-cross. [2022-05-13T10:26:02.841Z] #19 92.43 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:26:02.841Z] #19 92.44 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-05-13T10:26:02.841Z] #19 92.46 Selecting previously unselected package libasan6-s390x-cross. [2022-05-13T10:26:02.841Z] #19 92.46 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:26:02.841Z] #19 92.46 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-05-13T10:26:02.841Z] #19 92.69 Selecting previously unselected package libstdc++6-s390x-cross. [2022-05-13T10:26:03.097Z] #19 92.69 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:26:03.097Z] #19 92.69 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-05-13T10:26:03.097Z] #19 92.76 Selecting previously unselected package libubsan1-s390x-cross. [2022-05-13T10:26:03.097Z] #19 92.76 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:26:03.097Z] #19 92.77 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-05-13T10:26:03.097Z] #19 92.87 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-05-13T10:26:03.097Z] #19 92.87 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:26:03.097Z] #19 92.87 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-13T10:26:03.097Z] #19 92.97 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-05-13T10:26:03.208Z] #14 ... [2022-05-13T10:26:03.208Z] [2022-05-13T10:26:03.208Z] #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-13T10:26:03.208Z] #44 sha256:8e06f2a4b366bdf0f98d6b3fcb71d07eec3a329a05266883f2c71162a374a2e4 [2022-05-13T10:26:03.208Z] #44 7.864 Scanning dependencies of target tini-static [2022-05-13T10:26:03.208Z] #44 7.937 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-13T10:26:03.208Z] #44 9.065 [100%] Linking C executable tini-static [2022-05-13T10:26:03.208Z] #44 9.703 [100%] Built target tini-static [2022-05-13T10:26:03.208Z] #44 9.773 + mkdir -p /build [2022-05-13T10:26:03.208Z] #44 9.801 + cp tini-static /build/docker-init [2022-05-13T10:26:03.208Z] #44 DONE 10.4s [2022-05-13T10:26:03.208Z] [2022-05-13T10:26:03.208Z] #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-13T10:26:03.208Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-13T10:26:03.353Z] #19 92.97 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:26:03.353Z] #19 92.98 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-13T10:26:03.777Z] #14 68.48 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-13T10:26:03.777Z] #14 68.51 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:26:03.777Z] #14 68.51 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-13T10:26:07.560Z] #19 97.26 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-05-13T10:26:07.560Z] #19 97.27 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-13T10:26:07.560Z] #19 97.27 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-13T10:26:07.560Z] #19 97.29 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-05-13T10:26:07.560Z] #19 97.30 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-05-13T10:26:07.560Z] #19 97.30 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-05-13T10:26:07.815Z] #19 97.47 Selecting previously unselected package libc6-dev-s390x-cross. [2022-05-13T10:26:07.815Z] #19 97.47 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-05-13T10:26:07.815Z] #19 97.48 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-05-13T10:26:07.815Z] #19 97.70 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-05-13T10:26:08.072Z] #19 97.71 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-13T10:26:08.072Z] #19 97.71 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-13T10:26:08.369Z] #19 97.96 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-05-13T10:26:08.369Z] #19 97.96 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-13T10:26:08.369Z] #19 97.97 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-13T10:26:11.579Z] #14 86.32 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-13T10:26:11.579Z] #14 86.32 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-05-13T10:26:11.579Z] #14 86.33 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-13T10:26:12.623Z] #19 102.1 Selecting previously unselected package g++-s390x-linux-gnu. [2022-05-13T10:26:12.623Z] #19 102.1 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-13T10:26:12.623Z] #19 102.1 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-13T10:26:12.623Z] #19 102.2 Selecting previously unselected package crossbuild-essential-s390x. [2022-05-13T10:26:12.623Z] #19 102.2 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-05-13T10:26:12.623Z] #19 102.2 Unpacking crossbuild-essential-s390x (12.9) ... [2022-05-13T10:26:12.623Z] #19 102.2 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-05-13T10:26:12.623Z] #19 102.2 Setting up libfile-which-perl (1.23-1) ... [2022-05-13T10:26:12.623Z] #19 102.2 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-05-13T10:26:12.623Z] #19 102.2 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-05-13T10:26:12.623Z] #19 102.2 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-05-13T10:26:12.623Z] #19 102.3 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-13T10:26:12.623Z] #19 102.3 Setting up libicu67:amd64 (67.1-7) ... [2022-05-13T10:26:12.623Z] #19 102.3 Setting up libmagic-mgc (1:5.39-3) ... [2022-05-13T10:26:12.623Z] #19 102.3 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-05-13T10:26:12.623Z] #19 102.3 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-05-13T10:26:12.623Z] #19 102.3 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-05-13T10:26:12.623Z] #19 102.3 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-05-13T10:26:12.623Z] #19 102.3 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-05-13T10:26:12.623Z] #19 102.3 Setting up file (1:5.39-3) ... [2022-05-13T10:26:12.623Z] #19 102.3 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-05-13T10:26:12.623Z] #19 102.4 Setting up bzip2 (1.0.8-4) ... [2022-05-13T10:26:12.623Z] #19 102.4 Setting up libyaml-perl (1.30-1) ... [2022-05-13T10:26:12.623Z] #19 102.4 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-05-13T10:26:12.623Z] #19 102.4 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-05-13T10:26:12.623Z] #19 102.4 Setting up libio-string-perl (1.08-3.1) ... [2022-05-13T10:26:12.623Z] #19 102.4 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-05-13T10:26:12.623Z] #19 102.4 Setting up cross-config (2.6.18+nmu1) ... [2022-05-13T10:26:12.878Z] #19 102.5 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-13T10:26:12.878Z] #19 102.5 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-13T10:26:12.878Z] #19 102.5 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-05-13T10:26:12.878Z] #19 102.5 Setting up patch (2.7.6-7) ... [2022-05-13T10:26:12.878Z] #19 102.5 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-05-13T10:26:12.878Z] #19 102.6 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-05-13T10:26:12.878Z] #19 102.6 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:26:12.878Z] #19 102.6 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-05-13T10:26:12.878Z] #19 102.6 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-05-13T10:26:12.878Z] #19 102.6 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-05-13T10:26:12.878Z] #19 102.6 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:26:12.878Z] #19 102.6 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-05-13T10:26:12.878Z] #19 102.6 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-05-13T10:26:12.878Z] #19 102.6 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:26:12.878Z] #19 102.6 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-13T10:26:12.878Z] #19 102.7 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-05-13T10:26:12.878Z] #19 102.7 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-05-13T10:26:12.878Z] #19 102.7 Setting up libfile-homedir-perl (1.006-1) ... [2022-05-13T10:26:12.878Z] #19 102.7 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-05-13T10:26:12.878Z] #19 102.7 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-05-13T10:26:12.878Z] #19 102.7 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-13T10:26:13.134Z] #19 102.7 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.7 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-05-13T10:26:13.134Z] #19 102.7 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-13T10:26:13.134Z] #19 102.7 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.7 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.8 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.8 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.8 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.8 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.8 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.8 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.8 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.8 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.8 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-05-13T10:26:13.134Z] #19 102.8 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.9 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.9 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.9 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.9 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-05-13T10:26:13.134Z] #19 102.9 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.9 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.9 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.9 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-05-13T10:26:13.134Z] #19 102.9 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.9 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 102.9 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.134Z] #19 103.0 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-05-13T10:26:13.134Z] #19 103.0 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-05-13T10:26:13.433Z] #19 103.1 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-05-13T10:26:13.433Z] #19 103.2 [2022-05-13T10:26:13.433Z] #19 103.2 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-05-13T10:26:13.433Z] #19 103.2 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.433Z] #19 103.2 Setting up dpkg-dev (1.20.9) ... [2022-05-13T10:26:13.433Z] #19 103.3 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.433Z] #19 103.3 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-13T10:26:13.689Z] #19 103.3 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.689Z] #19 103.3 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.689Z] #19 103.3 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.689Z] #19 103.3 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.689Z] #19 103.3 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-13T10:26:13.689Z] #19 103.3 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.689Z] #19 103.4 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.689Z] #19 103.4 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.689Z] #19 103.4 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.689Z] #19 103.4 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-05-13T10:26:13.689Z] #19 103.4 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-05-13T10:26:13.689Z] #19 103.5 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-05-13T10:26:13.986Z] #19 103.6 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-05-13T10:26:13.986Z] #19 103.7 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-05-13T10:26:13.986Z] #19 103.7 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-13T10:26:13.986Z] #19 103.7 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-13T10:26:13.986Z] #19 103.7 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.986Z] #19 103.7 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-13T10:26:13.986Z] #19 103.7 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.986Z] #19 103.7 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.986Z] #19 103.8 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-13T10:26:13.986Z] #19 103.8 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-13T10:26:13.986Z] #19 103.8 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.986Z] #19 103.8 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.986Z] #19 103.8 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.986Z] #19 103.8 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.986Z] #19 103.8 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.986Z] #19 103.8 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-05-13T10:26:13.986Z] #19 103.8 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-13T10:26:13.986Z] #19 103.8 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-13T10:26:13.986Z] #19 103.9 Setting up libxml-simple-perl (2.25-1) ... [2022-05-13T10:26:13.986Z] #19 103.9 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-13T10:26:14.242Z] #19 103.9 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-13T10:26:14.242Z] #19 103.9 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-13T10:26:14.242Z] #19 103.9 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:26:14.242Z] #19 103.9 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-05-13T10:26:14.242Z] #19 103.9 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-13T10:26:14.242Z] #19 103.9 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-13T10:26:14.242Z] #19 103.9 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-13T10:26:14.242Z] #19 104.0 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-05-13T10:26:14.242Z] #19 104.0 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-13T10:26:14.242Z] #19 104.0 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-13T10:26:14.242Z] #19 104.0 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-13T10:26:14.242Z] #19 104.0 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-13T10:26:14.242Z] #19 104.0 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-13T10:26:14.242Z] #19 104.0 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-13T10:26:14.242Z] #19 104.0 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-05-13T10:26:14.242Z] #19 104.0 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-13T10:26:14.242Z] #19 104.0 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-13T10:26:14.242Z] #19 104.1 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-13T10:26:14.242Z] #19 104.1 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-13T10:26:14.242Z] #19 104.1 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-13T10:26:14.497Z] #19 104.1 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-13T10:26:14.497Z] #19 104.1 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-13T10:26:14.497Z] #19 104.1 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-13T10:26:14.497Z] #19 104.2 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-13T10:26:14.497Z] #19 104.2 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-05-13T10:26:14.497Z] #19 104.2 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-13T10:26:14.497Z] #19 104.2 Setting up crossbuild-essential-armel (12.9) ... [2022-05-13T10:26:14.497Z] #19 104.2 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-13T10:26:14.497Z] #19 104.2 Setting up crossbuild-essential-armhf (12.9) ... [2022-05-13T10:26:14.497Z] #19 104.2 Setting up crossbuild-essential-arm64 (12.9) ... [2022-05-13T10:26:14.497Z] #19 104.3 Setting up crossbuild-essential-s390x (12.9) ... [2022-05-13T10:26:14.497Z] #19 104.3 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-05-13T10:26:14.497Z] #19 104.3 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:26:15.781Z] #14 91.42 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-13T10:26:15.781Z] #14 91.42 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-13T10:26:15.781Z] #14 91.43 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-13T10:26:15.781Z] #14 91.55 Selecting previously unselected package libapparmor1:arm64. [2022-05-13T10:26:15.781Z] #14 91.56 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-05-13T10:26:15.781Z] #14 91.57 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-05-13T10:26:15.781Z] #14 91.67 Selecting previously unselected package libapparmor-dev:arm64. [2022-05-13T10:26:15.781Z] #14 91.68 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-05-13T10:26:15.781Z] #14 91.68 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-05-13T10:26:15.781Z] #14 91.80 Selecting previously unselected package libbtrfs0:arm64. [2022-05-13T10:26:15.781Z] #14 91.80 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-05-13T10:26:15.781Z] #14 91.80 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-05-13T10:26:15.903Z] #19 DONE 105.7s [2022-05-13T10:26:16.041Z] #14 91.93 Selecting previously unselected package libbtrfs-dev:arm64. [2022-05-13T10:26:16.041Z] #14 91.97 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-05-13T10:26:16.041Z] #14 91.98 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-05-13T10:26:16.161Z] [2022-05-13T10:26:16.161Z] #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-13T10:26:16.161Z] #49 sha256:dcf46e25fcf51c3262bd462f56d6beec9a737f6358b1cf662f296adcecda9132 [2022-05-13T10:26:16.161Z] #49 ... [2022-05-13T10:26:16.161Z] [2022-05-13T10:26:16.161Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-13T10:26:16.161Z] #32 sha256:e5eab2804a43712626e2e18c35e7dec3c2d6ee8a5cde4a90a4f0301cc66425cc [2022-05-13T10:26:16.161Z] #32 DONE 0.1s [2022-05-13T10:26:16.161Z] [2022-05-13T10:26:16.161Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-13T10:26:16.161Z] #73 sha256:7c6d59946f61e5b384ab96dc391f7f146052c77dda85304b0b4546258653b72d [2022-05-13T10:26:16.161Z] #73 DONE 0.2s [2022-05-13T10:26:16.300Z] #14 92.15 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-05-13T10:26:16.300Z] #14 92.15 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-05-13T10:26:16.300Z] #14 92.16 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-05-13T10:26:16.300Z] #14 92.25 Selecting previously unselected package libudev-dev:arm64. [2022-05-13T10:26:16.300Z] #14 92.26 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ... [2022-05-13T10:26:16.300Z] #14 92.27 Unpacking libudev-dev:arm64 (247.3-7) ... [2022-05-13T10:26:16.300Z] #14 ... [2022-05-13T10:26:16.300Z] [2022-05-13T10:26:16.300Z] #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-13T10:26:16.300Z] #67 sha256:67f7416cd90e7516d0086099c42d653784b554f05a08cbbf3152dad80df894f6 [2022-05-13T10:26:16.300Z] #67 92.05 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-13T10:26:16.300Z] #67 92.05 + GOBIN=/build [2022-05-13T10:26:16.461Z] [2022-05-13T10:26:16.461Z] #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-13T10:26:16.461Z] #74 sha256:58b8841d3dda3527df9540aaf4f73f5dfe314c1d2d5649ae2e93c569d0d2616d [2022-05-13T10:26:16.560Z] #67 92.05 + GO111MODULE=on [2022-05-13T10:26:16.560Z] #67 92.05 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-13T10:26:17.431Z] #74 1.220 + RM_GOPATH=0 [2022-05-13T10:26:17.431Z] #74 1.220 + TMP_GOPATH= [2022-05-13T10:26:17.431Z] #74 1.220 + : /build [2022-05-13T10:26:17.431Z] #74 1.220 + '[' -z '' ']' [2022-05-13T10:26:17.431Z] #74 1.220 ++ mktemp -d [2022-05-13T10:26:17.431Z] #74 1.220 + export GOPATH=/tmp/tmp.dHitwudr3A [2022-05-13T10:26:17.431Z] #74 1.220 + GOPATH=/tmp/tmp.dHitwudr3A [2022-05-13T10:26:17.431Z] #74 1.220 + RM_GOPATH=1 [2022-05-13T10:26:17.431Z] #74 1.220 + case "$(go env GOARCH)" in [2022-05-13T10:26:17.431Z] #74 1.220 ++ go env GOARCH [2022-05-13T10:26:17.431Z] #74 1.223 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:26:17.431Z] #74 1.223 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:26:17.431Z] #74 1.223 ++ dirname /install.sh [2022-05-13T10:26:17.431Z] #74 1.225 + dir=/ [2022-05-13T10:26:17.431Z] #74 1.225 + bin=rootlesskit [2022-05-13T10:26:17.431Z] #74 1.225 + shift [2022-05-13T10:26:17.431Z] #74 1.225 + '[' '!' -f //rootlesskit.installer ']' [2022-05-13T10:26:17.431Z] #74 1.225 + . //rootlesskit.installer [2022-05-13T10:26:17.431Z] #74 1.225 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-13T10:26:17.431Z] #74 1.225 + install_rootlesskit [2022-05-13T10:26:17.431Z] #74 1.225 + case "$1" in [2022-05-13T10:26:17.431Z] #74 1.225 + export CGO_ENABLED=0 [2022-05-13T10:26:17.431Z] #74 1.225 + CGO_ENABLED=0 [2022-05-13T10:26:17.431Z] #74 1.225 + _install_rootlesskit [2022-05-13T10:26:17.431Z] #74 1.227 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-13T10:26:17.431Z] #74 1.228 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-13T10:26:17.431Z] #74 1.228 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-13T10:26:17.431Z] #74 1.228 + GOBIN=/build [2022-05-13T10:26:17.431Z] #74 1.228 + GO111MODULE=on [2022-05-13T10:26:17.431Z] #74 1.232 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-13T10:26:18.034Z] #74 1.645 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-13T10:26:18.672Z] #14 81.05 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-13T10:26:18.672Z] #14 81.05 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:26:18.672Z] #14 81.06 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-13T10:26:18.962Z] #74 2.832 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-13T10:26:18.962Z] #74 2.844 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-13T10:26:19.217Z] #74 3.090 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-13T10:26:19.612Z] #14 ... [2022-05-13T10:26:19.612Z] [2022-05-13T10:26:19.612Z] #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-13T10:26:19.612Z] #64 sha256:15a74b6862877f854e7e4ee6016192b37013475f19c1eb0fbb077ec7ad49986b [2022-05-13T10:26:19.860Z] #67 ... [2022-05-13T10:26:19.860Z] [2022-05-13T10:26:19.860Z] #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-13T10:26:19.860Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-13T10:26:19.860Z] #14 92.43 Selecting previously unselected package libsepol1-dev:arm64. [2022-05-13T10:26:19.860Z] #14 92.43 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-05-13T10:26:19.860Z] #14 92.44 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-05-13T10:26:19.860Z] #14 92.70 Selecting previously unselected package libpcre2-16-0:arm64. [2022-05-13T10:26:19.860Z] #14 92.71 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-05-13T10:26:19.860Z] #14 92.72 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-05-13T10:26:19.860Z] #14 92.85 Selecting previously unselected package libpcre2-32-0:arm64. [2022-05-13T10:26:19.860Z] #14 92.86 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-05-13T10:26:19.860Z] #14 92.86 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-05-13T10:26:19.860Z] #14 93.01 Selecting previously unselected package libpcre2-posix2:arm64. [2022-05-13T10:26:19.860Z] #14 93.04 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-05-13T10:26:19.860Z] #14 93.05 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-05-13T10:26:19.860Z] #14 93.12 Selecting previously unselected package libpcre2-dev:arm64. [2022-05-13T10:26:19.860Z] #14 93.12 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-05-13T10:26:19.860Z] #14 93.14 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-05-13T10:26:19.860Z] #14 93.49 Selecting previously unselected package libselinux1-dev:arm64. [2022-05-13T10:26:19.860Z] #14 93.49 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-05-13T10:26:19.860Z] #14 93.50 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-05-13T10:26:19.860Z] #14 93.68 Selecting previously unselected package libdevmapper-dev:arm64. [2022-05-13T10:26:19.860Z] #14 93.69 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-05-13T10:26:19.860Z] #14 93.69 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-05-13T10:26:19.860Z] #14 93.79 Selecting previously unselected package libseccomp-dev:arm64. [2022-05-13T10:26:19.860Z] #14 93.81 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-05-13T10:26:19.860Z] #14 93.82 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-05-13T10:26:19.860Z] #14 93.95 Selecting previously unselected package libsystemd-dev:arm64. [2022-05-13T10:26:19.860Z] #14 93.98 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ... [2022-05-13T10:26:19.860Z] #14 93.99 Unpacking libsystemd-dev:arm64 (247.3-7) ... [2022-05-13T10:26:19.860Z] #14 94.49 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-05-13T10:26:19.860Z] #14 94.50 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-05-13T10:26:19.860Z] #14 94.51 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-13T10:26:19.860Z] #14 94.52 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-05-13T10:26:19.860Z] #14 94.53 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-13T10:26:19.860Z] #14 94.54 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-05-13T10:26:19.860Z] #14 94.55 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-05-13T10:26:19.860Z] #14 94.56 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-05-13T10:26:19.860Z] #14 94.57 Setting up libudev-dev:arm64 (247.3-7) ... [2022-05-13T10:26:19.860Z] #14 94.59 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-05-13T10:26:19.860Z] #14 94.60 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-13T10:26:19.860Z] #14 94.61 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-05-13T10:26:19.860Z] #14 94.62 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-13T10:26:19.860Z] #14 94.63 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-05-13T10:26:19.860Z] #14 94.65 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-13T10:26:19.860Z] #14 94.66 Setting up libsystemd-dev:arm64 (247.3-7) ... [2022-05-13T10:26:19.860Z] #14 94.67 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-13T10:26:19.860Z] #14 94.68 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-05-13T10:26:19.860Z] #14 94.69 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-05-13T10:26:19.860Z] #14 94.70 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-13T10:26:19.860Z] #14 94.72 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-13T10:26:19.860Z] #14 94.73 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-05-13T10:26:19.860Z] #14 94.74 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-13T10:26:19.860Z] #14 94.77 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-13T10:26:19.860Z] #14 94.77 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-13T10:26:19.860Z] #14 94.78 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-13T10:26:19.860Z] #14 94.79 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-13T10:26:19.860Z] #14 94.80 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-13T10:26:19.860Z] #14 94.82 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-13T10:26:19.860Z] #14 94.83 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-05-13T10:26:19.860Z] #14 94.84 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-13T10:26:19.860Z] #14 94.86 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-05-13T10:26:19.860Z] #14 94.87 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-05-13T10:26:19.860Z] #14 94.89 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:26:19.860Z] #14 DONE 95.4s [2022-05-13T10:26:19.860Z] [2022-05-13T10:26:19.860Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-13T10:26:19.860Z] #59 sha256:bb267fc2e2a09c36d3f10355be6257297eb2542eebb345c3721fdf4e4a96270b [2022-05-13T10:26:19.860Z] #59 DONE 0.2s [2022-05-13T10:26:19.860Z] [2022-05-13T10:26:19.860Z] #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-13T10:26:19.860Z] #60 sha256:0b5ceaa5a576d7ede18682f284f0158a438c476e97ffbbd5a15989f697b42661 [2022-05-13T10:26:20.312Z] #60 0.788 + RM_GOPATH=0 [2022-05-13T10:26:20.313Z] #60 0.788 + TMP_GOPATH= [2022-05-13T10:26:20.313Z] #60 0.788 + : /build [2022-05-13T10:26:20.313Z] #60 0.788 + '[' -z '' ']' [2022-05-13T10:26:20.313Z] #60 0.789 ++ mktemp -d [2022-05-13T10:26:20.313Z] #60 0.797 + export GOPATH=/tmp/tmp.tudXyLy7NZ [2022-05-13T10:26:20.313Z] #60 0.797 + GOPATH=/tmp/tmp.tudXyLy7NZ [2022-05-13T10:26:20.313Z] #60 0.812 + RM_GOPATH=1 [2022-05-13T10:26:20.580Z] #60 ... [2022-05-13T10:26:20.580Z] [2022-05-13T10:26:20.580Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-13T10:26:20.580Z] #15 sha256:6a66e61461d37e1fe91bfb93d186ca475e1d8978d399d6c704c5125017bb2621 [2022-05-13T10:26:20.580Z] #15 DONE 1.1s [2022-05-13T10:26:20.580Z] [2022-05-13T10:26:20.580Z] #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-13T10:26:20.580Z] #60 sha256:0b5ceaa5a576d7ede18682f284f0158a438c476e97ffbbd5a15989f697b42661 [2022-05-13T10:26:20.580Z] #60 0.812 + case "$(go env GOARCH)" in [2022-05-13T10:26:20.580Z] #60 0.813 ++ go env GOARCH [2022-05-13T10:26:20.580Z] #60 0.821 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:26:20.580Z] #60 0.821 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:26:20.580Z] #60 0.829 ++ dirname /install.sh [2022-05-13T10:26:20.580Z] #60 0.841 + dir=/ [2022-05-13T10:26:20.580Z] #60 0.841 + bin=runc [2022-05-13T10:26:20.580Z] #60 0.841 + shift [2022-05-13T10:26:20.580Z] #60 0.841 + '[' '!' -f //runc.installer ']' [2022-05-13T10:26:20.580Z] #60 0.845 + . //runc.installer [2022-05-13T10:26:20.580Z] #60 0.845 ++ set -e [2022-05-13T10:26:20.580Z] #60 0.850 ++ : v1.1.2 [2022-05-13T10:26:20.580Z] #60 0.853 + install_runc [2022-05-13T10:26:20.580Z] #60 0.853 + RUNC_BUILDTAGS=seccomp [2022-05-13T10:26:20.580Z] #60 0.861 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-05-13T10:26:20.580Z] #60 0.861 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.tudXyLy7NZ/src/github.com/opencontainers/runc [2022-05-13T10:26:20.580Z] #60 0.861 Cloning into '/tmp/tmp.tudXyLy7NZ/src/github.com/opencontainers/runc'... [2022-05-13T10:26:20.580Z] #60 0.861 Install runc version v1.1.2 (build tags: seccomp) [2022-05-13T10:26:20.629Z] #74 4.326 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-13T10:26:20.820Z] #64 43.28 Updating files: 52% (2499/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: 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: 93% (4465/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-13T10:26:20.820Z] #64 44.47 + cd /tmp/tmp.IaYwW1Xfpf/src/github.com/containerd/containerd [2022-05-13T10:26:20.820Z] #64 44.47 + git checkout -q v1.6.4 [2022-05-13T10:26:20.886Z] #74 4.650 go: downloading github.com/google/uuid v1.3.0 [2022-05-13T10:26:20.886Z] #74 ... [2022-05-13T10:26:20.886Z] [2022-05-13T10:26:20.886Z] #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-13T10:26:20.886Z] #33 sha256:d9ccde45f164cf0496b8b5320deac4920a22b60be2fa14b46e170683ffbebede [2022-05-13T10:26:20.886Z] #33 1.271 + RM_GOPATH=0 [2022-05-13T10:26:20.886Z] #33 1.271 + TMP_GOPATH= [2022-05-13T10:26:20.886Z] #33 1.271 + : /build [2022-05-13T10:26:20.886Z] #33 1.271 + '[' -z '' ']' [2022-05-13T10:26:20.886Z] #33 1.271 ++ mktemp -d [2022-05-13T10:26:20.886Z] #33 1.271 + export GOPATH=/tmp/tmp.yXuY4tpU3X [2022-05-13T10:26:20.886Z] #33 1.271 + GOPATH=/tmp/tmp.yXuY4tpU3X [2022-05-13T10:26:20.886Z] #33 1.271 + RM_GOPATH=1 [2022-05-13T10:26:20.886Z] #33 1.271 + case "$(go env GOARCH)" in [2022-05-13T10:26:20.886Z] #33 1.271 ++ go env GOARCH [2022-05-13T10:26:20.886Z] #33 1.298 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:26:20.886Z] #33 1.298 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:26:20.886Z] #33 1.298 ++ dirname /install.sh [2022-05-13T10:26:20.886Z] #33 1.298 + dir=/ [2022-05-13T10:26:20.886Z] #33 1.298 + bin=dockercli [2022-05-13T10:26:20.886Z] #33 1.298 + shift [2022-05-13T10:26:20.886Z] #33 1.298 + '[' '!' -f //dockercli.installer ']' [2022-05-13T10:26:20.886Z] #33 1.298 + . //dockercli.installer [2022-05-13T10:26:20.886Z] #33 1.298 ++ : stable [2022-05-13T10:26:20.886Z] #33 1.298 ++ : 17.06.2-ce [2022-05-13T10:26:20.886Z] #33 1.298 + install_dockercli [2022-05-13T10:26:20.886Z] #33 1.298 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-13T10:26:20.886Z] #33 1.299 Install docker/cli version 17.06.2-ce from stable [2022-05-13T10:26:20.886Z] #33 1.309 ++ uname -m [2022-05-13T10:26:20.886Z] #33 1.310 + arch=x86_64 [2022-05-13T10:26:20.886Z] #33 1.312 + '[' x86_64 '!=' x86_64 ']' [2022-05-13T10:26:20.886Z] #33 1.312 + url=https://download.docker.com/linux/static [2022-05-13T10:26:20.886Z] #33 1.313 + tar -xz docker/docker [2022-05-13T10:26:20.886Z] #33 1.315 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-13T10:26:20.886Z] #33 4.605 + mkdir -p /build [2022-05-13T10:26:20.886Z] #33 4.606 + mv docker/docker /build/ [2022-05-13T10:26:20.886Z] #33 4.607 + rmdir docker [2022-05-13T10:26:20.886Z] #33 DONE 4.8s [2022-05-13T10:26:20.886Z] [2022-05-13T10:26:20.886Z] #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-13T10:26:20.886Z] #74 sha256:58b8841d3dda3527df9540aaf4f73f5dfe314c1d2d5649ae2e93c569d0d2616d [2022-05-13T10:26:20.886Z] #74 4.778 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-13T10:26:21.184Z] #74 4.951 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-13T10:26:21.184Z] #74 5.079 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-13T10:26:21.184Z] #74 5.089 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-13T10:26:21.488Z] #74 5.188 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-13T10:26:21.488Z] #74 5.378 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-13T10:26:21.488Z] #74 5.457 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-13T10:26:21.552Z] #60 ... [2022-05-13T10:26:21.552Z] [2022-05-13T10:26:21.552Z] #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-13T10:26:21.552Z] #16 sha256:cddff0b1a41f8042373a388be567b6755dfa47c288a62b4f8765f7bce22a56f0 [2022-05-13T10:26:21.552Z] #16 DONE 0.9s [2022-05-13T10:26:21.552Z] [2022-05-13T10:26:21.552Z] #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-13T10:26:21.552Z] #67 sha256:67f7416cd90e7516d0086099c42d653784b554f05a08cbbf3152dad80df894f6 [2022-05-13T10:26:21.552Z] #67 97.17 rootlesskit version 1.0.0 [2022-05-13T10:26:21.552Z] #67 97.19 Usage of /build/rootlesskit-docker-proxy: [2022-05-13T10:26:21.552Z] #67 97.19 -container-ip string [2022-05-13T10:26:21.552Z] #67 97.19 container ip [2022-05-13T10:26:21.552Z] #67 97.19 -container-port int [2022-05-13T10:26:21.552Z] #67 97.19 container port (default -1) [2022-05-13T10:26:21.552Z] #67 97.19 -host-ip string [2022-05-13T10:26:21.552Z] #67 97.19 host ip [2022-05-13T10:26:21.552Z] #67 97.19 -host-port int [2022-05-13T10:26:21.552Z] #67 97.19 host port (default -1) [2022-05-13T10:26:21.552Z] #67 97.19 -proto string [2022-05-13T10:26:21.552Z] #67 97.19 proxy protocol (default "tcp") [2022-05-13T10:26:21.743Z] #74 5.530 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-13T10:26:21.813Z] #67 DONE 97.3s [2022-05-13T10:26:21.813Z] [2022-05-13T10:26:21.813Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-13T10:26:21.813Z] #68 sha256:fd5979c368d4049aa4d9d4e54729edc148c5b752cb588b134b7599485e99bd62 [2022-05-13T10:26:21.813Z] #68 DONE 0.1s [2022-05-13T10:26:21.813Z] [2022-05-13T10:26:21.813Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-13T10:26:21.813Z] #69 sha256:fea38dd3d7991e6a1ced7db94a898755c8853fd183bc47685a31658c7744ff16 [2022-05-13T10:26:21.813Z] #69 DONE 0.1s [2022-05-13T10:26:21.813Z] [2022-05-13T10:26:21.813Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-13T10:26:21.813Z] #17 sha256:8cfc23673e2891053a5de098a28948053a6a927e58f6be711a61030e8de63d18 [2022-05-13T10:26:22.383Z] #17 1.117 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-13T10:26:22.717Z] #74 6.465 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-13T10:26:22.730Z] #64 46.13 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-13T10:26:22.730Z] #64 46.13 + BUILDTAGS='netgo osusergo static_build' [2022-05-13T10:26:22.730Z] #64 46.13 + export EXTRA_FLAGS=-buildmode=pie [2022-05-13T10:26:22.730Z] #64 46.13 + EXTRA_FLAGS=-buildmode=pie [2022-05-13T10:26:22.730Z] #64 46.13 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-13T10:26:22.730Z] #64 46.13 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-13T10:26:22.730Z] #64 46.13 + '[' '' = dynamic ']' [2022-05-13T10:26:22.730Z] #64 46.13 + make [2022-05-13T10:26:22.954Z] #17 DONE 1.3s [2022-05-13T10:26:22.954Z] [2022-05-13T10:26:22.954Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-13T10:26:22.954Z] #18 sha256:2a502440bd509d7e9c441e6ac8600a5fde708d0176014326ed483f81815f0445 [2022-05-13T10:26:23.362Z] #74 ... [2022-05-13T10:26:23.362Z] [2022-05-13T10:26:23.362Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-13T10:26:23.362Z] #37 sha256:4cf3ed475b4a84c2718671f2bedd7a782731c5271f2b3eaccf00f5b3eb788954 [2022-05-13T10:26:23.362Z] #37 CACHED [2022-05-13T10:26:23.362Z] [2022-05-13T10:26:23.362Z] #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-13T10:26:23.362Z] #36 sha256:87b36cc280fe638d7ef5f20bb22729024d374f203f2bcca845213957d578aa99 [2022-05-13T10:26:23.362Z] #36 CACHED [2022-05-13T10:26:23.362Z] [2022-05-13T10:26:23.362Z] #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-13T10:26:23.362Z] #38 sha256:a270166153fc5b5b36c4ef508fbca2f2a88dca2c7283708f97b2124167b2cda1 [2022-05-13T10:26:23.362Z] #38 CACHED [2022-05-13T10:26:23.362Z] [2022-05-13T10:26:23.362Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-13T10:26:23.362Z] #40 sha256:13bbbf3faff18723d09a20753ca4c0d8c0ef84f05bf2eaee8859a47cbac48283 [2022-05-13T10:26:23.362Z] #40 CACHED [2022-05-13T10:26:23.362Z] [2022-05-13T10:26:23.362Z] #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-13T10:26:23.362Z] #41 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-13T10:26:23.362Z] #41 CACHED [2022-05-13T10:26:23.362Z] [2022-05-13T10:26:23.362Z] #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-13T10:26:23.362Z] #43 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-13T10:26:23.362Z] #43 CACHED [2022-05-13T10:26:23.362Z] [2022-05-13T10:26:23.363Z] #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-13T10:26:23.363Z] #45 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-13T10:26:23.363Z] #45 CACHED [2022-05-13T10:26:23.363Z] [2022-05-13T10:26:23.363Z] #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-13T10:26:23.363Z] #47 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-13T10:26:23.363Z] #47 CACHED [2022-05-13T10:26:23.618Z] [2022-05-13T10:26:23.618Z] #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-13T10:26:23.618Z] #49 sha256:dcf46e25fcf51c3262bd462f56d6beec9a737f6358b1cf662f296adcecda9132 [2022-05-13T10:26:23.618Z] #49 1.237 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-13T10:26:23.618Z] #49 1.237 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-13T10:26:23.618Z] #49 1.397 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-13T10:26:23.618Z] #49 1.558 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-13T10:26:23.618Z] #49 1.661 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-13T10:26:23.618Z] #49 1.843 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-13T10:26:23.618Z] #49 2.226 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-13T10:26:23.618Z] #49 2.639 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-13T10:26:23.618Z] #49 3.090 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [128 kB] [2022-05-13T10:26:23.618Z] #49 3.113 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-13T10:26:23.618Z] #49 3.115 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-13T10:26:23.618Z] #49 3.135 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [146 kB] [2022-05-13T10:26:23.618Z] #49 3.136 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [139 kB] [2022-05-13T10:26:23.618Z] #49 3.358 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-13T10:26:23.618Z] #49 3.365 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-13T10:26:23.618Z] #49 3.366 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-13T10:26:23.618Z] #49 3.372 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-13T10:26:23.618Z] #49 3.373 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-13T10:26:23.895Z] #18 DONE 0.9s [2022-05-13T10:26:23.895Z] [2022-05-13T10:26:23.895Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-13T10:26:23.895Z] #19 sha256:f13ca9b3dc5f79702ae6103113604fb4f09c28b552f564ac163a964ab7cd6d0c [2022-05-13T10:26:24.156Z] #19 DONE 0.7s [2022-05-13T10:26:24.156Z] [2022-05-13T10:26:24.156Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-05-13T10:26:24.156Z] #20 sha256:419a6cb0d09529d3cc0de1f3e165e33742904f4d507cc538365435686264ae60 [2022-05-13T10:26:24.639Z] #64 47.97 + bin/ctr [2022-05-13T10:26:25.097Z] #20 DONE 0.9s [2022-05-13T10:26:25.097Z] [2022-05-13T10:26:25.097Z] #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-13T10:26:25.097Z] #34 sha256:7a88afd923b19d050d9dd0e227619d715a737b594582b3ac5f00c781d01ccb0f [2022-05-13T10:26:25.359Z] #34 ... [2022-05-13T10:26:25.359Z] [2022-05-13T10:26:25.359Z] #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-13T10:26:25.359Z] #21 sha256:0d551b6de23a7dfa5dcf72febbe107504f20a7906bbab0031ad219e4b67dedb4 [2022-05-13T10:26:26.131Z] #49 ... [2022-05-13T10:26:26.131Z] [2022-05-13T10:26:26.131Z] #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-13T10:26:26.131Z] #69 sha256:894ed5e32f5f54327cd6940ec556196e401177905e84c61c62c1b9c55ad09bcd [2022-05-13T10:26:26.131Z] #69 1.827 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-13T10:26:26.131Z] #69 1.827 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-13T10:26:26.131Z] #69 1.827 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-13T10:26:26.131Z] #69 2.089 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-13T10:26:26.131Z] #69 2.397 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-13T10:26:26.131Z] #69 2.880 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-13T10:26:26.131Z] #69 3.402 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-13T10:26:26.131Z] #69 3.989 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-13T10:26:26.131Z] #69 4.496 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [139 kB] [2022-05-13T10:26:26.131Z] #69 4.500 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [128 kB] [2022-05-13T10:26:26.131Z] #69 4.505 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [146 kB] [2022-05-13T10:26:26.131Z] #69 4.510 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-13T10:26:26.131Z] #69 4.518 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-13T10:26:26.131Z] #69 4.736 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-13T10:26:26.131Z] #69 4.739 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-13T10:26:26.131Z] #69 4.740 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-13T10:26:26.131Z] #69 4.740 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-13T10:26:26.131Z] #69 4.741 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-13T10:26:26.131Z] #69 ... [2022-05-13T10:26:26.131Z] [2022-05-13T10:26:26.131Z] #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-13T10:26:26.131Z] #20 sha256:d5a6ee695fa28224a1dc282af0dd2426524d9c3f2f16e496b8b76a26d0991110 [2022-05-13T10:26:26.131Z] #20 1.846 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-13T10:26:26.131Z] #20 1.853 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-13T10:26:26.131Z] #20 1.853 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-13T10:26:26.131Z] #20 2.183 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-13T10:26:26.131Z] #20 2.653 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-13T10:26:26.131Z] #20 3.194 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-13T10:26:26.131Z] #20 3.713 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-13T10:26:26.131Z] #20 4.279 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-13T10:26:26.131Z] #20 4.737 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-13T10:26:26.131Z] #20 4.741 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-13T10:26:26.131Z] #20 4.752 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [128 kB] [2022-05-13T10:26:26.131Z] #20 4.754 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [139 kB] [2022-05-13T10:26:26.131Z] #20 4.755 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [146 kB] [2022-05-13T10:26:26.131Z] #20 4.878 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-13T10:26:26.131Z] #20 4.883 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-13T10:26:26.131Z] #20 4.894 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-13T10:26:26.131Z] #20 4.898 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-13T10:26:26.131Z] #20 4.899 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-13T10:26:26.300Z] #21 1.073 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-13T10:26:26.300Z] #21 1.104 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-13T10:26:26.300Z] #21 1.105 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-13T10:26:26.872Z] #21 1.579 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-13T10:26:28.254Z] #21 2.963 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-13T10:26:29.637Z] #21 4.470 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-13T10:26:30.416Z] #64 123.6 # github.com/containerd/containerd/cmd/containerd [2022-05-13T10:26:30.416Z] #64 123.6 /usr/bin/ld: /tmp/go-link-462122518/000019.o: in function `New': [2022-05-13T10:26:30.416Z] #64 123.6 /tmp/tmp.I7TGKMYkra/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-13T10:26:30.416Z] #64 123.7 + bin/containerd-stress [2022-05-13T10:26:30.416Z] #64 124.8 + bin/containerd-shim [2022-05-13T10:26:31.550Z] #21 6.307 Fetched 8417 kB in 6s (1526 kB/s) [2022-05-13T10:26:32.493Z] #21 6.307 Reading package lists... [2022-05-13T10:26:32.493Z] #21 ... [2022-05-13T10:26:32.493Z] [2022-05-13T10:26:32.493Z] #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-13T10:26:32.493Z] #26 sha256:f0930fe15de468d09e104234ac8f1374d458e85d991c2ca4c2f2137d3f8edb0a [2022-05-13T10:26:32.767Z] #64 ... [2022-05-13T10:26:32.767Z] [2022-05-13T10:26:32.767Z] #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-13T10:26:32.767Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-13T10:26:32.767Z] #14 86.59 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-13T10:26:32.767Z] #14 86.60 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:26:32.767Z] #14 86.61 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-13T10:26:32.767Z] #14 92.14 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-13T10:26:32.767Z] #14 92.14 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:26:32.767Z] #14 92.14 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-13T10:26:34.305Z] #20 ... [2022-05-13T10:26:34.305Z] [2022-05-13T10:26:34.305Z] #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-13T10:26:34.305Z] #49 sha256:dcf46e25fcf51c3262bd462f56d6beec9a737f6358b1cf662f296adcecda9132 [2022-05-13T10:26:34.305Z] #49 18.20 Fetched 40.5 MB in 17s (2388 kB/s) [2022-05-13T10:26:35.098Z] #26 108.3 Updating files: 26% (2975/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 45% (5140/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 78% (8913/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 82% (9360/11414) Updating files: 83% (9474/11414) Updating files: 84% (9588/11414) Updating files: 85% (9702/11414) Updating files: 86% (9817/11414) Updating files: 87% (9931/11414) Updating files: 88% (10045/11414) Updating files: 89% (10159/11414) Updating files: 90% (10273/11414) Updating files: 91% (10387/11414) Updating files: 92% (10501/11414) Updating files: 93% (10616/11414) Updating files: 94% (10730/11414) Updating files: 95% (10844/11414) [2022-05-13T10:26:35.098Z] #26 ... [2022-05-13T10:26:35.098Z] [2022-05-13T10:26:35.098Z] #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-13T10:26:35.098Z] #36 sha256:6b2313603dfe49978567da61e390dda24037664d5523a7909bc7a7339587e0ce [2022-05-13T10:26:35.098Z] #36 110.5 Delve is a source level debugger for Go programs. [2022-05-13T10:26:35.098Z] #36 110.5 [2022-05-13T10:26:35.098Z] #36 110.5 Delve enables you to interact with your program by controlling the execution of the process, [2022-05-13T10:26:35.098Z] #36 110.5 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-05-13T10:26:35.098Z] #36 110.5 [2022-05-13T10:26:35.098Z] #36 110.5 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-05-13T10:26:35.098Z] #36 110.5 [2022-05-13T10:26:35.098Z] #36 110.5 Pass flags to the program you are debugging using `--`, for example: [2022-05-13T10:26:35.098Z] #36 110.5 [2022-05-13T10:26:35.098Z] #36 110.5 `dlv exec ./hello -- server --config conf/config.toml` [2022-05-13T10:26:35.098Z] #36 110.5 [2022-05-13T10:26:35.098Z] #36 110.5 Usage: [2022-05-13T10:26:35.098Z] #36 110.5 dlv [command] [2022-05-13T10:26:35.098Z] #36 110.5 [2022-05-13T10:26:35.098Z] #36 110.5 Available Commands: [2022-05-13T10:26:35.098Z] #36 110.5 attach Attach to running process and begin debugging. [2022-05-13T10:26:35.098Z] #36 110.5 connect Connect to a headless debug server with a terminal client. [2022-05-13T10:26:35.098Z] #36 110.5 core Examine a core dump. [2022-05-13T10:26:35.098Z] #36 110.5 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-05-13T10:26:35.098Z] #36 110.5 debug Compile and begin debugging main package in current directory, or the package specified. [2022-05-13T10:26:35.098Z] #36 110.5 exec Execute a precompiled binary, and begin a debug session. [2022-05-13T10:26:35.098Z] #36 110.5 help Help about any command [2022-05-13T10:26:35.098Z] #36 110.5 run Deprecated command. Use 'debug' instead. [2022-05-13T10:26:35.098Z] #36 110.5 test Compile test binary and begin debugging program. [2022-05-13T10:26:35.098Z] #36 110.5 trace Compile and begin tracing program. [2022-05-13T10:26:35.098Z] #36 110.5 version Prints version. [2022-05-13T10:26:35.098Z] #36 110.5 [2022-05-13T10:26:35.098Z] #36 110.5 Flags: [2022-05-13T10:26:35.098Z] #36 110.5 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-05-13T10:26:35.098Z] #36 110.5 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-05-13T10:26:35.098Z] #36 110.5 --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-13T10:26:35.098Z] #36 110.5 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-05-13T10:26:35.098Z] #36 110.5 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-05-13T10:26:35.098Z] #36 110.5 --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-13T10:26:35.098Z] #36 110.5 --disable-aslr Disables address space randomization [2022-05-13T10:26:35.098Z] #36 110.5 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-05-13T10:26:35.098Z] #36 110.5 -h, --help help for dlv [2022-05-13T10:26:35.098Z] #36 110.5 --init string Init file, executed by the terminal client. [2022-05-13T10:26:35.098Z] #36 110.5 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-05-13T10:26:35.098Z] #36 110.5 --log Enable debugging server logging. [2022-05-13T10:26:35.098Z] #36 110.5 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-05-13T10:26:35.098Z] #36 110.5 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-05-13T10:26:35.098Z] #36 110.5 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-05-13T10:26:35.098Z] #36 110.5 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-05-13T10:26:35.098Z] #36 110.5 --wd string Working directory for running the program. [2022-05-13T10:26:35.098Z] #36 110.5 [2022-05-13T10:26:35.098Z] #36 110.5 Additional help topics: [2022-05-13T10:26:35.098Z] #36 110.5 dlv backend Help about the --backend flag. [2022-05-13T10:26:35.098Z] #36 110.5 dlv log Help about logging flags. [2022-05-13T10:26:35.098Z] #36 110.5 dlv redirect Help about file redirection. [2022-05-13T10:26:35.098Z] #36 110.5 [2022-05-13T10:26:35.098Z] #36 110.5 Use "dlv [command] --help" for more information about a command. [2022-05-13T10:26:35.098Z] #36 DONE 111.0s [2022-05-13T10:26:35.098Z] [2022-05-13T10:26:35.098Z] #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-13T10:26:35.098Z] #26 sha256:f0930fe15de468d09e104234ac8f1374d458e85d991c2ca4c2f2137d3f8edb0a [2022-05-13T10:26:35.361Z] #26 108.3 Updating files: 26% (2975/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 45% (5140/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 78% (8913/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 82% (9360/11414) Updating files: 83% (9474/11414) Updating files: 84% (9588/11414) Updating files: 85% (9702/11414) Updating files: 86% (9817/11414) Updating files: 87% (9931/11414) Updating files: 88% (10045/11414) Updating files: 89% (10159/11414) Updating files: 90% (10273/11414) Updating files: 91% (10387/11414) Updating files: 92% (10501/11414) Updating files: 93% (10616/11414) Updating files: 94% (10730/11414) Updating files: 95% (10844/11414) Updating files: 96% (10958/11414) Updating files: 97% (11072/11414) Updating files: 98% (11186/11414) Updating files: 99% (11300/11414) Updating files: 100% (11414/11414) Updating files: 100% (11414/11414), done. [2022-05-13T10:26:35.621Z] #26 111.1 + cd /tmp/tmp.rVBqhOjm2a/tmp/docker-ce [2022-05-13T10:26:35.621Z] #26 111.1 + git checkout -q v17.06.2-ce [2022-05-13T10:26:35.695Z] #64 135.8 + bin/containerd-shim-runc-v1 [2022-05-13T10:26:37.073Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-13T10:26:37.073Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-13T10:26:37.073Z] GOOS="" GOARCH="" GOARM="" [2022-05-13T10:26:37.073Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-13T10:26:37.073Z] [2022-05-13T10:26:37.073Z] + TEST_INTEGRATION_DEST=1 [2022-05-13T10:26:37.073Z] + CONTAINER_NAME=docker-pr3-1 [2022-05-13T10:26:37.073Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-05-13T10:26:37.073Z] + run_tests test-integration-flaky [2022-05-13T10:26:37.073Z] + '[' -n 0 ']' [2022-05-13T10:26:37.073Z] + rm= [2022-05-13T10:26:37.073Z] + c=0 [2022-05-13T10:26:37.073Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43269/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43269/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43269/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8e4b5db542e45b11e57c920876e3d80a37158567 hack/make.sh test-integration-flaky test-integration [2022-05-13T10:26:37.073Z] + TEST_INTEGRATION_DEST=3 [2022-05-13T10:26:37.073Z] + TEST_INTEGRATION_DEST=2 [2022-05-13T10:26:37.073Z] + CONTAINER_NAME=docker-pr3-2 [2022-05-13T10:26:37.073Z] + CONTAINER_NAME=docker-pr3-3 [2022-05-13T10:26:37.073Z] + TEST_SKIP_INTEGRATION=1 [2022-05-13T10:26:37.073Z] + TEST_SKIP_INTEGRATION=1 [2022-05-13T10:26:37.073Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-05-13T10:26:37.073Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-05-13T10:26:37.073Z] + run_tests [2022-05-13T10:26:37.073Z] + run_tests [2022-05-13T10:26:37.073Z] + '[' -n 0 ']' [2022-05-13T10:26:37.073Z] + '[' -n 0 ']' [2022-05-13T10:26:37.073Z] + rm= [2022-05-13T10:26:37.073Z] + rm= [2022-05-13T10:26:37.073Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43269/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43269/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43269/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8e4b5db542e45b11e57c920876e3d80a37158567 hack/make.sh '' test-integration [2022-05-13T10:26:37.073Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43269/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43269/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43269/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8e4b5db542e45b11e57c920876e3d80a37158567 hack/make.sh '' test-integration [2022-05-13T10:26:37.073Z] ++ jobs -p [2022-05-13T10:26:37.073Z] + for job in $(jobs -p) [2022-05-13T10:26:37.073Z] + wait 8895 [2022-05-13T10:26:37.073Z] [2022-05-13T10:26:37.073Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-13T10:26:37.073Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-13T10:26:37.073Z] HOSTNAME=39115128dbe1 [2022-05-13T10:26:37.073Z] TEST_SKIP_INTEGRATION=1 [2022-05-13T10:26:37.073Z] TESTDEBUG=0 [2022-05-13T10:26:37.073Z] DEST=bundles/test-integration [2022-05-13T10:26:37.073Z] PWD=/go/src/github.com/docker/docker [2022-05-13T10:26:37.073Z] KEEPBUNDLE=1 [2022-05-13T10:26:37.073Z] DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:26:37.073Z] container=docker [2022-05-13T10:26:37.073Z] HOME=/root [2022-05-13T10:26:37.073Z] GOLANG_VERSION=1.18.2 [2022-05-13T10:26:37.073Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-13T10:26:37.073Z] VALIDATE_BRANCH=master [2022-05-13T10:26:37.073Z] TERM=xterm [2022-05-13T10:26:37.073Z] DOCKER_PKG=github.com/docker/docker [2022-05-13T10:26:37.073Z] SHLVL=1 [2022-05-13T10:26:37.073Z] TIMEOUT=120m [2022-05-13T10:26:37.073Z] DOCKER_BUILDTAGS= journald [2022-05-13T10:26:37.073Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-13T10:26:37.073Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-05-13T10:26:37.073Z] GO111MODULE=off [2022-05-13T10:26:37.073Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-13T10:26:37.073Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-13T10:26:37.073Z] GOPATH=/go [2022-05-13T10:26:37.073Z] PKG_CONFIG=pkg-config [2022-05-13T10:26:37.073Z] _=/usr/bin/env [2022-05-13T10:26:37.073Z] Building test suite binary ./integration-cli/test.main [2022-05-13T10:26:37.073Z] [2022-05-13T10:26:37.073Z] [2022-05-13T10:26:37.073Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-05-13T10:26:37.073Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-13T10:26:37.073Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-13T10:26:37.073Z] HOSTNAME=87420c8e9f8e [2022-05-13T10:26:37.073Z] TEST_SKIP_INTEGRATION=1 [2022-05-13T10:26:37.073Z] TESTDEBUG=0 [2022-05-13T10:26:37.073Z] DEST=bundles/test-integration [2022-05-13T10:26:37.073Z] PWD=/go/src/github.com/docker/docker [2022-05-13T10:26:37.073Z] KEEPBUNDLE=1 [2022-05-13T10:26:37.073Z] DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:26:37.073Z] container=docker [2022-05-13T10:26:37.073Z] HOME=/root [2022-05-13T10:26:37.073Z] GOLANG_VERSION=1.18.2 [2022-05-13T10:26:37.073Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-13T10:26:37.073Z] VALIDATE_BRANCH=master [2022-05-13T10:26:37.073Z] TERM=xterm [2022-05-13T10:26:37.073Z] DOCKER_PKG=github.com/docker/docker [2022-05-13T10:26:37.073Z] SHLVL=1 [2022-05-13T10:26:37.073Z] TIMEOUT=120m [2022-05-13T10:26:37.073Z] DOCKER_BUILDTAGS= journald [2022-05-13T10:26:37.073Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-13T10:26:37.073Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-05-13T10:26:37.073Z] GO111MODULE=off [2022-05-13T10:26:37.073Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-13T10:26:37.073Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-13T10:26:37.073Z] GOPATH=/go [2022-05-13T10:26:37.073Z] PKG_CONFIG=pkg-config [2022-05-13T10:26:37.073Z] _=/usr/bin/env [2022-05-13T10:26:37.073Z] Building test suite binary ./integration-cli/test.main [2022-05-13T10:26:37.073Z] No new tests added to integration. [2022-05-13T10:26:37.073Z] [2022-05-13T10:26:37.073Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-13T10:26:37.073Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-13T10:26:37.073Z] HOSTNAME=016ce94e2d4f [2022-05-13T10:26:37.073Z] TESTDEBUG=0 [2022-05-13T10:26:37.073Z] DEST=bundles/test-integration [2022-05-13T10:26:37.073Z] PWD=/go/src/github.com/docker/docker [2022-05-13T10:26:37.073Z] KEEPBUNDLE=1 [2022-05-13T10:26:37.073Z] DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:26:37.073Z] container=docker [2022-05-13T10:26:37.073Z] HOME=/root [2022-05-13T10:26:37.073Z] GOLANG_VERSION=1.18.2 [2022-05-13T10:26:37.073Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-13T10:26:37.073Z] VALIDATE_BRANCH=master [2022-05-13T10:26:37.073Z] TERM=xterm [2022-05-13T10:26:37.073Z] DOCKER_PKG=github.com/docker/docker [2022-05-13T10:26:37.073Z] SHLVL=1 [2022-05-13T10:26:37.073Z] TIMEOUT=120m [2022-05-13T10:26:37.073Z] DOCKER_BUILDTAGS= journald [2022-05-13T10:26:37.073Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-13T10:26:37.073Z] GO111MODULE=off [2022-05-13T10:26:37.073Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-13T10:26:37.073Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-13T10:26:37.073Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-13T10:26:37.073Z] GOPATH=/go [2022-05-13T10:26:37.073Z] PKG_CONFIG=pkg-config [2022-05-13T10:26:37.073Z] _=/usr/bin/env [2022-05-13T10:26:37.073Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-13T10:26:38.917Z] #26 114.0 + mkdir -p /tmp/tmp.rVBqhOjm2a/src/github.com/docker [2022-05-13T10:26:38.917Z] #26 114.0 + mv components/cli /tmp/tmp.rVBqhOjm2a/src/github.com/docker/cli [2022-05-13T10:26:38.917Z] #26 114.0 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-05-13T10:26:39.486Z] #26 ... [2022-05-13T10:26:39.486Z] [2022-05-13T10:26:39.486Z] #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-13T10:26:39.486Z] #60 sha256:0b5ceaa5a576d7ede18682f284f0158a438c476e97ffbbd5a15989f697b42661 [2022-05-13T10:26:39.486Z] #60 9.717 + cd /tmp/tmp.tudXyLy7NZ/src/github.com/opencontainers/runc [2022-05-13T10:26:39.486Z] #60 9.717 + git checkout -q v1.1.2 [2022-05-13T10:26:39.486Z] #60 10.02 + '[' -z '' ']' [2022-05-13T10:26:39.486Z] #60 10.02 + target=static [2022-05-13T10:26:39.486Z] #60 10.02 + make BUILDTAGS=seccomp static [2022-05-13T10:26:39.486Z] #60 10.49 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-13T10:26:39.486Z] #60 ... [2022-05-13T10:26:39.486Z] [2022-05-13T10:26:39.486Z] #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-13T10:26:39.486Z] #21 sha256:0d551b6de23a7dfa5dcf72febbe107504f20a7906bbab0031ad219e4b67dedb4 [2022-05-13T10:26:39.486Z] #21 6.307 Reading package lists... [2022-05-13T10:26:39.486Z] #21 9.044 Reading package lists... [2022-05-13T10:26:39.486Z] #21 11.63 Building dependency tree... [2022-05-13T10:26:39.486Z] #21 13.21 The following additional packages will be installed: [2022-05-13T10:26:39.486Z] #21 13.22 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-13T10:26:39.486Z] #21 13.22 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-13T10:26:39.486Z] #21 13.22 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-13T10:26:39.486Z] #21 13.22 python3-pkg-resources vim-runtime xxd [2022-05-13T10:26:39.486Z] #21 13.22 Suggested packages: [2022-05-13T10:26:39.486Z] #21 13.22 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-13T10:26:39.486Z] #21 13.22 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-13T10:26:39.486Z] #21 13.22 acl attr quota [2022-05-13T10:26:39.486Z] #21 13.22 Recommended packages: [2022-05-13T10:26:39.486Z] #21 13.22 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-13T10:26:39.486Z] #21 14.27 The following NEW packages will be installed: [2022-05-13T10:26:39.486Z] #21 14.28 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-13T10:26:39.486Z] #21 14.28 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-13T10:26:39.486Z] #21 14.28 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-13T10:26:39.486Z] #21 14.28 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-13T10:26:39.486Z] #21 14.28 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-13T10:26:39.486Z] #21 14.28 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-13T10:26:39.486Z] #21 14.28 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-13T10:26:39.486Z] #21 14.28 xz-utils zip zstd [2022-05-13T10:26:39.746Z] #21 14.60 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:26:39.746Z] #21 14.60 Need to get 27.0 MB of archives. [2022-05-13T10:26:39.746Z] #21 14.60 After this operation, 105 MB of additional disk space will be used. [2022-05-13T10:26:39.746Z] #21 14.60 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-05-13T10:26:39.746Z] #21 14.61 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-05-13T10:26:39.746Z] #21 14.61 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-05-13T10:26:39.746Z] #21 14.61 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-05-13T10:26:39.746Z] #21 14.62 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-05-13T10:26:39.746Z] #21 14.62 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-05-13T10:26:39.746Z] #21 14.62 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-05-13T10:26:39.746Z] #21 14.62 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-05-13T10:26:39.746Z] #21 14.63 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-13T10:26:39.746Z] #21 14.64 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-13T10:26:39.746Z] #21 14.65 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-05-13T10:26:39.746Z] #21 14.66 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-05-13T10:26:39.746Z] #21 14.66 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] [2022-05-13T10:26:39.746Z] #21 14.66 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-05-13T10:26:39.746Z] #21 14.67 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-05-13T10:26:39.746Z] #21 14.68 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-05-13T10:26:39.746Z] #21 14.68 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-05-13T10:26:39.746Z] #21 14.68 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-05-13T10:26:39.746Z] #21 14.69 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-05-13T10:26:39.746Z] #21 14.69 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-05-13T10:26:39.746Z] #21 14.69 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-05-13T10:26:39.746Z] #21 14.69 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-05-13T10:26:39.746Z] #21 14.70 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-05-13T10:26:40.007Z] #21 14.71 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-05-13T10:26:40.007Z] #21 14.71 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-05-13T10:26:40.007Z] #21 14.71 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-05-13T10:26:40.007Z] #21 14.71 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-05-13T10:26:40.007Z] #21 14.94 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-05-13T10:26:40.007Z] #21 14.94 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-05-13T10:26:40.007Z] #21 14.94 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-05-13T10:26:40.007Z] #21 14.94 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-05-13T10:26:40.007Z] #21 14.94 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-05-13T10:26:40.007Z] #21 14.95 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-05-13T10:26:40.007Z] #21 14.95 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-05-13T10:26:40.007Z] #21 14.99 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-13T10:26:40.267Z] #21 14.99 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-13T10:26:40.267Z] #21 15.00 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-13T10:26:40.267Z] #21 15.00 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-13T10:26:40.267Z] #21 15.02 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-13T10:26:40.267Z] #21 15.02 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-13T10:26:40.267Z] #21 15.02 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-05-13T10:26:40.267Z] #21 15.03 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-05-13T10:26:40.267Z] #21 15.04 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-05-13T10:26:40.267Z] #21 15.05 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-05-13T10:26:40.527Z] #21 15.16 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-05-13T10:26:40.527Z] #21 15.18 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-05-13T10:26:40.527Z] #21 15.19 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-05-13T10:26:40.527Z] #21 15.19 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2022-05-13T10:26:40.911Z] #14 104.4 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-13T10:26:40.911Z] #14 104.4 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:26:40.911Z] #14 104.4 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-13T10:26:41.097Z] #21 15.82 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:26:41.097Z] #21 15.95 Fetched 27.0 MB in 1s (30.2 MB/s) [2022-05-13T10:26:41.097Z] #21 16.02 Selecting previously unselected package pigz. [2022-05-13T10:26:41.357Z] #21 16.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24001 files and directories currently installed.) [2022-05-13T10:26:41.357Z] #21 16.07 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-05-13T10:26:41.357Z] #21 16.08 Unpacking pigz (2.6-1) ... [2022-05-13T10:26:41.357Z] #21 16.19 Selecting previously unselected package libelf1:arm64. [2022-05-13T10:26:41.357Z] #21 16.19 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-05-13T10:26:41.357Z] #21 16.22 Unpacking libelf1:arm64 (0.183-1) ... [2022-05-13T10:26:41.616Z] #21 16.36 Selecting previously unselected package libbpf0:arm64. [2022-05-13T10:26:41.616Z] #21 16.36 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-05-13T10:26:41.616Z] #21 16.37 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-05-13T10:26:41.616Z] #21 16.47 Selecting previously unselected package libcap2:arm64. [2022-05-13T10:26:41.616Z] #21 16.48 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-05-13T10:26:41.616Z] #21 16.48 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-05-13T10:26:41.616Z] #21 16.54 Selecting previously unselected package libmnl0:arm64. [2022-05-13T10:26:41.616Z] #21 16.54 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-05-13T10:26:41.616Z] #21 16.55 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-05-13T10:26:41.876Z] #21 16.61 Selecting previously unselected package libxtables12:arm64. [2022-05-13T10:26:41.876Z] #21 16.61 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-05-13T10:26:41.876Z] #21 16.62 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-05-13T10:26:41.876Z] #21 16.71 Selecting previously unselected package libcap2-bin. [2022-05-13T10:26:41.876Z] #21 16.71 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-05-13T10:26:41.876Z] #21 16.71 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-13T10:26:42.136Z] #21 16.82 Selecting previously unselected package iproute2. [2022-05-13T10:26:42.136Z] #21 16.82 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-05-13T10:26:42.136Z] #21 16.83 Unpacking iproute2 (5.10.0-4) ... [2022-05-13T10:26:42.267Z] #64 142.1 + bin/containerd-shim-runc-v2 [2022-05-13T10:26:42.267Z] #64 142.9 + binaries [2022-05-13T10:26:42.396Z] #21 17.27 Selecting previously unselected package xxd. [2022-05-13T10:26:42.396Z] #21 17.28 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-05-13T10:26:42.396Z] #21 17.28 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:26:42.479Z] #49 18.20 Reading package lists... [2022-05-13T10:26:42.479Z] #49 ... [2022-05-13T10:26:42.479Z] [2022-05-13T10:26:42.479Z] #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-13T10:26:42.479Z] #20 sha256:d5a6ee695fa28224a1dc282af0dd2426524d9c3f2f16e496b8b76a26d0991110 [2022-05-13T10:26:42.479Z] #20 19.52 Fetched 40.5 MB in 18s (2261 kB/s) [2022-05-13T10:26:42.526Z] #64 142.9 + install -D bin/containerd /build/containerd [2022-05-13T10:26:42.526Z] #64 142.9 + install -D bin/containerd-shim /build/containerd-shim [2022-05-13T10:26:42.526Z] #64 142.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-13T10:26:42.526Z] #64 142.9 + install -D bin/ctr /build/ctr [2022-05-13T10:26:42.657Z] #21 17.37 Selecting previously unselected package vim-common. [2022-05-13T10:26:42.657Z] #21 17.38 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-13T10:26:42.657Z] #21 17.41 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:26:42.919Z] #21 17.51 Selecting previously unselected package bash-completion. [2022-05-13T10:26:42.919Z] #21 17.52 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-13T10:26:43.082Z] #20 19.52 Reading package lists... [2022-05-13T10:26:43.082Z] #20 ... [2022-05-13T10:26:43.082Z] [2022-05-13T10:26:43.082Z] #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-13T10:26:43.082Z] #49 sha256:dcf46e25fcf51c3262bd462f56d6beec9a737f6358b1cf662f296adcecda9132 [2022-05-13T10:26:43.082Z] #49 18.20 Reading package lists... [2022-05-13T10:26:43.093Z] #64 DONE 143.3s [2022-05-13T10:26:43.660Z] [2022-05-13T10:26:43.660Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-13T10:26:43.660Z] #65 sha256:b176f83859c51f486bd0edc5be3afde38a52ca703556d365a08d03dad0c185fe [2022-05-13T10:26:43.919Z] #65 DONE 0.2s [2022-05-13T10:26:43.919Z] [2022-05-13T10:26:43.920Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-13T10:26:43.920Z] #70 sha256:2d967539a17a7e42f1fa12db94d12fa4d66ee5a5282a4498ffba6eaf913f7019 [2022-05-13T10:26:43.920Z] #70 DONE 0.1s [2022-05-13T10:26:43.920Z] [2022-05-13T10:26:43.920Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-13T10:26:43.920Z] #75 sha256:c85ba05876c97cd60f985df056464a7479eb51ffd5a9bcb3c017821676865a46 [2022-05-13T10:26:44.488Z] #75 DONE 0.4s [2022-05-13T10:26:44.488Z] [2022-05-13T10:26:44.488Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-13T10:26:44.488Z] #76 sha256:e2c373ac4ebc47628d764481f7a55d852109f91d856b0023f5ecefa5e8fc894e [2022-05-13T10:26:44.488Z] #76 DONE 0.0s [2022-05-13T10:26:44.488Z] [2022-05-13T10:26:44.488Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-13T10:26:44.488Z] #77 sha256:d935cb31de94aab64648abaf2a96489b55c7260242657b28b86cb043814c9a32 [2022-05-13T10:26:44.748Z] #49 27.18 Reading package lists... [2022-05-13T10:26:44.748Z] #49 ... [2022-05-13T10:26:44.748Z] [2022-05-13T10:26:44.748Z] #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-13T10:26:44.748Z] #69 sha256:894ed5e32f5f54327cd6940ec556196e401177905e84c61c62c1b9c55ad09bcd [2022-05-13T10:26:44.748Z] #69 18.81 Fetched 40.5 MB in 17s (2350 kB/s) [2022-05-13T10:26:44.748Z] #69 18.81 Reading package lists... [2022-05-13T10:26:44.833Z] #21 ... [2022-05-13T10:26:44.833Z] [2022-05-13T10:26:44.833Z] #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-13T10:26:44.833Z] #34 sha256:7a88afd923b19d050d9dd0e227619d715a737b594582b3ac5f00c781d01ccb0f [2022-05-13T10:26:44.833Z] #34 DONE 120.1s [2022-05-13T10:26:44.833Z] [2022-05-13T10:26:44.833Z] #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-13T10:26:44.833Z] #21 sha256:0d551b6de23a7dfa5dcf72febbe107504f20a7906bbab0031ad219e4b67dedb4 [2022-05-13T10:26:44.833Z] #21 19.46 Unpacking bash-completion (1:2.11-2) ... [2022-05-13T10:26:45.004Z] #69 28.02 Reading package lists... [2022-05-13T10:26:45.004Z] #69 ... [2022-05-13T10:26:45.004Z] [2022-05-13T10:26:45.004Z] #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-13T10:26:45.004Z] #74 sha256:58b8841d3dda3527df9540aaf4f73f5dfe314c1d2d5649ae2e93c569d0d2616d [2022-05-13T10:26:45.004Z] #74 28.68 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-13T10:26:45.004Z] #74 28.68 + GOBIN=/build [2022-05-13T10:26:45.004Z] #74 28.68 + GO111MODULE=on [2022-05-13T10:26:45.004Z] #74 28.68 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-13T10:26:45.111Z] #14 110.0 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-13T10:26:45.371Z] #14 110.0 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-13T10:26:45.371Z] #14 110.0 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-13T10:26:45.371Z] #14 110.1 Selecting previously unselected package libapparmor1:amd64. [2022-05-13T10:26:45.371Z] #14 110.1 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-13T10:26:45.371Z] #14 110.1 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-13T10:26:45.371Z] #14 110.2 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-13T10:26:45.371Z] #14 110.2 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-13T10:26:45.404Z] #21 20.29 Selecting previously unselected package bzip2. [2022-05-13T10:26:45.405Z] #21 20.29 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-05-13T10:26:45.405Z] #21 20.30 Unpacking bzip2 (1.0.8-4) ... [2022-05-13T10:26:45.426Z] #77 DONE 0.8s [2022-05-13T10:26:45.426Z] [2022-05-13T10:26:45.426Z] #78 exporting to image [2022-05-13T10:26:45.426Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-13T10:26:45.426Z] #78 exporting layers [2022-05-13T10:26:45.631Z] #14 110.2 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-13T10:26:45.631Z] #14 110.4 Selecting previously unselected package libbtrfs0:amd64. [2022-05-13T10:26:45.631Z] #14 110.4 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-13T10:26:45.631Z] #14 110.4 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-13T10:26:45.664Z] #21 20.40 Selecting previously unselected package xz-utils. [2022-05-13T10:26:45.664Z] #21 20.41 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-05-13T10:26:45.664Z] #21 20.43 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-13T10:26:45.664Z] #21 20.60 Selecting previously unselected package apparmor. [2022-05-13T10:26:45.664Z] #21 20.60 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-05-13T10:26:45.664Z] #21 20.65 Unpacking apparmor (2.13.6-10) ... [2022-05-13T10:26:45.892Z] #14 110.6 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-13T10:26:45.892Z] #14 110.6 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-13T10:26:45.892Z] #14 110.6 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-13T10:26:46.153Z] #14 110.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-13T10:26:46.153Z] #14 110.9 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-13T10:26:46.153Z] #14 110.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-13T10:26:46.235Z] #21 20.95 Selecting previously unselected package inetutils-ping. [2022-05-13T10:26:46.235Z] #21 20.95 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-05-13T10:26:46.235Z] #21 20.96 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-13T10:26:46.235Z] #21 21.05 Selecting previously unselected package libip4tc2:arm64. [2022-05-13T10:26:46.235Z] #21 21.05 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-05-13T10:26:46.235Z] #21 21.05 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-05-13T10:26:46.235Z] #21 21.12 Selecting previously unselected package libip6tc2:arm64. [2022-05-13T10:26:46.235Z] #21 21.12 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-05-13T10:26:46.235Z] #21 21.13 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-05-13T10:26:46.235Z] #21 21.20 Selecting previously unselected package libnfnetlink0:arm64. [2022-05-13T10:26:46.413Z] #14 111.0 Selecting previously unselected package libudev-dev:amd64. [2022-05-13T10:26:46.413Z] #14 111.0 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-13T10:26:46.413Z] #14 111.0 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-13T10:26:46.413Z] #14 111.1 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-13T10:26:46.413Z] #14 111.1 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-13T10:26:46.413Z] #14 111.2 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-13T10:26:46.496Z] #21 21.21 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-05-13T10:26:46.496Z] #21 21.21 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-05-13T10:26:46.496Z] #21 21.27 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-05-13T10:26:46.496Z] #21 21.27 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-05-13T10:26:46.496Z] #21 21.28 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-05-13T10:26:46.673Z] #14 111.4 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-13T10:26:46.673Z] #14 111.4 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-13T10:26:46.673Z] #14 111.4 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-13T10:26:46.756Z] #21 21.36 Selecting previously unselected package libnftnl11:arm64. [2022-05-13T10:26:46.756Z] #21 21.36 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-05-13T10:26:46.756Z] #21 21.37 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-05-13T10:26:46.756Z] #21 21.43 Selecting previously unselected package iptables. [2022-05-13T10:26:46.756Z] #21 21.43 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-05-13T10:26:46.756Z] #21 21.44 Unpacking iptables (1.8.7-1) ... [2022-05-13T10:26:46.933Z] #14 111.6 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-13T10:26:46.933Z] #14 111.6 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-13T10:26:46.933Z] #14 111.6 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-13T10:26:47.016Z] #21 21.71 Selecting previously unselected package libonig5:arm64. [2022-05-13T10:26:47.016Z] #21 21.72 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-05-13T10:26:47.016Z] #21 21.72 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-05-13T10:26:47.016Z] #21 21.86 Selecting previously unselected package libjq1:arm64. [2022-05-13T10:26:47.016Z] #21 21.87 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-05-13T10:26:47.016Z] #21 21.89 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-05-13T10:26:47.193Z] #14 111.8 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-13T10:26:47.193Z] #14 111.8 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-13T10:26:47.193Z] #14 111.8 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-13T10:26:47.193Z] #14 111.9 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-13T10:26:47.193Z] #14 111.9 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-13T10:26:47.193Z] #14 111.9 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-13T10:26:47.276Z] #21 21.99 Selecting previously unselected package jq. [2022-05-13T10:26:47.276Z] #21 21.99 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-05-13T10:26:47.276Z] #21 22.00 Unpacking jq (1.6-2.1) ... [2022-05-13T10:26:47.276Z] #21 22.08 Selecting previously unselected package libaio1:arm64. [2022-05-13T10:26:47.276Z] #21 22.08 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-05-13T10:26:47.276Z] #21 22.09 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-05-13T10:26:47.276Z] #21 22.17 Selecting previously unselected package libgpm2:arm64. [2022-05-13T10:26:47.276Z] #21 22.17 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-05-13T10:26:47.276Z] #21 22.18 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-05-13T10:26:47.535Z] #21 22.24 Selecting previously unselected package libicu67:arm64. [2022-05-13T10:26:47.535Z] #21 22.25 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-05-13T10:26:47.535Z] #21 22.25 Unpacking libicu67:arm64 (67.1-7) ... [2022-05-13T10:26:47.764Z] #14 112.4 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-13T10:26:47.764Z] #14 112.4 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-13T10:26:47.764Z] #14 112.4 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-13T10:26:48.024Z] #14 112.7 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-13T10:26:48.024Z] #14 112.7 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-13T10:26:48.024Z] #14 112.7 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-13T10:26:48.024Z] #14 112.8 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-13T10:26:48.024Z] #14 112.8 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-13T10:26:48.024Z] #14 112.8 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-13T10:26:48.024Z] #14 112.9 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-13T10:26:48.285Z] #14 112.9 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-13T10:26:48.285Z] #14 112.9 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-13T10:26:48.399Z] #74 32.28 rootlesskit version 1.0.0 [2022-05-13T10:26:48.399Z] #74 32.29 Usage of /build/rootlesskit-docker-proxy: [2022-05-13T10:26:48.399Z] #74 32.29 -container-ip string [2022-05-13T10:26:48.399Z] #74 32.29 container ip [2022-05-13T10:26:48.399Z] #74 32.30 -container-port int [2022-05-13T10:26:48.399Z] #74 32.30 container port (default -1) [2022-05-13T10:26:48.399Z] #74 32.30 -host-ip string [2022-05-13T10:26:48.399Z] #74 32.30 host ip [2022-05-13T10:26:48.399Z] #74 32.30 -host-port int [2022-05-13T10:26:48.399Z] #74 32.30 host port (default -1) [2022-05-13T10:26:48.399Z] #74 32.30 -proto string [2022-05-13T10:26:48.399Z] #74 32.30 proxy protocol (default "tcp") [2022-05-13T10:26:48.547Z] #14 ... [2022-05-13T10:26:48.547Z] [2022-05-13T10:26:48.547Z] #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-13T10:26:48.547Z] #67 sha256:2ec97104db9a5f63e74ee2e3516fe0eca3a4b75c2ab7ebae6171da3c2ac7d058 [2022-05-13T10:26:48.547Z] #67 112.8 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-13T10:26:48.547Z] #67 112.8 + GOBIN=/build [2022-05-13T10:26:48.547Z] #67 112.8 + GO111MODULE=on [2022-05-13T10:26:48.547Z] #67 112.8 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-13T10:26:48.703Z] #74 DONE 32.6s [2022-05-13T10:26:48.704Z] [2022-05-13T10:26:48.704Z] #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-13T10:26:48.704Z] #20 sha256:d5a6ee695fa28224a1dc282af0dd2426524d9c3f2f16e496b8b76a26d0991110 [2022-05-13T10:26:48.704Z] #20 19.52 Reading package lists... [2022-05-13T10:26:48.959Z] #20 28.81 Reading package lists... [2022-05-13T10:26:48.959Z] #20 ... [2022-05-13T10:26:48.959Z] [2022-05-13T10:26:48.959Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-13T10:26:48.959Z] #75 sha256:2affab03d10a65d62a3eeca5a9c78ab9661e41ece73dc87b78c010f410fa5f29 [2022-05-13T10:26:48.959Z] #75 DONE 0.0s [2022-05-13T10:26:48.959Z] [2022-05-13T10:26:48.959Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-13T10:26:48.959Z] #76 sha256:7e743845a6485c10a779df292b12858e822fd2261b47b67902365165c0a4291d [2022-05-13T10:26:48.959Z] #76 DONE 0.1s [2022-05-13T10:26:48.959Z] [2022-05-13T10:26:48.959Z] #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-13T10:26:48.959Z] #69 sha256:894ed5e32f5f54327cd6940ec556196e401177905e84c61c62c1b9c55ad09bcd [2022-05-13T10:26:49.930Z] #67 ... [2022-05-13T10:26:49.930Z] [2022-05-13T10:26:49.930Z] #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-13T10:26:49.930Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-13T10:26:49.930Z] #14 113.4 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-13T10:26:49.930Z] #14 113.4 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-13T10:26:49.930Z] #14 113.4 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-13T10:26:49.930Z] #14 113.4 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-13T10:26:49.930Z] #14 113.5 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-13T10:26:49.930Z] #14 113.5 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-13T10:26:49.930Z] #14 113.5 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-13T10:26:49.930Z] #14 113.5 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-13T10:26:49.930Z] #14 113.5 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-13T10:26:49.930Z] #14 113.5 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-13T10:26:49.930Z] #14 113.6 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-13T10:26:49.930Z] #14 113.6 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-13T10:26:49.930Z] #14 113.6 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-13T10:26:49.930Z] #14 113.6 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-13T10:26:49.930Z] #14 113.6 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-13T10:26:49.930Z] #14 113.6 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-13T10:26:49.930Z] #14 113.6 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-13T10:26:49.930Z] #14 113.7 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-13T10:26:49.930Z] #14 113.7 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-13T10:26:49.930Z] #14 113.7 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-13T10:26:49.930Z] #14 113.7 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-13T10:26:49.930Z] #14 113.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-05-13T10:26:49.930Z] #14 113.7 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-13T10:26:49.930Z] #14 113.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-05-13T10:26:49.930Z] #14 113.7 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-13T10:26:49.930Z] #14 113.8 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-13T10:26:49.930Z] #14 113.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-05-13T10:26:49.930Z] #14 113.8 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-13T10:26:49.930Z] #14 113.8 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-13T10:26:49.930Z] #14 113.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-13T10:26:49.930Z] #14 113.8 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-13T10:26:49.930Z] #14 113.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-13T10:26:49.930Z] #14 113.9 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-13T10:26:49.930Z] #14 113.9 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:26:49.930Z] #14 DONE 114.6s [2022-05-13T10:26:49.930Z] [2022-05-13T10:26:49.930Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-13T10:26:49.930Z] #59 sha256:6c641a7d12073819265425f43447ed5ab0802857dfcd9386f22c0fa32d0e0651 [2022-05-13T10:26:50.075Z] #21 24.82 Selecting previously unselected package libinih1:arm64. [2022-05-13T10:26:50.075Z] #21 24.83 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-05-13T10:26:50.075Z] #21 24.83 Unpacking libinih1:arm64 (53-1+b2) ... [2022-05-13T10:26:50.075Z] #21 24.88 Selecting previously unselected package libnet1:arm64. [2022-05-13T10:26:50.075Z] #21 24.89 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-05-13T10:26:50.075Z] #21 24.89 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-05-13T10:26:50.075Z] #21 24.97 Selecting previously unselected package libnl-3-200:arm64. [2022-05-13T10:26:50.075Z] #21 24.98 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-05-13T10:26:50.191Z] #59 DONE 0.3s [2022-05-13T10:26:50.191Z] [2022-05-13T10:26:50.191Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-13T10:26:50.191Z] #15 sha256:5618e4bb799bd7b247352671f33a4cc5b489c74a82e0851dc8cca1bf489969ae [2022-05-13T10:26:50.323Z] #69 28.02 Reading package lists... [2022-05-13T10:26:50.323Z] #69 ... [2022-05-13T10:26:50.323Z] [2022-05-13T10:26:50.323Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-13T10:26:50.323Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-13T10:26:50.323Z] #79 CACHED [2022-05-13T10:26:50.323Z] [2022-05-13T10:26:50.323Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-13T10:26:50.323Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-13T10:26:50.323Z] #81 CACHED [2022-05-13T10:26:50.323Z] [2022-05-13T10:26:50.323Z] #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-13T10:26:50.323Z] #20 sha256:d5a6ee695fa28224a1dc282af0dd2426524d9c3f2f16e496b8b76a26d0991110 [2022-05-13T10:26:50.334Z] #21 25.01 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-05-13T10:26:50.334Z] #21 25.07 Selecting previously unselected package libprotobuf-c1:arm64. [2022-05-13T10:26:50.334Z] #21 25.08 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-05-13T10:26:50.334Z] #21 25.09 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-05-13T10:26:50.334Z] #21 25.14 Selecting previously unselected package net-tools. [2022-05-13T10:26:50.334Z] #21 25.14 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-05-13T10:26:50.334Z] #21 25.15 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-13T10:26:50.594Z] #21 25.32 Selecting previously unselected package patch. [2022-05-13T10:26:50.594Z] #21 25.32 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2022-05-13T10:26:50.594Z] #21 25.33 Unpacking patch (2.7.6-7) ... [2022-05-13T10:26:50.594Z] #21 25.41 Selecting previously unselected package python-pip-whl. [2022-05-13T10:26:50.594Z] #21 25.42 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-13T10:26:50.594Z] #21 25.43 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-13T10:26:51.165Z] #21 25.87 Selecting previously unselected package python3-lib2to3. [2022-05-13T10:26:51.165Z] #21 25.87 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-13T10:26:51.165Z] #21 25.87 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-13T10:26:51.165Z] #21 25.97 Selecting previously unselected package python3-distutils. [2022-05-13T10:26:51.165Z] #21 25.98 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-13T10:26:51.165Z] #21 25.99 Unpacking python3-distutils (3.9.2-1) ... [2022-05-13T10:26:51.425Z] #21 26.16 Selecting previously unselected package python3-pkg-resources. [2022-05-13T10:26:51.425Z] #21 26.17 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-13T10:26:51.425Z] #21 26.17 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-13T10:26:51.685Z] #21 26.30 Selecting previously unselected package python3-setuptools. [2022-05-13T10:26:51.685Z] #21 26.31 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-13T10:26:51.685Z] #21 26.32 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-13T10:26:51.685Z] #21 26.54 Selecting previously unselected package python3-wheel. [2022-05-13T10:26:51.685Z] #21 26.54 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-13T10:26:51.685Z] #21 26.55 Unpacking python3-wheel (0.34.2-1) ... [2022-05-13T10:26:51.945Z] #21 26.65 Selecting previously unselected package python3-pip. [2022-05-13T10:26:51.945Z] #21 26.66 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-13T10:26:51.945Z] #21 26.66 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-13T10:26:52.026Z] #78 exporting layers 6.1s done [2022-05-13T10:26:52.026Z] #78 writing image sha256:2ebb0b02563c17e4e31453796eaf9bf5a7bc60d613b42a76beeebb95d85c51f8 done [2022-05-13T10:26:52.026Z] #78 naming to docker.io/library/docker:8e4b5db542e45b11e57c920876e3d80a37158567 done [2022-05-13T10:26:52.026Z] #78 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-13T10:26:52.206Z] #21 26.81 Selecting previously unselected package sudo. [2022-05-13T10:26:52.206Z] #21 26.81 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2022-05-13T10:26:52.206Z] #21 26.82 Unpacking sudo (1.9.5p2-3) ... [2022-05-13T10:26:52.295Z] #20 28.81 Reading package lists... [2022-05-13T10:26:52.296Z] #20 ... [2022-05-13T10:26:52.296Z] [2022-05-13T10:26:52.296Z] #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-13T10:26:52.296Z] #49 sha256:dcf46e25fcf51c3262bd462f56d6beec9a737f6358b1cf662f296adcecda9132 [2022-05-13T10:26:52.296Z] #49 27.18 Reading package lists... [2022-05-13T10:26:52.382Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43269/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 -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:8e4b5db542e45b11e57c920876e3d80a37158567 hack/make.sh dynbinary test-integration [2022-05-13T10:26:52.466Z] #21 27.24 Selecting previously unselected package thin-provisioning-tools. [2022-05-13T10:26:52.466Z] #21 27.25 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-05-13T10:26:52.466Z] #21 27.25 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-13T10:26:52.641Z] [2022-05-13T10:26:52.726Z] #21 27.44 Selecting previously unselected package uidmap. [2022-05-13T10:26:52.726Z] #21 27.45 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-05-13T10:26:52.726Z] #21 27.46 Unpacking uidmap (1:4.8.1-1) ... [2022-05-13T10:26:52.726Z] #21 27.58 Selecting previously unselected package vim-runtime. [2022-05-13T10:26:52.726Z] #21 27.58 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-13T10:26:52.726Z] #21 27.60 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-05-13T10:26:52.726Z] #21 27.62 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-13T10:26:52.726Z] #21 27.64 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:26:52.731Z] #15 DONE 2.9s [2022-05-13T10:26:52.731Z] [2022-05-13T10:26:52.731Z] #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-13T10:26:52.731Z] #16 sha256:ffb1413ff9befb817334db5e6e73cce1dea1288dfe26ae95387462cec9dcb4d2 [2022-05-13T10:26:52.900Z] Removing bundles/ [2022-05-13T10:26:52.900Z] [2022-05-13T10:26:52.900Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-13T10:26:52.900Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-13T10:26:52.900Z] GOOS="" GOARCH="" GOARM="" [2022-05-13T10:26:53.661Z] #49 36.10 Building dependency tree... [2022-05-13T10:26:53.661Z] #49 37.65 Reading state information... [2022-05-13T10:26:55.027Z] #49 38.90 The following additional packages will be installed: [2022-05-13T10:26:55.027Z] #49 38.92 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-05-13T10:26:55.027Z] #49 38.95 Suggested packages: [2022-05-13T10:26:55.027Z] #49 38.95 cmake-doc ninja-build lrzip [2022-05-13T10:26:55.027Z] #49 38.95 Recommended packages: [2022-05-13T10:26:55.027Z] #49 38.95 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-13T10:26:55.269Z] #21 30.25 Selecting previously unselected package vim. [2022-05-13T10:26:55.272Z] #16 DONE 2.3s [2022-05-13T10:26:55.272Z] [2022-05-13T10:26:55.272Z] #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-13T10:26:55.272Z] #67 sha256:2ec97104db9a5f63e74ee2e3516fe0eca3a4b75c2ab7ebae6171da3c2ac7d058 [2022-05-13T10:26:55.272Z] #67 119.4 rootlesskit version 1.0.0 [2022-05-13T10:26:55.272Z] #67 119.5 Usage of /build/rootlesskit-docker-proxy: [2022-05-13T10:26:55.272Z] #67 119.5 -container-ip string [2022-05-13T10:26:55.272Z] #67 119.5 container ip [2022-05-13T10:26:55.272Z] #67 119.5 -container-port int [2022-05-13T10:26:55.272Z] #67 119.5 container port (default -1) [2022-05-13T10:26:55.272Z] #67 119.5 -host-ip string [2022-05-13T10:26:55.272Z] #67 119.5 host ip [2022-05-13T10:26:55.272Z] #67 119.5 -host-port int [2022-05-13T10:26:55.272Z] #67 119.5 host port (default -1) [2022-05-13T10:26:55.272Z] #67 119.5 -proto string [2022-05-13T10:26:55.272Z] #67 119.5 proxy protocol (default "tcp") [2022-05-13T10:26:55.529Z] #21 30.25 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-05-13T10:26:55.530Z] #21 30.27 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:26:55.532Z] #67 DONE 119.7s [2022-05-13T10:26:55.532Z] [2022-05-13T10:26:55.532Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-13T10:26:55.532Z] #68 sha256:6f6dd3b9620749bfc0ba088eccf675dc71f4c6c5270d8781e1baed24102c177c [2022-05-13T10:26:55.532Z] #68 DONE 0.2s [2022-05-13T10:26:55.532Z] [2022-05-13T10:26:55.532Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-13T10:26:55.532Z] #69 sha256:52064d81b0cccd89b5c89965db0bd5fce062397a3e3ddae12767a937a3d4aa5d [2022-05-13T10:26:55.588Z] #49 39.50 The following NEW packages will be installed: [2022-05-13T10:26:55.588Z] #49 39.51 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-05-13T10:26:55.792Z] #69 DONE 0.2s [2022-05-13T10:26:55.792Z] [2022-05-13T10:26:55.792Z] #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-13T10:26:55.792Z] #60 sha256:1759ac840a50f9c95b2dcd5fddc1e8b6922ad183d954dea8ddd34caaa2221472 [2022-05-13T10:26:55.792Z] #60 3.108 + RM_GOPATH=0 [2022-05-13T10:26:55.792Z] #60 3.112 + TMP_GOPATH= [2022-05-13T10:26:55.792Z] #60 3.113 + : /build [2022-05-13T10:26:55.792Z] #60 3.113 + '[' -z '' ']' [2022-05-13T10:26:55.792Z] #60 3.115 ++ mktemp -d [2022-05-13T10:26:55.792Z] #60 3.116 + export GOPATH=/tmp/tmp.8sp9rKtzGw [2022-05-13T10:26:55.792Z] #60 3.117 + GOPATH=/tmp/tmp.8sp9rKtzGw [2022-05-13T10:26:55.792Z] #60 3.117 + RM_GOPATH=1 [2022-05-13T10:26:55.792Z] #60 3.117 + case "$(go env GOARCH)" in [2022-05-13T10:26:55.792Z] #60 3.118 ++ go env GOARCH [2022-05-13T10:26:55.792Z] #60 3.129 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:26:55.792Z] #60 3.129 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:26:55.792Z] #60 3.131 ++ dirname /install.sh [2022-05-13T10:26:55.792Z] #60 3.133 + dir=/ [2022-05-13T10:26:55.792Z] #60 3.133 + bin=runc [2022-05-13T10:26:55.792Z] #60 3.133 + shift [2022-05-13T10:26:55.792Z] #60 3.133 + '[' '!' -f //runc.installer ']' [2022-05-13T10:26:55.792Z] #60 3.133 + . //runc.installer [2022-05-13T10:26:55.792Z] #60 3.133 ++ set -e [2022-05-13T10:26:55.792Z] #60 3.133 ++ : v1.1.2 [2022-05-13T10:26:55.792Z] #60 3.133 + install_runc [2022-05-13T10:26:55.792Z] #60 3.133 + RUNC_BUILDTAGS=seccomp [2022-05-13T10:26:55.792Z] #60 3.133 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-05-13T10:26:55.792Z] #60 3.134 Install runc version v1.1.2 (build tags: seccomp) [2022-05-13T10:26:55.792Z] #60 3.135 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.8sp9rKtzGw/src/github.com/opencontainers/runc [2022-05-13T10:26:55.792Z] #60 3.144 Cloning into '/tmp/tmp.8sp9rKtzGw/src/github.com/opencontainers/runc'... [2022-05-13T10:26:55.844Z] #49 39.86 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:26:55.845Z] #49 39.86 Need to get 8418 kB of archives. [2022-05-13T10:26:55.845Z] #49 39.86 After this operation, 34.9 MB of additional disk space will be used. [2022-05-13T10:26:55.845Z] #49 39.86 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-13T10:26:55.845Z] #49 39.86 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-13T10:26:55.845Z] #49 39.87 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-13T10:26:55.845Z] #49 39.89 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-13T10:26:55.845Z] #49 39.90 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-13T10:26:55.845Z] #49 39.90 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-13T10:26:55.845Z] #49 39.90 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-13T10:26:55.845Z] #49 39.90 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-13T10:26:56.101Z] #21 30.72 Selecting previously unselected package xfsprogs. [2022-05-13T10:26:56.101Z] #21 30.72 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2022-05-13T10:26:56.101Z] #21 30.72 Unpacking xfsprogs (5.10.0-4) ... [2022-05-13T10:26:56.363Z] #21 31.10 Selecting previously unselected package zip. [2022-05-13T10:26:56.363Z] #21 31.12 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2022-05-13T10:26:56.363Z] #21 31.12 Unpacking zip (3.0-12) ... [2022-05-13T10:26:56.363Z] #21 31.25 Selecting previously unselected package zstd. [2022-05-13T10:26:56.363Z] #21 31.25 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-05-13T10:26:56.450Z] #49 40.43 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:26:56.634Z] #21 31.26 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-13T10:26:56.707Z] #49 40.64 Fetched 8418 kB in 0s (21.9 MB/s) [2022-05-13T10:26:56.707Z] #49 40.67 Selecting previously unselected package xxd. [2022-05-13T10:26:56.707Z] #49 40.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-05-13T10:26:56.707Z] #49 40.71 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-13T10:26:56.707Z] #49 40.72 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:26:56.707Z] #49 40.79 Selecting previously unselected package vim-common. [2022-05-13T10:26:56.895Z] #21 31.51 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-13T10:26:57.004Z] #49 40.79 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-13T10:26:57.004Z] #49 40.81 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:26:57.004Z] #49 40.94 Selecting previously unselected package cmake-data. [2022-05-13T10:26:57.004Z] #49 ... [2022-05-13T10:26:57.004Z] [2022-05-13T10:26:57.004Z] #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-13T10:26:57.004Z] #69 sha256:894ed5e32f5f54327cd6940ec556196e401177905e84c61c62c1b9c55ad09bcd [2022-05-13T10:26:57.004Z] #69 28.02 Reading package lists... [2022-05-13T10:26:57.004Z] #69 36.48 Building dependency tree... [2022-05-13T10:26:57.004Z] #69 37.87 Reading state information... [2022-05-13T10:26:57.004Z] #69 39.17 The following additional packages will be installed: [2022-05-13T10:26:57.004Z] #69 39.18 libbtrfs0 [2022-05-13T10:26:57.004Z] #69 39.35 The following NEW packages will be installed: [2022-05-13T10:26:57.004Z] #69 39.36 libbtrfs-dev libbtrfs0 [2022-05-13T10:26:57.004Z] #69 39.78 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:26:57.004Z] #69 39.78 Need to get 460 kB of archives. [2022-05-13T10:26:57.004Z] #69 39.78 After this operation, 1237 kB of additional disk space will be used. [2022-05-13T10:26:57.004Z] #69 39.78 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-13T10:26:57.004Z] #69 39.78 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-13T10:26:57.004Z] #69 40.29 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:26:57.004Z] #69 40.44 Fetched 460 kB in 0s (1415 kB/s) [2022-05-13T10:26:57.004Z] #69 40.47 Selecting previously unselected package libbtrfs0:amd64. [2022-05-13T10:26:57.004Z] #69 40.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 ... 30207 files and directories currently installed.) [2022-05-13T10:26:57.004Z] #69 40.49 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-13T10:26:57.004Z] #69 40.49 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-13T10:26:57.004Z] #69 40.56 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-13T10:26:57.004Z] #69 40.57 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-13T10:26:57.004Z] #69 40.58 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-13T10:26:57.004Z] #69 40.73 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-13T10:26:57.004Z] #69 40.75 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-13T10:26:57.004Z] #69 40.76 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:26:57.004Z] #69 DONE 40.9s [2022-05-13T10:26:57.004Z] [2022-05-13T10:26:57.004Z] #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-13T10:26:57.004Z] #49 sha256:dcf46e25fcf51c3262bd462f56d6beec9a737f6358b1cf662f296adcecda9132 [2022-05-13T10:26:57.004Z] #49 40.94 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-13T10:26:57.004Z] #49 40.95 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-13T10:26:57.004Z] #49 ... [2022-05-13T10:26:57.004Z] [2022-05-13T10:26:57.004Z] #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-13T10:26:57.004Z] #20 sha256:d5a6ee695fa28224a1dc282af0dd2426524d9c3f2f16e496b8b76a26d0991110 [2022-05-13T10:26:57.004Z] #20 28.81 Reading package lists... [2022-05-13T10:26:57.004Z] #20 36.92 Building dependency tree... [2022-05-13T10:26:57.004Z] #20 38.62 Reading state information... [2022-05-13T10:26:57.004Z] #20 39.68 The following additional packages will be installed: [2022-05-13T10:26:57.004Z] #20 39.68 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-13T10:26:57.004Z] #20 39.68 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-13T10:26:57.004Z] #20 39.68 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-13T10:26:57.004Z] #20 39.68 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-13T10:26:57.004Z] #20 39.68 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-13T10:26:57.004Z] #20 39.68 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-13T10:26:57.004Z] #20 39.68 mingw-w64-common mingw-w64-x86-64-dev [2022-05-13T10:26:57.004Z] #20 39.69 Suggested packages: [2022-05-13T10:26:57.005Z] #20 39.69 gcc-10-locales seccomp wine64 [2022-05-13T10:26:57.005Z] #20 40.15 The following NEW packages will be installed: [2022-05-13T10:26:57.005Z] #20 40.15 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-13T10:26:57.005Z] #20 40.15 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-13T10:26:57.005Z] #20 40.15 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-13T10:26:57.005Z] #20 40.15 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-13T10:26:57.005Z] #20 40.15 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-13T10:26:57.005Z] #20 40.15 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-13T10:26:57.005Z] #20 40.16 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-13T10:26:57.005Z] #20 40.16 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-13T10:26:57.005Z] #20 40.16 mingw-w64-x86-64-dev [2022-05-13T10:26:57.005Z] #20 40.52 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:26:57.005Z] #20 40.52 Need to get 115 MB of archives. [2022-05-13T10:26:57.005Z] #20 40.52 After this operation, 645 MB of additional disk space will be used. [2022-05-13T10:26:57.005Z] #20 40.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-13T10:26:57.005Z] #20 40.55 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-13T10:26:57.005Z] #20 40.59 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-13T10:26:57.005Z] #20 40.59 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-13T10:26:57.005Z] #20 40.59 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-13T10:26:57.005Z] #20 40.59 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-13T10:26:57.005Z] #20 40.67 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-13T10:26:57.005Z] #20 40.71 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-13T10:26:57.005Z] #20 40.72 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-13T10:26:57.005Z] #20 40.85 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-13T10:26:57.005Z] #20 ... [2022-05-13T10:26:57.005Z] [2022-05-13T10:26:57.005Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-13T10:26:57.005Z] #70 sha256:2fadb06f5599ad075667948ea9cfa3dcedf3eec21b65da94aa7dbbf0bb7a35ef [2022-05-13T10:26:57.005Z] #70 DONE 0.2s [2022-05-13T10:26:57.005Z] [2022-05-13T10:26:57.005Z] #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-13T10:26:57.005Z] #20 sha256:d5a6ee695fa28224a1dc282af0dd2426524d9c3f2f16e496b8b76a26d0991110 [2022-05-13T10:26:57.005Z] #20 41.19 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-13T10:26:57.261Z] #20 41.34 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-13T10:26:57.466Z] #21 32.36 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-05-13T10:26:57.517Z] #20 41.55 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-13T10:26:57.726Z] #21 32.37 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-13T10:26:57.726Z] #21 32.38 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-05-13T10:26:57.726Z] #21 32.39 Setting up libicu67:arm64 (67.1-7) ... [2022-05-13T10:26:57.726Z] #21 32.40 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-05-13T10:26:57.726Z] #21 32.41 Setting up libinih1:arm64 (53-1+b2) ... [2022-05-13T10:26:57.726Z] #21 32.43 Setting up uidmap (1:4.8.1-1) ... [2022-05-13T10:26:57.726Z] #21 32.44 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-05-13T10:26:57.726Z] #21 32.45 Setting up bzip2 (1.0.8-4) ... [2022-05-13T10:26:57.726Z] #21 32.47 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-05-13T10:26:57.726Z] #21 32.48 Setting up python3-wheel (0.34.2-1) ... [2022-05-13T10:26:57.774Z] #20 41.85 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-13T10:26:58.032Z] #20 42.00 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-13T10:26:58.032Z] #20 42.01 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-13T10:26:58.032Z] #20 42.01 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-13T10:26:58.032Z] #20 42.01 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-13T10:26:58.032Z] #20 42.02 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-13T10:26:58.032Z] #20 42.02 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-13T10:26:58.032Z] #20 42.02 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-13T10:26:58.032Z] #20 42.02 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-13T10:26:58.032Z] #20 42.03 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-13T10:26:58.032Z] #20 42.04 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-13T10:26:58.032Z] #20 42.04 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-13T10:26:58.032Z] #20 42.05 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-13T10:26:58.032Z] #20 42.05 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-13T10:26:58.032Z] #20 42.05 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-05-13T10:26:58.032Z] #20 42.05 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-05-13T10:26:58.032Z] #20 42.06 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-13T10:26:58.287Z] #20 42.40 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:26:58.296Z] #21 33.05 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:26:58.296Z] #21 33.06 Setting up libcap2:arm64 (1:2.44-1) ... [2022-05-13T10:26:58.296Z] #21 33.07 Setting up libcap2-bin (1:2.44-1) ... [2022-05-13T10:26:58.296Z] #21 33.08 Setting up apparmor (2.13.6-10) ... [2022-05-13T10:26:58.332Z] #60 ... [2022-05-13T10:26:58.332Z] [2022-05-13T10:26:58.332Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-13T10:26:58.332Z] #17 sha256:3a65ff1536019f53bb5ff65aa587c9564dbb5ae3b738771386d7d19eaec6e2fc [2022-05-13T10:26:58.332Z] #17 3.062 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-13T10:26:58.332Z] #17 DONE 3.2s [2022-05-13T10:26:58.332Z] [2022-05-13T10:26:58.332Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-13T10:26:58.332Z] #18 sha256:3dbe2b244d0925ee575a019a4178e7ab4a0ee630efc0fa5d4368f6e6a54b6456 [2022-05-13T10:26:58.544Z] #20 42.66 Fetched 115 MB in 2s (62.6 MB/s) [2022-05-13T10:26:58.799Z] #20 42.71 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-13T10:26:58.799Z] #20 42.71 (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-13T10:26:58.799Z] #20 42.75 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-13T10:26:58.799Z] #20 42.75 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-13T10:26:59.661Z] #20 43.52 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-13T10:26:59.661Z] #20 43.53 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-13T10:26:59.661Z] #20 43.53 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-13T10:26:59.943Z] #21 34.54 Setting up zip (3.0-12) ... [2022-05-13T10:26:59.943Z] #21 34.55 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:26:59.943Z] #21 34.57 Setting up bash-completion (1:2.11-2) ... [2022-05-13T10:27:00.306Z] #20 ... [2022-05-13T10:27:00.307Z] [2022-05-13T10:27:00.307Z] #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-13T10:27:00.307Z] #49 sha256:dcf46e25fcf51c3262bd462f56d6beec9a737f6358b1cf662f296adcecda9132 [2022-05-13T10:27:00.307Z] #49 42.17 Selecting previously unselected package libarchive13:amd64. [2022-05-13T10:27:00.307Z] #49 42.17 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-13T10:27:00.307Z] #49 42.18 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-13T10:27:00.307Z] #49 42.25 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-13T10:27:00.307Z] #49 42.25 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-13T10:27:00.307Z] #49 42.26 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-13T10:27:00.307Z] #49 42.30 Selecting previously unselected package librhash0:amd64. [2022-05-13T10:27:00.307Z] #49 42.31 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-05-13T10:27:00.307Z] #49 42.31 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-13T10:27:00.307Z] #49 42.36 Selecting previously unselected package libuv1:amd64. [2022-05-13T10:27:00.307Z] #49 42.36 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-05-13T10:27:00.307Z] #49 42.37 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-13T10:27:00.307Z] #49 42.41 Selecting previously unselected package cmake. [2022-05-13T10:27:00.307Z] #49 42.42 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-13T10:27:00.307Z] #49 42.43 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-13T10:27:00.307Z] #49 43.65 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-13T10:27:00.307Z] #49 43.66 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:27:00.307Z] #49 43.67 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-13T10:27:00.307Z] #49 43.68 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:27:00.307Z] #49 43.71 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-13T10:27:00.307Z] #49 43.72 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-13T10:27:00.307Z] #49 43.73 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-13T10:27:00.307Z] #49 43.74 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-13T10:27:00.307Z] #49 43.75 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:27:00.307Z] #49 DONE 44.1s [2022-05-13T10:27:00.307Z] [2022-05-13T10:27:00.307Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-13T10:27:00.307Z] #50 sha256:9f268a51c74c2002f3c1f1249e2f1af6414e408ac8e7358499f27b3ca295cb88 [2022-05-13T10:27:00.307Z] #50 DONE 0.1s [2022-05-13T10:27:00.307Z] [2022-05-13T10:27:00.307Z] #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-13T10:27:00.307Z] #20 sha256:d5a6ee695fa28224a1dc282af0dd2426524d9c3f2f16e496b8b76a26d0991110 [2022-05-13T10:27:00.307Z] #20 44.28 Selecting previously unselected package binutils-mingw-w64. [2022-05-13T10:27:00.307Z] #20 44.28 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-13T10:27:00.307Z] #20 44.30 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-13T10:27:00.307Z] #20 44.41 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-13T10:27:00.563Z] #20 44.42 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-13T10:27:00.563Z] #20 44.44 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-13T10:27:00.563Z] #20 44.57 Selecting previously unselected package dmsetup. [2022-05-13T10:27:00.563Z] #20 44.57 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-13T10:27:00.563Z] #20 44.57 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-13T10:27:00.563Z] #20 44.64 Selecting previously unselected package mingw-w64-common. [2022-05-13T10:27:00.563Z] #20 44.65 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-13T10:27:00.563Z] #20 44.65 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-13T10:27:01.628Z] #18 DONE 3.0s [2022-05-13T10:27:01.628Z] [2022-05-13T10:27:01.628Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-13T10:27:01.628Z] #19 sha256:52d95bac1dfa5f51e05925d7925c8c5be1d9110c2f7f387a726e07141e918b21 [2022-05-13T10:27:02.455Z] #20 46.32 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-13T10:27:02.455Z] #20 46.32 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-13T10:27:02.455Z] #20 46.33 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-13T10:27:02.490Z] #21 36.94 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-13T10:27:02.490Z] #21 36.96 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-13T10:27:02.490Z] #21 36.97 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-05-13T10:27:02.490Z] #21 36.98 Setting up patch (2.7.6-7) ... [2022-05-13T10:27:02.490Z] #21 36.99 Setting up sudo (1.9.5p2-3) ... [2022-05-13T10:27:02.490Z] #21 37.08 invoke-rc.d: could not determine current runlevel [2022-05-13T10:27:02.490Z] #21 37.09 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-13T10:27:02.490Z] #21 37.12 Setting up xfsprogs (5.10.0-4) ... [2022-05-13T10:27:02.490Z] #21 37.14 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-05-13T10:27:02.490Z] #21 37.15 Setting up inetutils-ping (2:2.0-1) ... [2022-05-13T10:27:02.490Z] #21 37.16 Setting up pigz (2.6-1) ... [2022-05-13T10:27:02.490Z] #21 37.18 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-05-13T10:27:02.490Z] #21 37.19 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-05-13T10:27:02.490Z] #21 37.21 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-13T10:27:02.490Z] #21 37.22 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:27:03.061Z] #21 37.81 Setting up libaio1:arm64 (0.3.112-9) ... [2022-05-13T10:27:03.061Z] #21 37.82 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-13T10:27:03.062Z] #20 ... [2022-05-13T10:27:03.062Z] [2022-05-13T10:27:03.062Z] #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-13T10:27:03.062Z] #51 sha256:872b1e2c8bec6994d5d36973bc941a8d02ffed6f8e1ceb705b22c4bf7c77cf56 [2022-05-13T10:27:03.062Z] #51 0.734 + RM_GOPATH=0 [2022-05-13T10:27:03.062Z] #51 0.734 + TMP_GOPATH= [2022-05-13T10:27:03.062Z] #51 0.734 + : /build [2022-05-13T10:27:03.062Z] #51 0.734 + '[' -z '' ']' [2022-05-13T10:27:03.062Z] #51 0.735 ++ mktemp -d [2022-05-13T10:27:03.062Z] #51 0.736 + export GOPATH=/tmp/tmp.kcU5bI44EY [2022-05-13T10:27:03.062Z] #51 0.736 + GOPATH=/tmp/tmp.kcU5bI44EY [2022-05-13T10:27:03.062Z] #51 0.736 + RM_GOPATH=1 [2022-05-13T10:27:03.062Z] #51 0.737 + case "$(go env GOARCH)" in [2022-05-13T10:27:03.062Z] #51 0.737 ++ go env GOARCH [2022-05-13T10:27:03.062Z] #51 0.748 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:27:03.062Z] #51 0.748 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:27:03.062Z] #51 0.749 ++ dirname /install.sh [2022-05-13T10:27:03.062Z] #51 0.750 + dir=/ [2022-05-13T10:27:03.062Z] #51 0.751 + bin=tini [2022-05-13T10:27:03.062Z] #51 0.751 + shift [2022-05-13T10:27:03.062Z] #51 0.751 + '[' '!' -f //tini.installer ']' [2022-05-13T10:27:03.062Z] #51 0.751 + . //tini.installer [2022-05-13T10:27:03.062Z] #51 0.752 ++ : v0.19.0 [2022-05-13T10:27:03.062Z] #51 0.752 + install_tini [2022-05-13T10:27:03.062Z] #51 0.753 + echo 'Install tini version v0.19.0' [2022-05-13T10:27:03.062Z] #51 0.753 Install tini version v0.19.0 [2022-05-13T10:27:03.062Z] #51 0.753 + git clone https://github.com/krallin/tini.git /tmp/tmp.kcU5bI44EY/tini [2022-05-13T10:27:03.062Z] #51 0.757 Cloning into '/tmp/tmp.kcU5bI44EY/tini'... [2022-05-13T10:27:03.062Z] #51 1.162 + cd /tmp/tmp.kcU5bI44EY/tini [2022-05-13T10:27:03.062Z] #51 1.162 + git checkout -q v0.19.0 [2022-05-13T10:27:03.062Z] #51 1.167 + cmake . [2022-05-13T10:27:03.062Z] #51 1.321 -- The C compiler identification is GNU 10.2.1 [2022-05-13T10:27:03.062Z] #51 1.338 -- Detecting C compiler ABI info [2022-05-13T10:27:03.062Z] #51 1.542 -- Detecting C compiler ABI info - done [2022-05-13T10:27:03.062Z] #51 1.600 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-13T10:27:03.062Z] #51 1.602 -- Detecting C compile features [2022-05-13T10:27:03.062Z] #51 1.603 -- Detecting C compile features - done [2022-05-13T10:27:03.062Z] #51 1.613 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-13T10:27:03.062Z] #51 1.669 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-13T10:27:03.062Z] #51 1.706 -- Configuring done [2022-05-13T10:27:03.062Z] #51 1.718 -- Generating done [2022-05-13T10:27:03.062Z] #51 1.720 -- Build files have been written to: /tmp/tmp.kcU5bI44EY/tini [2022-05-13T10:27:03.062Z] #51 1.725 + make tini-static [2022-05-13T10:27:03.062Z] #51 1.851 Scanning dependencies of target tini-static [2022-05-13T10:27:03.062Z] #51 1.865 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-13T10:27:03.062Z] #51 2.425 [100%] Linking C executable tini-static [2022-05-13T10:27:03.062Z] #51 2.643 [100%] Built target tini-static [2022-05-13T10:27:03.062Z] #51 2.670 + mkdir -p /build [2022-05-13T10:27:03.062Z] #51 2.676 + cp tini-static /build/docker-init [2022-05-13T10:27:03.062Z] #51 DONE 3.0s [2022-05-13T10:27:03.321Z] #21 38.13 Setting up libelf1:arm64 (0.183-1) ... [2022-05-13T10:27:03.321Z] #21 38.15 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-13T10:27:03.321Z] #21 38.17 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-05-13T10:27:03.321Z] #21 38.18 Setting up python3-distutils (3.9.2-1) ... [2022-05-13T10:27:03.359Z] [2022-05-13T10:27:03.359Z] #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-13T10:27:03.359Z] #71 sha256:a24fae05ce0617788a9d40523b293144d37de2bf52ff440cab6cc01e02edc46b [2022-05-13T10:27:03.359Z] #71 0.814 + RM_GOPATH=0 [2022-05-13T10:27:03.359Z] #71 0.815 + TMP_GOPATH= [2022-05-13T10:27:03.359Z] #71 0.815 + : /build [2022-05-13T10:27:03.359Z] #71 0.815 + '[' -z '' ']' [2022-05-13T10:27:03.359Z] #71 0.816 ++ mktemp -d [2022-05-13T10:27:03.359Z] #71 0.817 + export GOPATH=/tmp/tmp.5fm7OLtQSO [2022-05-13T10:27:03.359Z] #71 0.817 + GOPATH=/tmp/tmp.5fm7OLtQSO [2022-05-13T10:27:03.359Z] #71 0.817 + RM_GOPATH=1 [2022-05-13T10:27:03.359Z] #71 0.818 + case "$(go env GOARCH)" in [2022-05-13T10:27:03.359Z] #71 0.818 ++ go env GOARCH [2022-05-13T10:27:03.359Z] #71 0.831 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:27:03.359Z] #71 0.831 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:27:03.359Z] #71 0.832 ++ dirname /install.sh [2022-05-13T10:27:03.359Z] #71 0.833 + dir=/ [2022-05-13T10:27:03.359Z] #71 0.833 + bin=containerd [2022-05-13T10:27:03.359Z] #71 0.833 + shift [2022-05-13T10:27:03.359Z] #71 0.833 + '[' '!' -f //containerd.installer ']' [2022-05-13T10:27:03.359Z] #71 0.834 + . //containerd.installer [2022-05-13T10:27:03.359Z] #71 0.834 ++ set -e [2022-05-13T10:27:03.359Z] #71 0.834 ++ : v1.6.4 [2022-05-13T10:27:03.359Z] #71 0.834 + install_containerd [2022-05-13T10:27:03.359Z] #71 0.835 + echo 'Install containerd version v1.6.4' [2022-05-13T10:27:03.359Z] #71 0.835 Install containerd version v1.6.4 [2022-05-13T10:27:03.359Z] #71 0.835 + git clone https://github.com/containerd/containerd.git /tmp/tmp.5fm7OLtQSO/src/github.com/containerd/containerd [2022-05-13T10:27:03.359Z] #71 0.837 Cloning into '/tmp/tmp.5fm7OLtQSO/src/github.com/containerd/containerd'... [2022-05-13T10:27:03.891Z] #21 38.57 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:27:03.891Z] #21 38.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-13T10:27:03.891Z] #21 38.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-13T10:27:03.891Z] #21 38.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-13T10:27:03.891Z] #21 38.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-13T10:27:03.891Z] #21 38.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-13T10:27:03.891Z] #21 38.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-13T10:27:03.891Z] #21 38.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-13T10:27:03.891Z] #21 38.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-13T10:27:03.891Z] #21 38.63 Setting up python3-setuptools (52.0.0-4) ... [2022-05-13T10:27:04.164Z] #19 DONE 2.9s [2022-05-13T10:27:04.164Z] [2022-05-13T10:27:04.164Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-05-13T10:27:04.164Z] #20 sha256:3befa9fce940b1b5002a0b60b274eaf9789660bf7c4de7f653ed644d6387783f [2022-05-13T10:27:04.332Z] #71 ... [2022-05-13T10:27:04.332Z] [2022-05-13T10:27:04.332Z] #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-13T10:27:04.332Z] #20 sha256:d5a6ee695fa28224a1dc282af0dd2426524d9c3f2f16e496b8b76a26d0991110 [2022-05-13T10:27:04.332Z] #20 48.49 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-13T10:27:04.630Z] [2022-05-13T10:27:04.630Z] #20 ... [2022-05-13T10:27:04.630Z] [2022-05-13T10:27:04.630Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-13T10:27:04.630Z] #53 sha256:205206618d4a474f9923652b99989d5716de3944ac6d6bda09aaf1d46f6d4970 [2022-05-13T10:27:04.630Z] #53 CACHED [2022-05-13T10:27:04.630Z] [2022-05-13T10:27:04.630Z] #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-13T10:27:04.630Z] #54 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-13T10:27:04.630Z] #54 CACHED [2022-05-13T10:27:04.630Z] [2022-05-13T10:27:04.630Z] #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-13T10:27:04.630Z] #57 sha256:9c3b208b65a8b8fa54d9d809817a461609014ba0ebc6cb06346f719cbbe6d55b [2022-05-13T10:27:04.630Z] #57 CACHED [2022-05-13T10:27:04.630Z] [2022-05-13T10:27:04.630Z] #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-13T10:27:04.630Z] #58 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-13T10:27:04.630Z] #58 CACHED [2022-05-13T10:27:04.630Z] [2022-05-13T10:27:04.630Z] #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-13T10:27:04.630Z] #60 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-13T10:27:04.630Z] #60 CACHED [2022-05-13T10:27:04.630Z] [2022-05-13T10:27:04.630Z] #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-13T10:27:04.630Z] #62 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-13T10:27:04.630Z] #62 CACHED [2022-05-13T10:27:04.630Z] [2022-05-13T10:27:04.630Z] #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-13T10:27:04.630Z] #64 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-13T10:27:04.630Z] #64 CACHED [2022-05-13T10:27:04.630Z] [2022-05-13T10:27:04.630Z] #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-13T10:27:04.630Z] #20 sha256:d5a6ee695fa28224a1dc282af0dd2426524d9c3f2f16e496b8b76a26d0991110 [2022-05-13T10:27:04.630Z] #20 48.49 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:27:04.630Z] #20 48.58 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-13T10:27:04.630Z] #20 48.63 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-13T10:27:04.630Z] #20 48.64 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:27:04.630Z] #20 48.64 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-13T10:27:05.321Z] #21 39.94 Setting up libjq1:arm64 (1.6-2.1) ... [2022-05-13T10:27:05.321Z] #21 39.96 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-05-13T10:27:05.321Z] #21 39.97 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-13T10:27:05.321Z] #21 40.00 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-13T10:27:06.155Z] #20 DONE 2.0s [2022-05-13T10:27:06.155Z] [2022-05-13T10:27:06.155Z] #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-13T10:27:06.155Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-13T10:27:06.266Z] #21 40.96 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-05-13T10:27:06.266Z] #21 40.98 Setting up jq (1.6-2.1) ... [2022-05-13T10:27:06.266Z] #21 41.00 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-05-13T10:27:06.266Z] #21 41.01 Setting up iptables (1.8.7-1) ... [2022-05-13T10:27:06.266Z] #21 41.02 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-13T10:27:06.266Z] #21 41.02 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-13T10:27:06.266Z] #21 41.03 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-13T10:27:06.266Z] #21 41.03 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-13T10:27:06.266Z] #21 41.04 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-13T10:27:06.266Z] #21 41.04 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-13T10:27:06.266Z] #21 41.05 Setting up iproute2 (5.10.0-4) ... [2022-05-13T10:27:06.527Z] #21 41.33 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:27:06.788Z] #21 DONE 41.7s [2022-05-13T10:27:06.788Z] [2022-05-13T10:27:06.788Z] #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-13T10:27:06.788Z] #22 sha256:989ba02d31fff8765a4796cdbe86c36670561540782a03ecc3296119ababa2e6 [2022-05-13T10:27:06.862Z] #20 50.71 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-13T10:27:06.862Z] #20 50.71 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:27:06.862Z] #20 50.72 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-13T10:27:07.177Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-05-13T10:27:07.177Z] [2022-05-13T10:27:07.177Z] ________ ____ __. [2022-05-13T10:27:07.177Z] \_____ \ | |/ _| [2022-05-13T10:27:07.177Z] / | \| < [2022-05-13T10:27:07.177Z] / | \ | \ [2022-05-13T10:27:07.177Z] \_______ /____|__ \ [2022-05-13T10:27:07.177Z] \/ \/ [2022-05-13T10:27:07.177Z] [2022-05-13T10:27:07.177Z] INFO: make.ps1 ended at 05/13/2022 10:27:04 [2022-05-13T10:27:07.177Z] INFO: Binaries build ended at 05/13/2022 10:27:06. Duration:00:01:45.8569462 [2022-05-13T10:27:07.360Z] #22 0.656 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-13T10:27:07.620Z] #22 0.660 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-13T10:27:07.621Z] #22 0.663 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-13T10:27:07.621Z] #22 DONE 0.7s [2022-05-13T10:27:07.621Z] [2022-05-13T10:27:07.621Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-13T10:27:07.621Z] #23 sha256:43d19c47b8e0948fc1e6c05117d4b377cecf363f0adb1b8bcd2779c4fe8c1d90 [2022-05-13T10:27:08.304Z] INFO: Copying the built daemon binary to d:\CI\PR-43269\3\binary\dockerd-8e4b5db542.exe... [2022-05-13T10:27:08.304Z] INFO: Copying the built client binary to d:\CI\PR-43269\3\binary\docker-8e4b5db542.exe... [2022-05-13T10:27:08.304Z] INFO: Copying the golang package from the container to d:\CI\PR-43269\3\installer\go.zip... [2022-05-13T10:27:08.759Z] INFO: Extracting go.zip to d:\CI\PR-43269\3\go [2022-05-13T10:27:08.881Z] #21 2.267 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-13T10:27:08.881Z] #21 2.446 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-13T10:27:08.881Z] #21 2.450 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-13T10:27:09.140Z] #21 2.777 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-13T10:27:10.212Z] #20 54.30 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-13T10:27:10.468Z] #20 54.30 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:27:10.468Z] #20 54.31 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-13T10:27:10.537Z] #21 4.240 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-13T10:27:11.030Z] #20 ... [2022-05-13T10:27:11.030Z] [2022-05-13T10:27:11.030Z] #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-13T10:27:11.030Z] #71 sha256:a24fae05ce0617788a9d40523b293144d37de2bf52ff440cab6cc01e02edc46b [2022-05-13T10:27:11.030Z] #71 12.65 + cd /tmp/tmp.5fm7OLtQSO/src/github.com/containerd/containerd [2022-05-13T10:27:11.030Z] #71 12.65 + git checkout -q v1.6.4 [2022-05-13T10:27:11.030Z] #71 13.43 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-13T10:27:11.030Z] #71 13.43 + BUILDTAGS='netgo osusergo static_build' [2022-05-13T10:27:11.030Z] #71 13.43 + export EXTRA_FLAGS=-buildmode=pie [2022-05-13T10:27:11.030Z] #71 13.43 + EXTRA_FLAGS=-buildmode=pie [2022-05-13T10:27:11.030Z] #71 13.43 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-13T10:27:11.030Z] #71 13.43 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-13T10:27:11.030Z] #71 13.43 + '[' '' = dynamic ']' [2022-05-13T10:27:11.030Z] #71 13.43 + make [2022-05-13T10:27:11.286Z] #71 14.35 + bin/ctr [2022-05-13T10:27:11.476Z] #21 5.406 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-13T10:27:13.395Z] #21 ... [2022-05-13T10:27:13.395Z] [2022-05-13T10:27:13.395Z] #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-13T10:27:13.395Z] #60 sha256:1759ac840a50f9c95b2dcd5fddc1e8b6922ad183d954dea8ddd34caaa2221472 [2022-05-13T10:27:13.395Z] #60 12.85 + cd /tmp/tmp.8sp9rKtzGw/src/github.com/opencontainers/runc [2022-05-13T10:27:13.395Z] #60 12.85 + git checkout -q v1.1.2 [2022-05-13T10:27:13.395Z] #60 13.45 + '[' -z '' ']' [2022-05-13T10:27:13.395Z] #60 13.45 + target=static [2022-05-13T10:27:13.395Z] #60 13.45 + make BUILDTAGS=seccomp static [2022-05-13T10:27:13.395Z] #60 13.80 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-13T10:27:15.933Z] #60 ... [2022-05-13T10:27:15.933Z] [2022-05-13T10:27:15.933Z] #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-13T10:27:15.933Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-13T10:27:15.933Z] #21 9.262 Fetched 8530 kB in 7s (1171 kB/s) [2022-05-13T10:27:17.672Z] #23 8.558 Collecting yamllint==1.26.1 [2022-05-13T10:27:17.672Z] #23 9.622 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-13T10:27:18.245Z] #23 10.57 Collecting pathspec>=0.5.3 [2022-05-13T10:27:18.245Z] #23 10.59 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-13T10:27:18.245Z] #23 10.84 Collecting pyyaml [2022-05-13T10:27:18.472Z] #21 9.262 Reading package lists... [2022-05-13T10:27:18.504Z] #23 10.85 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-05-13T10:27:18.504Z] #23 10.90 Building wheels for collected packages: yamllint [2022-05-13T10:27:18.504Z] #23 10.90 Building wheel for yamllint (setup.py): started [2022-05-13T10:27:19.408Z] #21 12.24 Reading package lists... [2022-05-13T10:27:19.408Z] #21 ... [2022-05-13T10:27:19.408Z] [2022-05-13T10:27:19.408Z] #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-13T10:27:19.408Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-13T10:27:19.408Z] #34 DONE 143.9s [2022-05-13T10:27:19.444Z] #23 11.79 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-13T10:27:19.444Z] #23 11.79 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=2e0331dc338eb03ed62d8edaf7b1f9e9247777fe97ca7a2e8312ccfc5ff86a00 [2022-05-13T10:27:19.444Z] #23 11.79 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-13T10:27:19.444Z] #23 11.79 Successfully built yamllint [2022-05-13T10:27:19.444Z] #23 11.81 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-13T10:27:19.546Z] #71 ... [2022-05-13T10:27:19.546Z] [2022-05-13T10:27:19.546Z] #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-13T10:27:19.546Z] #20 sha256:d5a6ee695fa28224a1dc282af0dd2426524d9c3f2f16e496b8b76a26d0991110 [2022-05-13T10:27:19.546Z] #20 56.07 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-13T10:27:19.546Z] #20 56.07 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:27:19.546Z] #20 56.08 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-13T10:27:19.546Z] #20 57.85 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-13T10:27:19.546Z] #20 57.85 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:27:19.546Z] #20 57.85 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-13T10:27:19.546Z] #20 61.54 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-13T10:27:19.546Z] #20 61.55 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-13T10:27:19.546Z] #20 61.55 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-13T10:27:19.546Z] #20 63.21 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-13T10:27:19.546Z] #20 63.21 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-13T10:27:19.546Z] #20 63.23 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-13T10:27:19.546Z] #20 63.29 Selecting previously unselected package libapparmor1:amd64. [2022-05-13T10:27:19.546Z] #20 63.29 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-13T10:27:19.546Z] #20 63.30 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-13T10:27:19.546Z] #20 63.36 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-13T10:27:19.546Z] #20 63.37 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-13T10:27:19.546Z] #20 63.38 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-13T10:27:19.546Z] #20 63.44 Selecting previously unselected package libbtrfs0:amd64. [2022-05-13T10:27:19.546Z] #20 63.45 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-13T10:27:19.546Z] #20 63.45 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-13T10:27:19.546Z] #20 63.52 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-13T10:27:19.546Z] #20 63.53 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-13T10:27:19.546Z] #20 63.53 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-13T10:27:19.546Z] #20 63.62 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-13T10:27:19.546Z] #20 63.63 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-13T10:27:19.546Z] #20 63.63 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-13T10:27:19.546Z] #20 63.67 Selecting previously unselected package libudev-dev:amd64. [2022-05-13T10:27:19.546Z] #20 63.68 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-13T10:27:19.546Z] #20 63.68 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-13T10:27:19.546Z] #20 63.74 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-13T10:27:19.667Z] [2022-05-13T10:27:19.667Z] #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-13T10:27:19.667Z] #64 sha256:15a74b6862877f854e7e4ee6016192b37013475f19c1eb0fbb077ec7ad49986b [2022-05-13T10:27:19.704Z] #23 12.12 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-13T10:27:19.803Z] #20 63.75 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-13T10:27:19.803Z] #20 63.75 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-13T10:27:19.803Z] #20 63.88 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-13T10:27:19.803Z] #20 63.88 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-13T10:27:19.803Z] #20 63.89 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-13T10:27:20.059Z] #20 63.98 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-13T10:27:20.059Z] #20 63.99 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-13T10:27:20.059Z] #20 64.00 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-13T10:27:20.059Z] #20 64.08 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-13T10:27:20.059Z] #20 64.09 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-13T10:27:20.059Z] #20 64.10 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-13T10:27:20.059Z] #20 64.14 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-13T10:27:20.059Z] #20 64.14 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-13T10:27:20.059Z] #20 64.15 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-13T10:27:20.274Z] #23 DONE 12.6s [2022-05-13T10:27:20.274Z] [2022-05-13T10:27:20.274Z] #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-13T10:27:20.274Z] #55 sha256:e374d1522f5d9c874a1bdd0ffb6eda4ed761c9a1e53e0259625a85dc3c837cec [2022-05-13T10:27:20.316Z] #20 64.34 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-13T10:27:20.316Z] #20 64.34 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-13T10:27:20.316Z] #20 64.35 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-13T10:27:20.316Z] #20 64.44 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-13T10:27:20.572Z] #20 64.45 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-13T10:27:20.572Z] #20 64.45 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-13T10:27:20.572Z] #20 64.49 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-13T10:27:20.572Z] #20 64.50 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-13T10:27:20.572Z] #20 64.50 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-13T10:27:20.572Z] #20 64.56 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-13T10:27:20.572Z] #20 64.57 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-13T10:27:20.572Z] #20 64.57 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-13T10:27:20.828Z] #20 64.79 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-13T10:27:20.828Z] #20 64.80 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-13T10:27:20.828Z] #20 64.81 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-13T10:27:20.828Z] #20 64.82 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-13T10:27:20.828Z] #20 64.83 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-13T10:27:20.828Z] #20 64.84 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-13T10:27:20.828Z] #20 64.85 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-13T10:27:20.828Z] #20 64.86 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-13T10:27:20.828Z] #20 64.87 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-13T10:27:20.828Z] #20 64.88 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-13T10:27:20.828Z] #20 64.89 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-13T10:27:20.828Z] #20 64.90 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-13T10:27:20.828Z] #20 64.92 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-13T10:27:20.828Z] #20 64.93 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-13T10:27:20.828Z] #20 64.94 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-13T10:27:20.828Z] #20 64.95 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-13T10:27:20.828Z] #20 64.96 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-13T10:27:20.828Z] #20 64.97 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-13T10:27:20.828Z] #20 64.98 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-13T10:27:20.828Z] #20 64.99 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-13T10:27:20.828Z] #20 65.00 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-13T10:27:20.828Z] #20 65.01 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-13T10:27:21.045Z] #64 ... [2022-05-13T10:27:21.045Z] [2022-05-13T10:27:21.045Z] #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-13T10:27:21.045Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-13T10:27:21.045Z] #36 145.6 Delve is a source level debugger for Go programs. [2022-05-13T10:27:21.045Z] #36 145.6 [2022-05-13T10:27:21.045Z] #36 145.6 Delve enables you to interact with your program by controlling the execution of the process, [2022-05-13T10:27:21.045Z] #36 145.6 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-05-13T10:27:21.045Z] #36 145.6 [2022-05-13T10:27:21.045Z] #36 145.6 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-05-13T10:27:21.045Z] #36 145.6 [2022-05-13T10:27:21.045Z] #36 145.6 Pass flags to the program you are debugging using `--`, for example: [2022-05-13T10:27:21.045Z] #36 145.6 [2022-05-13T10:27:21.045Z] #36 145.6 `dlv exec ./hello -- server --config conf/config.toml` [2022-05-13T10:27:21.045Z] #36 145.6 [2022-05-13T10:27:21.045Z] #36 145.6 Usage: [2022-05-13T10:27:21.045Z] #36 145.6 dlv [command] [2022-05-13T10:27:21.045Z] #36 145.6 [2022-05-13T10:27:21.045Z] #36 145.6 Available Commands: [2022-05-13T10:27:21.045Z] #36 145.6 attach Attach to running process and begin debugging. [2022-05-13T10:27:21.045Z] #36 145.6 connect Connect to a headless debug server with a terminal client. [2022-05-13T10:27:21.045Z] #36 145.6 core Examine a core dump. [2022-05-13T10:27:21.045Z] #36 145.6 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-05-13T10:27:21.045Z] #36 145.6 debug Compile and begin debugging main package in current directory, or the package specified. [2022-05-13T10:27:21.045Z] #36 145.6 exec Execute a precompiled binary, and begin a debug session. [2022-05-13T10:27:21.045Z] #36 145.6 help Help about any command [2022-05-13T10:27:21.045Z] #36 145.6 run Deprecated command. Use 'debug' instead. [2022-05-13T10:27:21.045Z] #36 145.6 test Compile test binary and begin debugging program. [2022-05-13T10:27:21.045Z] #36 145.6 trace Compile and begin tracing program. [2022-05-13T10:27:21.045Z] #36 145.6 version Prints version. [2022-05-13T10:27:21.045Z] #36 145.6 [2022-05-13T10:27:21.045Z] #36 145.6 Flags: [2022-05-13T10:27:21.045Z] #36 145.6 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-05-13T10:27:21.045Z] #36 145.6 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-05-13T10:27:21.045Z] #36 145.6 --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-13T10:27:21.045Z] #36 145.6 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-05-13T10:27:21.045Z] #36 145.6 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-05-13T10:27:21.045Z] #36 145.6 --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-13T10:27:21.045Z] #36 145.6 --disable-aslr Disables address space randomization [2022-05-13T10:27:21.045Z] #36 145.6 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-05-13T10:27:21.045Z] #36 145.6 -h, --help help for dlv [2022-05-13T10:27:21.045Z] #36 145.6 --init string Init file, executed by the terminal client. [2022-05-13T10:27:21.045Z] #36 145.6 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-05-13T10:27:21.045Z] #36 145.6 --log Enable debugging server logging. [2022-05-13T10:27:21.045Z] #36 145.6 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-05-13T10:27:21.045Z] #36 145.6 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-05-13T10:27:21.045Z] #36 145.6 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-05-13T10:27:21.045Z] #36 145.6 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-05-13T10:27:21.045Z] #36 145.6 --wd string Working directory for running the program. [2022-05-13T10:27:21.045Z] #36 145.6 [2022-05-13T10:27:21.045Z] #36 145.6 Additional help topics: [2022-05-13T10:27:21.045Z] #36 145.6 dlv backend Help about the --backend flag. [2022-05-13T10:27:21.045Z] #36 145.6 dlv log Help about logging flags. [2022-05-13T10:27:21.045Z] #36 145.6 dlv redirect Help about file redirection. [2022-05-13T10:27:21.045Z] #36 145.6 [2022-05-13T10:27:21.045Z] #36 145.6 Use "dlv [command] --help" for more information about a command. [2022-05-13T10:27:21.084Z] #20 65.02 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-13T10:27:21.084Z] #20 65.03 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-13T10:27:21.084Z] #20 65.04 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-13T10:27:21.084Z] #20 65.05 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-13T10:27:21.084Z] #20 65.06 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-13T10:27:21.084Z] #20 65.07 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-13T10:27:21.084Z] #20 65.09 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-13T10:27:21.084Z] #20 65.10 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-13T10:27:21.084Z] #20 65.11 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-13T10:27:21.084Z] #20 65.13 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-13T10:27:21.084Z] #20 65.14 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-13T10:27:21.084Z] #20 65.15 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:27:21.309Z] #36 DONE 146.0s [2022-05-13T10:27:21.309Z] [2022-05-13T10:27:21.309Z] #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-13T10:27:21.309Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-13T10:27:21.309Z] #55 ... [2022-05-13T10:27:21.309Z] [2022-05-13T10:27:21.309Z] #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-13T10:27:21.309Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-13T10:27:21.309Z] #21 12.24 Reading package lists... [2022-05-13T10:27:21.690Z] #20 DONE 65.8s [2022-05-13T10:27:21.690Z] [2022-05-13T10:27:21.690Z] #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-13T10:27:21.690Z] #71 sha256:a24fae05ce0617788a9d40523b293144d37de2bf52ff440cab6cc01e02edc46b [2022-05-13T10:27:21.947Z] #71 ... [2022-05-13T10:27:21.947Z] [2022-05-13T10:27:21.947Z] #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-13T10:27:21.947Z] #21 sha256:6c2379b16c675dd5e311a91eba3c6f26d29780fe93c29329112b9e0a156c8b52 [2022-05-13T10:27:22.142Z] #21 15.32 Building dependency tree... [2022-05-13T10:27:23.082Z] #21 16.65 The following additional packages will be installed: [2022-05-13T10:27:23.082Z] #21 16.65 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-13T10:27:23.082Z] #21 16.65 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-13T10:27:23.082Z] #21 16.65 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-13T10:27:23.082Z] #21 16.65 python3-pkg-resources vim-runtime xxd [2022-05-13T10:27:23.082Z] #21 16.65 Suggested packages: [2022-05-13T10:27:23.082Z] #21 16.65 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-13T10:27:23.082Z] #21 16.65 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-13T10:27:23.082Z] #21 16.65 acl attr quota [2022-05-13T10:27:23.082Z] #21 16.65 Recommended packages: [2022-05-13T10:27:23.082Z] #21 16.65 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-13T10:27:23.358Z] #21 1.226 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-13T10:27:23.358Z] #21 1.226 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-13T10:27:23.358Z] #21 1.227 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-05-13T10:27:24.461Z] #21 17.91 The following NEW packages will be installed: [2022-05-13T10:27:24.461Z] #21 17.91 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-13T10:27:24.461Z] #21 17.91 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-13T10:27:24.461Z] #21 17.91 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-13T10:27:24.461Z] #21 17.91 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-13T10:27:24.461Z] #21 17.91 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-13T10:27:24.461Z] #21 17.91 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-13T10:27:24.461Z] #21 17.91 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-13T10:27:24.461Z] #21 17.91 xz-utils zip zstd [2022-05-13T10:27:24.461Z] #21 18.26 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:27:24.461Z] #21 18.26 Need to get 27.6 MB of archives. [2022-05-13T10:27:24.461Z] #21 18.26 After this operation, 106 MB of additional disk space will be used. [2022-05-13T10:27:24.461Z] #21 18.26 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-13T10:27:24.461Z] #21 18.28 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-13T10:27:24.461Z] #21 18.28 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-13T10:27:24.461Z] #21 18.28 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-13T10:27:24.461Z] #21 18.28 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-13T10:27:24.461Z] #21 18.28 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-13T10:27:24.461Z] #21 18.28 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-13T10:27:24.461Z] #21 18.28 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-13T10:27:24.720Z] #21 18.32 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-13T10:27:24.721Z] #21 18.32 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-13T10:27:24.721Z] #21 18.37 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-13T10:27:24.721Z] #21 18.37 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-13T10:27:24.721Z] #21 18.37 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-13T10:27:24.721Z] #21 18.37 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-13T10:27:24.721Z] #21 18.44 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-13T10:27:24.721Z] #21 18.44 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-13T10:27:24.721Z] #21 18.44 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-13T10:27:24.721Z] #21 18.44 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-13T10:27:24.721Z] #21 18.44 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-13T10:27:24.721Z] #21 18.44 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-13T10:27:24.721Z] #21 18.44 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-13T10:27:24.721Z] #21 18.44 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-13T10:27:24.721Z] #21 18.44 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-13T10:27:24.721Z] #21 18.46 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-13T10:27:24.721Z] #21 18.46 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-13T10:27:24.721Z] #21 18.46 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-13T10:27:24.721Z] #21 18.46 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-13T10:27:24.981Z] #21 18.78 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-13T10:27:24.981Z] #21 18.78 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-13T10:27:24.981Z] #21 18.78 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-13T10:27:24.981Z] #21 18.78 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-13T10:27:24.981Z] #21 18.78 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-13T10:27:24.981Z] #21 18.78 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-13T10:27:24.981Z] #21 18.80 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-13T10:27:24.981Z] #21 18.87 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-13T10:27:24.981Z] #21 18.87 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-13T10:27:25.241Z] #21 18.88 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-13T10:27:25.241Z] #21 18.88 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-13T10:27:25.241Z] #21 18.90 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-13T10:27:25.241Z] #21 18.92 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-13T10:27:25.241Z] #21 18.93 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-13T10:27:25.241Z] #21 18.96 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-13T10:27:25.241Z] #21 18.98 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-13T10:27:25.241Z] #21 18.98 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-13T10:27:25.483Z] Running on azwin-2-5dff20 in d:\jenkins\workspace\moby_PR-43269 [Pipeline] { [2022-05-13T10:27:25.500Z] #21 19.20 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-13T10:27:25.501Z] #21 19.25 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-13T10:27:25.501Z] #21 19.31 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-13T10:27:25.501Z] #21 19.31 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [Pipeline] ws [2022-05-13T10:27:25.507Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-05-13T10:27:26.071Z] #21 19.99 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:27:26.331Z] #21 20.10 Fetched 27.6 MB in 1s (20.8 MB/s) [2022-05-13T10:27:26.331Z] #21 20.17 Selecting previously unselected package pigz. [2022-05-13T10:27:26.591Z] #21 20.17 (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-13T10:27:26.591Z] #21 20.25 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-13T10:27:26.591Z] #21 20.25 Unpacking pigz (2.6-1) ... [2022-05-13T10:27:26.591Z] #21 20.35 Selecting previously unselected package libelf1:amd64. [2022-05-13T10:27:26.591Z] #21 20.35 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-13T10:27:26.591Z] #21 20.36 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-13T10:27:26.591Z] #21 20.46 Selecting previously unselected package libbpf0:amd64. [2022-05-13T10:27:26.591Z] #21 20.46 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-13T10:27:26.851Z] #21 20.47 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-13T10:27:26.851Z] #21 20.57 Selecting previously unselected package libcap2:amd64. [2022-05-13T10:27:26.851Z] #21 20.58 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-13T10:27:26.851Z] #21 20.58 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-13T10:27:26.851Z] #21 20.64 Selecting previously unselected package libmnl0:amd64. [2022-05-13T10:27:26.851Z] #21 20.66 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-13T10:27:26.851Z] #21 20.67 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-13T10:27:26.922Z] Running on azwin-2-7d98c0 in d:\jenkins\workspace\moby_PR-43269 [Pipeline] { [Pipeline] ws [2022-05-13T10:27:26.939Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [2022-05-13T10:27:26.950Z] The recommended git tool is: git [Pipeline] checkout [2022-05-13T10:27:27.110Z] #21 20.73 Selecting previously unselected package libxtables12:amd64. [2022-05-13T10:27:27.110Z] #21 20.74 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-13T10:27:27.110Z] #21 20.74 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-13T10:27:27.110Z] #21 20.80 Selecting previously unselected package libcap2-bin. [2022-05-13T10:27:27.110Z] #21 20.80 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-13T10:27:27.110Z] #21 20.81 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-13T10:27:27.110Z] #21 20.89 Selecting previously unselected package iproute2. [2022-05-13T10:27:27.110Z] #21 20.89 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-13T10:27:27.110Z] #21 20.89 Unpacking iproute2 (5.10.0-4) ... [2022-05-13T10:27:27.630Z] #21 21.32 Selecting previously unselected package xxd. [2022-05-13T10:27:27.630Z] #21 21.33 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-13T10:27:27.630Z] #21 21.34 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:27:27.630Z] #21 21.45 Selecting previously unselected package vim-common. [2022-05-13T10:27:27.890Z] #21 21.46 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-13T10:27:27.890Z] #21 21.47 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:27:27.890Z] #21 21.59 Selecting previously unselected package bash-completion. [2022-05-13T10:27:27.890Z] #21 21.60 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-13T10:27:28.604Z] The recommended git tool is: git [2022-05-13T10:27:28.947Z] #21 1.783 Reading package lists... [2022-05-13T10:27:29.797Z] #21 23.38 Unpacking bash-completion (1:2.11-2) ... [2022-05-13T10:27:30.056Z] #21 23.78 Selecting previously unselected package bzip2. [2022-05-13T10:27:30.056Z] #21 23.78 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-05-13T10:27:30.056Z] #21 23.80 Unpacking bzip2 (1.0.8-4) ... [2022-05-13T10:27:30.056Z] #21 23.86 Selecting previously unselected package xz-utils. [2022-05-13T10:27:30.056Z] #21 23.86 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-13T10:27:30.056Z] #21 23.86 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-13T10:27:30.316Z] #21 24.01 Selecting previously unselected package apparmor. [2022-05-13T10:27:30.316Z] #21 24.01 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-05-13T10:27:30.316Z] #21 24.07 Unpacking apparmor (2.13.6-10) ... [2022-05-13T10:27:30.576Z] #21 24.42 Selecting previously unselected package inetutils-ping. [2022-05-13T10:27:30.576Z] #21 24.43 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-13T10:27:30.576Z] #21 24.44 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-13T10:27:30.836Z] #21 24.57 Selecting previously unselected package libip4tc2:amd64. [2022-05-13T10:27:30.836Z] #21 24.57 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-13T10:27:30.836Z] #21 24.57 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-13T10:27:30.836Z] #21 24.64 Selecting previously unselected package libip6tc2:amd64. [2022-05-13T10:27:30.836Z] #21 24.65 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-13T10:27:30.836Z] #21 24.66 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-13T10:27:30.836Z] #21 24.74 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-13T10:27:31.095Z] #21 24.74 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-13T10:27:31.095Z] #21 24.75 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-13T10:27:31.095Z] #21 24.81 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-13T10:27:31.095Z] #21 24.81 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-13T10:27:31.095Z] #21 24.82 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-13T10:27:31.095Z] #21 24.88 Selecting previously unselected package libnftnl11:amd64. [2022-05-13T10:27:31.095Z] #21 24.89 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-13T10:27:31.095Z] #21 24.89 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-13T10:27:31.095Z] #21 24.96 Selecting previously unselected package iptables. [2022-05-13T10:27:31.095Z] #21 24.98 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-05-13T10:27:31.095Z] #21 24.98 Unpacking iptables (1.8.7-1) ... [2022-05-13T10:27:31.664Z] #21 25.25 Selecting previously unselected package libonig5:amd64. [2022-05-13T10:27:31.664Z] #21 25.27 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-13T10:27:31.664Z] #21 25.28 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-13T10:27:31.664Z] #21 25.42 Selecting previously unselected package libjq1:amd64. [2022-05-13T10:27:31.664Z] #21 25.42 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-05-13T10:27:31.664Z] #21 25.42 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-13T10:27:31.664Z] #21 25.52 Selecting previously unselected package jq. [2022-05-13T10:27:31.664Z] #21 25.52 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-05-13T10:27:31.664Z] #21 25.52 Unpacking jq (1.6-2.1) ... [2022-05-13T10:27:31.664Z] #21 25.61 Selecting previously unselected package libaio1:amd64. [2022-05-13T10:27:31.923Z] #21 25.61 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-05-13T10:27:31.923Z] #21 25.62 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-13T10:27:31.923Z] #21 25.69 Selecting previously unselected package libgpm2:amd64. [2022-05-13T10:27:31.923Z] #21 25.69 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-05-13T10:27:31.923Z] #21 25.69 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-13T10:27:32.183Z] #21 25.76 Selecting previously unselected package libicu67:amd64. [2022-05-13T10:27:32.183Z] #21 25.76 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-05-13T10:27:32.183Z] #21 25.78 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-13T10:27:33.175Z] #21 6.440 Reading package lists... [2022-05-13T10:27:34.100Z] #21 11.15 Building dependency tree... [2022-05-13T10:27:34.100Z] #21 12.26 Reading state information... [2022-05-13T10:27:35.109Z] #21 13.29 The following additional packages will be installed: [2022-05-13T10:27:35.109Z] #21 13.29 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-05-13T10:27:35.109Z] #21 13.29 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-05-13T10:27:35.109Z] #21 13.29 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-05-13T10:27:35.109Z] #21 13.29 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-05-13T10:27:35.109Z] #21 13.29 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-05-13T10:27:35.109Z] #21 13.29 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-05-13T10:27:35.109Z] #21 13.30 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-05-13T10:27:35.109Z] #21 13.31 Suggested packages: [2022-05-13T10:27:35.109Z] #21 13.31 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-05-13T10:27:35.109Z] #21 13.31 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-05-13T10:27:35.109Z] #21 13.31 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-05-13T10:27:35.109Z] #21 13.31 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-05-13T10:27:35.109Z] #21 13.31 seccomp:ppc64el seccomp:s390x [2022-05-13T10:27:35.109Z] #21 13.31 Recommended packages: [2022-05-13T10:27:35.109Z] #21 13.31 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-05-13T10:27:35.109Z] #21 13.31 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-05-13T10:27:35.109Z] #21 13.31 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-05-13T10:27:35.109Z] #21 13.31 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-05-13T10:27:35.476Z] #21 28.75 Selecting previously unselected package libinih1:amd64. [2022-05-13T10:27:35.476Z] #21 28.76 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-05-13T10:27:35.476Z] #21 28.76 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-13T10:27:35.476Z] #21 28.81 Selecting previously unselected package libnet1:amd64. [2022-05-13T10:27:35.476Z] #21 28.82 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-13T10:27:35.476Z] #21 28.83 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-13T10:27:35.476Z] #21 28.89 Selecting previously unselected package libnl-3-200:amd64. [2022-05-13T10:27:35.476Z] #21 28.91 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-13T10:27:35.476Z] #21 28.91 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-13T10:27:35.476Z] #21 29.00 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-13T10:27:35.476Z] #21 29.00 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-13T10:27:35.476Z] #21 29.01 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-13T10:27:35.476Z] #21 29.08 Selecting previously unselected package net-tools. [2022-05-13T10:27:35.476Z] #21 29.08 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-13T10:27:35.476Z] #21 29.10 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-13T10:27:35.476Z] #21 29.27 Selecting previously unselected package patch. [2022-05-13T10:27:35.476Z] #21 29.28 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-05-13T10:27:35.476Z] #21 29.29 Unpacking patch (2.7.6-7) ... [2022-05-13T10:27:35.669Z] #21 13.78 The following NEW packages will be installed: [2022-05-13T10:27:35.669Z] #21 13.78 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-05-13T10:27:35.669Z] #21 13.78 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-05-13T10:27:35.669Z] #21 13.78 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-05-13T10:27:35.669Z] #21 13.78 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-05-13T10:27:35.669Z] #21 13.78 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-05-13T10:27:35.669Z] #21 13.79 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-05-13T10:27:35.669Z] #21 13.79 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-05-13T10:27:35.669Z] #21 13.79 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-05-13T10:27:35.669Z] #21 13.79 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-05-13T10:27:35.669Z] #21 13.79 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-05-13T10:27:35.669Z] #21 13.79 libseccomp2:ppc64el libseccomp2:s390x [2022-05-13T10:27:35.736Z] #21 29.40 Selecting previously unselected package python-pip-whl. [2022-05-13T10:27:35.736Z] #21 29.41 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-13T10:27:35.736Z] #21 29.41 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-13T10:27:35.925Z] #21 14.17 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:27:35.925Z] #21 14.17 Need to get 15.9 MB of archives. [2022-05-13T10:27:35.925Z] #21 14.17 After this operation, 73.0 MB of additional disk space will be used. [2022-05-13T10:27:35.925Z] #21 14.17 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-05-13T10:27:35.996Z] #21 29.94 Selecting previously unselected package python3-lib2to3. [2022-05-13T10:27:35.996Z] #21 29.95 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-13T10:27:36.180Z] #21 14.17 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-05-13T10:27:36.180Z] #21 14.17 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-05-13T10:27:36.180Z] #21 14.22 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-05-13T10:27:36.180Z] #21 14.23 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-05-13T10:27:36.180Z] #21 14.23 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-05-13T10:27:36.180Z] #21 14.23 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-05-13T10:27:36.180Z] #21 14.23 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB] [2022-05-13T10:27:36.180Z] #21 14.26 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-05-13T10:27:36.180Z] #21 14.26 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-05-13T10:27:36.180Z] #21 14.26 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-05-13T10:27:36.180Z] #21 14.26 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-05-13T10:27:36.180Z] #21 14.27 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB] [2022-05-13T10:27:36.180Z] #21 14.30 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-05-13T10:27:36.180Z] #21 14.30 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-05-13T10:27:36.180Z] #21 14.31 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-05-13T10:27:36.180Z] #21 14.31 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-05-13T10:27:36.180Z] #21 14.31 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB] [2022-05-13T10:27:36.180Z] #21 14.33 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-05-13T10:27:36.180Z] #21 14.33 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-05-13T10:27:36.180Z] #21 14.33 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-05-13T10:27:36.180Z] #21 14.34 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-05-13T10:27:36.180Z] #21 14.34 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB] [2022-05-13T10:27:36.180Z] #21 14.36 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-05-13T10:27:36.180Z] #21 14.36 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-05-13T10:27:36.180Z] #21 14.36 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-05-13T10:27:36.180Z] #21 14.36 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-05-13T10:27:36.180Z] #21 14.37 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB] [2022-05-13T10:27:36.180Z] #21 14.39 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-05-13T10:27:36.180Z] #21 14.39 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-05-13T10:27:36.180Z] #21 14.39 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-05-13T10:27:36.180Z] #21 14.39 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-13T10:27:36.180Z] #21 14.39 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-05-13T10:27:36.180Z] #21 14.39 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-13T10:27:36.180Z] #21 14.40 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-05-13T10:27:36.180Z] #21 14.40 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-13T10:27:36.180Z] #21 14.40 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-05-13T10:27:36.180Z] #21 14.42 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-13T10:27:36.180Z] #21 14.42 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-05-13T10:27:36.255Z] #21 29.96 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-13T10:27:36.256Z] #21 30.07 Selecting previously unselected package python3-distutils. [2022-05-13T10:27:36.256Z] #21 30.08 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-13T10:27:36.256Z] #21 30.08 Unpacking python3-distutils (3.9.2-1) ... [2022-05-13T10:27:36.256Z] #21 30.21 Selecting previously unselected package python3-pkg-resources. [2022-05-13T10:27:36.435Z] #21 14.43 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-13T10:27:36.515Z] #21 30.21 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-13T10:27:36.515Z] #21 30.22 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-13T10:27:36.775Z] #21 30.35 Selecting previously unselected package python3-setuptools. [2022-05-13T10:27:36.775Z] #21 30.37 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-13T10:27:36.775Z] #21 30.37 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-13T10:27:36.775Z] #21 30.62 Selecting previously unselected package python3-wheel. [2022-05-13T10:27:36.775Z] #21 30.62 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-13T10:27:36.775Z] #21 30.63 Unpacking python3-wheel (0.34.2-1) ... [2022-05-13T10:27:36.775Z] #21 30.71 Selecting previously unselected package python3-pip. [2022-05-13T10:27:36.775Z] #21 30.71 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-13T10:27:36.775Z] #21 30.72 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-13T10:27:36.996Z] #21 15.14 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:27:37.251Z] #21 15.32 Fetched 15.9 MB in 1s (29.7 MB/s) [2022-05-13T10:27:37.251Z] #21 15.35 Selecting previously unselected package gcc-10-base:armel. [2022-05-13T10:27:37.251Z] #21 15.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38508 files and directories currently installed.) [2022-05-13T10:27:37.251Z] #21 15.40 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-05-13T10:27:37.251Z] #21 15.40 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-05-13T10:27:37.251Z] #21 15.45 Selecting previously unselected package gcc-10-base:armhf. [2022-05-13T10:27:37.251Z] #21 15.46 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-05-13T10:27:37.251Z] #21 15.47 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-05-13T10:27:37.295Z] #21 30.98 Selecting previously unselected package sudo. [2022-05-13T10:27:37.295Z] #21 30.99 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-05-13T10:27:37.295Z] #21 31.00 Unpacking sudo (1.9.5p2-3) ... [2022-05-13T10:27:37.507Z] #21 15.51 Selecting previously unselected package gcc-10-base:ppc64el. [2022-05-13T10:27:37.507Z] #21 15.51 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-05-13T10:27:37.507Z] #21 15.52 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-05-13T10:27:37.507Z] #21 15.57 Selecting previously unselected package gcc-10-base:s390x. [2022-05-13T10:27:37.507Z] #21 15.58 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-05-13T10:27:37.507Z] #21 15.58 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-05-13T10:27:37.507Z] #21 15.63 Selecting previously unselected package gcc-10-base:arm64. [2022-05-13T10:27:37.507Z] #21 15.64 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-05-13T10:27:37.507Z] #21 15.64 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-05-13T10:27:37.507Z] #21 15.69 Selecting previously unselected package libgcc-s1:armel. [2022-05-13T10:27:37.507Z] #21 15.70 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-05-13T10:27:37.507Z] #21 15.71 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-05-13T10:27:37.507Z] #21 15.76 Selecting previously unselected package libcrypt1:armel. [2022-05-13T10:27:37.507Z] #21 15.77 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-05-13T10:27:37.507Z] #21 15.77 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-05-13T10:27:37.507Z] #21 15.86 Selecting previously unselected package libc6:armel. [2022-05-13T10:27:37.763Z] #21 15.86 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ... [2022-05-13T10:27:37.864Z] #21 31.48 Selecting previously unselected package thin-provisioning-tools. [2022-05-13T10:27:37.864Z] #21 31.48 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-13T10:27:37.864Z] #21 31.49 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-13T10:27:37.864Z] #21 31.70 Selecting previously unselected package uidmap. [2022-05-13T10:27:38.019Z] #21 16.05 Unpacking libc6:armel (2.31-13+deb11u3) ... [2022-05-13T10:27:38.124Z] #21 31.70 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-13T10:27:38.124Z] #21 31.71 Unpacking uidmap (1:4.8.1-1) ... [2022-05-13T10:27:38.124Z] #21 31.84 Selecting previously unselected package vim-runtime. [2022-05-13T10:27:38.124Z] #21 31.84 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-13T10:27:38.124Z] #21 31.87 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-13T10:27:38.124Z] #21 31.88 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-13T10:27:38.124Z] #21 31.89 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:27:38.276Z] #21 16.45 Selecting previously unselected package libapparmor1:armel. [2022-05-13T10:27:38.276Z] #21 16.45 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-05-13T10:27:38.276Z] #21 16.46 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-05-13T10:27:38.276Z] #21 16.50 Selecting previously unselected package libapparmor-dev:armel. [2022-05-13T10:27:38.276Z] #21 16.51 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-05-13T10:27:38.276Z] #21 16.51 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-05-13T10:27:38.532Z] #21 16.57 Selecting previously unselected package libgcc-s1:arm64. [2022-05-13T10:27:38.532Z] #21 16.58 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-05-13T10:27:38.532Z] #21 16.58 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-05-13T10:27:38.532Z] #21 16.62 Selecting previously unselected package libcrypt1:arm64. [2022-05-13T10:27:38.532Z] #21 16.63 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-05-13T10:27:38.532Z] #21 16.63 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-05-13T10:27:38.532Z] #21 16.71 Selecting previously unselected package libc6:arm64. [2022-05-13T10:27:38.532Z] #21 16.72 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ... [2022-05-13T10:27:38.788Z] #21 16.88 Unpacking libc6:arm64 (2.31-13+deb11u3) ... [2022-05-13T10:27:39.350Z] #21 17.34 Selecting previously unselected package libapparmor1:arm64. [2022-05-13T10:27:39.350Z] #21 17.35 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-05-13T10:27:39.350Z] #21 17.36 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-05-13T10:27:39.350Z] #21 17.41 Selecting previously unselected package libapparmor-dev:arm64. [2022-05-13T10:27:39.350Z] #21 17.41 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-05-13T10:27:39.350Z] #21 17.42 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-05-13T10:27:39.350Z] #21 17.47 Selecting previously unselected package libgcc-s1:s390x. [2022-05-13T10:27:39.350Z] #21 17.47 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-05-13T10:27:39.350Z] #21 17.48 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-05-13T10:27:39.350Z] #21 17.52 Selecting previously unselected package libcrypt1:s390x. [2022-05-13T10:27:39.350Z] #21 17.53 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-05-13T10:27:39.350Z] #21 17.54 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-05-13T10:27:39.350Z] #21 17.61 Selecting previously unselected package libc6:s390x. [2022-05-13T10:27:39.350Z] #21 17.61 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ... [2022-05-13T10:27:39.648Z] #21 17.79 Unpacking libc6:s390x (2.31-13+deb11u3) ... [2022-05-13T10:27:40.161Z] #21 18.23 Selecting previously unselected package libapparmor1:s390x. [2022-05-13T10:27:40.161Z] #21 18.24 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-05-13T10:27:40.161Z] #21 18.25 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-05-13T10:27:40.161Z] #21 18.30 Selecting previously unselected package libapparmor-dev:s390x. [2022-05-13T10:27:40.161Z] #21 18.31 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-05-13T10:27:40.161Z] #21 18.32 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-05-13T10:27:40.457Z] #21 18.38 Selecting previously unselected package libgcc-s1:armhf. [2022-05-13T10:27:40.457Z] #21 18.38 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-05-13T10:27:40.457Z] #21 18.39 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-05-13T10:27:40.457Z] #21 18.43 Selecting previously unselected package libcrypt1:armhf. [2022-05-13T10:27:40.457Z] #21 18.44 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-05-13T10:27:40.457Z] #21 18.45 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-05-13T10:27:40.457Z] #21 18.53 Selecting previously unselected package libc6:armhf. [2022-05-13T10:27:40.457Z] #21 18.54 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ... [2022-05-13T10:27:40.713Z] #21 18.70 Unpacking libc6:armhf (2.31-13+deb11u3) ... [2022-05-13T10:27:40.969Z] #21 19.10 Selecting previously unselected package libapparmor1:armhf. [2022-05-13T10:27:40.969Z] #21 19.11 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-05-13T10:27:40.969Z] #21 19.11 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-05-13T10:27:40.969Z] #21 19.15 Selecting previously unselected package libapparmor-dev:armhf. [2022-05-13T10:27:40.969Z] #21 19.16 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-05-13T10:27:40.969Z] #21 19.17 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-05-13T10:27:41.225Z] #21 19.23 Selecting previously unselected package libgcc-s1:ppc64el. [2022-05-13T10:27:41.225Z] #21 19.24 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-05-13T10:27:41.225Z] #21 19.24 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-05-13T10:27:41.225Z] #21 19.28 Selecting previously unselected package libcrypt1:ppc64el. [2022-05-13T10:27:41.225Z] #21 19.29 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-05-13T10:27:41.225Z] #21 19.29 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-05-13T10:27:41.225Z] #21 19.39 Selecting previously unselected package libc6:ppc64el. [2022-05-13T10:27:41.225Z] #21 19.39 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ... [2022-05-13T10:27:41.419Z] #21 34.65 Selecting previously unselected package vim. [2022-05-13T10:27:41.419Z] #21 34.67 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-13T10:27:41.419Z] #21 34.68 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:27:41.419Z] #21 35.14 Selecting previously unselected package xfsprogs. [2022-05-13T10:27:41.419Z] #21 35.14 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-13T10:27:41.419Z] #21 35.15 Unpacking xfsprogs (5.10.0-4) ... [2022-05-13T10:27:41.481Z] #21 19.59 Unpacking libc6:ppc64el (2.31-13+deb11u3) ... [2022-05-13T10:27:41.683Z] #21 35.52 Selecting previously unselected package zip. [2022-05-13T10:27:41.683Z] #21 35.52 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-05-13T10:27:41.942Z] #21 35.53 Unpacking zip (3.0-12) ... [2022-05-13T10:27:41.942Z] #21 35.67 Selecting previously unselected package zstd. [2022-05-13T10:27:41.942Z] #21 35.68 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-13T10:27:41.942Z] #21 35.70 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-13T10:27:42.042Z] #21 20.23 Selecting previously unselected package libapparmor1:ppc64el. [2022-05-13T10:27:42.042Z] #21 20.23 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-05-13T10:27:42.042Z] #21 20.24 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-05-13T10:27:42.042Z] #21 20.29 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-05-13T10:27:42.042Z] #21 20.30 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-05-13T10:27:42.042Z] #21 20.30 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-05-13T10:27:42.202Z] #21 36.04 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-13T10:27:42.229Z] #55 ... [2022-05-13T10:27:42.229Z] [2022-05-13T10:27:42.229Z] #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-13T10:27:42.229Z] #47 sha256:ea17d344860653ef009fc9b2ee95cb00a783e40062f95f368cce8498b9bf8e73 [2022-05-13T10:27:42.229Z] #47 175.0 + dpkg --print-architecture [2022-05-13T10:27:42.229Z] #47 DONE 175.7s [2022-05-13T10:27:42.229Z] [2022-05-13T10:27:42.229Z] #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-13T10:27:42.229Z] #64 sha256:2a68cb48695bb57c1562a6efa243296edd07282edd72e3b0f29d6ec9504f0894 [2022-05-13T10:27:42.298Z] #21 20.36 Selecting previously unselected package libseccomp2:s390x. [2022-05-13T10:27:42.298Z] #21 20.38 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-05-13T10:27:42.298Z] #21 20.39 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-05-13T10:27:42.298Z] #21 20.43 Selecting previously unselected package libseccomp-dev:s390x. [2022-05-13T10:27:42.298Z] #21 20.43 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-05-13T10:27:42.298Z] #21 20.44 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-05-13T10:27:42.298Z] #21 20.50 Selecting previously unselected package libseccomp2:ppc64el. [2022-05-13T10:27:42.298Z] #21 20.50 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-05-13T10:27:42.298Z] #21 20.51 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-05-13T10:27:42.298Z] #21 20.55 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-05-13T10:27:42.298Z] #21 20.56 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-05-13T10:27:42.298Z] #21 20.57 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-05-13T10:27:42.554Z] #21 20.62 Selecting previously unselected package libseccomp2:armhf. [2022-05-13T10:27:42.554Z] #21 20.63 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-05-13T10:27:42.554Z] #21 20.64 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-05-13T10:27:42.554Z] #21 20.68 Selecting previously unselected package libseccomp-dev:armhf. [2022-05-13T10:27:42.554Z] #21 20.68 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-05-13T10:27:42.554Z] #21 20.69 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-05-13T10:27:42.554Z] #21 20.74 Selecting previously unselected package libseccomp2:armel. [2022-05-13T10:27:42.554Z] #21 20.74 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-05-13T10:27:42.554Z] #21 20.75 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-05-13T10:27:42.554Z] #21 20.80 Selecting previously unselected package libseccomp-dev:armel. [2022-05-13T10:27:42.554Z] #21 20.80 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-05-13T10:27:42.554Z] #21 20.81 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-05-13T10:27:42.554Z] #21 20.86 Selecting previously unselected package libseccomp2:arm64. [2022-05-13T10:27:42.852Z] #21 20.87 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-05-13T10:27:42.852Z] #21 20.87 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-05-13T10:27:42.852Z] #21 20.92 Selecting previously unselected package libseccomp-dev:arm64. [2022-05-13T10:27:42.852Z] #21 20.93 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-05-13T10:27:42.852Z] #21 20.93 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-05-13T10:27:42.852Z] #21 21.02 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-05-13T10:27:42.852Z] #21 21.04 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-05-13T10:27:42.852Z] #21 21.05 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-05-13T10:27:42.852Z] #21 21.06 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-05-13T10:27:42.852Z] #21 21.06 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-05-13T10:27:42.852Z] #21 21.08 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-05-13T10:27:42.852Z] #21 21.09 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-05-13T10:27:42.852Z] #21 21.10 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-05-13T10:27:42.852Z] #21 21.11 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-05-13T10:27:42.852Z] #21 21.13 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-05-13T10:27:43.109Z] #21 21.14 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-05-13T10:27:43.109Z] #21 21.15 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-05-13T10:27:43.109Z] #21 21.16 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-05-13T10:27:43.109Z] #21 21.17 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-05-13T10:27:43.109Z] #21 21.18 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-05-13T10:27:43.109Z] #21 21.19 Setting up libc6:arm64 (2.31-13+deb11u3) ... [2022-05-13T10:27:43.142Z] #21 36.77 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-13T10:27:43.142Z] #21 36.78 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-13T10:27:43.142Z] #21 36.79 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-13T10:27:43.142Z] #21 36.80 Setting up libicu67:amd64 (67.1-7) ... [2022-05-13T10:27:43.142Z] #21 36.81 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-13T10:27:43.142Z] #21 36.82 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-13T10:27:43.142Z] #21 36.83 Setting up uidmap (1:4.8.1-1) ... [2022-05-13T10:27:43.142Z] #21 36.84 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-13T10:27:43.142Z] #21 36.86 Setting up bzip2 (1.0.8-4) ... [2022-05-13T10:27:43.142Z] #21 36.87 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-13T10:27:43.142Z] #21 36.88 Setting up python3-wheel (0.34.2-1) ... [2022-05-13T10:27:43.711Z] #21 37.50 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:27:43.711Z] #21 37.51 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-13T10:27:43.711Z] #21 37.52 Setting up libcap2-bin (1:2.44-1) ... [2022-05-13T10:27:43.971Z] #21 37.53 Setting up apparmor (2.13.6-10) ... [2022-05-13T10:27:44.369Z] INFO: Extraction ended at 05/13/2022 10:27:39. Duration:00:00:30.9040176 [2022-05-13T10:27:44.369Z] INFO: Updating the golang and path environment variables [2022-05-13T10:27:44.369Z] INFO: GOPATH=d:\gopath [2022-05-13T10:27:44.369Z] INFO: go version go1.18.2 windows/amd64 [2022-05-13T10:27:44.369Z] INFO: Running the daemon under test in debug mode [2022-05-13T10:27:44.369Z] INFO: Starting a daemon under test... [2022-05-13T10:27:44.369Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43269\3\daemon --pidfile d:\CI\PR-43269\3\docker.pid -D [2022-05-13T10:27:44.369Z] INFO: Process started successfully. [2022-05-13T10:27:44.369Z] INFO: Start tailing logs of the daemon under tests [2022-05-13T10:27:44.369Z] INFO: Waiting for the daemon under test to start... [2022-05-13T10:27:44.473Z] #21 22.42 Setting up libc6:armel (2.31-13+deb11u3) ... [2022-05-13T10:27:45.353Z] #21 38.94 Setting up zip (3.0-12) ... [2022-05-13T10:27:45.353Z] #21 38.95 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:27:45.353Z] #21 39.00 Setting up bash-completion (1:2.11-2) ... [2022-05-13T10:27:45.442Z] #21 23.63 Setting up libc6:armhf (2.31-13+deb11u3) ... [2022-05-13T10:27:46.846Z] #21 24.85 Setting up libc6:ppc64el (2.31-13+deb11u3) ... [2022-05-13T10:27:47.261Z] #21 40.88 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-13T10:27:47.261Z] #21 40.90 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-13T10:27:47.261Z] #21 40.91 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-13T10:27:47.261Z] #21 40.93 Setting up patch (2.7.6-7) ... [2022-05-13T10:27:47.261Z] #21 40.94 Setting up sudo (1.9.5p2-3) ... [2022-05-13T10:27:47.261Z] #21 41.03 invoke-rc.d: could not determine current runlevel [2022-05-13T10:27:47.261Z] #21 41.04 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-13T10:27:47.261Z] #21 41.05 Setting up xfsprogs (5.10.0-4) ... [2022-05-13T10:27:47.261Z] #21 41.09 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-13T10:27:47.261Z] #21 41.10 Setting up inetutils-ping (2:2.0-1) ... [2022-05-13T10:27:47.261Z] #21 41.11 Setting up pigz (2.6-1) ... [2022-05-13T10:27:47.261Z] #21 41.12 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-13T10:27:47.521Z] #21 41.14 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-13T10:27:47.521Z] #21 41.16 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-13T10:27:47.521Z] #21 41.17 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:27:47.781Z] #21 41.67 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-13T10:27:47.781Z] #21 41.69 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-13T10:27:48.255Z] #21 26.08 Setting up libc6:s390x (2.31-13+deb11u3) ... [2022-05-13T10:27:48.350Z] #21 42.03 Setting up libelf1:amd64 (0.183-1) ... [2022-05-13T10:27:48.350Z] #21 42.07 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-13T10:27:48.350Z] #21 42.09 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-13T10:27:48.350Z] #21 42.10 Setting up python3-distutils (3.9.2-1) ... [2022-05-13T10:27:48.920Z] #21 42.51 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:27:48.920Z] #21 42.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-13T10:27:48.920Z] #21 42.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-13T10:27:48.920Z] #21 42.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-13T10:27:48.920Z] #21 42.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-13T10:27:48.920Z] #21 42.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-13T10:27:48.920Z] #21 42.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-13T10:27:48.920Z] #21 42.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-13T10:27:48.920Z] #21 42.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-13T10:27:48.920Z] #21 42.59 Setting up python3-setuptools (52.0.0-4) ... [2022-05-13T10:27:49.181Z] #21 27.34 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-05-13T10:27:49.181Z] #21 27.36 Setting up libapparmor1:armel (2.13.6-10) ... [2022-05-13T10:27:49.181Z] #21 27.37 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-05-13T10:27:49.181Z] #21 27.38 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-05-13T10:27:49.181Z] #21 27.39 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-05-13T10:27:49.181Z] #21 27.40 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-05-13T10:27:49.181Z] #21 27.42 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-05-13T10:27:49.181Z] #21 27.43 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-05-13T10:27:49.181Z] #21 27.44 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-05-13T10:27:49.181Z] #21 27.45 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-05-13T10:27:49.436Z] #21 27.46 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-05-13T10:27:49.436Z] #21 27.47 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-05-13T10:27:49.436Z] #21 27.49 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-05-13T10:27:49.436Z] #21 27.50 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-05-13T10:27:49.436Z] #21 27.51 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-05-13T10:27:49.436Z] #21 27.53 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-05-13T10:27:49.436Z] #21 27.54 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-05-13T10:27:49.436Z] #21 27.55 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-05-13T10:27:49.436Z] #21 27.56 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-05-13T10:27:49.436Z] #21 27.57 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-05-13T10:27:49.436Z] #21 27.58 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:27:49.999Z] #21 DONE 28.1s [2022-05-13T10:27:49.999Z] [2022-05-13T10:27:49.999Z] #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-13T10:27:49.999Z] #71 sha256:a24fae05ce0617788a9d40523b293144d37de2bf52ff440cab6cc01e02edc46b [2022-05-13T10:27:49.999Z] #71 ... [2022-05-13T10:27:49.999Z] [2022-05-13T10:27:49.999Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-13T10:27:49.999Z] #66 sha256:659933fb9e241ad0c5a97c431f994bea372b1f3bc6c5ef97a1af96f3a9345fca [2022-05-13T10:27:49.999Z] #66 DONE 0.1s [2022-05-13T10:27:49.999Z] [2022-05-13T10:27:49.999Z] #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-13T10:27:49.999Z] #67 sha256:9a40aec4cef1533b7221c962a6d52adda97cb18a6affc5f82ab5a2591960447d [2022-05-13T10:27:50.301Z] #21 43.87 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-13T10:27:50.301Z] #21 43.88 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-13T10:27:50.301Z] #21 43.89 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-13T10:27:50.301Z] #21 43.91 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-13T10:27:51.301Z] #21 45.02 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-13T10:27:51.301Z] #21 45.03 Setting up jq (1.6-2.1) ... [2022-05-13T10:27:51.301Z] #21 45.04 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-13T10:27:51.301Z] #21 45.05 Setting up iptables (1.8.7-1) ... [2022-05-13T10:27:51.301Z] #21 45.06 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-13T10:27:51.301Z] #21 45.07 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-13T10:27:51.301Z] #21 45.07 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-13T10:27:51.301Z] #21 45.08 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-13T10:27:51.301Z] #21 45.08 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-13T10:27:51.301Z] #21 45.09 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-13T10:27:51.301Z] #21 45.10 Setting up iproute2 (5.10.0-4) ... [2022-05-13T10:27:51.408Z] #67 1.142 + RM_GOPATH=0 [2022-05-13T10:27:51.408Z] #67 1.142 + TMP_GOPATH= [2022-05-13T10:27:51.408Z] #67 1.142 + : /build [2022-05-13T10:27:51.408Z] #67 1.142 + '[' -z '' ']' [2022-05-13T10:27:51.408Z] #67 1.143 ++ mktemp -d [2022-05-13T10:27:51.408Z] #67 1.145 + export GOPATH=/tmp/tmp.ufjgDmqOzM [2022-05-13T10:27:51.408Z] #67 1.146 + GOPATH=/tmp/tmp.ufjgDmqOzM [2022-05-13T10:27:51.408Z] #67 1.146 + RM_GOPATH=1 [2022-05-13T10:27:51.408Z] #67 1.146 + case "$(go env GOARCH)" in [2022-05-13T10:27:51.408Z] #67 1.147 ++ go env GOARCH [2022-05-13T10:27:51.408Z] #67 1.173 Install runc version v1.1.2 (build tags: seccomp) [2022-05-13T10:27:51.408Z] #67 1.173 + export GO_BUILDMODE=-buildmode=pie [2022-05-13T10:27:51.408Z] #67 1.173 + GO_BUILDMODE=-buildmode=pie [2022-05-13T10:27:51.408Z] #67 1.173 ++ dirname /install.sh [2022-05-13T10:27:51.408Z] #67 1.173 + dir=/ [2022-05-13T10:27:51.408Z] #67 1.173 + bin=runc [2022-05-13T10:27:51.408Z] #67 1.173 + shift [2022-05-13T10:27:51.408Z] #67 1.173 + '[' '!' -f //runc.installer ']' [2022-05-13T10:27:51.408Z] #67 1.173 + . //runc.installer [2022-05-13T10:27:51.408Z] #67 1.173 ++ set -e [2022-05-13T10:27:51.408Z] #67 1.173 ++ : v1.1.2 [2022-05-13T10:27:51.408Z] #67 ... [2022-05-13T10:27:51.408Z] [2022-05-13T10:27:51.408Z] #22 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-13T10:27:51.408Z] #22 sha256:f960ace95f061f884aaef19cf4b6acb588d7aafa8d52a4c0e31709b9e1058de8 [2022-05-13T10:27:51.408Z] #22 DONE 1.3s [2022-05-13T10:27:51.408Z] [2022-05-13T10:27:51.408Z] #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-13T10:27:51.408Z] #67 sha256:9a40aec4cef1533b7221c962a6d52adda97cb18a6affc5f82ab5a2591960447d [2022-05-13T10:27:51.408Z] #67 1.174 + install_runc [2022-05-13T10:27:51.408Z] #67 1.174 + RUNC_BUILDTAGS=seccomp [2022-05-13T10:27:51.408Z] #67 1.174 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-05-13T10:27:51.408Z] #67 1.174 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ufjgDmqOzM/src/github.com/opencontainers/runc [2022-05-13T10:27:51.408Z] #67 1.179 Cloning into '/tmp/tmp.ufjgDmqOzM/src/github.com/opencontainers/runc'... [2022-05-13T10:27:51.566Z] #21 45.40 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:27:52.155Z] #21 DONE 45.9s [2022-05-13T10:27:52.155Z] [2022-05-13T10:27:52.155Z] #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-13T10:27:52.155Z] #22 sha256:c7811928bce2e5b3944dd00b29a5d762d4bc0a9c3ed149c9c48245a64a9a344e [2022-05-13T10:27:52.173Z] using credential docker-jenkins-github-credentials [2022-05-13T10:27:52.252Z] Cloning the remote Git repository [2022-05-13T10:27:52.253Z] Cloning with configured refspecs honoured and without tags [2022-05-13T10:27:52.333Z] using credential docker-jenkins-github-credentials [2022-05-13T10:27:52.338Z] #67 ... [2022-05-13T10:27:52.338Z] [2022-05-13T10:27:52.338Z] #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-13T10:27:52.338Z] #23 sha256:e1ec129310b8f56ba255237fcf4698db1ece468edc2abfdcc11db62814863962 [2022-05-13T10:27:52.338Z] #23 DONE 0.9s [2022-05-13T10:27:52.338Z] [2022-05-13T10:27:52.338Z] #24 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-13T10:27:52.338Z] #24 sha256:9d2d46962e8501dddd1828123e85de2d8c282b98c5659a42ac993cade9ce0334 [2022-05-13T10:27:52.407Z] Cloning the remote Git repository [2022-05-13T10:27:52.407Z] Cloning with configured refspecs honoured and without tags [2022-05-13T10:27:52.946Z] #24 0.821 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-13T10:27:52.453Z] Cloning repository https://github.com/moby/moby.git [2022-05-13T10:27:52.857Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-05-13T10:27:53.206Z] #24 DONE 0.9s [2022-05-13T10:27:53.207Z] [2022-05-13T10:27:53.207Z] #25 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-13T10:27:53.207Z] #25 sha256:89bbdbfa8cf06608398bdaabf25c778a2b8fb011b327cb885e060eca7f1a0f91 [2022-05-13T10:27:53.537Z] #22 1.233 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-13T10:27:53.537Z] #22 1.237 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-13T10:27:53.537Z] #22 1.241 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-13T10:27:53.537Z] #22 DONE 1.3s [2022-05-13T10:27:53.537Z] [2022-05-13T10:27:53.537Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-13T10:27:53.537Z] #23 sha256:13726e4b4076cc5b48d1dd40fbc30ad88596bc8c59aeb3f2eff8a95d56618fbb [2022-05-13T10:27:54.139Z] #25 DONE 0.9s [2022-05-13T10:27:54.139Z] [2022-05-13T10:27:54.139Z] #26 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-13T10:27:54.139Z] #26 sha256:d6f649d6da96e48100c187b0fb8fe41f8bcc289a86aaab59b5cb360dd5e9a6e3 [2022-05-13T10:27:52.590Z] Cloning repository https://github.com/moby/moby.git [2022-05-13T10:27:52.976Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-05-13T10:27:53.869Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-13T10:27:53.869Z] > git --version # timeout=10 [2022-05-13T10:27:53.914Z] > git --version # 'git version 2.24.1.windows.2' [2022-05-13T10:27:53.914Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:27:53.917Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43269/head:refs/remotes/origin/PR-43269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:27:55.085Z] #26 DONE 1.0s [2022-05-13T10:27:55.085Z] [2022-05-13T10:27:55.085Z] #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-13T10:27:55.085Z] #67 sha256:9a40aec4cef1533b7221c962a6d52adda97cb18a6affc5f82ab5a2591960447d [2022-05-13T10:27:55.085Z] #67 ... [2022-05-13T10:27:55.085Z] [2022-05-13T10:27:55.085Z] #27 [dev-systemd-false 6/26] RUN ldconfig [2022-05-13T10:27:55.085Z] #27 sha256:e0544e8be560d83471a92c76f818f4aa1637fc5ec84ab7d65c1fd6b26df5f448 [2022-05-13T10:27:53.820Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-13T10:27:53.820Z] > git --version # timeout=10 [2022-05-13T10:27:53.864Z] > git --version # 'git version 2.24.1.windows.2' [2022-05-13T10:27:53.865Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:27:53.868Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43269/head:refs/remotes/origin/PR-43269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:27:56.017Z] #27 DONE 1.1s [2022-05-13T10:27:56.017Z] [2022-05-13T10:27:56.017Z] #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-13T10:27:56.017Z] #28 sha256:e7aba1ebc7f0dd6ddbdc75d13116045df28aecc8cb33168f6b228432acb91be1 [2022-05-13T10:27:57.387Z] #28 1.114 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-13T10:27:57.387Z] #28 1.118 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-13T10:27:57.387Z] #28 1.119 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-13T10:27:57.387Z] #28 1.327 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-13T10:27:57.644Z] #28 1.588 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-13T10:27:57.900Z] #28 1.810 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-13T10:27:57.900Z] #28 1.958 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-13T10:27:58.463Z] #28 2.179 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-13T10:27:58.719Z] #28 2.535 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [128 kB] [2022-05-13T10:27:58.719Z] #28 2.536 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [121 kB] [2022-05-13T10:27:58.719Z] #28 2.540 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-13T10:27:58.719Z] #28 2.558 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [139 kB] [2022-05-13T10:27:58.719Z] #28 2.558 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [146 kB] [2022-05-13T10:27:58.975Z] #28 2.878 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-05-13T10:27:58.975Z] #28 2.880 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-13T10:27:58.975Z] #28 2.881 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-13T10:27:58.975Z] #28 2.881 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-05-13T10:27:58.975Z] #28 2.881 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-13T10:28:01.735Z] #28 ... [2022-05-13T10:28:01.735Z] [2022-05-13T10:28:01.735Z] #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-13T10:28:01.735Z] #67 sha256:9a40aec4cef1533b7221c962a6d52adda97cb18a6affc5f82ab5a2591960447d [2022-05-13T10:28:01.735Z] #67 5.355 + cd /tmp/tmp.ufjgDmqOzM/src/github.com/opencontainers/runc [2022-05-13T10:28:01.735Z] #67 5.356 + git checkout -q v1.1.2 [2022-05-13T10:28:01.735Z] #67 5.597 + '[' -z '' ']' [2022-05-13T10:28:01.735Z] #67 5.597 + target=static [2022-05-13T10:28:01.735Z] #67 5.597 + make BUILDTAGS=seccomp static [2022-05-13T10:28:01.735Z] #67 5.942 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-13T10:28:01.735Z] #67 11.15 + mkdir -p /build [2022-05-13T10:28:01.735Z] #67 11.16 + cp runc /build/runc [2022-05-13T10:28:01.735Z] #67 DONE 11.4s [2022-05-13T10:28:01.735Z] [2022-05-13T10:28:01.736Z] #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-13T10:28:01.736Z] #28 sha256:e7aba1ebc7f0dd6ddbdc75d13116045df28aecc8cb33168f6b228432acb91be1 [2022-05-13T10:28:01.995Z] ...INFO: Daemon under test started and replied! [2022-05-13T10:28:01.995Z] INFO: Docker version of the daemon under test [2022-05-13T10:28:01.995Z] [2022-05-13T10:28:01.995Z] Client: [2022-05-13T10:28:01.995Z] Version: 17.06.2-ce [2022-05-13T10:28:01.995Z] API version: 1.30 [2022-05-13T10:28:01.995Z] Go version: go1.8.3 [2022-05-13T10:28:01.995Z] Git commit: cec0b72 [2022-05-13T10:28:01.995Z] Built: Tue Sep 5 19:57:19 2017 [2022-05-13T10:28:01.995Z] OS/Arch: windows/amd64 [2022-05-13T10:28:01.995Z] [2022-05-13T10:28:01.995Z] Server: [2022-05-13T10:28:01.995Z] Version: 0.0.0-dev [2022-05-13T10:28:01.995Z] API version: 1.42 (minimum version 1.24) [2022-05-13T10:28:01.995Z] Go version: go1.18.2 [2022-05-13T10:28:01.995Z] Git commit: 8e4b5db542 [2022-05-13T10:28:01.995Z] Built: [2022-05-13T10:28:01.995Z] OS/Arch: windows/amd64 [2022-05-13T10:28:01.995Z] Experimental: false [2022-05-13T10:28:01.995Z] [2022-05-13T10:28:01.995Z] INFO: Docker info of the daemon under test [2022-05-13T10:28:01.995Z] [2022-05-13T10:28:01.995Z] Containers: 0 [2022-05-13T10:28:01.995Z] Running: 0 [2022-05-13T10:28:01.995Z] Paused: 0 [2022-05-13T10:28:01.995Z] Stopped: 0 [2022-05-13T10:28:01.995Z] Images: 0 [2022-05-13T10:28:01.995Z] Server Version: 0.0.0-dev [2022-05-13T10:28:01.995Z] Storage Driver: windowsfilter [2022-05-13T10:28:01.995Z] Windows: [2022-05-13T10:28:01.995Z] Logging Driver: json-file [2022-05-13T10:28:01.995Z] Plugins: [2022-05-13T10:28:01.995Z] Volume: local [2022-05-13T10:28:01.995Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-13T10:28:01.995Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-13T10:28:01.995Z] Swarm: inactive [2022-05-13T10:28:01.995Z] Default Isolation: process [2022-05-13T10:28:01.995Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-13T10:28:01.995Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-13T10:28:01.995Z] OSType: windows [2022-05-13T10:28:01.995Z] Architecture: x86_64 [2022-05-13T10:28:01.995Z] CPUs: 4 [2022-05-13T10:28:01.995Z] Total Memory: 32GiB [2022-05-13T10:28:01.995Z] Name: azwin-2-59f360 [2022-05-13T10:28:01.995Z] ID: fd5dae2b-ccfb-4a2b-a879-d0ea6497d113 [2022-05-13T10:28:01.995Z] Docker Root Dir: D:\CI\PR-43269\3\daemon [2022-05-13T10:28:01.995Z] Debug Mode (client): false [2022-05-13T10:28:01.995Z] Debug Mode (server): true [2022-05-13T10:28:01.995Z] File Descriptors: -1 [2022-05-13T10:28:01.995Z] Goroutines: 16 [2022-05-13T10:28:01.995Z] System Time: 2022-05-13T10:27:59.3241523Z [2022-05-13T10:28:01.995Z] EventsListeners: 0 [2022-05-13T10:28:01.995Z] Registry: https://index.docker.io/v1/ [2022-05-13T10:28:01.995Z] Labels: [2022-05-13T10:28:01.995Z] Experimental: false [2022-05-13T10:28:01.995Z] Insecure Registries: [2022-05-13T10:28:01.995Z] 127.0.0.0/8 [2022-05-13T10:28:01.995Z] Live Restore Enabled: false [2022-05-13T10:28:01.995Z] [2022-05-13T10:28:01.995Z] [2022-05-13T10:28:01.995Z] INFO: Docker images of the daemon under test [2022-05-13T10:28:01.995Z] [2022-05-13T10:28:01.995Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-13T10:28:01.995Z] [2022-05-13T10:28:01.995Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-05-13T10:28:01.995Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-05-13T10:28:01.995Z] ltsc2022: Pulling from windows/servercore [2022-05-13T10:28:01.995Z] 97f65a0ec59e: Pulling fs layer [2022-05-13T10:28:01.995Z] 12fb50a031bd: Pulling fs layer [2022-05-13T10:28:03.522Z] #23 9.644 Collecting yamllint==1.26.1 [2022-05-13T10:28:04.090Z] #23 10.68 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-13T10:28:05.472Z] #23 11.82 Collecting pathspec>=0.5.3 [2022-05-13T10:28:05.472Z] #23 11.83 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-13T10:28:05.732Z] #23 12.21 Collecting pyyaml [2022-05-13T10:28:05.732Z] #23 12.22 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-13T10:28:05.732Z] #23 12.28 Building wheels for collected packages: yamllint [2022-05-13T10:28:05.732Z] #23 12.29 Building wheel for yamllint (setup.py): started [2022-05-13T10:28:06.670Z] #23 13.22 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-13T10:28:06.670Z] #23 13.22 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=f6f804302978df9fc2799ca7d4653f7ed21d897ff8338ea43ecce6774010f7a6 [2022-05-13T10:28:06.670Z] #23 13.23 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-13T10:28:06.670Z] #23 13.23 Successfully built yamllint [2022-05-13T10:28:06.670Z] #23 13.25 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-13T10:28:06.930Z] #23 13.59 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-13T10:28:07.027Z] #28 11.00 Fetched 40.5 MB in 10s (3987 kB/s) [2022-05-13T10:28:07.500Z] #23 DONE 14.0s [2022-05-13T10:28:07.500Z] [2022-05-13T10:28:07.500Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-13T10:28:07.500Z] #27 sha256:439041672cb24aa3b6196ebff2497b46fa3f1090eb29595f20dfcd9f8b27d963 [2022-05-13T10:28:07.761Z] #27 DONE 0.3s [2022-05-13T10:28:07.761Z] [2022-05-13T10:28:07.761Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-13T10:28:07.761Z] #32 sha256:2cd59c9d3e278da186a9f9ccb4b7588b187e9aeb76361abc3c4e00705be4ef6b [2022-05-13T10:28:08.021Z] #32 DONE 0.3s [2022-05-13T10:28:08.021Z] [2022-05-13T10:28:08.021Z] #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-13T10:28:08.021Z] #64 sha256:15a74b6862877f854e7e4ee6016192b37013475f19c1eb0fbb077ec7ad49986b [2022-05-13T10:28:08.021Z] #64 ... [2022-05-13T10:28:08.021Z] [2022-05-13T10:28:08.021Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-13T10:28:08.021Z] #35 sha256:e458b127219cb82ddbca0b5b91423d7c43d7a8a68bff006c8b85ea6e38b6d4e2 [2022-05-13T10:28:08.281Z] #35 DONE 0.2s [2022-05-13T10:28:08.281Z] [2022-05-13T10:28:08.281Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-13T10:28:08.281Z] #37 sha256:925ef9bc548581c6300f0c38b67338ca614ddec6d75e32723cd6910c623d1226 [2022-05-13T10:28:08.281Z] #37 DONE 0.1s [2022-05-13T10:28:08.281Z] [2022-05-13T10:28:08.281Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-13T10:28:08.281Z] #39 sha256:823451ad517f3024e56244d43372051c5a54712a5141d09de503f7ce54350cd2 [2022-05-13T10:28:08.281Z] #39 DONE 0.1s [2022-05-13T10:28:08.281Z] [2022-05-13T10:28:08.281Z] #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-13T10:28:08.281Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-13T10:28:08.541Z] #55 ... [2022-05-13T10:28:08.541Z] [2022-05-13T10:28:08.541Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-13T10:28:08.541Z] #41 sha256:333a69509b0e234bd7f9e9129b596d6763a9d9227c7587e1d5342a9f2f5d1e58 [2022-05-13T10:28:08.541Z] #41 DONE 0.1s [2022-05-13T10:28:08.541Z] [2022-05-13T10:28:08.541Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-13T10:28:08.541Z] #45 sha256:74ad0af8543677cbcbcfc895bfeabe82088b686e61576a4c8bff4c7a7e1dc64d [2022-05-13T10:28:08.541Z] #45 DONE 0.1s [2022-05-13T10:28:08.541Z] [2022-05-13T10:28:08.541Z] #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-13T10:28:08.541Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-13T10:28:09.058Z] 12fb50a031bd: Verifying Checksum [2022-05-13T10:28:09.058Z] 12fb50a031bd: Download complete [2022-05-13T10:28:10.260Z] Fetching without tags [2022-05-13T10:28:10.639Z] Fetching without tags [2022-05-13T10:28:09.948Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-13T10:28:10.007Z] > git config --add remote.origin.fetch +refs/pull/43269/head:refs/remotes/origin/PR-43269 # timeout=10 [2022-05-13T10:28:10.054Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:28:10.175Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-13T10:28:10.298Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-13T10:28:10.299Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:28:10.301Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43269/head:refs/remotes/origin/PR-43269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:28:11.028Z] Merging remotes/origin/master commit f1dd6bf84e28930e1ccd903361f9284fb22d3b8a into PR head commit 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:28:11.346Z] Merging remotes/origin/master commit f1dd6bf84e28930e1ccd903361f9284fb22d3b8a into PR head commit 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:28:10.253Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-13T10:28:10.309Z] > git config --add remote.origin.fetch +refs/pull/43269/head:refs/remotes/origin/PR-43269 # timeout=10 [2022-05-13T10:28:10.355Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:28:10.555Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-13T10:28:10.671Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-13T10:28:10.671Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:28:10.673Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43269/head:refs/remotes/origin/PR-43269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-13T10:28:11.448Z] > git config core.sparsecheckout # timeout=10 [2022-05-13T10:28:11.493Z] > git checkout -f 8e4b5db542e45b11e57c920876e3d80a37158567 # timeout=10 [2022-05-13T10:28:12.316Z] #28 11.00 Reading package lists... [2022-05-13T10:28:13.722Z] 97f65a0ec59e: Verifying Checksum [2022-05-13T10:28:13.722Z] 97f65a0ec59e: Download complete [2022-05-13T10:28:11.142Z] > git config core.sparsecheckout # timeout=10 [2022-05-13T10:28:11.189Z] > git checkout -f 8e4b5db542e45b11e57c920876e3d80a37158567 # timeout=10 [2022-05-13T10:28:14.502Z] Merge succeeded, producing 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:28:14.502Z] Checking out Revision 8e4b5db542e45b11e57c920876e3d80a37158567 (PR-43269) [2022-05-13T10:28:14.991Z] Merge succeeded, producing 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:28:14.992Z] Checking out Revision 8e4b5db542e45b11e57c920876e3d80a37158567 (PR-43269) [2022-05-13T10:28:14.656Z] > git remote # timeout=10 [2022-05-13T10:28:14.730Z] > git config --get remote.origin.url # timeout=10 [2022-05-13T10:28:14.775Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:28:14.776Z] > git merge f1dd6bf84e28930e1ccd903361f9284fb22d3b8a # timeout=10 [2022-05-13T10:28:14.908Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-05-13T10:28:15.023Z] > git config core.sparsecheckout # timeout=10 [2022-05-13T10:28:15.067Z] > git checkout -f 8e4b5db542e45b11e57c920876e3d80a37158567 # timeout=10 [2022-05-13T10:28:16.527Z] #28 15.53 Reading package lists... [2022-05-13T10:28:14.152Z] > git remote # timeout=10 [2022-05-13T10:28:14.228Z] > git config --get remote.origin.url # timeout=10 [2022-05-13T10:28:14.279Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-13T10:28:14.281Z] > git merge f1dd6bf84e28930e1ccd903361f9284fb22d3b8a # timeout=10 [2022-05-13T10:28:14.419Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-05-13T10:28:14.539Z] > git config core.sparsecheckout # timeout=10 [2022-05-13T10:28:14.580Z] > git checkout -f 8e4b5db542e45b11e57c920876e3d80a37158567 # timeout=10 [2022-05-13T10:28:17.455Z] #28 20.08 Building dependency tree... [2022-05-13T10:28:17.456Z] #28 21.17 Reading state information... [2022-05-13T10:28:18.018Z] #28 22.01 bzip2 is already the newest version (1.0.8-4). [2022-05-13T10:28:18.018Z] #28 22.01 patch is already the newest version (2.7.6-7). [2022-05-13T10:28:18.018Z] #28 22.01 xz-utils is already the newest version (5.2.5-2.1~deb11u1). [2022-05-13T10:28:18.018Z] #28 22.01 The following additional packages will be installed: [2022-05-13T10:28:18.274Z] #28 22.02 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-05-13T10:28:18.274Z] #28 22.02 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-05-13T10:28:18.274Z] #28 22.02 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-13T10:28:18.274Z] #28 22.03 python3-pkg-resources vim-runtime xxd [2022-05-13T10:28:18.274Z] #28 22.04 Suggested packages: [2022-05-13T10:28:18.274Z] #28 22.04 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-05-13T10:28:18.274Z] #28 22.04 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-05-13T10:28:18.274Z] #28 22.04 Recommended packages: [2022-05-13T10:28:18.274Z] #28 22.04 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-13T10:28:19.202Z] #28 23.13 The following NEW packages will be installed: [2022-05-13T10:28:19.202Z] #28 23.14 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-05-13T10:28:19.202Z] #28 23.14 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-05-13T10:28:19.202Z] #28 23.14 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-05-13T10:28:19.202Z] #28 23.14 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-05-13T10:28:19.202Z] #28 23.14 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-05-13T10:28:19.202Z] #28 23.14 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-05-13T10:28:19.202Z] #28 23.14 vim-common vim-runtime xfsprogs xxd zip zstd [2022-05-13T10:28:19.458Z] #28 23.48 0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:28:19.458Z] #28 23.48 Need to get 18.6 MB of archives. [2022-05-13T10:28:19.458Z] #28 23.48 After this operation, 71.4 MB of additional disk space will be used. [2022-05-13T10:28:19.458Z] #28 23.48 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-13T10:28:19.458Z] #28 23.48 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-13T10:28:19.458Z] #28 23.49 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-13T10:28:19.458Z] #28 23.49 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-13T10:28:19.458Z] #28 23.49 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-13T10:28:19.458Z] #28 23.49 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-13T10:28:19.458Z] #28 23.49 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-13T10:28:19.458Z] #28 23.50 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-13T10:28:19.458Z] #28 23.50 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-13T10:28:19.458Z] #28 23.51 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-13T10:28:19.458Z] #28 23.51 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-13T10:28:19.458Z] #28 23.52 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-13T10:28:19.458Z] #28 23.53 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-13T10:28:19.458Z] #28 23.53 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-13T10:28:19.458Z] #28 23.54 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-13T10:28:19.458Z] #28 23.54 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-13T10:28:19.458Z] #28 23.54 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-13T10:28:19.458Z] #28 23.54 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-13T10:28:19.458Z] #28 23.54 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-13T10:28:19.458Z] #28 23.54 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-13T10:28:19.458Z] #28 23.54 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-13T10:28:19.458Z] #28 23.55 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-13T10:28:19.458Z] #28 23.55 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-13T10:28:19.458Z] #28 23.55 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-13T10:28:19.458Z] #28 23.55 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-13T10:28:19.458Z] #28 23.55 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-13T10:28:19.458Z] #28 23.56 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-13T10:28:19.458Z] #28 23.56 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-13T10:28:19.458Z] #28 23.56 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-13T10:28:19.458Z] #28 23.56 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-13T10:28:19.458Z] #28 23.58 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-13T10:28:19.458Z] #28 23.59 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-13T10:28:19.714Z] #28 23.59 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-13T10:28:19.714Z] #28 23.59 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-13T10:28:19.714Z] #28 23.59 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-13T10:28:19.714Z] #28 23.59 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-13T10:28:19.714Z] #28 23.59 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-13T10:28:19.714Z] #28 23.61 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-13T10:28:19.714Z] #28 23.61 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-13T10:28:19.714Z] #28 23.61 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-13T10:28:19.714Z] #28 23.67 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-13T10:28:19.714Z] #28 23.69 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-13T10:28:19.714Z] #28 23.70 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-13T10:28:19.714Z] #28 23.70 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-13T10:28:20.011Z] #28 24.12 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:28:20.268Z] #28 24.33 Fetched 18.6 MB in 1s (37.0 MB/s) [2022-05-13T10:28:20.268Z] #28 24.37 Selecting previously unselected package pigz. [2022-05-13T10:28:20.569Z] #28 24.37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40068 files and directories currently installed.) [2022-05-13T10:28:20.569Z] #28 24.42 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-13T10:28:20.569Z] #28 24.42 Unpacking pigz (2.6-1) ... [2022-05-13T10:28:20.569Z] #28 24.47 Selecting previously unselected package libelf1:amd64. [2022-05-13T10:28:20.569Z] #28 24.47 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-13T10:28:20.569Z] #28 24.49 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-13T10:28:20.569Z] #28 24.56 Selecting previously unselected package libbpf0:amd64. [2022-05-13T10:28:20.569Z] #28 24.56 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-13T10:28:20.569Z] #28 24.57 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-13T10:28:20.569Z] #28 24.62 Selecting previously unselected package libcap2:amd64. [2022-05-13T10:28:20.825Z] #28 24.63 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-13T10:28:20.825Z] #28 24.63 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-13T10:28:20.825Z] #28 24.67 Selecting previously unselected package libmnl0:amd64. [2022-05-13T10:28:20.825Z] #28 24.67 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-13T10:28:20.825Z] #28 24.68 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-13T10:28:20.825Z] #28 24.72 Selecting previously unselected package libxtables12:amd64. [2022-05-13T10:28:20.825Z] #28 24.72 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-13T10:28:20.825Z] #28 24.73 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-13T10:28:20.825Z] #28 24.76 Selecting previously unselected package libcap2-bin. [2022-05-13T10:28:20.825Z] #28 24.77 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-13T10:28:20.825Z] #28 24.77 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-13T10:28:20.825Z] #28 24.82 Selecting previously unselected package iproute2. [2022-05-13T10:28:20.825Z] #28 24.82 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-13T10:28:20.825Z] #28 24.83 Unpacking iproute2 (5.10.0-4) ... [2022-05-13T10:28:21.081Z] #28 25.02 Selecting previously unselected package xxd. [2022-05-13T10:28:21.081Z] #28 25.02 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-13T10:28:21.081Z] #28 25.03 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:28:21.337Z] #28 25.10 Selecting previously unselected package vim-common. [2022-05-13T10:28:21.337Z] #28 25.11 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-13T10:28:21.337Z] #28 25.12 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:28:21.337Z] #28 25.19 Selecting previously unselected package bash-completion. [2022-05-13T10:28:21.337Z] #28 25.20 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-13T10:28:21.899Z] #28 ... [2022-05-13T10:28:21.899Z] [2022-05-13T10:28:21.899Z] #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-13T10:28:21.899Z] #71 sha256:a24fae05ce0617788a9d40523b293144d37de2bf52ff440cab6cc01e02edc46b [2022-05-13T10:28:21.899Z] #71 74.86 + bin/containerd [2022-05-13T10:28:22.155Z] #71 ... [2022-05-13T10:28:22.155Z] [2022-05-13T10:28:22.155Z] #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-13T10:28:22.155Z] #28 sha256:e7aba1ebc7f0dd6ddbdc75d13116045df28aecc8cb33168f6b228432acb91be1 [2022-05-13T10:28:22.155Z] #28 26.08 Unpacking bash-completion (1:2.11-2) ... [2022-05-13T10:28:22.155Z] #28 26.27 Selecting previously unselected package apparmor. [2022-05-13T10:28:22.411Z] #28 26.27 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-05-13T10:28:22.411Z] #28 26.31 Unpacking apparmor (2.13.6-10) ... [2022-05-13T10:28:22.667Z] #28 26.48 Selecting previously unselected package inetutils-ping. [2022-05-13T10:28:22.667Z] #28 26.49 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-13T10:28:22.667Z] #28 26.49 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-13T10:28:22.667Z] #28 26.56 Selecting previously unselected package libip4tc2:amd64. [2022-05-13T10:28:22.667Z] #28 26.56 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-13T10:28:22.667Z] #28 26.57 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-13T10:28:22.667Z] #28 26.61 Selecting previously unselected package libip6tc2:amd64. [2022-05-13T10:28:22.667Z] #28 26.62 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-13T10:28:22.667Z] #28 26.62 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-13T10:28:22.667Z] #28 26.66 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-13T10:28:22.667Z] #28 26.67 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-13T10:28:22.667Z] #28 26.68 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-13T10:28:22.667Z] #28 26.72 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-13T10:28:22.667Z] #28 26.73 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-13T10:28:22.667Z] #28 26.74 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-13T10:28:22.923Z] #28 26.78 Selecting previously unselected package libnftnl11:amd64. [2022-05-13T10:28:22.923Z] #28 26.79 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-13T10:28:22.923Z] #28 26.79 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-13T10:28:22.923Z] #28 26.86 Selecting previously unselected package iptables. [2022-05-13T10:28:22.923Z] #28 26.86 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-05-13T10:28:22.923Z] #28 26.86 Unpacking iptables (1.8.7-1) ... [2022-05-13T10:28:22.923Z] #28 27.01 Selecting previously unselected package libonig5:amd64. [2022-05-13T10:28:22.923Z] #28 27.02 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-13T10:28:22.923Z] #28 27.03 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-13T10:28:23.179Z] #28 27.10 Selecting previously unselected package libjq1:amd64. [2022-05-13T10:28:23.179Z] #28 27.11 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-05-13T10:28:23.179Z] #28 27.12 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-13T10:28:23.179Z] #28 27.17 Selecting previously unselected package jq. [2022-05-13T10:28:23.179Z] #28 27.18 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-05-13T10:28:23.179Z] #28 27.19 Unpacking jq (1.6-2.1) ... [2022-05-13T10:28:23.179Z] #28 27.23 Selecting previously unselected package libaio1:amd64. [2022-05-13T10:28:23.179Z] #28 27.24 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-05-13T10:28:23.179Z] #28 27.24 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-13T10:28:23.179Z] #28 27.28 Selecting previously unselected package libgpm2:amd64. [2022-05-13T10:28:23.435Z] #28 27.29 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-05-13T10:28:23.435Z] #28 27.29 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-13T10:28:23.435Z] #28 27.33 Selecting previously unselected package libinih1:amd64. [2022-05-13T10:28:23.435Z] #28 27.33 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-05-13T10:28:23.435Z] #28 27.34 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-13T10:28:23.435Z] #28 27.37 Selecting previously unselected package libnet1:amd64. [2022-05-13T10:28:23.435Z] #28 27.38 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-13T10:28:23.435Z] #28 27.38 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-13T10:28:23.435Z] #28 27.43 Selecting previously unselected package libnl-3-200:amd64. [2022-05-13T10:28:23.435Z] #28 27.44 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-13T10:28:23.435Z] #28 27.45 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-13T10:28:23.435Z] #28 27.50 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-13T10:28:23.435Z] #28 27.50 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-13T10:28:23.691Z] #28 27.51 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-13T10:28:23.691Z] #28 27.55 Selecting previously unselected package net-tools. [2022-05-13T10:28:23.691Z] #28 27.55 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-13T10:28:23.691Z] #28 27.55 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-13T10:28:23.691Z] #28 27.64 Selecting previously unselected package python-pip-whl. [2022-05-13T10:28:23.691Z] #28 27.65 Preparing to unpack .../29-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-13T10:28:23.691Z] #28 27.65 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-13T10:28:24.253Z] #28 27.95 Selecting previously unselected package python3-lib2to3. [2022-05-13T10:28:24.253Z] #28 27.95 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-13T10:28:24.253Z] #28 27.96 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-13T10:28:24.253Z] #28 28.02 Selecting previously unselected package python3-distutils. [2022-05-13T10:28:24.253Z] #28 28.03 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-05-13T10:28:24.253Z] #28 28.03 Unpacking python3-distutils (3.9.2-1) ... [2022-05-13T10:28:24.253Z] #28 28.11 Selecting previously unselected package python3-pkg-resources. [2022-05-13T10:28:24.253Z] #28 28.11 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-13T10:28:24.253Z] #28 28.12 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-13T10:28:24.253Z] #28 28.20 Selecting previously unselected package python3-setuptools. [2022-05-13T10:28:24.253Z] #28 28.20 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-05-13T10:28:24.253Z] #28 28.21 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-13T10:28:24.253Z] #28 28.31 Selecting previously unselected package python3-wheel. [2022-05-13T10:28:24.521Z] #28 28.32 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-05-13T10:28:24.521Z] #28 28.32 Unpacking python3-wheel (0.34.2-1) ... [2022-05-13T10:28:24.521Z] #28 28.37 Selecting previously unselected package python3-pip. [2022-05-13T10:28:24.521Z] #28 28.37 Preparing to unpack .../35-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-13T10:28:24.521Z] #28 28.38 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-13T10:28:24.521Z] #28 28.59 Selecting previously unselected package sudo. [2022-05-13T10:28:24.777Z] #28 28.60 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-05-13T10:28:24.777Z] #28 28.60 Unpacking sudo (1.9.5p2-3) ... [2022-05-13T10:28:24.777Z] #28 28.85 Selecting previously unselected package thin-provisioning-tools. [2022-05-13T10:28:25.073Z] #28 28.86 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-13T10:28:25.073Z] #28 28.87 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-13T10:28:25.073Z] #28 28.98 Selecting previously unselected package uidmap. [2022-05-13T10:28:25.073Z] #28 28.98 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-13T10:28:25.073Z] #28 28.99 Unpacking uidmap (1:4.8.1-1) ... [2022-05-13T10:28:25.073Z] #28 29.06 Selecting previously unselected package vim-runtime. [2022-05-13T10:28:25.073Z] #28 29.06 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-13T10:28:25.329Z] #28 29.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-13T10:28:25.329Z] #28 29.10 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-13T10:28:25.329Z] #28 29.11 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:28:26.218Z] Commit message: "Add support for CpuCount/CpuPercent to image build" [2022-05-13T10:28:26.298Z] #28 30.27 Selecting previously unselected package vim. [2022-05-13T10:28:26.298Z] #28 30.28 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-13T10:28:26.298Z] #28 30.30 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:28:26.458Z] Commit message: "Add support for CpuCount/CpuPercent to image build" [2022-05-13T10:28:26.558Z] #28 30.55 Selecting previously unselected package xfsprogs. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-13T10:28:26.644Z] #47 211.2 + dpkg --print-architecture [2022-05-13T10:28:26.855Z] #28 30.55 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-13T10:28:26.855Z] #28 30.56 Unpacking xfsprogs (5.10.0-4) ... [2022-05-13T10:28:26.855Z] #28 30.77 Selecting previously unselected package zip. [2022-05-13T10:28:26.855Z] #28 30.78 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-05-13T10:28:26.855Z] #28 30.78 Unpacking zip (3.0-12) ... [2022-05-13T10:28:26.903Z] #47 211.2 + git checkout -q v2.1.0 [2022-05-13T10:28:27.111Z] #28 30.85 Selecting previously unselected package zstd. [2022-05-13T10:28:27.111Z] #28 30.87 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-13T10:28:27.111Z] #28 30.87 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-13T10:28:27.111Z] #28 31.05 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-13T10:28:27.163Z] #47 211.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-05-13T10:28:27.163Z] #47 211.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-05-13T10:28:27.715Z] #28 31.47 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-13T10:28:27.715Z] #28 31.48 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-13T10:28:27.715Z] #28 31.49 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-13T10:28:27.715Z] #28 31.50 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-13T10:28:27.715Z] #28 31.51 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-13T10:28:27.715Z] #28 31.52 Setting up uidmap (1:4.8.1-1) ... [2022-05-13T10:28:27.715Z] #28 31.53 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-13T10:28:27.715Z] #28 31.53 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-13T10:28:27.715Z] #28 31.54 Setting up python3-wheel (0.34.2-1) ... [2022-05-13T10:28:27.971Z] #28 31.81 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:28:27.971Z] #28 31.82 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-13T10:28:27.971Z] #28 31.83 Setting up libcap2-bin (1:2.44-1) ... [2022-05-13T10:28:27.971Z] #28 31.84 Setting up apparmor (2.13.6-10) ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-13T10:28:28.899Z] #28 32.71 Setting up zip (3.0-12) ... [2022-05-13T10:28:28.899Z] #28 32.72 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:28:28.899Z] #28 32.74 Setting up bash-completion (1:2.11-2) ... [2022-05-13T10:28:28.937Z] #64 ... [2022-05-13T10:28:28.937Z] [2022-05-13T10:28:28.937Z] #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-13T10:28:28.937Z] #26 sha256:f0930fe15de468d09e104234ac8f1374d458e85d991c2ca4c2f2137d3f8edb0a [2022-05-13T10:28:28.937Z] #26 221.5 + return [2022-05-13T10:28:29.254Z] + docker version [2022-05-13T10:28:29.870Z] #28 33.78 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-13T10:28:29.870Z] #28 33.79 Setting up sudo (1.9.5p2-3) ... [2022-05-13T10:28:29.870Z] #28 33.84 invoke-rc.d: could not determine current runlevel [2022-05-13T10:28:29.870Z] #28 33.85 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-13T10:28:29.870Z] #28 33.86 Setting up xfsprogs (5.10.0-4) ... [2022-05-13T10:28:29.870Z] #28 33.87 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-13T10:28:29.870Z] #28 33.88 Setting up inetutils-ping (2:2.0-1) ... [2022-05-13T10:28:29.870Z] #28 33.89 Setting up pigz (2.6-1) ... [2022-05-13T10:28:29.870Z] #28 33.90 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-13T10:28:29.870Z] #28 33.91 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-13T10:28:29.870Z] #28 33.93 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-13T10:28:30.127Z] #28 33.94 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:28:30.383Z] #28 34.27 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-13T10:28:30.383Z] #28 34.28 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-13T10:28:30.383Z] #28 34.46 Setting up libelf1:amd64 (0.183-1) ... [2022-05-13T10:28:30.383Z] #28 34.50 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-13T10:28:30.640Z] #28 34.50 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-13T10:28:30.640Z] #28 34.51 Setting up python3-distutils (3.9.2-1) ... [2022-05-13T10:28:30.854Z] #26 DONE 226.4s [2022-05-13T10:28:30.854Z] [2022-05-13T10:28:30.854Z] #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-13T10:28:30.854Z] #60 sha256:0b5ceaa5a576d7ede18682f284f0158a438c476e97ffbbd5a15989f697b42661 [2022-05-13T10:28:30.940Z] #28 34.76 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-13T10:28:30.940Z] #28 34.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-13T10:28:30.940Z] #28 34.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-13T10:28:30.940Z] #28 34.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-13T10:28:30.940Z] #28 34.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-13T10:28:30.940Z] #28 34.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-13T10:28:30.940Z] #28 34.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-13T10:28:30.940Z] #28 34.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-13T10:28:30.940Z] #28 34.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-13T10:28:30.940Z] #28 34.83 Setting up python3-setuptools (52.0.0-4) ... [2022-05-13T10:28:31.118Z] #60 131.4 + mkdir -p /build [2022-05-13T10:28:31.118Z] #60 131.4 + cp runc /build/runc [2022-05-13T10:28:31.144Z] + docker version [2022-05-13T10:28:31.503Z] #28 35.49 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-13T10:28:31.503Z] #28 35.50 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-13T10:28:31.503Z] #28 35.51 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-13T10:28:31.503Z] #28 35.52 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-13T10:28:32.061Z] #60 DONE 132.3s [2022-05-13T10:28:32.061Z] [2022-05-13T10:28:32.061Z] #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-13T10:28:32.061Z] #55 sha256:e374d1522f5d9c874a1bdd0ffb6eda4ed761c9a1e53e0259625a85dc3c837cec [2022-05-13T10:28:32.061Z] #55 227.3 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-13T10:28:32.061Z] #55 DONE 228.0s [2022-05-13T10:28:32.061Z] [2022-05-13T10:28:32.061Z] #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-13T10:28:32.061Z] #64 sha256:2a68cb48695bb57c1562a6efa243296edd07282edd72e3b0f29d6ec9504f0894 [2022-05-13T10:28:32.066Z] #28 36.06 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-13T10:28:32.321Z] #64 ... [2022-05-13T10:28:32.321Z] [2022-05-13T10:28:32.321Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-13T10:28:32.321Z] #27 sha256:c710d751dde4f0dd5cfc922d4e2082276a55c13e08ae212afa1680ac9d31fe22 [2022-05-13T10:28:32.321Z] #27 DONE 0.3s [2022-05-13T10:28:32.321Z] [2022-05-13T10:28:32.321Z] #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-13T10:28:32.321Z] #64 sha256:2a68cb48695bb57c1562a6efa243296edd07282edd72e3b0f29d6ec9504f0894 [2022-05-13T10:28:32.323Z] #28 36.07 Setting up jq (1.6-2.1) ... [2022-05-13T10:28:32.323Z] #28 36.09 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-13T10:28:32.323Z] #28 36.11 Setting up iptables (1.8.7-1) ... [2022-05-13T10:28:32.323Z] #28 36.12 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-13T10:28:32.323Z] #28 36.12 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-13T10:28:32.323Z] #28 36.13 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-13T10:28:32.323Z] #28 36.13 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-13T10:28:32.323Z] #28 36.14 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-13T10:28:32.323Z] #28 36.15 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-13T10:28:32.323Z] #28 36.15 Setting up iproute2 (5.10.0-4) ... [2022-05-13T10:28:32.580Z] #64 ... [2022-05-13T10:28:32.580Z] [2022-05-13T10:28:32.580Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-13T10:28:32.580Z] #32 sha256:4a9a7c475580bad9f6a399784f38c27b864453041112817914124e2a7a79ff54 [2022-05-13T10:28:32.621Z] #28 36.33 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:28:32.878Z] #28 DONE 36.9s [2022-05-13T10:28:32.878Z] [2022-05-13T10:28:32.878Z] #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-13T10:28:32.878Z] #29 sha256:f8eb93030c7ac506371050739bef3ad85df4ae4863952c82fc973e86bff67593 [2022-05-13T10:28:33.520Z] #32 DONE 1.0s [2022-05-13T10:28:33.520Z] [2022-05-13T10:28:33.520Z] #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-13T10:28:33.520Z] #64 sha256:2a68cb48695bb57c1562a6efa243296edd07282edd72e3b0f29d6ec9504f0894 [2022-05-13T10:28:33.520Z] #64 ... [2022-05-13T10:28:33.520Z] [2022-05-13T10:28:33.520Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-13T10:28:33.520Z] #35 sha256:49320dbcec4a6b7924ebbd3d7428f7b8321009c4b5d59728eb831ab186f2867d [2022-05-13T10:28:33.807Z] #29 0.800 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-13T10:28:33.807Z] #29 0.803 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-13T10:28:33.807Z] #29 0.806 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-13T10:28:33.807Z] #29 DONE 0.9s [2022-05-13T10:28:33.807Z] [2022-05-13T10:28:33.807Z] #30 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-13T10:28:33.807Z] #30 sha256:d51114f67b1a8165f4dd4f87fc135c06988a7cf17fddeb03ab0959d99641bfd3 [2022-05-13T10:28:34.090Z] #35 DONE 0.7s [2022-05-13T10:28:34.090Z] [2022-05-13T10:28:34.090Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-13T10:28:34.090Z] #37 sha256:7c123ceb95830a495f73441f3e9e77d1fbccf8e2d7dd3822bcd89330259ec8c5 [2022-05-13T10:28:34.661Z] #37 DONE 0.5s [2022-05-13T10:28:34.661Z] [2022-05-13T10:28:34.661Z] #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-13T10:28:34.661Z] #64 sha256:2a68cb48695bb57c1562a6efa243296edd07282edd72e3b0f29d6ec9504f0894 [2022-05-13T10:28:34.661Z] #64 ... [2022-05-13T10:28:34.661Z] [2022-05-13T10:28:34.661Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-13T10:28:34.661Z] #39 sha256:4f33ff48ffba44310f0328929eca6d74043f1df21b9811a8232d2308a3de978c [2022-05-13T10:28:34.661Z] #39 DONE 0.1s [2022-05-13T10:28:34.661Z] [2022-05-13T10:28:34.661Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-13T10:28:34.661Z] #41 sha256:a364e47a4642d1fdf9ba389879b600cf2a7d6430277d0b2b6556f6ae33e91b45 [2022-05-13T10:28:34.921Z] #41 DONE 0.1s [2022-05-13T10:28:34.921Z] [2022-05-13T10:28:34.921Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-13T10:28:34.921Z] #45 sha256:80dc776e4309c883ea00d3517bb9914a7c49fa0edce1c4950d26ab7863442e30 [2022-05-13T10:28:34.921Z] #45 DONE 0.1s [2022-05-13T10:28:34.921Z] [2022-05-13T10:28:34.921Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-13T10:28:34.921Z] #48 sha256:cce62789cf9d1c18ba9249f8425c15387fad29de1ef3336040599e85d2951bc0 [2022-05-13T10:28:35.501Z] #48 DONE 0.6s [2022-05-13T10:28:35.501Z] [2022-05-13T10:28:35.501Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-13T10:28:35.501Z] #52 sha256:0982e30ea5a2ed328d8d0ea409ac965f78484602705d0a0bf43420504ce09f9d [2022-05-13T10:28:35.762Z] #52 DONE 0.1s [2022-05-13T10:28:35.762Z] [2022-05-13T10:28:35.762Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-13T10:28:35.762Z] #54 sha256:d299479ee7a98417b5bd7bc9cfda65b5fb817ef730a4c71f2852c95f543a857b [2022-05-13T10:28:35.762Z] #54 DONE 0.1s [2022-05-13T10:28:35.762Z] [2022-05-13T10:28:35.762Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-13T10:28:35.762Z] #56 sha256:614b307f4287f49a813c41578d5665b52f7859034d0f50a75acd1b6f76471c9e [2022-05-13T10:28:37.147Z] #56 DONE 1.3s [2022-05-13T10:28:37.147Z] [2022-05-13T10:28:37.147Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-13T10:28:37.147Z] #58 sha256:be7af1a5f882afc43b7b1b9f9433ede1f435d66361817c68f54acd44a7ee30dd [2022-05-13T10:28:37.147Z] #58 DONE 0.1s [2022-05-13T10:28:37.147Z] [2022-05-13T10:28:37.147Z] #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-13T10:28:37.147Z] #64 sha256:2a68cb48695bb57c1562a6efa243296edd07282edd72e3b0f29d6ec9504f0894 [2022-05-13T10:28:37.147Z] #64 ... [2022-05-13T10:28:37.147Z] [2022-05-13T10:28:37.147Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-13T10:28:37.147Z] #61 sha256:ce472ecb1be71c7f404109ab5626875ec0e4bbbbb5af0050ad4a2116d997cdca [2022-05-13T10:28:37.408Z] #61 DONE 0.4s [2022-05-13T10:28:37.408Z] [2022-05-13T10:28:37.408Z] #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-13T10:28:37.408Z] #64 sha256:2a68cb48695bb57c1562a6efa243296edd07282edd72e3b0f29d6ec9504f0894 [2022-05-13T10:28:37.669Z] #64 204.4 + bin/containerd [2022-05-13T10:28:37.791Z] Client: [2022-05-13T10:28:37.791Z] Version: 20.10.9 [2022-05-13T10:28:37.791Z] API version: 1.41 [2022-05-13T10:28:37.791Z] Go version: go1.16.8 [2022-05-13T10:28:37.791Z] Git commit: c2ea9bc [2022-05-13T10:28:37.791Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-13T10:28:37.791Z] OS/Arch: windows/amd64 [2022-05-13T10:28:37.791Z] Context: default [2022-05-13T10:28:37.791Z] Experimental: true [2022-05-13T10:28:37.791Z] [2022-05-13T10:28:37.791Z] Server: Docker Engine - Community [2022-05-13T10:28:37.791Z] Engine: [2022-05-13T10:28:37.791Z] Version: 20.10.9 [2022-05-13T10:28:37.791Z] API version: 1.41 (minimum version 1.24) [2022-05-13T10:28:37.791Z] Go version: go1.16.8 [2022-05-13T10:28:37.791Z] Git commit: 79ea9d3 [2022-05-13T10:28:37.791Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-13T10:28:37.791Z] OS/Arch: windows/amd64 [2022-05-13T10:28:37.791Z] Experimental: true [Pipeline] sh [2022-05-13T10:28:39.296Z] + docker info [2022-05-13T10:28:39.296Z] Client: [2022-05-13T10:28:39.296Z] Context: default [2022-05-13T10:28:39.296Z] Debug Mode: false [2022-05-13T10:28:39.296Z] [2022-05-13T10:28:39.296Z] Server: [2022-05-13T10:28:39.296Z] Containers: 0 [2022-05-13T10:28:39.296Z] Running: 0 [2022-05-13T10:28:39.296Z] Paused: 0 [2022-05-13T10:28:39.296Z] Stopped: 0 [2022-05-13T10:28:39.296Z] Images: 0 [2022-05-13T10:28:39.296Z] Server Version: 20.10.9 [2022-05-13T10:28:39.296Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-13T10:28:39.296Z] Windows: [2022-05-13T10:28:39.296Z] LCOW: [2022-05-13T10:28:39.296Z] Logging Driver: json-file [2022-05-13T10:28:39.296Z] Plugins: [2022-05-13T10:28:39.296Z] Volume: local [2022-05-13T10:28:39.296Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-13T10:28:39.296Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-13T10:28:39.296Z] Swarm: inactive [2022-05-13T10:28:39.296Z] Default Isolation: process [2022-05-13T10:28:39.296Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-13T10:28:39.296Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-13T10:28:39.296Z] OSType: windows [2022-05-13T10:28:39.296Z] Architecture: x86_64 [2022-05-13T10:28:39.296Z] CPUs: 4 [2022-05-13T10:28:39.297Z] Total Memory: 32GiB [2022-05-13T10:28:39.297Z] Name: azwin-2-7d98c0 [2022-05-13T10:28:39.297Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-13T10:28:39.297Z] Docker Root Dir: D:\docker [2022-05-13T10:28:39.297Z] Debug Mode: false [2022-05-13T10:28:39.297Z] Registry: https://index.docker.io/v1/ [2022-05-13T10:28:39.297Z] Labels: [2022-05-13T10:28:39.297Z] Experimental: true [2022-05-13T10:28:39.297Z] Insecure Registries: [2022-05-13T10:28:39.297Z] 10.0.0.4:5000 [2022-05-13T10:28:39.297Z] 127.0.0.0/8 [2022-05-13T10:28:39.297Z] Registry Mirrors: [2022-05-13T10:28:39.297Z] http://10.0.0.4:5000/ [2022-05-13T10:28:39.297Z] Live Restore Enabled: false [2022-05-13T10:28:39.297Z] Product License: Community Engine [2022-05-13T10:28:39.297Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-05-13T10:28:39.813Z] Client: [2022-05-13T10:28:39.814Z] Version: 20.10.9 [2022-05-13T10:28:39.814Z] API version: 1.41 [2022-05-13T10:28:39.814Z] Go version: go1.16.8 [2022-05-13T10:28:39.814Z] Git commit: c2ea9bc [2022-05-13T10:28:39.814Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-13T10:28:39.814Z] OS/Arch: windows/amd64 [2022-05-13T10:28:39.814Z] Context: default [2022-05-13T10:28:39.814Z] Experimental: true [2022-05-13T10:28:39.814Z] [2022-05-13T10:28:39.814Z] Server: Docker Engine - Community [2022-05-13T10:28:39.814Z] Engine: [2022-05-13T10:28:39.814Z] Version: 20.10.9 [2022-05-13T10:28:39.814Z] API version: 1.41 (minimum version 1.24) [2022-05-13T10:28:39.814Z] Go version: go1.16.8 [2022-05-13T10:28:39.814Z] Git commit: 79ea9d3 [2022-05-13T10:28:39.814Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-13T10:28:39.814Z] OS/Arch: windows/amd64 [2022-05-13T10:28:39.814Z] Experimental: true [Pipeline] sh [2022-05-13T10:28:41.542Z] + docker info [2022-05-13T10:28:41.895Z] #30 6.784 Collecting yamllint==1.26.1 [2022-05-13T10:28:41.895Z] #30 7.822 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-13T10:28:42.192Z] #30 8.341 Collecting pathspec>=0.5.3 [2022-05-13T10:28:42.192Z] #30 8.350 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-13T10:28:42.448Z] #30 8.540 Collecting pyyaml [2022-05-13T10:28:42.449Z] #30 8.547 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-13T10:28:42.449Z] #30 8.577 Building wheels for collected packages: yamllint [2022-05-13T10:28:42.449Z] #30 8.583 Building wheel for yamllint (setup.py): started [2022-05-13T10:28:42.746Z] #30 9.048 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-13T10:28:43.046Z] #30 9.050 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=9269834d0763f56d80a6cbe72d5bcc02d3b47e1ca878a77dc31b299451e722b0 [2022-05-13T10:28:43.046Z] #30 9.050 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-13T10:28:43.046Z] #30 9.053 Successfully built yamllint [2022-05-13T10:28:43.046Z] #30 9.062 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-13T10:28:43.046Z] #30 9.234 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-13T10:28:43.307Z] #30 DONE 9.5s [2022-05-13T10:28:43.307Z] [2022-05-13T10:28:43.307Z] #34 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-13T10:28:43.307Z] #34 sha256:bee097d9eb328fff76b6532d58573b2a609b2244bfb1c5b5a3655e9260d82be8 [2022-05-13T10:28:43.307Z] #34 DONE 0.1s [2022-05-13T10:28:43.307Z] [2022-05-13T10:28:43.307Z] #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-13T10:28:43.307Z] #71 sha256:a24fae05ce0617788a9d40523b293144d37de2bf52ff440cab6cc01e02edc46b [2022-05-13T10:28:43.562Z] #71 ... [2022-05-13T10:28:43.562Z] [2022-05-13T10:28:43.562Z] #39 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-13T10:28:43.562Z] #39 sha256:ace045d4d356d1d9aad95ad9802d3bd95d54bfcb4ab57393ea0d61b3ee47618c [2022-05-13T10:28:43.820Z] #39 DONE 0.3s [2022-05-13T10:28:43.821Z] [2022-05-13T10:28:43.821Z] #42 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-13T10:28:43.821Z] #42 sha256:6cfb57cfdd5ccda219e92235d3e14df8b386c232b3b99f869a9a7009590809ee [2022-05-13T10:28:44.076Z] #42 DONE 0.1s [2022-05-13T10:28:44.076Z] [2022-05-13T10:28:44.076Z] #44 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-13T10:28:44.076Z] #44 sha256:10601fb8f99265f90881d1289aaad1d934814a68ccfb76cd940a8716dc9aaa82 [2022-05-13T10:28:44.076Z] #44 DONE 0.1s [2022-05-13T10:28:44.076Z] [2022-05-13T10:28:44.076Z] #46 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-13T10:28:44.076Z] #46 sha256:539ff532a546120e6dbb2baa4a294291fb019b3d8e93650c0e12d8b577e9a20d [2022-05-13T10:28:44.076Z] #46 DONE 0.1s [2022-05-13T10:28:44.076Z] [2022-05-13T10:28:44.076Z] #48 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-13T10:28:44.076Z] #48 sha256:c3cb027035ea2975143309296e70a93779b686ffbda72f8eb628da8cc3d60c8d [2022-05-13T10:28:44.332Z] #48 DONE 0.1s [2022-05-13T10:28:44.332Z] [2022-05-13T10:28:44.332Z] #52 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-13T10:28:44.332Z] #52 sha256:aba529100b12df2e66b8bbb60ddd25ff2932d1d85cace60355b4afa97d0d0c4a [2022-05-13T10:28:44.332Z] #52 DONE 0.0s [2022-05-13T10:28:44.332Z] [2022-05-13T10:28:44.332Z] #55 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-13T10:28:44.332Z] #55 sha256:d61248f4934e7b5310e0a7c87976cadc0244a5a2d23623fa483f74bedfe8fee7 [2022-05-13T10:28:44.332Z] #55 DONE 0.2s [2022-05-13T10:28:44.332Z] [2022-05-13T10:28:44.332Z] #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-13T10:28:44.332Z] #71 sha256:a24fae05ce0617788a9d40523b293144d37de2bf52ff440cab6cc01e02edc46b [2022-05-13T10:28:44.630Z] #71 ... [2022-05-13T10:28:44.630Z] [2022-05-13T10:28:44.630Z] #59 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-13T10:28:44.630Z] #59 sha256:aa70b6590f6e6387b6bb37fe01cfa0a7ec38b933661daa88b0ccbba6cb5e94b0 [2022-05-13T10:28:44.630Z] #59 DONE 0.0s [2022-05-13T10:28:44.630Z] [2022-05-13T10:28:44.630Z] #61 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-13T10:28:44.630Z] #61 sha256:0f7efea28f80d6d890530de1199bc2b2faf4acd903f8d6ae93fdd1a018512cc4 [2022-05-13T10:28:44.630Z] #61 DONE 0.1s [2022-05-13T10:28:44.630Z] [2022-05-13T10:28:44.630Z] #63 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-13T10:28:44.630Z] #63 sha256:e9c60b220e1f20df9808a28026253b490f733c4559fa94f46c05edb47ea496b2 [2022-05-13T10:28:44.899Z] #63 DONE 0.3s [2022-05-13T10:28:44.899Z] [2022-05-13T10:28:44.899Z] #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-13T10:28:44.899Z] #71 sha256:a24fae05ce0617788a9d40523b293144d37de2bf52ff440cab6cc01e02edc46b [2022-05-13T10:28:44.899Z] #71 ... [2022-05-13T10:28:44.899Z] [2022-05-13T10:28:44.899Z] #65 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-13T10:28:44.899Z] #65 sha256:4b360771276e5d6d65570b1036f4c13e0f88ff8f50c7ea66c435ca1b435d0d3c [2022-05-13T10:28:44.899Z] #65 DONE 0.1s [2022-05-13T10:28:44.899Z] [2022-05-13T10:28:44.899Z] #68 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-13T10:28:44.899Z] #68 sha256:75971baa01558ffff5bbae6fb2ecf2f787bcd35494ace61072b54d00ad37ca3b [2022-05-13T10:28:45.195Z] #68 DONE 0.1s [2022-05-13T10:28:45.195Z] [2022-05-13T10:28:45.195Z] #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-13T10:28:45.195Z] #71 sha256:a24fae05ce0617788a9d40523b293144d37de2bf52ff440cab6cc01e02edc46b [2022-05-13T10:28:53.734Z] #47 DONE 234.1s [2022-05-13T10:28:53.734Z] [2022-05-13T10:28:53.734Z] #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-13T10:28:53.734Z] #64 sha256:15a74b6862877f854e7e4ee6016192b37013475f19c1eb0fbb077ec7ad49986b [2022-05-13T10:28:53.734Z] #64 ... [2022-05-13T10:28:53.734Z] [2022-05-13T10:28:53.734Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-13T10:28:53.734Z] #48 sha256:4f94fa9c3a571449bdabc60aec7cc7ea5a77dd480ff987aeb13ddb5b8b6e506d [2022-05-13T10:28:53.734Z] #48 DONE 0.2s [2022-05-13T10:28:53.734Z] [2022-05-13T10:28:53.734Z] #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-13T10:28:53.734Z] #64 sha256:15a74b6862877f854e7e4ee6016192b37013475f19c1eb0fbb077ec7ad49986b [2022-05-13T10:28:53.734Z] #64 ... [2022-05-13T10:28:53.734Z] [2022-05-13T10:28:53.734Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-13T10:28:53.734Z] #52 sha256:515f35e0d1f3ef9e660c0a3cb87bdb5aed533ebeb6b4af47cb80f203c8a2fe7b [2022-05-13T10:28:53.734Z] #52 DONE 0.1s [2022-05-13T10:28:53.734Z] [2022-05-13T10:28:53.735Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-13T10:28:53.735Z] #54 sha256:ee9990b55d9cec2396b76f35d673fba30b7182b514c7c647da09be829a3ec53b [2022-05-13T10:28:53.735Z] #54 DONE 0.1s [2022-05-13T10:28:53.735Z] [2022-05-13T10:28:53.735Z] #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-13T10:28:53.735Z] #64 sha256:15a74b6862877f854e7e4ee6016192b37013475f19c1eb0fbb077ec7ad49986b [2022-05-13T10:28:57.716Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-05-13T10:28:57.716Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-8419f828\powershellScript.ps1'; exit $LASTEXITCODE; [2022-05-13T10:28:57.716Z] ---------------------------------------------------------------------------- [2022-05-13T10:28:59.242Z] [2022-05-13T10:28:59.242Z] INFO: executeCI.ps1 starting at Fri May 13 10:28:58 CUT 2022 [2022-05-13T10:28:59.242Z] [2022-05-13T10:28:59.242Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-05-13T10:28:59.242Z] INFO: Running git version 2.24.1.windows.2 [2022-05-13T10:28:59.242Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-05-13T10:28:59.242Z] INFO: Environment variables: [2022-05-13T10:28:59.372Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-13T10:28:59.372Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-13T10:28:59.372Z] GOOS="" GOARCH="" GOARM="" [2022-05-13T10:28:59.372Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-13T10:28:59.372Z] [2022-05-13T10:28:59.372Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-13T10:28:59.372Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-13T10:28:59.372Z] HOSTNAME=ccfed4533731 [2022-05-13T10:28:59.372Z] DEST=bundles/test-integration [2022-05-13T10:28:59.372Z] PWD=/go/src/github.com/docker/docker [2022-05-13T10:28:59.372Z] DOCKER_ROOTLESS=1 [2022-05-13T10:28:59.372Z] DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:28:59.372Z] container=docker [2022-05-13T10:28:59.372Z] HOME=/root [2022-05-13T10:28:59.372Z] GOLANG_VERSION=1.18.2 [2022-05-13T10:28:59.372Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-13T10:28:59.372Z] VALIDATE_BRANCH=master [2022-05-13T10:28:59.372Z] TERM=xterm [2022-05-13T10:28:59.372Z] DOCKER_PKG=github.com/docker/docker [2022-05-13T10:28:59.372Z] SHLVL=1 [2022-05-13T10:28:59.372Z] TIMEOUT=120m [2022-05-13T10:28:59.372Z] DOCKER_BUILDTAGS= journald [2022-05-13T10:28:59.372Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-13T10:28:59.372Z] GO111MODULE=off [2022-05-13T10:28:59.372Z] DOCKER_EXPERIMENTAL=1 [2022-05-13T10:28:59.372Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-13T10:28:59.372Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-13T10:28:59.372Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-13T10:28:59.372Z] GOPATH=/go [2022-05-13T10:28:59.372Z] PKG_CONFIG=pkg-config [2022-05-13T10:28:59.372Z] _=/usr/bin/env [2022-05-13T10:28:59.372Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-13T10:28:59.402Z] Client: [2022-05-13T10:28:59.402Z] Context: default [2022-05-13T10:28:59.402Z] Debug Mode: false [2022-05-13T10:28:59.402Z] Plugins: [2022-05-13T10:28:59.402Z] app: Docker Application (Docker Inc., v0.8.0) [2022-05-13T10:28:59.402Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-05-13T10:28:59.402Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-05-13T10:28:59.402Z] [2022-05-13T10:28:59.402Z] Server: [2022-05-13T10:28:59.402Z] Containers: 0 [2022-05-13T10:28:59.402Z] Running: 0 [2022-05-13T10:28:59.402Z] Paused: 0 [2022-05-13T10:28:59.402Z] Stopped: 0 [2022-05-13T10:28:59.402Z] Images: 0 [2022-05-13T10:28:59.402Z] Server Version: 20.10.9 [2022-05-13T10:28:59.402Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-13T10:28:59.402Z] Windows: [2022-05-13T10:28:59.402Z] LCOW: [2022-05-13T10:28:59.402Z] Logging Driver: json-file [2022-05-13T10:28:59.402Z] Plugins: [2022-05-13T10:28:59.402Z] Volume: local [2022-05-13T10:28:59.402Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-13T10:28:59.402Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-13T10:28:59.402Z] Swarm: inactive [2022-05-13T10:28:59.402Z] Default Isolation: process [2022-05-13T10:28:59.402Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-13T10:28:59.402Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-05-13T10:28:59.402Z] OSType: windows [2022-05-13T10:28:59.402Z] Architecture: x86_64 [2022-05-13T10:28:59.402Z] CPUs: 4 [2022-05-13T10:28:59.402Z] Total Memory: 32GiB [2022-05-13T10:28:59.402Z] Name: azwin-2-5dff20 [2022-05-13T10:28:59.402Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-05-13T10:28:59.402Z] Docker Root Dir: D:\docker [2022-05-13T10:28:59.402Z] Debug Mode: false [2022-05-13T10:28:59.402Z] Registry: https://index.docker.io/v1/ [2022-05-13T10:28:59.402Z] Labels: [2022-05-13T10:28:59.402Z] Experimental: true [2022-05-13T10:28:59.402Z] Insecure Registries: [2022-05-13T10:28:59.402Z] 10.0.0.4:5000 [2022-05-13T10:28:59.402Z] 127.0.0.0/8 [2022-05-13T10:28:59.402Z] Registry Mirrors: [2022-05-13T10:28:59.402Z] http://10.0.0.4:5000/ [2022-05-13T10:28:59.402Z] Live Restore Enabled: false [2022-05-13T10:28:59.402Z] Product License: Community Engine [2022-05-13T10:28:59.402Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-05-13T10:28:59.698Z] [2022-05-13T10:28:59.698Z] Name Value [2022-05-13T10:28:59.698Z] ---- ----- [2022-05-13T10:28:59.698Z] ALLUSERSPROFILE C:\ProgramData [2022-05-13T10:28:59.698Z] amd64 true [2022-05-13T10:28:59.698Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-05-13T10:28:59.698Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-05-13T10:28:59.698Z] arm64 true [2022-05-13T10:28:59.698Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-05-13T10:28:59.698Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-05-13T10:28:59.698Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-05-13T10:28:59.698Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-05-13T10:28:59.698Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-05-13T10:28:59.698Z] BRANCH_NAME PR-43269 [2022-05-13T10:28:59.698Z] BUILD_DISPLAY_NAME #3 [2022-05-13T10:28:59.698Z] BUILD_ID 3 [2022-05-13T10:28:59.698Z] BUILD_NUMBER 3 [2022-05-13T10:28:59.698Z] BUILD_TAG jenkins-moby-PR-43269-3 [2022-05-13T10:28:59.698Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/3/ [2022-05-13T10:28:59.698Z] cgroup2 true [2022-05-13T10:28:59.698Z] CHANGE_AUTHOR slonopotamus [2022-05-13T10:28:59.698Z] CHANGE_AUTHOR_DISPLAY_NAME Marat Radchenko [2022-05-13T10:28:59.698Z] CHANGE_AUTHOR_EMAIL marat@slonopotamus.org [2022-05-13T10:28:59.698Z] CHANGE_BRANCH cpus-for-image-build [2022-05-13T10:28:59.698Z] CHANGE_FORK slonopotamus/shmoby [2022-05-13T10:28:59.698Z] CHANGE_ID 43269 [2022-05-13T10:28:59.698Z] CHANGE_TARGET master [2022-05-13T10:28:59.698Z] CHANGE_TITLE Add support for CpuCount/CpuPercent to image build [2022-05-13T10:28:59.698Z] CHANGE_URL https://github.com/moby/moby/pull/43269 [2022-05-13T10:28:59.698Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-13T10:28:59.698Z] CommonProgramFiles C:\Program Files\Common Files [2022-05-13T10:28:59.698Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-05-13T10:28:59.698Z] CommonProgramW6432 C:\Program Files\Common Files [2022-05-13T10:28:59.698Z] COMPUTERNAME azwin-2-7d98c0 [2022-05-13T10:28:59.698Z] ComSpec C:\Windows\system32\cmd.exe [2022-05-13T10:28:59.698Z] ConfigSequenceNumber 0 [2022-05-13T10:28:59.698Z] dco true [2022-05-13T10:28:59.698Z] DOCKER_BUILDKIT 0 [2022-05-13T10:28:59.698Z] DOCKER_DUT_DEBUG 1 [2022-05-13T10:28:59.698Z] DOCKER_EXPERIMENTAL 1 [2022-05-13T10:28:59.698Z] DOCKER_GRAPHDRIVER overlay2 [2022-05-13T10:28:59.698Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-05-13T10:28:59.698Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-05-13T10:28:59.698Z] EXECUTOR_NUMBER 0 [2022-05-13T10:28:59.698Z] FQDN azwin-2-7d98c0.westus.cloudapp.azure.com [2022-05-13T10:28:59.698Z] GIT_BRANCH PR-43269 [2022-05-13T10:28:59.698Z] GIT_COMMIT 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:28:59.698Z] GIT_PREVIOUS_COMMIT 99306e6f46bac7595ad1933f44558dde32973933 [2022-05-13T10:28:59.698Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 99306e6f46bac7595ad1933f44558dde32973933 [2022-05-13T10:28:59.698Z] GIT_URL https://github.com/moby/moby.git [2022-05-13T10:28:59.698Z] HUDSON_COOKIE d1874829-500e-4af3-a2e0-b482cebcd8a1 [2022-05-13T10:28:59.698Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-05-13T10:28:59.698Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-05-13T10:28:59.699Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-05-13T10:28:59.699Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-05-13T10:28:59.699Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-05-13T10:28:59.699Z] JENKINS_NODE_COOKIE 74f1c02d-fdd1-4f17-a01e-b807a56f4996 [2022-05-13T10:28:59.699Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-05-13T10:28:59.699Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-05-13T10:28:59.699Z] JOB_BASE_NAME PR-43269 [2022-05-13T10:28:59.699Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/display/redirect [2022-05-13T10:28:59.699Z] JOB_NAME moby/PR-43269 [2022-05-13T10:28:59.699Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/ [2022-05-13T10:28:59.699Z] library.jps.version master [2022-05-13T10:28:59.699Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-05-13T10:28:59.699Z] NODE_LABELS amd64 azure azwin-2-7d98c0 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-05-13T10:28:59.699Z] NODE_NAME azwin-2-7d98c0 [2022-05-13T10:28:59.699Z] NUMBER_OF_PROCESSORS 4 [2022-05-13T10:28:59.699Z] OS Windows_NT [2022-05-13T10:28:59.699Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-05-13T10:28:59.699Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-05-13T10:28:59.699Z] ppc64le false [2022-05-13T10:28:59.699Z] PROCESSOR_ARCHITECTURE AMD64 [2022-05-13T10:28:59.699Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-05-13T10:28:59.699Z] PROCESSOR_LEVEL 6 [2022-05-13T10:28:59.699Z] PROCESSOR_REVISION 4f01 [2022-05-13T10:28:59.699Z] ProgramData C:\ProgramData [2022-05-13T10:28:59.699Z] ProgramFiles C:\Program Files [2022-05-13T10:28:59.699Z] ProgramFiles(x86) C:\Program Files (x86) [2022-05-13T10:28:59.699Z] ProgramW6432 C:\Program Files [2022-05-13T10:28:59.699Z] PROMPT $P$G [2022-05-13T10:28:59.699Z] PSExecutionPolicyPreference Bypass [2022-05-13T10:28:59.699Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-05-13T10:28:59.699Z] PUBLIC C:\Users\Public [2022-05-13T10:28:59.699Z] rootless true [2022-05-13T10:28:59.699Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/3/display/redirect?page=artif... [2022-05-13T10:28:59.699Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/3/display/redirect?page=changes [2022-05-13T10:28:59.699Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/3/display/redirect [2022-05-13T10:28:59.699Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/3/display/redirect?page=tests [2022-05-13T10:28:59.699Z] s390x false [2022-05-13T10:28:59.699Z] SKIP_VALIDATION_TESTS 1 [2022-05-13T10:28:59.699Z] SOURCES_DRIVE d [2022-05-13T10:28:59.699Z] SOURCES_SUBDIR gopath [2022-05-13T10:28:59.699Z] STAGE_NAME Run tests [2022-05-13T10:28:59.699Z] SystemDrive C: [2022-05-13T10:28:59.699Z] SystemRoot C:\Windows [2022-05-13T10:28:59.699Z] TEMP C:\Windows\TEMP [2022-05-13T10:28:59.699Z] TESTDEBUG 0 [2022-05-13T10:28:59.699Z] TESTRUN_DRIVE d [2022-05-13T10:28:59.699Z] TESTRUN_SUBDIR CI [2022-05-13T10:28:59.699Z] TIMEOUT 120m [2022-05-13T10:28:59.699Z] TMP C:\Windows\TEMP [2022-05-13T10:28:59.699Z] unit_validate true [2022-05-13T10:28:59.699Z] USERDOMAIN WORKGROUP [2022-05-13T10:28:59.699Z] USERNAME azwin-2-7d98c0$ [2022-05-13T10:28:59.699Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-05-13T10:28:59.699Z] validate_force false [2022-05-13T10:28:59.699Z] windir C:\Windows [2022-05-13T10:28:59.699Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-05-13T10:28:59.699Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-05-13T10:28:59.699Z] windows2022 true [2022-05-13T10:28:59.699Z] windows2022containerd true [2022-05-13T10:28:59.699Z] windowsRS5 true [2022-05-13T10:28:59.699Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-05-13T10:28:59.699Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-05-13T10:28:59.699Z] [2022-05-13T10:28:59.699Z] [2022-05-13T10:28:59.699Z] [2022-05-13T10:29:01.236Z] INFO: Sources under d:\gopath\... [2022-05-13T10:29:01.236Z] INFO: Test run under d:\CI\... [2022-05-13T10:29:01.236Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-05-13T10:29:01.236Z] INFO: docker/docker repository was found [2022-05-13T10:29:01.695Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-05-13T10:29:02.150Z] ltsc2022: Pulling from windows/servercore [2022-05-13T10:29:02.150Z] 97f65a0ec59e: Pulling fs layer [2022-05-13T10:29:02.150Z] 12fb50a031bd: Pulling fs layer [2022-05-13T10:29:12.523Z] #71 135.5 # github.com/containerd/containerd/cmd/containerd [2022-05-13T10:29:12.523Z] #71 135.5 /usr/bin/ld: /tmp/go-link-743385339/000019.o: in function `New': [2022-05-13T10:29:12.523Z] #71 135.5 /tmp/tmp.5fm7OLtQSO/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-13T10:29:12.523Z] #71 135.5 + bin/containerd-stress [2022-05-13T10:29:12.568Z] 12fb50a031bd: Verifying Checksum [2022-05-13T10:29:12.568Z] 12fb50a031bd: Download complete [2022-05-13T10:29:13.557Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-13T10:29:13.557Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-13T10:29:13.886Z] #71 136.7 + bin/containerd-shim [2022-05-13T10:29:22.859Z] 97f65a0ec59e: Verifying Checksum [2022-05-13T10:29:22.859Z] 97f65a0ec59e: Download complete [2022-05-13T10:29:24.429Z] #64 243.7 # github.com/containerd/containerd/cmd/containerd [2022-05-13T10:29:24.429Z] #64 243.7 /usr/bin/ld: /tmp/go-link-228820203/000019.o: in function `New': [2022-05-13T10:29:24.429Z] #64 243.7 /tmp/tmp.OzG7jpTiaD/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-13T10:29:24.429Z] #64 243.8 + bin/containerd-stress [2022-05-13T10:29:24.429Z] #64 244.8 + bin/containerd-shim [2022-05-13T10:29:25.485Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-05-13T10:29:25.485Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-61f48df7\powershellScript.ps1'; exit $LASTEXITCODE; [2022-05-13T10:29:25.485Z] ---------------------------------------------------------------------------- [2022-05-13T10:29:25.485Z] [2022-05-13T10:29:25.485Z] INFO: executeCI.ps1 starting at Fri May 13 10:29:21 CUT 2022 [2022-05-13T10:29:25.485Z] [2022-05-13T10:29:25.485Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-05-13T10:29:25.485Z] INFO: Running git version 2.24.1.windows.2 [2022-05-13T10:29:25.485Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-05-13T10:29:25.485Z] INFO: Environment variables: [2022-05-13T10:29:25.485Z] [2022-05-13T10:29:25.485Z] Name Value [2022-05-13T10:29:25.485Z] ---- ----- [2022-05-13T10:29:25.485Z] ALLUSERSPROFILE C:\ProgramData [2022-05-13T10:29:25.485Z] amd64 true [2022-05-13T10:29:25.485Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-05-13T10:29:25.485Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-05-13T10:29:25.485Z] arm64 true [2022-05-13T10:29:25.485Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-05-13T10:29:25.485Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-05-13T10:29:25.485Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-05-13T10:29:25.485Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-05-13T10:29:25.485Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-05-13T10:29:25.485Z] BRANCH_NAME PR-43269 [2022-05-13T10:29:25.485Z] BUILD_DISPLAY_NAME #3 [2022-05-13T10:29:25.485Z] BUILD_ID 3 [2022-05-13T10:29:25.485Z] BUILD_NUMBER 3 [2022-05-13T10:29:25.485Z] BUILD_TAG jenkins-moby-PR-43269-3 [2022-05-13T10:29:25.485Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/3/ [2022-05-13T10:29:25.485Z] cgroup2 true [2022-05-13T10:29:25.485Z] CHANGE_AUTHOR slonopotamus [2022-05-13T10:29:25.485Z] CHANGE_AUTHOR_DISPLAY_NAME Marat Radchenko [2022-05-13T10:29:25.485Z] CHANGE_AUTHOR_EMAIL marat@slonopotamus.org [2022-05-13T10:29:25.485Z] CHANGE_BRANCH cpus-for-image-build [2022-05-13T10:29:25.485Z] CHANGE_FORK slonopotamus/shmoby [2022-05-13T10:29:25.485Z] CHANGE_ID 43269 [2022-05-13T10:29:25.485Z] CHANGE_TARGET master [2022-05-13T10:29:25.485Z] CHANGE_TITLE Add support for CpuCount/CpuPercent to image build [2022-05-13T10:29:25.485Z] CHANGE_URL https://github.com/moby/moby/pull/43269 [2022-05-13T10:29:25.485Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-13T10:29:25.485Z] CommonProgramFiles C:\Program Files\Common Files [2022-05-13T10:29:25.485Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-05-13T10:29:25.485Z] CommonProgramW6432 C:\Program Files\Common Files [2022-05-13T10:29:25.485Z] COMPUTERNAME azwin-2-5dff20 [2022-05-13T10:29:25.485Z] ComSpec C:\Windows\system32\cmd.exe [2022-05-13T10:29:25.485Z] ConfigSequenceNumber 0 [2022-05-13T10:29:25.485Z] dco true [2022-05-13T10:29:25.485Z] DOCKER_BUILDKIT 0 [2022-05-13T10:29:25.485Z] DOCKER_DUT_DEBUG 1 [2022-05-13T10:29:25.485Z] DOCKER_EXPERIMENTAL 1 [2022-05-13T10:29:25.485Z] DOCKER_GRAPHDRIVER overlay2 [2022-05-13T10:29:25.485Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-05-13T10:29:25.485Z] EXECUTOR_NUMBER 0 [2022-05-13T10:29:25.485Z] FQDN azwin-2-5dff20.westus.cloudapp.azure.com [2022-05-13T10:29:25.486Z] GIT_BRANCH PR-43269 [2022-05-13T10:29:25.486Z] GIT_COMMIT 8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:29:25.486Z] GIT_PREVIOUS_COMMIT 99306e6f46bac7595ad1933f44558dde32973933 [2022-05-13T10:29:25.486Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 99306e6f46bac7595ad1933f44558dde32973933 [2022-05-13T10:29:25.486Z] GIT_URL https://github.com/moby/moby.git [2022-05-13T10:29:25.486Z] HUDSON_COOKIE 9151fb81-92b5-4386-bcf7-e62765f988bc [2022-05-13T10:29:25.486Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-05-13T10:29:25.486Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-05-13T10:29:25.486Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-05-13T10:29:25.486Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-05-13T10:29:25.486Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-05-13T10:29:25.486Z] JENKINS_NODE_COOKIE e9fa3286-5946-406e-8ec3-d06a76659eef [2022-05-13T10:29:25.486Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-05-13T10:29:25.486Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-05-13T10:29:25.486Z] JOB_BASE_NAME PR-43269 [2022-05-13T10:29:25.486Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/display/redirect [2022-05-13T10:29:25.486Z] JOB_NAME moby/PR-43269 [2022-05-13T10:29:25.486Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/ [2022-05-13T10:29:25.486Z] library.jps.version master [2022-05-13T10:29:25.486Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-05-13T10:29:25.486Z] NODE_LABELS amd64 azure azwin-2-5dff20 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-05-13T10:29:25.486Z] NODE_NAME azwin-2-5dff20 [2022-05-13T10:29:25.486Z] NUMBER_OF_PROCESSORS 4 [2022-05-13T10:29:25.486Z] OS Windows_NT [2022-05-13T10:29:25.486Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-05-13T10:29:25.486Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-05-13T10:29:25.486Z] ppc64le false [2022-05-13T10:29:25.486Z] PROCESSOR_ARCHITECTURE AMD64 [2022-05-13T10:29:25.486Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-05-13T10:29:25.486Z] PROCESSOR_LEVEL 6 [2022-05-13T10:29:25.486Z] PROCESSOR_REVISION 4f01 [2022-05-13T10:29:25.486Z] ProgramData C:\ProgramData [2022-05-13T10:29:25.486Z] ProgramFiles C:\Program Files [2022-05-13T10:29:25.486Z] ProgramFiles(x86) C:\Program Files (x86) [2022-05-13T10:29:25.486Z] ProgramW6432 C:\Program Files [2022-05-13T10:29:25.486Z] PROMPT $P$G [2022-05-13T10:29:25.486Z] PSExecutionPolicyPreference Bypass [2022-05-13T10:29:25.486Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-05-13T10:29:25.486Z] PUBLIC C:\Users\Public [2022-05-13T10:29:25.486Z] rootless true [2022-05-13T10:29:25.486Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/3/display/redirect?page=artif... [2022-05-13T10:29:25.486Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/3/display/redirect?page=changes [2022-05-13T10:29:25.486Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/3/display/redirect [2022-05-13T10:29:25.486Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43269/3/display/redirect?page=tests [2022-05-13T10:29:25.486Z] s390x false [2022-05-13T10:29:25.486Z] SKIP_VALIDATION_TESTS 1 [2022-05-13T10:29:25.486Z] SOURCES_DRIVE d [2022-05-13T10:29:25.486Z] SOURCES_SUBDIR gopath [2022-05-13T10:29:25.486Z] STAGE_NAME Run tests [2022-05-13T10:29:25.486Z] SystemDrive C: [2022-05-13T10:29:25.486Z] SystemRoot C:\Windows [2022-05-13T10:29:25.486Z] TEMP C:\Windows\TEMP [2022-05-13T10:29:25.486Z] TESTDEBUG 0 [2022-05-13T10:29:25.486Z] TESTRUN_DRIVE d [2022-05-13T10:29:25.486Z] TESTRUN_SUBDIR CI [2022-05-13T10:29:25.486Z] TIMEOUT 120m [2022-05-13T10:29:25.486Z] TMP C:\Windows\TEMP [2022-05-13T10:29:25.486Z] unit_validate true [2022-05-13T10:29:25.486Z] USERDOMAIN WORKGROUP [2022-05-13T10:29:25.486Z] USERNAME azwin-2-5dff20$ [2022-05-13T10:29:25.486Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-05-13T10:29:25.486Z] validate_force false [2022-05-13T10:29:25.486Z] windir C:\Windows [2022-05-13T10:29:25.486Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-05-13T10:29:25.486Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-05-13T10:29:25.486Z] windows2022 true [2022-05-13T10:29:25.486Z] windows2022containerd true [2022-05-13T10:29:25.486Z] windowsRS5 true [2022-05-13T10:29:25.486Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-05-13T10:29:25.486Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-05-13T10:29:25.486Z] [2022-05-13T10:29:25.486Z] [2022-05-13T10:29:25.486Z] [2022-05-13T10:29:25.486Z] INFO: Sources under d:\gopath\... [2022-05-13T10:29:25.486Z] INFO: Test run under d:\CI\... [2022-05-13T10:29:25.486Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-05-13T10:29:25.486Z] INFO: docker/docker repository was found [2022-05-13T10:29:25.486Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-05-13T10:29:25.486Z] ltsc2019: Pulling from windows/servercore [2022-05-13T10:29:25.486Z] b111c3320c94: Pulling fs layer [2022-05-13T10:29:25.486Z] 8b534d64a7c3: Pulling fs layer [2022-05-13T10:29:26.032Z] #64 ... [2022-05-13T10:29:26.032Z] [2022-05-13T10:29:26.032Z] #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-13T10:29:26.032Z] #60 sha256:1759ac840a50f9c95b2dcd5fddc1e8b6922ad183d954dea8ddd34caaa2221472 [2022-05-13T10:29:26.032Z] #60 151.7 + mkdir -p /build [2022-05-13T10:29:26.032Z] #60 151.7 + cp runc /build/runc [2022-05-13T10:29:26.032Z] #60 DONE 152.2s [2022-05-13T10:29:26.032Z] [2022-05-13T10:29:26.032Z] #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-13T10:29:26.032Z] #64 sha256:15a74b6862877f854e7e4ee6016192b37013475f19c1eb0fbb077ec7ad49986b [2022-05-13T10:29:26.032Z] #64 ... [2022-05-13T10:29:26.032Z] [2022-05-13T10:29:26.032Z] #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-13T10:29:26.032Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-13T10:29:26.032Z] #55 267.3 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-13T10:29:26.032Z] #55 DONE 267.4s [2022-05-13T10:29:26.032Z] [2022-05-13T10:29:26.032Z] #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-13T10:29:26.032Z] #64 sha256:15a74b6862877f854e7e4ee6016192b37013475f19c1eb0fbb077ec7ad49986b [2022-05-13T10:29:26.032Z] #64 ... [2022-05-13T10:29:26.032Z] [2022-05-13T10:29:26.032Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-13T10:29:26.032Z] #56 sha256:1d4912a013434688554bcc36cd9595814f1df6ed9d2d4392d77fa93b98b1de70 [2022-05-13T10:29:26.032Z] #56 DONE 0.2s [2022-05-13T10:29:26.032Z] [2022-05-13T10:29:26.032Z] #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-13T10:29:26.032Z] #64 sha256:15a74b6862877f854e7e4ee6016192b37013475f19c1eb0fbb077ec7ad49986b [2022-05-13T10:29:26.032Z] #64 ... [2022-05-13T10:29:26.032Z] [2022-05-13T10:29:26.032Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-13T10:29:26.032Z] #58 sha256:251cdabecd0390490dafc08364572049102c8b5333f7abb60c172dab27f3e808 [2022-05-13T10:29:26.032Z] #58 DONE 0.1s [2022-05-13T10:29:26.032Z] [2022-05-13T10:29:26.032Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-13T10:29:26.032Z] #61 sha256:351fe8c74073033af4df89bd1423fe7a9f7ee1ab60ece18303e47ee89a08976b [2022-05-13T10:29:26.032Z] #61 DONE 0.1s [2022-05-13T10:29:26.032Z] [2022-05-13T10:29:26.032Z] #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-13T10:29:26.032Z] #64 sha256:15a74b6862877f854e7e4ee6016192b37013475f19c1eb0fbb077ec7ad49986b [2022-05-13T10:29:26.135Z] #71 147.7 + bin/containerd-shim-runc-v1 [2022-05-13T10:29:27.007Z] #64 253.4 + bin/containerd-shim-runc-v1 [2022-05-13T10:29:30.228Z] #64 233.6 + bin/containerd [2022-05-13T10:29:31.491Z] #71 154.0 + bin/containerd-shim-runc-v2 [2022-05-13T10:29:31.510Z] 8b534d64a7c3: Verifying Checksum [2022-05-13T10:29:31.511Z] 8b534d64a7c3: Download complete [2022-05-13T10:29:32.095Z] #71 154.8 + binaries [2022-05-13T10:29:32.096Z] #71 154.8 + install -D bin/containerd /build/containerd [2022-05-13T10:29:32.096Z] #71 154.9 + install -D bin/containerd-shim /build/containerd-shim [2022-05-13T10:29:32.096Z] #71 154.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-13T10:29:32.096Z] #71 154.9 + install -D bin/ctr /build/ctr [2022-05-13T10:29:32.351Z] #71 DONE 155.3s [2022-05-13T10:29:32.393Z] #64 258.3 + bin/containerd-shim-runc-v2 [2022-05-13T10:29:32.393Z] #64 259.0 + binaries [2022-05-13T10:29:32.393Z] #64 259.0 + install -D bin/containerd /build/containerd [2022-05-13T10:29:32.393Z] #64 259.1 + install -D bin/containerd-shim /build/containerd-shim [2022-05-13T10:29:32.393Z] #64 259.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-13T10:29:32.393Z] #64 259.1 + install -D bin/ctr /build/ctr [2022-05-13T10:29:33.756Z] [2022-05-13T10:29:33.756Z] #72 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-13T10:29:33.756Z] #72 sha256:b662330de20d634370637036be104ad36f640b7493d889e6ceba28cf719441b5 [2022-05-13T10:29:33.756Z] #72 DONE 0.2s [2022-05-13T10:29:33.756Z] [2022-05-13T10:29:33.756Z] #77 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-13T10:29:33.756Z] #77 sha256:01911d410f0b18e70961940deeb4d26a2b4c989d979db564eb48605fd71eacc2 [2022-05-13T10:29:33.756Z] #77 DONE 0.1s [2022-05-13T10:29:33.756Z] [2022-05-13T10:29:33.756Z] #82 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-13T10:29:33.756Z] #82 sha256:ed2a72ffbb8f93cbbaabb58372126fc29c3088d726d277f78418a4fa5df4c8ba [2022-05-13T10:29:34.011Z] #82 DONE 0.4s [2022-05-13T10:29:34.267Z] [2022-05-13T10:29:34.267Z] #83 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-13T10:29:34.267Z] #83 sha256:577cf2db3d777fc469b5194f62d69ed3cc445d4a7e3601c268958577f21f40d7 [2022-05-13T10:29:34.267Z] #83 DONE 0.0s [2022-05-13T10:29:34.267Z] [2022-05-13T10:29:34.267Z] #84 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-13T10:29:34.267Z] #84 sha256:58d674f0c0b8a4282ec632016427c4154dcf352f70529414e22e84d5b1526e8a [2022-05-13T10:29:37.570Z] #84 DONE 3.5s [2022-05-13T10:29:37.570Z] [2022-05-13T10:29:37.570Z] #85 exporting to image [2022-05-13T10:29:37.570Z] #85 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-13T10:29:37.570Z] #85 exporting layers [2022-05-13T10:29:37.671Z] #64 DONE 263.8s [2022-05-13T10:29:38.240Z] [2022-05-13T10:29:38.240Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-13T10:29:38.240Z] #65 sha256:3b96643c53b93b143ca4129936af019ed8fe191008ed0631a93ef58644474a5b [2022-05-13T10:29:40.146Z] #65 DONE 1.9s [2022-05-13T10:29:40.146Z] [2022-05-13T10:29:40.146Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-13T10:29:40.146Z] #70 sha256:5865fb83b538ef145910697f151c63b1a60832e7e5ea98a544d2c49b34f06b31 [2022-05-13T10:29:40.405Z] #70 DONE 0.4s [2022-05-13T10:29:40.405Z] [2022-05-13T10:29:40.405Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-13T10:29:40.405Z] #75 sha256:8643becce2a8f8007ebad2dc301c2fe9926d9d1f6e6098ca24a68c6ba484fea8 [2022-05-13T10:29:42.311Z] #75 DONE 2.0s [2022-05-13T10:29:42.311Z] [2022-05-13T10:29:42.311Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-13T10:29:42.311Z] #76 sha256:394e8c15f72be554cb5fdb74ae247e07fdc18ef048c058b00beb6a9934e382fd [2022-05-13T10:29:42.311Z] #76 DONE 0.0s [2022-05-13T10:29:42.311Z] [2022-05-13T10:29:42.311Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-13T10:29:42.311Z] #77 sha256:aa5c42ec969334738d1d8e574bac8bf992cf48b04a5eaa093638ee46bef5da0e [2022-05-13T10:29:43.249Z] #77 DONE 0.9s [2022-05-13T10:29:43.249Z] [2022-05-13T10:29:43.249Z] #78 exporting to image [2022-05-13T10:29:43.249Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-13T10:29:43.249Z] #78 exporting layers [2022-05-13T10:29:44.031Z] b111c3320c94: Verifying Checksum [2022-05-13T10:29:44.031Z] b111c3320c94: Download complete [2022-05-13T10:29:46.076Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-13T10:29:46.076Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-13T10:29:48.529Z] #78 exporting layers 4.9s done [2022-05-13T10:29:48.529Z] #78 writing image sha256:fb1153dad8f9e3f1cbbbb3cd518966564b5e3f65fa66a0d466aa3d38c6416bf8 done [2022-05-13T10:29:48.529Z] #78 naming to docker.io/library/docker:8e4b5db542e45b11e57c920876e3d80a37158567 done [2022-05-13T10:29:48.529Z] #78 DONE 4.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-05-13T10:29:48.872Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-05-13T10:29:49.161Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43269/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8e4b5db542e45b11e57c920876e3d80a37158567 hack/test/unit [2022-05-13T10:29:49.729Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-05-13T10:29:49.729Z] + TESTFLAGS+=' -test.timeout=5m' [2022-05-13T10:29:49.729Z] + TESTDIRS=./... [2022-05-13T10:29:49.729Z] + exclude_paths='/vendor/|/integration' [2022-05-13T10:29:49.729Z] ++ go list ./... [2022-05-13T10:29:49.729Z] ++ grep -vE '(/vendor/|/integration)' [2022-05-13T10:29:50.301Z] + pkg_list='github.com/docker/docker/api [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/server [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/server/backend/build [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/server/httpstatus [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/server/httputils [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/server/middleware [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/server/router [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/server/router/build [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/server/router/container [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/server/router/debug [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/server/router/distribution [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/server/router/grpc [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/server/router/image [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/server/router/network [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/server/router/plugin [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/server/router/session [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/server/router/swarm [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/server/router/system [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/server/router/volume [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/types [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/types/backend [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/types/blkiodev [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/types/container [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/types/events [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/types/filters [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/types/image [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/types/mount [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/types/network [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/types/registry [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/types/strslice [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/types/swarm [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/types/time [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/types/versions [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-13T10:29:50.301Z] github.com/docker/docker/api/types/volume [2022-05-13T10:29:50.301Z] github.com/docker/docker/builder [2022-05-13T10:29:50.301Z] github.com/docker/docker/builder/builder-next [2022-05-13T10:29:50.301Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-13T10:29:50.301Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-13T10:29:50.301Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-13T10:29:50.301Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-13T10:29:50.301Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-13T10:29:50.301Z] github.com/docker/docker/builder/builder-next/worker [2022-05-13T10:29:50.301Z] github.com/docker/docker/builder/dockerfile [2022-05-13T10:29:50.301Z] github.com/docker/docker/builder/remotecontext [2022-05-13T10:29:50.301Z] github.com/docker/docker/builder/remotecontext/git [2022-05-13T10:29:50.301Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-13T10:29:50.301Z] github.com/docker/docker/cli [2022-05-13T10:29:50.301Z] github.com/docker/docker/cli/config [2022-05-13T10:29:50.301Z] github.com/docker/docker/cli/debug [2022-05-13T10:29:50.301Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-13T10:29:50.301Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-13T10:29:50.301Z] github.com/docker/docker/client [2022-05-13T10:29:50.301Z] github.com/docker/docker/cmd/docker-proxy [2022-05-13T10:29:50.301Z] github.com/docker/docker/cmd/dockerd [2022-05-13T10:29:50.301Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-13T10:29:50.301Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-13T10:29:50.301Z] github.com/docker/docker/container [2022-05-13T10:29:50.301Z] github.com/docker/docker/container/stream [2022-05-13T10:29:50.301Z] github.com/docker/docker/contrib/apparmor [2022-05-13T10:29:50.301Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-13T10:29:50.301Z] github.com/docker/docker/contrib/httpserver [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/cluster [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/cluster/convert [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/cluster/executor [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/cluster/provider [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/config [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/events [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/events/testutils [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/exec [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/graphdriver [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/images [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/initlayer [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/links [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/listeners [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/logger [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/logger/gelf [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/logger/journald [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/logger/local [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/logger/logentries [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/logger/splunk [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/logger/syslog [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/logger/templates [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/names [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/network [2022-05-13T10:29:50.301Z] github.com/docker/docker/daemon/stats [2022-05-13T10:29:50.301Z] github.com/docker/docker/distribution [2022-05-13T10:29:50.301Z] github.com/docker/docker/distribution/metadata [2022-05-13T10:29:50.301Z] github.com/docker/docker/distribution/utils [2022-05-13T10:29:50.301Z] github.com/docker/docker/distribution/xfer [2022-05-13T10:29:50.301Z] github.com/docker/docker/dockerversion [2022-05-13T10:29:50.301Z] github.com/docker/docker/errdefs [2022-05-13T10:29:50.301Z] github.com/docker/docker/image [2022-05-13T10:29:50.301Z] github.com/docker/docker/image/cache [2022-05-13T10:29:50.301Z] github.com/docker/docker/image/tarexport [2022-05-13T10:29:50.301Z] github.com/docker/docker/image/v1 [2022-05-13T10:29:50.301Z] github.com/docker/docker/internal/test/suite [2022-05-13T10:29:50.302Z] github.com/docker/docker/layer [2022-05-13T10:29:50.302Z] github.com/docker/docker/libcontainerd [2022-05-13T10:29:50.302Z] github.com/docker/docker/libcontainerd/queue [2022-05-13T10:29:50.302Z] github.com/docker/docker/libcontainerd/remote [2022-05-13T10:29:50.302Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-13T10:29:50.302Z] github.com/docker/docker/libcontainerd/types [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/bitseq [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/cluster [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/config [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/datastore [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/driverapi [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/etchosts [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/idm [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/ipam [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/iptables [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/netlabel [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/netutils [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/networkdb [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/ns [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/options [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/osl [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/portallocator [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/portmapper [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/testutils [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/types [2022-05-13T10:29:50.302Z] github.com/docker/docker/oci [2022-05-13T10:29:50.302Z] github.com/docker/docker/oci/caps [2022-05-13T10:29:50.302Z] github.com/docker/docker/opts [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/aaparser [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/archive [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/authorization [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/broadcaster [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/capabilities [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/chrootarchive [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/containerfs [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/devicemapper [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/directory [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/dmesg [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/filenotify [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/fileutils [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/fsutils [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/homedir [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/idtools [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/ioutils [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/jsonmessage [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/longpath [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/loopback [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/namesgenerator [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/parsers [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/pidfile [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/platform [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/plugingetter [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/plugins [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/plugins/transport [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/pools [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/progress [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/pubsub [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/reexec [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/signal [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/stack [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/stdcopy [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/streamformatter [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/stringid [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/sysinfo [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/system [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/tailfile [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/tarsum [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/truncindex [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/urlutil [2022-05-13T10:29:50.302Z] github.com/docker/docker/pkg/useragent [2022-05-13T10:29:50.302Z] github.com/docker/docker/plugin [2022-05-13T10:29:50.302Z] github.com/docker/docker/plugin/executor/containerd [2022-05-13T10:29:50.302Z] github.com/docker/docker/plugin/v2 [2022-05-13T10:29:50.302Z] github.com/docker/docker/profiles/apparmor [2022-05-13T10:29:50.302Z] github.com/docker/docker/profiles/seccomp [2022-05-13T10:29:50.302Z] github.com/docker/docker/quota [2022-05-13T10:29:50.302Z] github.com/docker/docker/reference [2022-05-13T10:29:50.302Z] github.com/docker/docker/registry [2022-05-13T10:29:50.302Z] github.com/docker/docker/registry/resumable [2022-05-13T10:29:50.302Z] github.com/docker/docker/restartmanager [2022-05-13T10:29:50.302Z] github.com/docker/docker/rootless [2022-05-13T10:29:50.302Z] github.com/docker/docker/rootless/specconv [2022-05-13T10:29:50.302Z] github.com/docker/docker/runconfig [2022-05-13T10:29:50.302Z] github.com/docker/docker/runconfig/opts [2022-05-13T10:29:50.302Z] github.com/docker/docker/testutil [2022-05-13T10:29:50.302Z] github.com/docker/docker/testutil/daemon [2022-05-13T10:29:50.302Z] github.com/docker/docker/testutil/environment [2022-05-13T10:29:50.302Z] github.com/docker/docker/testutil/fakecontext [2022-05-13T10:29:50.302Z] github.com/docker/docker/testutil/fakegit [2022-05-13T10:29:50.302Z] github.com/docker/docker/testutil/fakestorage [2022-05-13T10:29:50.302Z] github.com/docker/docker/testutil/fixtures/load [2022-05-13T10:29:50.302Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-13T10:29:50.302Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-13T10:29:50.302Z] github.com/docker/docker/testutil/registry [2022-05-13T10:29:50.302Z] github.com/docker/docker/testutil/request [2022-05-13T10:29:50.302Z] github.com/docker/docker/volume [2022-05-13T10:29:50.302Z] github.com/docker/docker/volume/drivers [2022-05-13T10:29:50.302Z] github.com/docker/docker/volume/local [2022-05-13T10:29:50.302Z] github.com/docker/docker/volume/mounts [2022-05-13T10:29:50.302Z] github.com/docker/docker/volume/service [2022-05-13T10:29:50.302Z] github.com/docker/docker/volume/service/opts [2022-05-13T10:29:50.302Z] github.com/docker/docker/volume/testutils' [2022-05-13T10:29:50.302Z] ++ grep --fixed-strings -v /libnetwork [2022-05-13T10:29:50.302Z] ++ echo 'github.com/docker/docker/api [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/server [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/server/backend/build [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/server/httpstatus [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/server/httputils [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/server/middleware [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/server/router [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/server/router/build [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/server/router/container [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/server/router/debug [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/server/router/distribution [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/server/router/grpc [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/server/router/image [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/server/router/network [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/server/router/plugin [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/server/router/session [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/server/router/swarm [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/server/router/system [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/server/router/volume [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/types [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/types/backend [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/types/blkiodev [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/types/container [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/types/events [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/types/filters [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/types/image [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/types/mount [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/types/network [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/types/registry [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/types/strslice [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/types/swarm [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/types/time [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/types/versions [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-13T10:29:50.302Z] github.com/docker/docker/api/types/volume [2022-05-13T10:29:50.302Z] github.com/docker/docker/builder [2022-05-13T10:29:50.302Z] github.com/docker/docker/builder/builder-next [2022-05-13T10:29:50.302Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-13T10:29:50.302Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-13T10:29:50.302Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-13T10:29:50.302Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-13T10:29:50.302Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-13T10:29:50.302Z] github.com/docker/docker/builder/builder-next/worker [2022-05-13T10:29:50.302Z] github.com/docker/docker/builder/dockerfile [2022-05-13T10:29:50.302Z] github.com/docker/docker/builder/remotecontext [2022-05-13T10:29:50.302Z] github.com/docker/docker/builder/remotecontext/git [2022-05-13T10:29:50.302Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-13T10:29:50.302Z] github.com/docker/docker/cli [2022-05-13T10:29:50.302Z] github.com/docker/docker/cli/config [2022-05-13T10:29:50.302Z] github.com/docker/docker/cli/debug [2022-05-13T10:29:50.302Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-13T10:29:50.302Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-13T10:29:50.302Z] github.com/docker/docker/client [2022-05-13T10:29:50.302Z] github.com/docker/docker/cmd/docker-proxy [2022-05-13T10:29:50.302Z] github.com/docker/docker/cmd/dockerd [2022-05-13T10:29:50.302Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-13T10:29:50.302Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-13T10:29:50.302Z] github.com/docker/docker/container [2022-05-13T10:29:50.302Z] github.com/docker/docker/container/stream [2022-05-13T10:29:50.302Z] github.com/docker/docker/contrib/apparmor [2022-05-13T10:29:50.302Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-13T10:29:50.302Z] github.com/docker/docker/contrib/httpserver [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/cluster [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/cluster/convert [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/cluster/executor [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/cluster/provider [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/config [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/events [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/events/testutils [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/exec [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/graphdriver [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/images [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/initlayer [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/links [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/listeners [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/logger [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/logger/gelf [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/logger/journald [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/logger/local [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/logger/logentries [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/logger/splunk [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/logger/syslog [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/logger/templates [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/names [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/network [2022-05-13T10:29:50.302Z] github.com/docker/docker/daemon/stats [2022-05-13T10:29:50.302Z] github.com/docker/docker/distribution [2022-05-13T10:29:50.302Z] github.com/docker/docker/distribution/metadata [2022-05-13T10:29:50.302Z] github.com/docker/docker/distribution/utils [2022-05-13T10:29:50.302Z] github.com/docker/docker/distribution/xfer [2022-05-13T10:29:50.302Z] github.com/docker/docker/dockerversion [2022-05-13T10:29:50.302Z] github.com/docker/docker/errdefs [2022-05-13T10:29:50.302Z] github.com/docker/docker/image [2022-05-13T10:29:50.302Z] github.com/docker/docker/image/cache [2022-05-13T10:29:50.302Z] github.com/docker/docker/image/tarexport [2022-05-13T10:29:50.302Z] github.com/docker/docker/image/v1 [2022-05-13T10:29:50.302Z] github.com/docker/docker/internal/test/suite [2022-05-13T10:29:50.302Z] github.com/docker/docker/layer [2022-05-13T10:29:50.302Z] github.com/docker/docker/libcontainerd [2022-05-13T10:29:50.302Z] github.com/docker/docker/libcontainerd/queue [2022-05-13T10:29:50.302Z] github.com/docker/docker/libcontainerd/remote [2022-05-13T10:29:50.302Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-13T10:29:50.302Z] github.com/docker/docker/libcontainerd/types [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/bitseq [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/cluster [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/config [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/datastore [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/driverapi [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/etchosts [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/idm [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/ipam [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/iptables [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/netlabel [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/netutils [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/networkdb [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/ns [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/options [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/osl [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/portallocator [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/portmapper [2022-05-13T10:29:50.302Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-13T10:29:50.303Z] github.com/docker/docker/libnetwork/testutils [2022-05-13T10:29:50.303Z] github.com/docker/docker/libnetwork/types [2022-05-13T10:29:50.303Z] github.com/docker/docker/oci [2022-05-13T10:29:50.303Z] github.com/docker/docker/oci/caps [2022-05-13T10:29:50.303Z] github.com/docker/docker/opts [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/aaparser [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/archive [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/authorization [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/broadcaster [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/capabilities [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/chrootarchive [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/containerfs [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/devicemapper [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/directory [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/dmesg [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/filenotify [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/fileutils [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/fsutils [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/homedir [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/idtools [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/ioutils [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/jsonmessage [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/longpath [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/loopback [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/namesgenerator [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/parsers [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/pidfile [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/platform [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/plugingetter [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/plugins [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/plugins/transport [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/pools [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/progress [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/pubsub [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/reexec [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/signal [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/stack [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/stdcopy [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/streamformatter [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/stringid [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/sysinfo [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/system [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/tailfile [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/tarsum [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/truncindex [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/urlutil [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/useragent [2022-05-13T10:29:50.303Z] github.com/docker/docker/plugin [2022-05-13T10:29:50.303Z] github.com/docker/docker/plugin/executor/containerd [2022-05-13T10:29:50.303Z] github.com/docker/docker/plugin/v2 [2022-05-13T10:29:50.303Z] github.com/docker/docker/profiles/apparmor [2022-05-13T10:29:50.303Z] github.com/docker/docker/profiles/seccomp [2022-05-13T10:29:50.303Z] github.com/docker/docker/quota [2022-05-13T10:29:50.303Z] github.com/docker/docker/reference [2022-05-13T10:29:50.303Z] github.com/docker/docker/registry [2022-05-13T10:29:50.303Z] github.com/docker/docker/registry/resumable [2022-05-13T10:29:50.303Z] github.com/docker/docker/restartmanager [2022-05-13T10:29:50.303Z] github.com/docker/docker/rootless [2022-05-13T10:29:50.303Z] github.com/docker/docker/rootless/specconv [2022-05-13T10:29:50.303Z] github.com/docker/docker/runconfig [2022-05-13T10:29:50.303Z] github.com/docker/docker/runconfig/opts [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/daemon [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/environment [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/fakecontext [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/fakegit [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/fakestorage [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/fixtures/load [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/registry [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/request [2022-05-13T10:29:50.303Z] github.com/docker/docker/volume [2022-05-13T10:29:50.303Z] github.com/docker/docker/volume/drivers [2022-05-13T10:29:50.303Z] github.com/docker/docker/volume/local [2022-05-13T10:29:50.303Z] github.com/docker/docker/volume/mounts [2022-05-13T10:29:50.303Z] github.com/docker/docker/volume/service [2022-05-13T10:29:50.303Z] github.com/docker/docker/volume/service/opts [2022-05-13T10:29:50.303Z] github.com/docker/docker/volume/testutils' [2022-05-13T10:29:50.303Z] + base_pkg_list='github.com/docker/docker/api [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/backend/build [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/httpstatus [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/httputils [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/middleware [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/build [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/container [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/debug [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/distribution [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/grpc [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/image [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/network [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/plugin [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/session [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/swarm [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/system [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/volume [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/backend [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/blkiodev [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/container [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/events [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/filters [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/image [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/mount [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/network [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/registry [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/strslice [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/swarm [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/time [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/versions [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/volume [2022-05-13T10:29:50.303Z] github.com/docker/docker/builder [2022-05-13T10:29:50.303Z] github.com/docker/docker/builder/builder-next [2022-05-13T10:29:50.303Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-13T10:29:50.303Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-13T10:29:50.303Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-13T10:29:50.303Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-13T10:29:50.303Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-13T10:29:50.303Z] github.com/docker/docker/builder/builder-next/worker [2022-05-13T10:29:50.303Z] github.com/docker/docker/builder/dockerfile [2022-05-13T10:29:50.303Z] github.com/docker/docker/builder/remotecontext [2022-05-13T10:29:50.303Z] github.com/docker/docker/builder/remotecontext/git [2022-05-13T10:29:50.303Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-13T10:29:50.303Z] github.com/docker/docker/cli [2022-05-13T10:29:50.303Z] github.com/docker/docker/cli/config [2022-05-13T10:29:50.303Z] github.com/docker/docker/cli/debug [2022-05-13T10:29:50.303Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-13T10:29:50.303Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-13T10:29:50.303Z] github.com/docker/docker/client [2022-05-13T10:29:50.303Z] github.com/docker/docker/cmd/docker-proxy [2022-05-13T10:29:50.303Z] github.com/docker/docker/cmd/dockerd [2022-05-13T10:29:50.303Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-13T10:29:50.303Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-13T10:29:50.303Z] github.com/docker/docker/container [2022-05-13T10:29:50.303Z] github.com/docker/docker/container/stream [2022-05-13T10:29:50.303Z] github.com/docker/docker/contrib/apparmor [2022-05-13T10:29:50.303Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-13T10:29:50.303Z] github.com/docker/docker/contrib/httpserver [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/cluster [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/cluster/convert [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/cluster/executor [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/cluster/provider [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/config [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/events [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/events/testutils [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/exec [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/graphdriver [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/images [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/initlayer [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/links [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/listeners [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/logger [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/logger/gelf [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/logger/journald [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/logger/local [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/logger/logentries [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/logger/splunk [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/logger/syslog [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/logger/templates [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/names [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/network [2022-05-13T10:29:50.303Z] github.com/docker/docker/daemon/stats [2022-05-13T10:29:50.303Z] github.com/docker/docker/distribution [2022-05-13T10:29:50.303Z] github.com/docker/docker/distribution/metadata [2022-05-13T10:29:50.303Z] github.com/docker/docker/distribution/utils [2022-05-13T10:29:50.303Z] github.com/docker/docker/distribution/xfer [2022-05-13T10:29:50.303Z] github.com/docker/docker/dockerversion [2022-05-13T10:29:50.303Z] github.com/docker/docker/errdefs [2022-05-13T10:29:50.303Z] github.com/docker/docker/image [2022-05-13T10:29:50.303Z] github.com/docker/docker/image/cache [2022-05-13T10:29:50.303Z] github.com/docker/docker/image/tarexport [2022-05-13T10:29:50.303Z] github.com/docker/docker/image/v1 [2022-05-13T10:29:50.303Z] github.com/docker/docker/internal/test/suite [2022-05-13T10:29:50.303Z] github.com/docker/docker/layer [2022-05-13T10:29:50.303Z] github.com/docker/docker/libcontainerd [2022-05-13T10:29:50.303Z] github.com/docker/docker/libcontainerd/queue [2022-05-13T10:29:50.303Z] github.com/docker/docker/libcontainerd/remote [2022-05-13T10:29:50.303Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-13T10:29:50.303Z] github.com/docker/docker/libcontainerd/types [2022-05-13T10:29:50.303Z] github.com/docker/docker/oci [2022-05-13T10:29:50.303Z] github.com/docker/docker/oci/caps [2022-05-13T10:29:50.303Z] github.com/docker/docker/opts [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/aaparser [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/archive [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/authorization [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/broadcaster [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/capabilities [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/chrootarchive [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/containerfs [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/devicemapper [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/directory [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/dmesg [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/filenotify [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/fileutils [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/fsutils [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/homedir [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/idtools [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/ioutils [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/jsonmessage [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/longpath [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/loopback [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/namesgenerator [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/parsers [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/pidfile [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/platform [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/plugingetter [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/plugins [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/plugins/transport [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/pools [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/progress [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/pubsub [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/reexec [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/signal [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/stack [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/stdcopy [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/streamformatter [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/stringid [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/sysinfo [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/system [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/tailfile [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/tarsum [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/truncindex [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/urlutil [2022-05-13T10:29:50.303Z] github.com/docker/docker/pkg/useragent [2022-05-13T10:29:50.303Z] github.com/docker/docker/plugin [2022-05-13T10:29:50.303Z] github.com/docker/docker/plugin/executor/containerd [2022-05-13T10:29:50.303Z] github.com/docker/docker/plugin/v2 [2022-05-13T10:29:50.303Z] github.com/docker/docker/profiles/apparmor [2022-05-13T10:29:50.303Z] github.com/docker/docker/profiles/seccomp [2022-05-13T10:29:50.303Z] github.com/docker/docker/quota [2022-05-13T10:29:50.303Z] github.com/docker/docker/reference [2022-05-13T10:29:50.303Z] github.com/docker/docker/registry [2022-05-13T10:29:50.303Z] github.com/docker/docker/registry/resumable [2022-05-13T10:29:50.303Z] github.com/docker/docker/restartmanager [2022-05-13T10:29:50.303Z] github.com/docker/docker/rootless [2022-05-13T10:29:50.303Z] github.com/docker/docker/rootless/specconv [2022-05-13T10:29:50.303Z] github.com/docker/docker/runconfig [2022-05-13T10:29:50.303Z] github.com/docker/docker/runconfig/opts [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/daemon [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/environment [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/fakecontext [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/fakegit [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/fakestorage [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/fixtures/load [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/registry [2022-05-13T10:29:50.303Z] github.com/docker/docker/testutil/request [2022-05-13T10:29:50.303Z] github.com/docker/docker/volume [2022-05-13T10:29:50.303Z] github.com/docker/docker/volume/drivers [2022-05-13T10:29:50.303Z] github.com/docker/docker/volume/local [2022-05-13T10:29:50.303Z] github.com/docker/docker/volume/mounts [2022-05-13T10:29:50.303Z] github.com/docker/docker/volume/service [2022-05-13T10:29:50.303Z] github.com/docker/docker/volume/service/opts [2022-05-13T10:29:50.303Z] github.com/docker/docker/volume/testutils' [2022-05-13T10:29:50.303Z] ++ grep --fixed-strings /libnetwork [2022-05-13T10:29:50.303Z] ++ echo 'github.com/docker/docker/api [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/backend/build [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/httpstatus [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/httputils [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/middleware [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/build [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/container [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/debug [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/distribution [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/grpc [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/image [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/network [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/plugin [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/session [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/swarm [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/system [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/server/router/volume [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/backend [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/blkiodev [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/container [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/events [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/filters [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/image [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/mount [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/network [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-13T10:29:50.303Z] github.com/docker/docker/api/types/registry [2022-05-13T10:29:50.304Z] github.com/docker/docker/api/types/strslice [2022-05-13T10:29:50.304Z] github.com/docker/docker/api/types/swarm [2022-05-13T10:29:50.304Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-13T10:29:50.304Z] github.com/docker/docker/api/types/time [2022-05-13T10:29:50.304Z] github.com/docker/docker/api/types/versions [2022-05-13T10:29:50.304Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-13T10:29:50.304Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-13T10:29:50.304Z] github.com/docker/docker/api/types/volume [2022-05-13T10:29:50.304Z] github.com/docker/docker/builder [2022-05-13T10:29:50.304Z] github.com/docker/docker/builder/builder-next [2022-05-13T10:29:50.304Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-13T10:29:50.304Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-13T10:29:50.304Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-13T10:29:50.304Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-13T10:29:50.304Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-13T10:29:50.304Z] github.com/docker/docker/builder/builder-next/worker [2022-05-13T10:29:50.304Z] github.com/docker/docker/builder/dockerfile [2022-05-13T10:29:50.304Z] github.com/docker/docker/builder/remotecontext [2022-05-13T10:29:50.304Z] github.com/docker/docker/builder/remotecontext/git [2022-05-13T10:29:50.304Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-13T10:29:50.304Z] github.com/docker/docker/cli [2022-05-13T10:29:50.304Z] github.com/docker/docker/cli/config [2022-05-13T10:29:50.304Z] github.com/docker/docker/cli/debug [2022-05-13T10:29:50.304Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-13T10:29:50.304Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-13T10:29:50.304Z] github.com/docker/docker/client [2022-05-13T10:29:50.304Z] github.com/docker/docker/cmd/docker-proxy [2022-05-13T10:29:50.304Z] github.com/docker/docker/cmd/dockerd [2022-05-13T10:29:50.304Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-13T10:29:50.304Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-13T10:29:50.304Z] github.com/docker/docker/container [2022-05-13T10:29:50.304Z] github.com/docker/docker/container/stream [2022-05-13T10:29:50.304Z] github.com/docker/docker/contrib/apparmor [2022-05-13T10:29:50.304Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-13T10:29:50.304Z] github.com/docker/docker/contrib/httpserver [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/cluster [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/cluster/convert [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/cluster/executor [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/cluster/provider [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/config [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/events [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/events/testutils [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/exec [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/graphdriver [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/images [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/initlayer [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/links [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/listeners [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/logger [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/logger/gelf [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/logger/journald [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/logger/local [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/logger/logentries [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/logger/splunk [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/logger/syslog [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/logger/templates [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/names [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/network [2022-05-13T10:29:50.304Z] github.com/docker/docker/daemon/stats [2022-05-13T10:29:50.304Z] github.com/docker/docker/distribution [2022-05-13T10:29:50.304Z] github.com/docker/docker/distribution/metadata [2022-05-13T10:29:50.304Z] github.com/docker/docker/distribution/utils [2022-05-13T10:29:50.304Z] github.com/docker/docker/distribution/xfer [2022-05-13T10:29:50.304Z] github.com/docker/docker/dockerversion [2022-05-13T10:29:50.304Z] github.com/docker/docker/errdefs [2022-05-13T10:29:50.304Z] github.com/docker/docker/image [2022-05-13T10:29:50.304Z] github.com/docker/docker/image/cache [2022-05-13T10:29:50.304Z] github.com/docker/docker/image/tarexport [2022-05-13T10:29:50.304Z] github.com/docker/docker/image/v1 [2022-05-13T10:29:50.304Z] github.com/docker/docker/internal/test/suite [2022-05-13T10:29:50.304Z] github.com/docker/docker/layer [2022-05-13T10:29:50.304Z] github.com/docker/docker/libcontainerd [2022-05-13T10:29:50.304Z] github.com/docker/docker/libcontainerd/queue [2022-05-13T10:29:50.304Z] github.com/docker/docker/libcontainerd/remote [2022-05-13T10:29:50.304Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-13T10:29:50.304Z] github.com/docker/docker/libcontainerd/types [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/bitseq [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/cluster [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/config [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/datastore [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/driverapi [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/etchosts [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/idm [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/ipam [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/iptables [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/netlabel [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/netutils [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/networkdb [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/ns [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/options [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/osl [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/portallocator [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/portmapper [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/testutils [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/types [2022-05-13T10:29:50.304Z] github.com/docker/docker/oci [2022-05-13T10:29:50.304Z] github.com/docker/docker/oci/caps [2022-05-13T10:29:50.304Z] github.com/docker/docker/opts [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/aaparser [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/archive [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/authorization [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/broadcaster [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/capabilities [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/chrootarchive [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/containerfs [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/devicemapper [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/directory [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/dmesg [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/filenotify [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/fileutils [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/fsutils [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/homedir [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/idtools [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/ioutils [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/jsonmessage [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/longpath [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/loopback [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/namesgenerator [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/parsers [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/pidfile [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/platform [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/plugingetter [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/plugins [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/plugins/transport [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/pools [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/progress [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/pubsub [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/reexec [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/signal [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/stack [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/stdcopy [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/streamformatter [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/stringid [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/sysinfo [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/system [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/tailfile [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/tarsum [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/truncindex [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/urlutil [2022-05-13T10:29:50.304Z] github.com/docker/docker/pkg/useragent [2022-05-13T10:29:50.304Z] github.com/docker/docker/plugin [2022-05-13T10:29:50.304Z] github.com/docker/docker/plugin/executor/containerd [2022-05-13T10:29:50.304Z] github.com/docker/docker/plugin/v2 [2022-05-13T10:29:50.304Z] github.com/docker/docker/profiles/apparmor [2022-05-13T10:29:50.304Z] github.com/docker/docker/profiles/seccomp [2022-05-13T10:29:50.304Z] github.com/docker/docker/quota [2022-05-13T10:29:50.304Z] github.com/docker/docker/reference [2022-05-13T10:29:50.304Z] github.com/docker/docker/registry [2022-05-13T10:29:50.304Z] github.com/docker/docker/registry/resumable [2022-05-13T10:29:50.304Z] github.com/docker/docker/restartmanager [2022-05-13T10:29:50.304Z] github.com/docker/docker/rootless [2022-05-13T10:29:50.304Z] github.com/docker/docker/rootless/specconv [2022-05-13T10:29:50.304Z] github.com/docker/docker/runconfig [2022-05-13T10:29:50.304Z] github.com/docker/docker/runconfig/opts [2022-05-13T10:29:50.304Z] github.com/docker/docker/testutil [2022-05-13T10:29:50.304Z] github.com/docker/docker/testutil/daemon [2022-05-13T10:29:50.304Z] github.com/docker/docker/testutil/environment [2022-05-13T10:29:50.304Z] github.com/docker/docker/testutil/fakecontext [2022-05-13T10:29:50.304Z] github.com/docker/docker/testutil/fakegit [2022-05-13T10:29:50.304Z] github.com/docker/docker/testutil/fakestorage [2022-05-13T10:29:50.304Z] github.com/docker/docker/testutil/fixtures/load [2022-05-13T10:29:50.304Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-13T10:29:50.304Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-13T10:29:50.304Z] github.com/docker/docker/testutil/registry [2022-05-13T10:29:50.304Z] github.com/docker/docker/testutil/request [2022-05-13T10:29:50.304Z] github.com/docker/docker/volume [2022-05-13T10:29:50.304Z] github.com/docker/docker/volume/drivers [2022-05-13T10:29:50.304Z] github.com/docker/docker/volume/local [2022-05-13T10:29:50.304Z] github.com/docker/docker/volume/mounts [2022-05-13T10:29:50.304Z] github.com/docker/docker/volume/service [2022-05-13T10:29:50.304Z] github.com/docker/docker/volume/service/opts [2022-05-13T10:29:50.304Z] github.com/docker/docker/volume/testutils' [2022-05-13T10:29:50.304Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/bitseq [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/cluster [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/config [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/datastore [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/driverapi [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/etchosts [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/idm [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/ipam [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/iptables [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/netlabel [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/netutils [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/networkdb [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/ns [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/options [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/osl [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-13T10:29:50.304Z] github.com/docker/docker/libnetwork/portallocator [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/portmapper [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/testutils [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/types' [2022-05-13T10:29:50.564Z] + echo 'github.com/docker/docker/libnetwork [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/bitseq [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/cluster [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/config [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/datastore [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/driverapi [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/etchosts [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/idm [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/ipam [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/iptables [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/netlabel [2022-05-13T10:29:50.564Z] github.com/docker/docker/libnetwork/netutils [2022-05-13T10:29:50.565Z] github.com/docker/docker/libnetwork/networkdb [2022-05-13T10:29:50.565Z] github.com/docker/docker/libnetwork/ns [2022-05-13T10:29:50.565Z] github.com/docker/docker/libnetwork/options [2022-05-13T10:29:50.565Z] github.com/docker/docker/libnetwork/osl [2022-05-13T10:29:50.565Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-13T10:29:50.565Z] github.com/docker/docker/libnetwork/portallocator [2022-05-13T10:29:50.565Z] github.com/docker/docker/libnetwork/portmapper [2022-05-13T10:29:50.565Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-13T10:29:50.565Z] github.com/docker/docker/libnetwork/testutils [2022-05-13T10:29:50.565Z] github.com/docker/docker/libnetwork/types' [2022-05-13T10:29:50.565Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-05-13T10:29:50.565Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-13T10:29:50.565Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-13T10:29:50.565Z] + type docker-proxy [2022-05-13T10:29:50.565Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-05-13T10:29:50.565Z] + hack/make.sh binary-proxy install-proxy [2022-05-13T10:29:50.565Z] [2022-05-13T10:29:50.565Z] Removing bundles/ [2022-05-13T10:29:50.565Z] [2022-05-13T10:29:50.565Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-05-13T10:29:50.565Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-05-13T10:29:50.565Z] GOOS="" GOARCH="" GOARM="" [2022-05-13T10:29:54.946Z] 97f65a0ec59e: Pull complete [2022-05-13T10:29:57.145Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-05-13T10:29:57.145Z] [2022-05-13T10:29:57.145Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-05-13T10:29:57.145Z] Installing docker-proxy to /usr/local/bin/ [2022-05-13T10:29:57.145Z] [2022-05-13T10:29:57.145Z] + mkdir -p bundles [2022-05-13T10:29:57.145Z] + '[' -n 'github.com/docker/docker/api [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/server [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/server/backend/build [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/server/httpstatus [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/server/httputils [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/server/middleware [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/server/router [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/server/router/build [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/server/router/container [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/server/router/debug [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/server/router/distribution [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/server/router/grpc [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/server/router/image [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/server/router/network [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/server/router/plugin [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/server/router/session [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/server/router/swarm [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/server/router/system [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/server/router/volume [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/types [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/types/backend [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/types/blkiodev [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/types/container [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/types/events [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/types/filters [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/types/image [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/types/mount [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/types/network [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/types/registry [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/types/strslice [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/types/swarm [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/types/time [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/types/versions [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-13T10:29:57.145Z] github.com/docker/docker/api/types/volume [2022-05-13T10:29:57.145Z] github.com/docker/docker/builder [2022-05-13T10:29:57.145Z] github.com/docker/docker/builder/builder-next [2022-05-13T10:29:57.145Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-13T10:29:57.145Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-13T10:29:57.145Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-13T10:29:57.145Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-13T10:29:57.145Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-13T10:29:57.145Z] github.com/docker/docker/builder/builder-next/worker [2022-05-13T10:29:57.145Z] github.com/docker/docker/builder/dockerfile [2022-05-13T10:29:57.145Z] github.com/docker/docker/builder/remotecontext [2022-05-13T10:29:57.145Z] github.com/docker/docker/builder/remotecontext/git [2022-05-13T10:29:57.145Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-13T10:29:57.145Z] github.com/docker/docker/cli [2022-05-13T10:29:57.145Z] github.com/docker/docker/cli/config [2022-05-13T10:29:57.145Z] github.com/docker/docker/cli/debug [2022-05-13T10:29:57.145Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-13T10:29:57.145Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-13T10:29:57.145Z] github.com/docker/docker/client [2022-05-13T10:29:57.145Z] github.com/docker/docker/cmd/docker-proxy [2022-05-13T10:29:57.145Z] github.com/docker/docker/cmd/dockerd [2022-05-13T10:29:57.145Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-13T10:29:57.145Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-13T10:29:57.145Z] github.com/docker/docker/container [2022-05-13T10:29:57.145Z] github.com/docker/docker/container/stream [2022-05-13T10:29:57.145Z] github.com/docker/docker/contrib/apparmor [2022-05-13T10:29:57.145Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-13T10:29:57.145Z] github.com/docker/docker/contrib/httpserver [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/cluster [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/cluster/convert [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/cluster/executor [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/cluster/provider [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/config [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/events [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/events/testutils [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/exec [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/graphdriver [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/images [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/initlayer [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/links [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/listeners [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/logger [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/logger/gelf [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/logger/journald [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/logger/local [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/logger/logentries [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/logger/splunk [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/logger/syslog [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/logger/templates [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/names [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/network [2022-05-13T10:29:57.145Z] github.com/docker/docker/daemon/stats [2022-05-13T10:29:57.145Z] github.com/docker/docker/distribution [2022-05-13T10:29:57.145Z] github.com/docker/docker/distribution/metadata [2022-05-13T10:29:57.145Z] github.com/docker/docker/distribution/utils [2022-05-13T10:29:57.145Z] github.com/docker/docker/distribution/xfer [2022-05-13T10:29:57.145Z] github.com/docker/docker/dockerversion [2022-05-13T10:29:57.145Z] github.com/docker/docker/errdefs [2022-05-13T10:29:57.145Z] github.com/docker/docker/image [2022-05-13T10:29:57.145Z] github.com/docker/docker/image/cache [2022-05-13T10:29:57.145Z] github.com/docker/docker/image/tarexport [2022-05-13T10:29:57.145Z] github.com/docker/docker/image/v1 [2022-05-13T10:29:57.145Z] github.com/docker/docker/internal/test/suite [2022-05-13T10:29:57.145Z] github.com/docker/docker/layer [2022-05-13T10:29:57.145Z] github.com/docker/docker/libcontainerd [2022-05-13T10:29:57.145Z] github.com/docker/docker/libcontainerd/queue [2022-05-13T10:29:57.145Z] github.com/docker/docker/libcontainerd/remote [2022-05-13T10:29:57.145Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-13T10:29:57.145Z] github.com/docker/docker/libcontainerd/types [2022-05-13T10:29:57.145Z] github.com/docker/docker/oci [2022-05-13T10:29:57.145Z] github.com/docker/docker/oci/caps [2022-05-13T10:29:57.145Z] github.com/docker/docker/opts [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/aaparser [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/archive [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/authorization [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/broadcaster [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/capabilities [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/chrootarchive [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/containerfs [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/devicemapper [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/directory [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/dmesg [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/filenotify [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/fileutils [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/fsutils [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/homedir [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/idtools [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/ioutils [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/jsonmessage [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/longpath [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/loopback [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/namesgenerator [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/parsers [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/pidfile [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/platform [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/plugingetter [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/plugins [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/plugins/transport [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/pools [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/progress [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/pubsub [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/reexec [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/signal [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/stack [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/stdcopy [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/streamformatter [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/stringid [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/sysinfo [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/system [2022-05-13T10:29:57.145Z] github.com/docker/docker/pkg/tailfile [2022-05-13T10:29:57.146Z] github.com/docker/docker/pkg/tarsum [2022-05-13T10:29:57.146Z] github.com/docker/docker/pkg/truncindex [2022-05-13T10:29:57.146Z] github.com/docker/docker/pkg/urlutil [2022-05-13T10:29:57.146Z] github.com/docker/docker/pkg/useragent [2022-05-13T10:29:57.146Z] github.com/docker/docker/plugin [2022-05-13T10:29:57.146Z] github.com/docker/docker/plugin/executor/containerd [2022-05-13T10:29:57.146Z] github.com/docker/docker/plugin/v2 [2022-05-13T10:29:57.146Z] github.com/docker/docker/profiles/apparmor [2022-05-13T10:29:57.146Z] github.com/docker/docker/profiles/seccomp [2022-05-13T10:29:57.146Z] github.com/docker/docker/quota [2022-05-13T10:29:57.146Z] github.com/docker/docker/reference [2022-05-13T10:29:57.146Z] github.com/docker/docker/registry [2022-05-13T10:29:57.146Z] github.com/docker/docker/registry/resumable [2022-05-13T10:29:57.146Z] github.com/docker/docker/restartmanager [2022-05-13T10:29:57.146Z] github.com/docker/docker/rootless [2022-05-13T10:29:57.146Z] github.com/docker/docker/rootless/specconv [2022-05-13T10:29:57.146Z] github.com/docker/docker/runconfig [2022-05-13T10:29:57.146Z] github.com/docker/docker/runconfig/opts [2022-05-13T10:29:57.146Z] github.com/docker/docker/testutil [2022-05-13T10:29:57.146Z] github.com/docker/docker/testutil/daemon [2022-05-13T10:29:57.146Z] github.com/docker/docker/testutil/environment [2022-05-13T10:29:57.146Z] github.com/docker/docker/testutil/fakecontext [2022-05-13T10:29:57.146Z] github.com/docker/docker/testutil/fakegit [2022-05-13T10:29:57.146Z] github.com/docker/docker/testutil/fakestorage [2022-05-13T10:29:57.146Z] github.com/docker/docker/testutil/fixtures/load [2022-05-13T10:29:57.146Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-13T10:29:57.146Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-13T10:29:57.146Z] github.com/docker/docker/testutil/registry [2022-05-13T10:29:57.146Z] github.com/docker/docker/testutil/request [2022-05-13T10:29:57.146Z] github.com/docker/docker/volume [2022-05-13T10:29:57.146Z] github.com/docker/docker/volume/drivers [2022-05-13T10:29:57.146Z] github.com/docker/docker/volume/local [2022-05-13T10:29:57.146Z] github.com/docker/docker/volume/mounts [2022-05-13T10:29:57.146Z] github.com/docker/docker/volume/service [2022-05-13T10:29:57.146Z] github.com/docker/docker/volume/service/opts [2022-05-13T10:29:57.146Z] github.com/docker/docker/volume/testutils' ']' [2022-05-13T10:29:57.146Z] + 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-13T10:29:57.146Z] ? github.com/docker/docker/api [no test files] [2022-05-13T10:30:04.226Z] #85 exporting layers 23.4s done [2022-05-13T10:30:04.226Z] #85 writing image sha256:c3df6918a97b3721e4e5566267191eaf62b3a5bb2a8672428d3091e605a2a2c3 done [2022-05-13T10:30:04.226Z] #85 naming to docker.io/library/docker:8e4b5db542e45b11e57c920876e3d80a37158567 done [2022-05-13T10:30:04.226Z] #85 DONE 23.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-05-13T10:30:04.644Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43269/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43269/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8e4b5db542e45b11e57c920876e3d80a37158567 hack/validate/default [2022-05-13T10:30:05.252Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-05-13T10:30:08.140Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-13T10:30:12.046Z] ok github.com/docker/docker/api/server 0.006s coverage: 7.9% of statements [2022-05-13T10:30:13.416Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-13T10:30:13.517Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2022-05-13T10:30:16.119Z] Congratulations! All API changes are done the right way. [2022-05-13T10:30:16.119Z] Congratulations! All TOML source files changed here have valid syntax. [2022-05-13T10:30:16.119Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-05-13T10:30:16.119Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-05-13T10:30:16.119Z] Congratulations! No new tests were added to integration-cli. [2022-05-13T10:30:16.119Z] [2022-05-13T10:30:16.119Z] INFO Start validation with golang-ci-lint [2022-05-13T10:30:16.376Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-05-13T10:30:16.376Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-05-13T10:30:23.409Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-13T10:30:23.409Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-13T10:30:23.976Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-13T10:30:24.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-13T10:30:24.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-13T10:30:25.849Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-13T10:30:26.480Z] #64 284.6 # github.com/containerd/containerd/cmd/containerd [2022-05-13T10:30:26.480Z] #64 284.6 /usr/bin/ld: /tmp/go-link-4108610001/000019.o: in function `New': [2022-05-13T10:30:26.480Z] #64 284.6 /tmp/tmp.IaYwW1Xfpf/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-13T10:30:26.480Z] #64 284.7 + bin/containerd-stress [2022-05-13T10:30:26.480Z] #64 285.8 + bin/containerd-shim [2022-05-13T10:30:28.404Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-13T10:30:29.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-13T10:30:30.399Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-13T10:30:30.967Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-13T10:30:31.903Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-13T10:30:32.471Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-13T10:30:33.850Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-13T10:30:34.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-13T10:30:34.651Z] #64 297.1 + bin/containerd-shim-runc-v1 [2022-05-13T10:30:35.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-13T10:30:35.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-13T10:30:36.292Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-13T10:30:36.292Z] Using test binary docker [2022-05-13T10:30:36.292Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-13T10:30:36.292Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-13T10:30:36.292Z] INFO: Waiting for daemon to start... [2022-05-13T10:30:36.292Z] Starting dockerd [2022-05-13T10:30:38.192Z] . [2022-05-13T10:30:38.192Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-13T10:30:38.453Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-13T10:30:38.453Z] Error: No such image: emptyfs [2022-05-13T10:30:38.453Z] Running integration-test (iteration 1) [2022-05-13T10:30:38.453Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-05-13T10:30:38.712Z] Loaded image: busybox:latest [2022-05-13T10:30:38.970Z] Loaded image: busybox:glibc [2022-05-13T10:30:39.930Z] #64 303.4 + bin/containerd-shim-runc-v2 [2022-05-13T10:30:40.347Z] Loaded image: debian:bullseye-slim [2022-05-13T10:30:40.348Z] Loaded image: hello-world:latest [2022-05-13T10:30:40.348Z] Loaded image: arm32v7/hello-world:latest [2022-05-13T10:30:40.348Z] INFO: Testing against a local daemon [2022-05-13T10:30:40.348Z] === RUN TestCgroupNamespacesBuild [2022-05-13T10:30:40.499Z] #64 304.2 + binaries [2022-05-13T10:30:40.499Z] #64 304.2 + install -D bin/containerd /build/containerd [2022-05-13T10:30:40.499Z] #64 304.2 + install -D bin/containerd-shim /build/containerd-shim [2022-05-13T10:30:40.759Z] #64 304.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-13T10:30:40.759Z] #64 304.2 + install -D bin/ctr /build/ctr [2022-05-13T10:30:41.018Z] #64 DONE 304.7s [2022-05-13T10:30:41.724Z] --- PASS: TestCgroupNamespacesBuild (1.14s) [2022-05-13T10:30:41.724Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-13T10:30:42.399Z] [2022-05-13T10:30:42.399Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-13T10:30:42.399Z] #65 sha256:ed1fa1e9d1ddfa2e6cb73783f55940831da5aba70df57ba1cb6432f41155d156 [2022-05-13T10:30:42.399Z] #65 DONE 0.2s [2022-05-13T10:30:42.399Z] [2022-05-13T10:30:42.399Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-13T10:30:42.399Z] #70 sha256:a8bb5d1e78e1c1b66e5d03464fd7276db9a9e3556960b0381fd9d6bc983c0193 [2022-05-13T10:30:42.399Z] #70 DONE 0.1s [2022-05-13T10:30:42.399Z] [2022-05-13T10:30:42.399Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-13T10:30:42.399Z] #75 sha256:00447a214db31537ef0a28cc837382d7fcb11c1ebc53891aac709bd569bf24bf [2022-05-13T10:30:42.659Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.16s) [2022-05-13T10:30:42.659Z] === RUN TestBuildWithSession [2022-05-13T10:30:42.659Z] build_session_test.go:25: TODO: BuildKit [2022-05-13T10:30:42.659Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-13T10:30:42.659Z] === RUN TestBuildSquashParent [2022-05-13T10:30:42.968Z] #75 DONE 0.4s [2022-05-13T10:30:42.968Z] [2022-05-13T10:30:42.968Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-13T10:30:42.968Z] #76 sha256:4f0ec016011152275503c32ec4dd686f489a8aacc37df73ad5cc67511af88c85 [2022-05-13T10:30:42.968Z] #76 DONE 0.0s [2022-05-13T10:30:42.968Z] [2022-05-13T10:30:42.968Z] #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-13T10:30:42.968Z] #77 sha256:e3401a217f86e2149303e8a0e2cf7441973258af822f1833b898a8bc8982ad6b [2022-05-13T10:30:43.538Z] #77 0.657 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-13T10:30:43.538Z] #77 0.657 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-13T10:30:43.797Z] #77 0.827 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-05-13T10:30:44.367Z] #77 0.908 Reading package lists... [2022-05-13T10:30:44.936Z] #77 1.527 Reading package lists... [2022-05-13T10:30:44.936Z] #77 2.028 Building dependency tree... [2022-05-13T10:30:44.936Z] #77 2.137 Reading state information... [2022-05-13T10:30:44.936Z] #77 2.251 The following additional packages will be installed: [2022-05-13T10:30:45.195Z] #77 2.251 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-05-13T10:30:45.195Z] #77 2.252 Suggested packages: [2022-05-13T10:30:45.195Z] #77 2.252 systemd-container policykit-1 [2022-05-13T10:30:45.195Z] #77 2.252 Recommended packages: [2022-05-13T10:30:45.195Z] #77 2.252 systemd-timesyncd | time-daemon libnss-systemd [2022-05-13T10:30:45.195Z] #77 2.320 The following NEW packages will be installed: [2022-05-13T10:30:45.195Z] #77 2.321 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-05-13T10:30:45.195Z] #77 2.321 libkmod2 libpam-systemd systemd systemd-sysv [2022-05-13T10:30:45.455Z] #77 2.588 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-05-13T10:30:45.455Z] #77 2.588 Need to get 5817 kB of archives. [2022-05-13T10:30:45.455Z] #77 2.588 After this operation, 19.3 MB of additional disk space will be used. [2022-05-13T10:30:45.455Z] #77 2.588 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-05-13T10:30:45.455Z] #77 2.593 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-05-13T10:30:45.455Z] #77 2.609 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2022-05-13T10:30:45.455Z] #77 2.613 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-05-13T10:30:45.455Z] #77 2.616 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB] [2022-05-13T10:30:45.455Z] #77 2.653 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB] [2022-05-13T10:30:45.455Z] #77 2.654 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-05-13T10:30:45.455Z] #77 2.656 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-05-13T10:30:45.455Z] #77 2.661 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB] [2022-05-13T10:30:45.455Z] #77 2.663 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-13T10:30:45.455Z] #77 2.788 debconf: delaying package configuration, since apt-utils is not installed [2022-05-13T10:30:45.714Z] #77 2.821 Fetched 5817 kB in 0s (17.2 MB/s) [2022-05-13T10:30:45.715Z] #77 2.851 Selecting previously unselected package libargon2-1:amd64. [2022-05-13T10:30:45.715Z] #77 2.851 (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-13T10:30:45.715Z] #77 2.879 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ... [2022-05-13T10:30:45.715Z] #77 2.886 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-05-13T10:30:45.715Z] #77 2.916 Selecting previously unselected package libjson-c5:amd64. [2022-05-13T10:30:45.715Z] #77 2.919 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ... [2022-05-13T10:30:45.715Z] #77 2.922 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-05-13T10:30:45.715Z] #77 2.952 Selecting previously unselected package libcryptsetup12:amd64. [2022-05-13T10:30:45.715Z] #77 2.955 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-05-13T10:30:45.715Z] #77 2.958 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-05-13T10:30:45.715Z] #77 3.007 Selecting previously unselected package libkmod2:amd64. [2022-05-13T10:30:45.715Z] #77 3.010 Preparing to unpack .../libkmod2_28-1_amd64.deb ... [2022-05-13T10:30:45.715Z] #77 3.013 Unpacking libkmod2:amd64 (28-1) ... [2022-05-13T10:30:45.715Z] #77 3.053 Selecting previously unselected package systemd. [2022-05-13T10:30:45.974Z] #77 3.054 Preparing to unpack .../systemd_247.3-7_amd64.deb ... [2022-05-13T10:30:45.974Z] #77 3.089 Unpacking systemd (247.3-7) ... [2022-05-13T10:30:46.542Z] #77 3.561 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-05-13T10:30:46.542Z] #77 3.570 Setting up libjson-c5:amd64 (0.15-2) ... [2022-05-13T10:30:46.542Z] #77 3.580 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-05-13T10:30:46.542Z] #77 3.590 Setting up libkmod2:amd64 (28-1) ... [2022-05-13T10:30:46.542Z] #77 3.599 Setting up systemd (247.3-7) ... [2022-05-13T10:30:46.542Z] #77 3.637 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-05-13T10:30:46.542Z] #77 3.640 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-05-13T10:30:46.542Z] #77 3.642 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-05-13T10:30:46.542Z] #77 3.669 Initializing machine ID from KVM UUID. [2022-05-13T10:30:46.802Z] #77 3.986 Selecting previously unselected package systemd-sysv. [2022-05-13T10:30:46.802Z] #77 3.987 (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-13T10:30:46.802Z] #77 4.000 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ... [2022-05-13T10:30:46.802Z] #77 4.004 Unpacking systemd-sysv (247.3-7) ... [2022-05-13T10:30:46.802Z] #77 4.044 Selecting previously unselected package libdbus-1-3:amd64. [2022-05-13T10:30:47.062Z] #77 4.047 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-05-13T10:30:47.062Z] #77 4.051 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-05-13T10:30:47.062Z] #77 4.102 Selecting previously unselected package dbus. [2022-05-13T10:30:47.062Z] #77 4.105 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-05-13T10:30:47.062Z] #77 4.114 Unpacking dbus (1.12.20-2) ... [2022-05-13T10:30:47.062Z] #77 4.170 Selecting previously unselected package libpam-systemd:amd64. [2022-05-13T10:30:47.062Z] #77 4.172 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ... [2022-05-13T10:30:47.062Z] #77 4.176 Unpacking libpam-systemd:amd64 (247.3-7) ... [2022-05-13T10:30:47.062Z] #77 4.220 Selecting previously unselected package dbus-user-session. [2022-05-13T10:30:47.062Z] #77 4.222 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-05-13T10:30:47.062Z] #77 4.225 Unpacking dbus-user-session (1.12.20-2) ... [2022-05-13T10:30:47.062Z] #77 4.265 Setting up systemd-sysv (247.3-7) ... [2022-05-13T10:30:47.062Z] #77 4.275 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-05-13T10:30:47.062Z] #77 4.284 Setting up dbus (1.12.20-2) ... [2022-05-13T10:30:47.062Z] #77 4.394 invoke-rc.d: could not determine current runlevel [2022-05-13T10:30:47.320Z] #77 4.396 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-13T10:30:47.320Z] #77 4.400 Setting up libpam-systemd:amd64 (247.3-7) ... [2022-05-13T10:30:47.320Z] #77 4.523 Setting up dbus-user-session (1.12.20-2) ... [2022-05-13T10:30:47.320Z] #77 4.536 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-13T10:30:47.320Z] #77 DONE 4.7s [2022-05-13T10:30:47.579Z] [2022-05-13T10:30:47.579Z] #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-13T10:30:47.579Z] #78 sha256:c8d53e279266c5ebd2512f7cacc22a0e0e579c02d42ab624af53ceb0399003bc [2022-05-13T10:30:47.838Z] #78 0.398 % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-13T10:30:48.097Z] #78 0.400 Dload Upload Total Spent Left Speed [2022-05-13T10:30:48.097Z] #78 0.401 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 6534 0 --:--:-- --:--:-- --:--:-- 6534 [2022-05-13T10:30:48.357Z] #78 DONE 0.7s [2022-05-13T10:30:48.357Z] [2022-05-13T10:30:48.357Z] #79 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-13T10:30:48.357Z] #79 sha256:2434b90771a8bfa03ce787e0b378f8fae9ce1b013bf2c2cea39d6d0cabf92b10 [2022-05-13T10:30:50.776Z] --- PASS: TestBuildSquashParent (7.64s) [2022-05-13T10:30:50.776Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-13T10:30:50.776Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:30:50.776Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:30:50.776Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:30:50.776Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:30:50.776Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:30:50.776Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:30:50.776Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:30:50.776Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:30:50.776Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:30:50.776Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:30:50.776Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:30:50.776Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:30:50.776Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:30:50.776Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:30:51.647Z] #79 DONE 3.5s [2022-05-13T10:30:51.647Z] [2022-05-13T10:30:51.647Z] #80 exporting to image [2022-05-13T10:30:51.647Z] #80 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-13T10:30:51.647Z] #80 exporting layers [2022-05-13T10:30:52.705Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:30:52.705Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:30:55.238Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:30:55.238Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:30:56.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-13T10:30:57.149Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2022-05-13T10:30:57.150Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.39s) [2022-05-13T10:30:57.150Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.46s) [2022-05-13T10:30:57.150Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.10s) [2022-05-13T10:30:57.150Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.06s) [2022-05-13T10:30:57.150Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.09s) [2022-05-13T10:30:57.150Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.09s) [2022-05-13T10:30:57.150Z] === RUN TestBuildMultiStageCopy [2022-05-13T10:30:57.150Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-13T10:30:59.782Z] #80 exporting layers 7.9s done [2022-05-13T10:30:59.783Z] #80 writing image sha256:f16ccf8db0ed212f1db0bffa8a80e11ff1778411952c84957812c9e3eb144fda done [2022-05-13T10:30:59.783Z] #80 naming to docker.io/library/docker:8e4b5db542e45b11e57c920876e3d80a37158567 done [2022-05-13T10:30:59.783Z] #80 DONE 7.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-13T10:31:00.131Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43269/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 -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:8e4b5db542e45b11e57c920876e3d80a37158567 hack/make.sh dynbinary test-integration [2022-05-13T10:31:00.390Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-05-13T10:31:00.390Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-05-13T10:31:00.390Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-05-13T10:31:00.390Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-05-13T10:31:00.436Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-13T10:31:00.650Z] 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-13T10:31:00.650Z] Detected virtualization docker. [2022-05-13T10:31:00.650Z] Detected architecture x86-64. [2022-05-13T10:31:00.650Z] Set hostname to . [2022-05-13T10:31:00.650Z] modprobe@configfs.service: Succeeded. [2022-05-13T10:31:00.650Z] modprobe@drm.service: Succeeded. [2022-05-13T10:31:00.650Z] modprobe@fuse.service: Succeeded. [2022-05-13T10:31:00.650Z] + source /etc/docker-entrypoint-cmd [2022-05-13T10:31:00.650Z] ++ hack/make.sh dynbinary test-integration [2022-05-13T10:31:00.650Z] [2022-05-13T10:31:00.910Z] Removing bundles/ [2022-05-13T10:31:00.910Z] [2022-05-13T10:31:00.910Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-13T10:31:00.910Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-13T10:31:00.910Z] GOOS="" GOARCH="" GOARM="" [2022-05-13T10:31:01.370Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-13T10:31:02.305Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-13T10:31:03.240Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-13T10:31:04.024Z] 97f65a0ec59e: Pull complete [2022-05-13T10:31:04.176Z] --- PASS: TestBuildMultiStageCopy (7.22s) [2022-05-13T10:31:04.176Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.18s) [2022-05-13T10:31:04.176Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-05-13T10:31:04.176Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-05-13T10:31:04.176Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.01s) [2022-05-13T10:31:04.176Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.02s) [2022-05-13T10:31:04.176Z] === RUN TestBuildMultiStageParentConfig [2022-05-13T10:31:09.442Z] --- PASS: TestBuildMultiStageParentConfig (4.96s) [2022-05-13T10:31:09.442Z] === RUN TestBuildLabelWithTargets [2022-05-13T10:31:17.551Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-05-13T10:31:17.551Z] === RUN TestBuildWithEmptyLayers [2022-05-13T10:31:19.764Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-13T10:31:19.764Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-13T10:31:19.764Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 31.9% of statements [2022-05-13T10:31:19.764Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2022-05-13T10:31:19.764Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-13T10:31:19.764Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-13T10:31:19.764Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-13T10:31:19.764Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-13T10:31:19.764Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-13T10:31:19.764Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-13T10:31:19.764Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-13T10:31:19.764Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-13T10:31:19.764Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-13T10:31:19.764Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-13T10:31:19.764Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-13T10:31:19.764Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 6.0% of statements [2022-05-13T10:31:19.764Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-13T10:31:20.023Z] ok github.com/docker/docker/api/types/filters 0.013s coverage: 92.2% of statements [2022-05-13T10:31:20.086Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-05-13T10:31:20.086Z] === RUN TestBuildMultiStageOnBuild [2022-05-13T10:31:20.284Z] ok github.com/docker/docker/api/server/router/volume 0.035s coverage: 67.9% of statements [2022-05-13T10:31:20.284Z] ? github.com/docker/docker/api/types [no test files] [2022-05-13T10:31:20.284Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-13T10:31:20.284Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-13T10:31:20.284Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-13T10:31:20.284Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-13T10:31:20.284Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-13T10:31:20.284Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-13T10:31:20.284Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-13T10:31:20.284Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-13T10:31:20.284Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-13T10:31:20.284Z] ok github.com/docker/docker/api/types/strslice 0.005s coverage: 90.0% of statements [2022-05-13T10:31:20.284Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-13T10:31:20.284Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-13T10:31:20.544Z] ok github.com/docker/docker/api/types/time 0.010s coverage: 100.0% of statements [2022-05-13T10:31:20.544Z] ok github.com/docker/docker/api/types/versions 0.008s coverage: 77.3% of statements [2022-05-13T10:31:20.544Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-13T10:31:20.544Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-13T10:31:20.544Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-13T10:31:20.544Z] ? github.com/docker/docker/builder [no test files] [2022-05-13T10:31:20.544Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-13T10:31:20.544Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-13T10:31:20.544Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-13T10:31:20.544Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-13T10:31:20.544Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-13T10:31:20.544Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-13T10:31:20.544Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-13T10:31:23.086Z] ok github.com/docker/docker/builder/remotecontext 0.104s coverage: 13.7% of statements [2022-05-13T10:31:23.346Z] ok github.com/docker/docker/builder/dockerfile 0.388s coverage: 49.3% of statements [2022-05-13T10:31:23.346Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.003s coverage: 100.0% of statements [2022-05-13T10:31:24.286Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-05-13T10:31:24.286Z] ok github.com/docker/docker/builder/remotecontext/git 1.360s coverage: 86.3% of statements [2022-05-13T10:31:24.286Z] ? github.com/docker/docker/cli [no test files] [2022-05-13T10:31:24.286Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-13T10:31:24.286Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-13T10:31:24.286Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-13T10:31:25.231Z] ok github.com/docker/docker/cmd/docker-proxy 0.134s coverage: 69.3% of statements [2022-05-13T10:31:25.351Z] --- PASS: TestBuildMultiStageOnBuild (5.03s) [2022-05-13T10:31:25.351Z] === RUN TestBuildUncleanTarFilenames [2022-05-13T10:31:25.917Z] --- PASS: TestBuildUncleanTarFilenames (0.63s) [2022-05-13T10:31:25.918Z] === RUN TestBuildMultiStageLayerLeak [2022-05-13T10:31:29.052Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-13T10:31:29.052Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-13T10:31:29.501Z] ok github.com/docker/docker/client 0.117s coverage: 75.4% of statements [2022-05-13T10:31:29.620Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-13T10:31:30.103Z] --- PASS: TestBuildMultiStageLayerLeak (4.36s) [2022-05-13T10:31:30.103Z] === RUN TestBuildWithHugeFile [2022-05-13T10:31:32.152Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-13T10:31:32.719Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-13T10:31:35.283Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-13T10:31:36.101Z] 12fb50a031bd: Pull complete [2022-05-13T10:31:36.101Z] Digest: sha256:93373be6f6c576ef3f778b9d5e7b54231975bb6876a07d90c4e4599a29a65d54 [2022-05-13T10:31:36.101Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:31:36.101Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-05-13T10:31:36.101Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-05-13T10:31:36.101Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.707' [2022-05-13T10:31:36.101Z] WARN: Skipping validation tests [2022-05-13T10:31:36.101Z] INFO: Running unit tests at 05/13/2022 10:31:26... [2022-05-13T10:31:36.101Z] INFO: make.ps1 starting at 05/13/2022 10:31:30 [2022-05-13T10:31:36.101Z] INFO: Git commit (8e4b5db542) assumed from DOCKER_GITCOMMIT environment variable [2022-05-13T10:31:36.101Z] INFO: Running unit tests... [2022-05-13T10:31:40.766Z] 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-13T10:31:43.402Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-13T10:31:46.692Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-13T10:31:49.229Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-13T10:31:50.606Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-13T10:31:53.108Z] ? github.com/docker/docker/api [no test files] [2022-05-13T10:31:53.140Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-13T10:31:55.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-13T10:31:55.970Z] b111c3320c94: Pull complete [2022-05-13T10:31:59.878Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-13T10:32:01.256Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-13T10:32:01.623Z] ok github.com/docker/docker/cmd/dockerd 0.068s coverage: 29.7% of statements [2022-05-13T10:32:01.623Z] ok github.com/docker/docker/container 0.119s coverage: 34.8% of statements [2022-05-13T10:32:01.623Z] ok github.com/docker/docker/cmd/dockerd/trap 2.439s coverage: 0.0% of statements [2022-05-13T10:32:01.623Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-13T10:32:01.623Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-13T10:32:01.623Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-13T10:32:01.623Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-13T10:32:01.623Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-13T10:32:04.546Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-13T10:32:06.912Z] ok github.com/docker/docker/daemon/cluster 0.045s coverage: 0.5% of statements [2022-05-13T10:32:07.100Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-13T10:32:07.100Z] Using test binary docker [2022-05-13T10:32:07.358Z] +++ /etc/init.d/apparmor start [2022-05-13T10:32:07.358Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-13T10:32:07.358Z] INFO: Waiting for daemon to start... [2022-05-13T10:32:07.358Z] Starting dockerd [2022-05-13T10:32:07.358Z] +++ 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-13T10:32:08.296Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.029s coverage: 65.3% of statements [2022-05-13T10:32:09.685Z] ok github.com/docker/docker/daemon/cluster/convert 0.012s coverage: 36.9% of statements [2022-05-13T10:32:09.893Z] . [2022-05-13T10:32:09.893Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-13T10:32:09.893Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-13T10:32:09.893Z] Error: No such image: emptyfs [2022-05-13T10:32:09.893Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-13T10:32:09.893Z] ++++ docker load [2022-05-13T10:32:09.893Z] Running integration-test (iteration 1) [2022-05-13T10:32:09.893Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-05-13T10:32:09.893Z] ++ 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-13T10:32:09.893Z] ++ set -e [2022-05-13T10:32:09.893Z] ++ '[' -n 0 ']' [2022-05-13T10:32:09.893Z] ++ set -x [2022-05-13T10:32:09.893Z] ++ 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-13T10:32:11.272Z] Loaded image: busybox:latest [2022-05-13T10:32:11.531Z] Loaded image: busybox:glibc [2022-05-13T10:32:16.261Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.445s coverage: 13.4% of statements [2022-05-13T10:32:16.804Z] Loaded image: debian:bullseye-slim [2022-05-13T10:32:16.804Z] Loaded image: hello-world:latest [2022-05-13T10:32:16.804Z] Loaded image: arm32v7/hello-world:latest [2022-05-13T10:32:16.804Z] INFO: Testing against a local daemon [2022-05-13T10:32:16.804Z] === RUN TestCgroupNamespacesBuild [2022-05-13T10:32:17.202Z] ok github.com/docker/docker/daemon/config 0.032s coverage: 81.5% of statements [2022-05-13T10:32:17.463Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-05-13T10:32:18.033Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-05-13T10:32:18.188Z] === RUN TestMiddlewares [2022-05-13T10:32:18.188Z] --- PASS: TestMiddlewares (0.00s) [2022-05-13T10:32:18.188Z] PASS [2022-05-13T10:32:18.188Z] coverage: 7.9% of statements [2022-05-13T10:32:18.188Z] ok github.com/docker/docker/api/server 0.055s coverage: 7.9% of statements [2022-05-13T10:32:19.340Z] --- PASS: TestCgroupNamespacesBuild (2.52s) [2022-05-13T10:32:19.340Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-13T10:32:19.416Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.510s coverage: 74.8% of statements [2022-05-13T10:32:19.416Z] ok github.com/docker/docker/daemon 10.196s coverage: 16.6% of statements [2022-05-13T10:32:19.416Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-13T10:32:19.416Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-13T10:32:19.416Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-13T10:32:19.416Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-13T10:32:20.357Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.322s coverage: 56.2% of statements [2022-05-13T10:32:21.247Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.25s) [2022-05-13T10:32:21.247Z] === RUN TestBuildWithSession [2022-05-13T10:32:21.247Z] build_session_test.go:25: TODO: BuildKit [2022-05-13T10:32:21.247Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-13T10:32:21.247Z] === RUN TestBuildSquashParent [2022-05-13T10:32:21.299Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 3.0% of statements [2022-05-13T10:32:22.692Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.010s coverage: 1.9% of statements [2022-05-13T10:32:24.092Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.321s coverage: 50.6% of statements [2022-05-13T10:32:24.792Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.684s coverage: 45.9% of statements [2022-05-13T10:32:24.792Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-13T10:32:25.730Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.5% of statements [2022-05-13T10:32:26.300Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.921s coverage: 58.2% of statements [2022-05-13T10:32:26.300Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-05-13T10:32:26.300Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-13T10:32:26.339Z] --- PASS: TestBuildWithHugeFile (50.92s) [2022-05-13T10:32:26.339Z] === RUN TestBuildWCOWSandboxSize [2022-05-13T10:32:26.339Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-13T10:32:26.339Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-13T10:32:26.339Z] === RUN TestBuildWithEmptyDockerfile [2022-05-13T10:32:26.339Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:32:26.339Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:32:26.339Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:32:26.339Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:32:26.339Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:32:26.339Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:32:26.339Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:32:26.339Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:32:26.339Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:32:26.339Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2022-05-13T10:32:26.339Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2022-05-13T10:32:26.339Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2022-05-13T10:32:26.339Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-05-13T10:32:26.339Z] === RUN TestBuildPreserveOwnership [2022-05-13T10:32:26.339Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-13T10:32:26.560Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.020s coverage: 3.0% of statements [2022-05-13T10:32:26.821Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2022-05-13T10:32:27.274Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-13T10:32:28.203Z] ok github.com/docker/docker/daemon/images 0.046s coverage: 6.6% of statements [2022-05-13T10:32:28.203Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-05-13T10:32:28.203Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-13T10:32:28.463Z] ok github.com/docker/docker/daemon/logger 0.229s coverage: 43.0% of statements [2022-05-13T10:32:29.405Z] ok github.com/docker/docker/daemon/logger/awslogs 0.146s coverage: 79.9% of statements [2022-05-13T10:32:29.405Z] ok github.com/docker/docker/daemon/logger/fluentd 0.015s coverage: 53.6% of statements [2022-05-13T10:32:29.405Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-13T10:32:29.974Z] ok github.com/docker/docker/daemon/logger/gelf 0.014s coverage: 68.2% of statements [2022-05-13T10:32:29.974Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2022-05-13T10:32:29.976Z] 12fb50a031bd: Pull complete [2022-05-13T10:32:29.976Z] Digest: sha256:93373be6f6c576ef3f778b9d5e7b54231975bb6876a07d90c4e4599a29a65d54 [2022-05-13T10:32:29.976Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:32:29.976Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:32:29.976Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-05-13T10:32:29.976Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-05-13T10:32:29.976Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.707' [2022-05-13T10:32:29.976Z] INFO: Docker version of control daemon [2022-05-13T10:32:29.976Z] [2022-05-13T10:32:29.976Z] Client: [2022-05-13T10:32:29.976Z] Version: 20.10.9 [2022-05-13T10:32:29.976Z] API version: 1.41 [2022-05-13T10:32:29.976Z] Go version: go1.16.8 [2022-05-13T10:32:29.976Z] Git commit: c2ea9bc [2022-05-13T10:32:29.976Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-13T10:32:29.976Z] OS/Arch: windows/amd64 [2022-05-13T10:32:29.976Z] Context: default [2022-05-13T10:32:29.976Z] Experimental: true [2022-05-13T10:32:29.976Z] [2022-05-13T10:32:29.976Z] Server: Docker Engine - Community [2022-05-13T10:32:29.976Z] Engine: [2022-05-13T10:32:29.976Z] Version: 20.10.9 [2022-05-13T10:32:29.976Z] API version: 1.41 (minimum version 1.24) [2022-05-13T10:32:29.976Z] Go version: go1.16.8 [2022-05-13T10:32:29.976Z] Git commit: 79ea9d3 [2022-05-13T10:32:29.976Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-13T10:32:29.976Z] OS/Arch: windows/amd64 [2022-05-13T10:32:29.976Z] Experimental: true [2022-05-13T10:32:29.976Z] [2022-05-13T10:32:29.976Z] INFO: Docker info of control daemon [2022-05-13T10:32:29.976Z] [2022-05-13T10:32:29.976Z] Client: [2022-05-13T10:32:29.976Z] Context: default [2022-05-13T10:32:29.976Z] Debug Mode: false [2022-05-13T10:32:29.976Z] [2022-05-13T10:32:29.976Z] Server: [2022-05-13T10:32:29.976Z] Containers: 0 [2022-05-13T10:32:29.976Z] Running: 0 [2022-05-13T10:32:29.976Z] Paused: 0 [2022-05-13T10:32:29.976Z] Stopped: 0 [2022-05-13T10:32:29.976Z] Images: 1 [2022-05-13T10:32:29.976Z] Server Version: 20.10.9 [2022-05-13T10:32:29.976Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-13T10:32:29.976Z] Windows: [2022-05-13T10:32:29.976Z] LCOW: [2022-05-13T10:32:29.976Z] Logging Driver: json-file [2022-05-13T10:32:29.976Z] Plugins: [2022-05-13T10:32:29.976Z] Volume: local [2022-05-13T10:32:29.976Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-13T10:32:29.976Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-13T10:32:29.976Z] Swarm: inactive [2022-05-13T10:32:29.976Z] Default Isolation: process [2022-05-13T10:32:29.976Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-13T10:32:29.976Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-13T10:32:29.976Z] OSType: windows [2022-05-13T10:32:29.976Z] Architecture: x86_64 [2022-05-13T10:32:29.976Z] CPUs: 4 [2022-05-13T10:32:29.976Z] Total Memory: 32GiB [2022-05-13T10:32:29.976Z] Name: azwin-2-7d98c0 [2022-05-13T10:32:29.976Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-13T10:32:29.976Z] Docker Root Dir: D:\docker [2022-05-13T10:32:29.976Z] Debug Mode: false [2022-05-13T10:32:29.976Z] Registry: https://index.docker.io/v1/ [2022-05-13T10:32:29.976Z] Labels: [2022-05-13T10:32:29.976Z] Experimental: true [2022-05-13T10:32:29.976Z] Insecure Registries: [2022-05-13T10:32:29.976Z] 10.0.0.4:5000 [2022-05-13T10:32:29.976Z] 127.0.0.0/8 [2022-05-13T10:32:29.976Z] Registry Mirrors: [2022-05-13T10:32:29.976Z] http://10.0.0.4:5000/ [2022-05-13T10:32:29.976Z] Live Restore Enabled: false [2022-05-13T10:32:29.976Z] Product License: Community Engine [2022-05-13T10:32:29.976Z] [2022-05-13T10:32:29.976Z] [2022-05-13T10:32:29.976Z] INFO: Commit hash is 8e4b5db542 [2022-05-13T10:32:29.976Z] INFO: Nuke-Everything... [2022-05-13T10:32:29.976Z] INFO: Container count on control daemon to delete is 0 [2022-05-13T10:32:29.976Z] INFO: Nuking d:\CI [2022-05-13T10:32:29.976Z] INFO: Zapped successfully [2022-05-13T10:32:29.976Z] INFO: Location for testing is d:\CI\PR-43269\3 [2022-05-13T10:32:29.976Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-05-13T10:32:29.976Z] [2022-05-13T10:32:29.976Z] [2022-05-13T10:32:29.976Z] INFO: Building the image from Dockerfile.windows at 05/13/2022 10:32:25... [2022-05-13T10:32:29.976Z] [2022-05-13T10:32:30.235Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.010s coverage: 87.2% of statements [2022-05-13T10:32:30.495Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.009s coverage: 69.9% of statements [2022-05-13T10:32:31.065Z] ok github.com/docker/docker/daemon/logger/local 0.033s coverage: 78.7% of statements [2022-05-13T10:32:31.065Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-13T10:32:31.230Z] --- PASS: TestBuildSquashParent (8.78s) [2022-05-13T10:32:31.230Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-13T10:32:31.230Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:32:31.230Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:32:31.230Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:32:31.230Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:32:31.230Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:32:31.230Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:32:31.230Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:32:31.230Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:32:31.230Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:32:31.230Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:32:31.230Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:32:31.230Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:32:31.230Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:32:31.230Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:32:31.459Z] --- PASS: TestBuildPreserveOwnership (9.81s) [2022-05-13T10:32:31.459Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.79s) [2022-05-13T10:32:31.459Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-05-13T10:32:31.459Z] === RUN TestBuildPlatformInvalid [2022-05-13T10:32:31.459Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-05-13T10:32:31.459Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-13T10:32:31.459Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-05-13T10:32:31.459Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-05-13T10:32:31.459Z] PASS [2022-05-13T10:32:31.459Z] [2022-05-13T10:32:31.459Z] === Skipped [2022-05-13T10:32:31.459Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-05-13T10:32:31.459Z] build_session_test.go:25: TODO: BuildKit [2022-05-13T10:32:31.459Z] [2022-05-13T10:32:31.459Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-13T10:32:31.459Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-13T10:32:31.459Z] [2022-05-13T10:32:31.459Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-05-13T10:32:31.459Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-05-13T10:32:31.459Z] [2022-05-13T10:32:31.459Z] DONE 34 tests, 3 skipped in 112.717s [2022-05-13T10:32:31.459Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-05-13T10:32:31.459Z] INFO: Testing against a local daemon [2022-05-13T10:32:31.459Z] === RUN TestConfigInspect [2022-05-13T10:32:31.459Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:32:31.459Z] --- SKIP: TestConfigInspect (0.02s) [2022-05-13T10:32:31.459Z] === RUN TestConfigList [2022-05-13T10:32:31.459Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:32:31.459Z] --- SKIP: TestConfigList (0.01s) [2022-05-13T10:32:31.459Z] === RUN TestConfigsCreateAndDelete [2022-05-13T10:32:31.459Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:32:31.459Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-05-13T10:32:31.459Z] === RUN TestConfigsUpdate [2022-05-13T10:32:31.459Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:32:31.459Z] --- SKIP: TestConfigsUpdate (0.02s) [2022-05-13T10:32:31.459Z] === RUN TestTemplatedConfig [2022-05-13T10:32:31.459Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:32:31.459Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-13T10:32:31.459Z] === RUN TestConfigCreateResolve [2022-05-13T10:32:31.459Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:32:31.459Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-05-13T10:32:31.459Z] PASS [2022-05-13T10:32:31.459Z] [2022-05-13T10:32:31.459Z] === Skipped [2022-05-13T10:32:31.459Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-05-13T10:32:31.459Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:32:31.459Z] [2022-05-13T10:32:31.459Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-05-13T10:32:31.459Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:32:31.459Z] [2022-05-13T10:32:31.459Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-05-13T10:32:31.459Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:32:31.459Z] [2022-05-13T10:32:31.459Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2022-05-13T10:32:31.459Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:32:31.459Z] [2022-05-13T10:32:31.459Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-05-13T10:32:31.459Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:32:31.459Z] [2022-05-13T10:32:31.459Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-05-13T10:32:31.459Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:32:31.459Z] [2022-05-13T10:32:31.459Z] DONE 6 tests, 6 skipped in 0.152s [2022-05-13T10:32:31.459Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-05-13T10:32:31.636Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.045s coverage: 59.1% of statements [2022-05-13T10:32:31.718Z] INFO: Testing against a local daemon [2022-05-13T10:32:31.718Z] === RUN TestAttachWithTTY [2022-05-13T10:32:31.718Z] --- PASS: TestAttachWithTTY (0.06s) [2022-05-13T10:32:31.718Z] === RUN TestAttachWithoutTTy [2022-05-13T10:32:31.718Z] --- PASS: TestAttachWithoutTTy (0.11s) [2022-05-13T10:32:31.718Z] === RUN TestCheckpoint [2022-05-13T10:32:31.718Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-13T10:32:31.718Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-13T10:32:31.718Z] === RUN TestContainerInvalidJSON [2022-05-13T10:32:31.718Z] === RUN TestContainerInvalidJSON/commit [2022-05-13T10:32:31.718Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-13T10:32:31.718Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-13T10:32:31.718Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-13T10:32:31.718Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:32:31.718Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:32:31.718Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:32:31.718Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:32:31.718Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:32:31.718Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:32:31.718Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-13T10:32:31.718Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-13T10:32:31.718Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-13T10:32:31.718Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-13T10:32:31.718Z] === CONT TestContainerInvalidJSON/commit [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-13T10:32:31.719Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-13T10:32:31.719Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-13T10:32:31.719Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-13T10:32:31.719Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-13T10:32:31.719Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-13T10:32:31.719Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-13T10:32:31.719Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-13T10:32:31.719Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-13T10:32:31.719Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-13T10:32:31.897Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.038s coverage: 31.5% of statements [2022-05-13T10:32:31.978Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-05-13T10:32:31.978Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-13T10:32:31.978Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-05-13T10:32:31.978Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-13T10:32:31.978Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-05-13T10:32:31.978Z] === RUN TestCopyEmptyFile [2022-05-13T10:32:32.158Z] Sending build context to Docker daemon 66.79MB [2022-05-13T10:32:32.158Z] [2022-05-13T10:32:32.158Z] Step 1/13 : FROM microsoft/windowsservercore [2022-05-13T10:32:32.158Z] ---> 7c569352fed3 [2022-05-13T10:32:32.158Z] Step 2/13 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-05-13T10:32:32.158Z] ---> Running in 3d4fdd7ac0e9 [2022-05-13T10:32:32.237Z] --- PASS: TestCopyEmptyFile (0.21s) [2022-05-13T10:32:32.237Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-13T10:32:32.237Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-05-13T10:32:32.237Z] === RUN TestCopyFromContainer [2022-05-13T10:32:32.614Z] Removing intermediate container 3d4fdd7ac0e9 [2022-05-13T10:32:32.614Z] ---> a4598b2a0702 [2022-05-13T10:32:32.614Z] Step 3/13 : ARG GO_VERSION=1.18.2 [2022-05-13T10:32:32.614Z] ---> Running in d6a9b547ba48 [2022-05-13T10:32:32.838Z] ok github.com/docker/docker/daemon/logger/syslog 0.011s coverage: 46.8% of statements [2022-05-13T10:32:33.070Z] Removing intermediate container d6a9b547ba48 [2022-05-13T10:32:33.070Z] ---> 2f4b6e7225aa [2022-05-13T10:32:33.070Z] Step 4/13 : ARG CONTAINERD_VERSION=1.6.4 [2022-05-13T10:32:33.070Z] ---> Running in cbc53bb699e6 [2022-05-13T10:32:33.098Z] ok github.com/docker/docker/daemon/logger/templates 0.008s coverage: 8.3% of statements [2022-05-13T10:32:33.138Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:32:33.138Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:32:33.526Z] Removing intermediate container cbc53bb699e6 [2022-05-13T10:32:33.526Z] ---> d7c33764fee6 [2022-05-13T10:32:33.526Z] Step 5/13 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-05-13T10:32:33.526Z] ---> Running in a7c7d7bd5b1f [2022-05-13T10:32:33.526Z] Removing intermediate container a7c7d7bd5b1f [2022-05-13T10:32:33.526Z] ---> a259fbc0bfaf [2022-05-13T10:32:33.526Z] Step 6/13 : ARG GOWINRES_VERSION=v0.2.3 [2022-05-13T10:32:33.526Z] ---> Running in 7a2a1fa334b6 [2022-05-13T10:32:33.669Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-05-13T10:32:33.982Z] Removing intermediate container 7a2a1fa334b6 [2022-05-13T10:32:33.982Z] ---> 6dbf52cb3684 [2022-05-13T10:32:33.982Z] 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-13T10:32:33.982Z] ---> Running in 41532f2613b3 [2022-05-13T10:32:34.239Z] ok github.com/docker/docker/daemon/logger/splunk 1.574s coverage: 82.5% of statements [2022-05-13T10:32:34.239Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-13T10:32:34.239Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-13T10:32:34.437Z] Removing intermediate container 41532f2613b3 [2022-05-13T10:32:34.437Z] ---> 35a975bed9c9 [2022-05-13T10:32:34.437Z] 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-13T10:32:34.437Z] ---> Running in 66dd68b0d1a9 [2022-05-13T10:32:35.178Z] ok github.com/docker/docker/distribution/metadata 0.045s coverage: 44.4% of statements [2022-05-13T10:32:35.440Z] ok github.com/docker/docker/distribution 0.608s coverage: 28.2% of statements [2022-05-13T10:32:35.440Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-13T10:32:36.011Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-05-13T10:32:36.430Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:32:36.430Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:32:36.442Z] === RUN TestCopyFromContainer// [2022-05-13T10:32:36.442Z] === RUN TestCopyFromContainer//bar/root [2022-05-13T10:32:36.442Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-13T10:32:36.442Z] === RUN TestCopyFromContainer/bar/quux [2022-05-13T10:32:36.442Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-13T10:32:36.442Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-13T10:32:36.442Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-13T10:32:36.442Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-13T10:32:36.581Z] ok github.com/docker/docker/image 0.025s coverage: 86.9% of statements [2022-05-13T10:32:36.700Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-13T10:32:36.701Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-13T10:32:36.701Z] --- PASS: TestCopyFromContainer (4.52s) [2022-05-13T10:32:36.701Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-05-13T10:32:36.701Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-05-13T10:32:36.701Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-05-13T10:32:36.701Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-05-13T10:32:36.701Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-05-13T10:32:36.701Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-05-13T10:32:36.701Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-05-13T10:32:36.701Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-05-13T10:32:36.701Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-05-13T10:32:36.701Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-05-13T10:32:36.701Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-13T10:32:36.701Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:32:36.701Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:32:36.701Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:32:36.701Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:32:36.701Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:32:36.701Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:32:36.701Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:32:36.701Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:32:36.701Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:32:36.701Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-05-13T10:32:36.701Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-13T10:32:36.701Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-13T10:32:36.701Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-13T10:32:36.701Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-13T10:32:36.701Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-05-13T10:32:36.701Z] === RUN TestCreateWithInvalidEnv [2022-05-13T10:32:36.701Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-13T10:32:36.701Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-13T10:32:36.701Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-13T10:32:36.701Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-13T10:32:36.701Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-13T10:32:36.701Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-13T10:32:36.701Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-13T10:32:36.701Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-13T10:32:36.701Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-13T10:32:36.701Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-05-13T10:32:36.701Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-13T10:32:36.701Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-13T10:32:36.701Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-13T10:32:36.701Z] === RUN TestCreateTmpfsMountsTarget [2022-05-13T10:32:36.959Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-05-13T10:32:36.959Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-13T10:32:37.151Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2022-05-13T10:32:37.411Z] ok github.com/docker/docker/distribution/xfer 1.898s coverage: 84.9% of statements [2022-05-13T10:32:37.411Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-13T10:32:37.671Z] ok github.com/docker/docker/image/tarexport 0.010s coverage: 0.7% of statements [2022-05-13T10:32:37.671Z] ? github.com/docker/docker/image/v1 [no test files] [2022-05-13T10:32:37.671Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-13T10:32:37.895Z] --- PASS: TestCreateWithCustomMaskedPaths (1.16s) [2022-05-13T10:32:37.895Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-13T10:32:37.931Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-05-13T10:32:38.872Z] ok github.com/docker/docker/oci 0.008s coverage: 46.0% of statements [2022-05-13T10:32:39.147Z] [2022-05-13T10:32:39.147Z] SUCCESS: Specified value was saved. [2022-05-13T10:32:39.274Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.33s) [2022-05-13T10:32:39.274Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-13T10:32:39.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:32:39.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:32:39.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:32:39.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:32:39.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:32:39.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:32:39.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:32:39.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:32:39.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:32:39.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:32:39.274Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:32:39.274Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:32:39.274Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:32:39.274Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:32:39.442Z] ok github.com/docker/docker/opts 0.025s coverage: 66.0% of statements [2022-05-13T10:32:39.442Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-05-13T10:32:39.533Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:32:39.533Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-05-13T10:32:39.533Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-05-13T10:32:39.533Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2022-05-13T10:32:39.533Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2022-05-13T10:32:39.533Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2022-05-13T10:32:39.533Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-05-13T10:32:39.533Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-13T10:32:39.792Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.46s) [2022-05-13T10:32:39.792Z] === RUN TestCreateDifferentPlatform [2022-05-13T10:32:39.792Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-13T10:32:39.792Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-13T10:32:39.792Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-05-13T10:32:39.792Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-13T10:32:39.792Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-13T10:32:39.792Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-13T10:32:40.050Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-05-13T10:32:40.050Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-13T10:32:40.050Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-13T10:32:40.050Z] === RUN TestContainerStartOnDaemonRestart [2022-05-13T10:32:40.050Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-05-13T10:32:40.050Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-05-13T10:32:40.050Z] === RUN TestDaemonRestartIpcMode [2022-05-13T10:32:40.050Z] === PAUSE TestDaemonRestartIpcMode [2022-05-13T10:32:40.050Z] === RUN TestDaemonHostGatewayIP [2022-05-13T10:32:40.050Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:32:40.050Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-05-13T10:32:40.050Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-13T10:32:40.050Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-13T10:32:40.050Z] === RUN TestContainerKillOnDaemonStart [2022-05-13T10:32:40.050Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-05-13T10:32:40.050Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-13T10:32:40.050Z] === RUN TestDiff [2022-05-13T10:32:40.107Z] INFO: Downloading git... [2022-05-13T10:32:40.309Z] --- PASS: TestDiff (0.41s) [2022-05-13T10:32:40.309Z] === RUN TestExecWithCloseStdin [2022-05-13T10:32:40.636Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-05-13T10:32:40.636Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.09s) [2022-05-13T10:32:40.636Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.14s) [2022-05-13T10:32:40.636Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.32s) [2022-05-13T10:32:40.636Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.51s) [2022-05-13T10:32:40.636Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.48s) [2022-05-13T10:32:40.636Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.36s) [2022-05-13T10:32:40.636Z] === RUN TestBuildMultiStageCopy [2022-05-13T10:32:40.636Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-13T10:32:40.824Z] ok github.com/docker/docker/pkg/archive 0.290s coverage: 82.1% of statements [2022-05-13T10:32:40.876Z] --- PASS: TestExecWithCloseStdin (0.50s) [2022-05-13T10:32:40.876Z] === RUN TestExec [2022-05-13T10:32:41.443Z] --- PASS: TestExec (0.52s) [2022-05-13T10:32:41.443Z] === RUN TestExecUser [2022-05-13T10:32:41.642Z] INFO: Downloading go... [2022-05-13T10:32:42.011Z] --- PASS: TestExecUser (0.50s) [2022-05-13T10:32:42.011Z] === RUN TestExportContainerAndImportImage [2022-05-13T10:32:42.203Z] ok github.com/docker/docker/pkg/authorization 0.825s coverage: 68.3% of statements [2022-05-13T10:32:42.463Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-05-13T10:32:42.540Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-13T10:32:42.578Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2022-05-13T10:32:42.578Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-13T10:32:42.756Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-05-13T10:32:43.107Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-13T10:32:43.181Z] INFO: Downloading compiler 1 of 3... [2022-05-13T10:32:43.674Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-13T10:32:43.955Z] --- PASS: TestExportContainerAfterDaemonRestart (1.30s) [2022-05-13T10:32:43.955Z] === RUN TestHealthCheckWorkdir [2022-05-13T10:32:44.141Z] INFO: Downloading compiler 2 of 3... [2022-05-13T10:32:44.213Z] --- PASS: TestHealthCheckWorkdir (0.56s) [2022-05-13T10:32:44.213Z] === RUN TestHealthKillContainer [2022-05-13T10:32:44.242Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-13T10:32:44.809Z] --- PASS: TestBuildMultiStageCopy (4.95s) [2022-05-13T10:32:44.809Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.63s) [2022-05-13T10:32:44.809Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.53s) [2022-05-13T10:32:44.809Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s) [2022-05-13T10:32:44.809Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.65s) [2022-05-13T10:32:44.809Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.61s) [2022-05-13T10:32:44.809Z] === RUN TestBuildMultiStageParentConfig [2022-05-13T10:32:45.101Z] INFO: Downloading compiler 3 of 3... [2022-05-13T10:32:45.557Z] INFO: Extracting git... [2022-05-13T10:32:46.094Z] ok github.com/docker/docker/pkg/chrootarchive 2.524s coverage: 42.7% of statements [2022-05-13T10:32:46.094Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-05-13T10:32:46.094Z] ok github.com/docker/docker/layer 7.103s coverage: 69.0% of statements [2022-05-13T10:32:46.094Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-13T10:32:46.094Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-13T10:32:46.094Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-13T10:32:46.094Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-13T10:32:46.094Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-13T10:32:46.094Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-13T10:32:46.188Z] --- PASS: TestBuildMultiStageParentConfig (1.31s) [2022-05-13T10:32:46.188Z] === RUN TestBuildLabelWithTargets [2022-05-13T10:32:46.354Z] ok github.com/docker/docker/pkg/directory 0.005s coverage: 80.0% of statements [2022-05-13T10:32:46.354Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2022-05-13T10:32:46.924Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 87.2% of statements [2022-05-13T10:32:47.184Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2022-05-13T10:32:47.184Z] ok github.com/docker/docker/pkg/fsutils 0.202s coverage: 85.1% of statements [2022-05-13T10:32:47.444Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-05-13T10:32:48.386Z] ok github.com/docker/docker/pkg/idtools 0.466s coverage: 67.9% of statements [2022-05-13T10:32:48.386Z] ok github.com/docker/docker/pkg/ioutils 0.367s coverage: 70.1% of statements [2022-05-13T10:32:48.646Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-05-13T10:32:48.646Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2022-05-13T10:32:48.646Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-05-13T10:32:48.722Z] --- PASS: TestBuildLabelWithTargets (2.29s) [2022-05-13T10:32:48.722Z] === RUN TestBuildWithEmptyLayers [2022-05-13T10:32:48.906Z] ok github.com/docker/docker/pkg/namesgenerator 0.010s coverage: 85.7% of statements [2022-05-13T10:32:48.906Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-05-13T10:32:49.166Z] ok github.com/docker/docker/pkg/parsers/kernel 0.007s coverage: 60.0% of statements [2022-05-13T10:32:49.166Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 90.5% of statements [2022-05-13T10:32:49.426Z] ok github.com/docker/docker/pkg/pidfile 0.005s coverage: 82.4% of statements [2022-05-13T10:32:49.426Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-13T10:32:49.426Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-13T10:32:49.657Z] --- PASS: TestBuildWithEmptyLayers (1.32s) [2022-05-13T10:32:49.657Z] === RUN TestBuildMultiStageOnBuild [2022-05-13T10:32:49.996Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.018s coverage: 56.8% of statements [2022-05-13T10:32:50.257Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-05-13T10:32:50.517Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-05-13T10:32:50.777Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-05-13T10:32:52.156Z] ok github.com/docker/docker/pkg/pubsub 1.046s coverage: 75.0% of statements [2022-05-13T10:32:52.156Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2022-05-13T10:32:52.328Z] --- PASS: TestHealthKillContainer (7.88s) [2022-05-13T10:32:52.328Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-13T10:32:52.328Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-13T10:32:52.328Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-13T10:32:52.328Z] === RUN TestIpcModeNone [2022-05-13T10:32:52.416Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-05-13T10:32:52.676Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-05-13T10:32:52.894Z] --- PASS: TestIpcModeNone (0.64s) [2022-05-13T10:32:52.895Z] === RUN TestIpcModePrivate [2022-05-13T10:32:52.936Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-05-13T10:32:52.946Z] --- PASS: TestBuildMultiStageOnBuild (3.21s) [2022-05-13T10:32:52.946Z] === RUN TestBuildUncleanTarFilenames [2022-05-13T10:32:53.153Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2022-05-13T10:32:53.197Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-05-13T10:32:53.412Z] --- PASS: TestIpcModePrivate (0.46s) [2022-05-13T10:32:53.412Z] === RUN TestIpcModeShareable [2022-05-13T10:32:53.412Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-13T10:32:53.412Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-05-13T10:32:53.412Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-13T10:32:53.766Z] ok github.com/docker/docker/pkg/sysinfo 0.007s coverage: 53.4% of statements [2022-05-13T10:32:54.026Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-05-13T10:32:54.286Z] ok github.com/docker/docker/pkg/tailfile 0.041s coverage: 88.6% of statements [2022-05-13T10:32:54.790Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.41s) [2022-05-13T10:32:54.790Z] === RUN TestAPIIpcModeHost [2022-05-13T10:32:54.790Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-13T10:32:54.790Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-05-13T10:32:54.790Z] === RUN TestDaemonIpcModeShareable [2022-05-13T10:32:54.790Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-13T10:32:54.790Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-05-13T10:32:54.790Z] === RUN TestDaemonIpcModePrivate [2022-05-13T10:32:54.852Z] --- PASS: TestBuildUncleanTarFilenames (1.98s) [2022-05-13T10:32:54.852Z] === RUN TestBuildMultiStageLayerLeak [2022-05-13T10:32:54.856Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2022-05-13T10:32:55.116Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-05-13T10:32:55.376Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-05-13T10:32:55.727Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2022-05-13T10:32:55.986Z] --- PASS: TestDaemonIpcModePrivate (1.17s) [2022-05-13T10:32:55.986Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-13T10:32:55.986Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-13T10:32:55.986Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-05-13T10:32:55.986Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-13T10:32:55.986Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-13T10:32:55.986Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-05-13T10:32:55.986Z] === RUN TestIpcModeOlderClient [2022-05-13T10:32:55.986Z] === PAUSE TestIpcModeOlderClient [2022-05-13T10:32:55.986Z] === RUN TestKillContainerInvalidSignal [2022-05-13T10:32:56.553Z] --- PASS: TestKillContainerInvalidSignal (0.48s) [2022-05-13T10:32:56.553Z] === RUN TestKillContainer [2022-05-13T10:32:56.553Z] === RUN TestKillContainer/no_signal [2022-05-13T10:32:56.812Z] === RUN TestKillContainer/non_killing_signal [2022-05-13T10:32:57.072Z] === RUN TestKillContainer/killing_signal [2022-05-13T10:32:57.286Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.2% of statements [2022-05-13T10:32:57.286Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-05-13T10:32:57.639Z] --- PASS: TestKillContainer (1.25s) [2022-05-13T10:32:57.639Z] --- PASS: TestKillContainer/no_signal (0.41s) [2022-05-13T10:32:57.639Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2022-05-13T10:32:57.639Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2022-05-13T10:32:57.639Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-13T10:32:57.639Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-13T10:32:57.856Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 86.0% of statements [2022-05-13T10:32:58.209Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-13T10:32:58.474Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.86s) [2022-05-13T10:32:58.474Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2022-05-13T10:32:58.474Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s) [2022-05-13T10:32:58.474Z] === RUN TestKillStoppedContainer [2022-05-13T10:32:58.474Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-05-13T10:32:58.474Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-13T10:32:58.474Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-05-13T10:32:58.474Z] === RUN TestKillDifferentUserContainer [2022-05-13T10:32:58.796Z] ok github.com/docker/docker/quota 0.210s coverage: 71.4% of statements [2022-05-13T10:32:59.044Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2022-05-13T10:32:59.044Z] === RUN TestInspectOomKilledTrue [2022-05-13T10:32:59.044Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-13T10:32:59.044Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-13T10:32:59.044Z] === RUN TestInspectOomKilledFalse [2022-05-13T10:32:59.044Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:32:59.044Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-13T10:32:59.044Z] === RUN TestLinksEtcHostsContentMatch [2022-05-13T10:32:59.044Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-05-13T10:32:59.044Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-05-13T10:32:59.044Z] === RUN TestLinksContainerNames [2022-05-13T10:32:59.047Z] --- PASS: TestBuildMultiStageLayerLeak (3.49s) [2022-05-13T10:32:59.047Z] === RUN TestBuildWithHugeFile [2022-05-13T10:32:59.055Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-05-13T10:32:59.981Z] --- PASS: TestLinksContainerNames (0.84s) [2022-05-13T10:32:59.981Z] === RUN TestLogsFollowTailEmpty [2022-05-13T10:32:59.995Z] ok github.com/docker/docker/registry 0.081s coverage: 58.6% of statements [2022-05-13T10:33:00.240Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2022-05-13T10:33:00.240Z] === RUN TestContainerNetworkMountsNoChown [2022-05-13T10:33:00.319Z] INFO: Expanding go... [2022-05-13T10:33:00.565Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-05-13T10:33:00.807Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/default [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/default [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/private [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/private [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/rprivate [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/slave [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/slave [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/rslave [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/shared [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/shared [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/rshared [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/default [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/rshared [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/shared [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/rslave [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/slave [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/rprivate [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/private [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-13T10:33:00.807Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-13T10:33:00.807Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-13T10:33:00.807Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-13T10:33:00.808Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-13T10:33:00.808Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-13T10:33:00.825Z] ok github.com/docker/docker/restartmanager 0.024s coverage: 45.3% of statements [2022-05-13T10:33:01.066Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-13T10:33:01.066Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-13T10:33:01.066Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-13T10:33:01.066Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-13T10:33:01.066Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-13T10:33:01.066Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-13T10:33:01.066Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-13T10:33:01.066Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-13T10:33:01.066Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-13T10:33:01.066Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-13T10:33:01.066Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-13T10:33:01.066Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.03s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.01s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-05-13T10:33:01.066Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-05-13T10:33:01.066Z] === RUN TestContainerBindMountNonRecursive [2022-05-13T10:33:01.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-13T10:33:01.066Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2022-05-13T10:33:01.066Z] === RUN TestContainerVolumesMountedAsShared [2022-05-13T10:33:01.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-13T10:33:01.066Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-05-13T10:33:01.066Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-13T10:33:01.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-13T10:33:01.066Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-05-13T10:33:01.066Z] === RUN TestNetworkNat [2022-05-13T10:33:01.085Z] ok github.com/docker/docker/runconfig 0.011s coverage: 64.5% of statements [2022-05-13T10:33:01.367Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-05-13T10:33:01.678Z] --- PASS: TestNetworkNat (0.48s) [2022-05-13T10:33:01.678Z] === RUN TestNetworkLocalhostTCPNat [2022-05-13T10:33:01.938Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2022-05-13T10:33:01.938Z] === RUN TestNetworkLoopbackNat [2022-05-13T10:33:03.277Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-05-13T10:33:03.847Z] ok github.com/docker/docker/volume/local 0.079s coverage: 76.4% of statements [2022-05-13T10:33:04.416Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-05-13T10:33:04.470Z] --- PASS: TestNetworkLoopbackNat (2.55s) [2022-05-13T10:33:04.470Z] === RUN TestPause [2022-05-13T10:33:04.470Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-13T10:33:04.470Z] --- SKIP: TestPause (0.00s) [2022-05-13T10:33:04.470Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-13T10:33:04.470Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-13T10:33:04.470Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-13T10:33:04.470Z] === RUN TestPauseStopPausedContainer [2022-05-13T10:33:04.470Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-13T10:33:04.470Z] --- SKIP: TestPauseStopPausedContainer (0.02s) [2022-05-13T10:33:04.470Z] === RUN TestPidHost [2022-05-13T10:33:05.356Z] ok github.com/docker/docker/volume/service 0.013s coverage: 72.3% of statements [2022-05-13T10:33:05.848Z] --- PASS: TestPidHost (1.18s) [2022-05-13T10:33:05.848Z] === RUN TestPsFilter [2022-05-13T10:33:05.848Z] --- PASS: TestPsFilter (0.14s) [2022-05-13T10:33:05.848Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-13T10:33:06.416Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.49s) [2022-05-13T10:33:06.417Z] === RUN TestRemoveContainerWithVolume [2022-05-13T10:33:06.984Z] --- PASS: TestRemoveContainerWithVolume (0.55s) [2022-05-13T10:33:06.984Z] === RUN TestRemoveContainerRunning [2022-05-13T10:33:07.394Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-13T10:33:07.394Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-13T10:33:07.394Z] GOOS="" GOARCH="" GOARM="" [2022-05-13T10:33:07.394Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-13T10:33:07.394Z] [2022-05-13T10:33:07.394Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-13T10:33:07.394Z] DOCKER_SYSTEMD=1 [2022-05-13T10:33:07.394Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-13T10:33:07.394Z] HOSTNAME=c99beb2f843f [2022-05-13T10:33:07.394Z] DEST=bundles/test-integration [2022-05-13T10:33:07.394Z] PWD=/go/src/github.com/docker/docker [2022-05-13T10:33:07.394Z] DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:33:07.394Z] container=docker [2022-05-13T10:33:07.394Z] HOME=/root [2022-05-13T10:33:07.394Z] LANG=C.UTF-8 [2022-05-13T10:33:07.394Z] INVOCATION_ID=5b8173cd9d234d7f9d3716af07c9eca9 [2022-05-13T10:33:07.394Z] GOLANG_VERSION=1.18.2 [2022-05-13T10:33:07.394Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-13T10:33:07.394Z] VALIDATE_BRANCH=master [2022-05-13T10:33:07.394Z] TERM=xterm [2022-05-13T10:33:07.394Z] DOCKER_PKG=github.com/docker/docker [2022-05-13T10:33:07.394Z] SHLVL=3 [2022-05-13T10:33:07.394Z] TIMEOUT=120m [2022-05-13T10:33:07.394Z] DOCKER_BUILDTAGS= journald [2022-05-13T10:33:07.394Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-13T10:33:07.394Z] GO111MODULE=off [2022-05-13T10:33:07.394Z] DOCKER_EXPERIMENTAL=1 [2022-05-13T10:33:07.394Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-13T10:33:07.394Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-13T10:33:07.394Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-13T10:33:07.394Z] GOPATH=/go [2022-05-13T10:33:07.394Z] PKG_CONFIG=pkg-config [2022-05-13T10:33:07.394Z] _=/usr/bin/env [2022-05-13T10:33:07.394Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-13T10:33:07.552Z] --- PASS: TestRemoveContainerRunning (0.46s) [2022-05-13T10:33:07.552Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-13T10:33:07.812Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2022-05-13T10:33:07.812Z] === RUN TestRemoveInvalidContainer [2022-05-13T10:33:07.812Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-05-13T10:33:07.812Z] === RUN TestRenameLinkedContainer [2022-05-13T10:33:07.946Z] INFO [loader] Go packages loading at mode 575 (files|name|types_sizes|compiled_files|deps|exports_file|imports) took 2m50.16902612s [2022-05-13T10:33:07.946Z] 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-13T10:33:07.946Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 487.398764ms [2022-05-13T10:33:09.716Z] --- PASS: TestRenameLinkedContainer (1.67s) [2022-05-13T10:33:09.716Z] === RUN TestRenameStoppedContainer [2022-05-13T10:33:09.975Z] --- PASS: TestRenameStoppedContainer (0.43s) [2022-05-13T10:33:09.975Z] === RUN TestRenameRunningContainerAndReuse [2022-05-13T10:33:10.911Z] --- PASS: TestRenameRunningContainerAndReuse (0.81s) [2022-05-13T10:33:10.911Z] === RUN TestRenameInvalidName [2022-05-13T10:33:11.170Z] --- PASS: TestRenameInvalidName (0.45s) [2022-05-13T10:33:11.170Z] === RUN TestRenameAnonymousContainer [2022-05-13T10:33:12.547Z] --- PASS: TestRenameAnonymousContainer (1.46s) [2022-05-13T10:33:12.547Z] === RUN TestRenameContainerWithSameName [2022-05-13T10:33:13.114Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-05-13T10:33:13.114Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-13T10:33:14.049Z] --- PASS: TestRenameContainerWithLinkedContainer (0.83s) [2022-05-13T10:33:14.049Z] === RUN TestResize [2022-05-13T10:33:14.308Z] --- PASS: TestResize (0.41s) [2022-05-13T10:33:14.308Z] === RUN TestResizeWithInvalidSize [2022-05-13T10:33:14.876Z] --- PASS: TestResizeWithInvalidSize (0.45s) [2022-05-13T10:33:14.876Z] === RUN TestResizeWhenContainerNotStarted [2022-05-13T10:33:15.136Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2022-05-13T10:33:15.137Z] === RUN TestDaemonRestartKillContainers [2022-05-13T10:33:15.137Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-05-13T10:33:15.137Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-13T10:33:15.137Z] === RUN TestCgroupNamespacesRun [2022-05-13T10:33:16.513Z] --- PASS: TestCgroupNamespacesRun (1.14s) [2022-05-13T10:33:16.513Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-13T10:33:17.450Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.12s) [2022-05-13T10:33:17.450Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-13T10:33:18.839Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s) [2022-05-13T10:33:18.839Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-13T10:33:19.776Z] --- PASS: TestCgroupNamespacesRunHostMode (1.15s) [2022-05-13T10:33:19.776Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-13T10:33:21.156Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.15s) [2022-05-13T10:33:21.156Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-13T10:33:22.093Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s) [2022-05-13T10:33:22.093Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-13T10:33:22.659Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s) [2022-05-13T10:33:22.659Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-13T10:33:24.038Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.23s) [2022-05-13T10:33:24.038Z] === RUN TestNISDomainname [2022-05-13T10:33:24.038Z] run_linux_test.go:33: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-05-13T10:33:24.038Z] --- SKIP: TestNISDomainname (0.02s) [2022-05-13T10:33:24.038Z] === RUN TestHostnameDnsResolution [2022-05-13T10:33:24.606Z] --- PASS: TestHostnameDnsResolution (0.68s) [2022-05-13T10:33:24.606Z] === RUN TestUnprivilegedPortsAndPing [2022-05-13T10:33:24.606Z] run_linux_test.go:109: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-05-13T10:33:24.606Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-05-13T10:33:24.606Z] === RUN TestPrivilegedHostDevices [2022-05-13T10:33:25.174Z] --- PASS: TestPrivilegedHostDevices (0.46s) [2022-05-13T10:33:25.174Z] === RUN TestStats [2022-05-13T10:33:25.174Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-13T10:33:25.174Z] --- SKIP: TestStats (0.00s) [2022-05-13T10:33:25.174Z] === RUN TestStopContainerWithTimeout [2022-05-13T10:33:25.174Z] === RUN TestStopContainerWithTimeout/0 [2022-05-13T10:33:25.174Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-13T10:33:25.174Z] === RUN TestStopContainerWithTimeout/1 [2022-05-13T10:33:25.174Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-13T10:33:25.174Z] === RUN TestStopContainerWithTimeout/3 [2022-05-13T10:33:25.174Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-13T10:33:25.174Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-13T10:33:25.174Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-13T10:33:25.174Z] === CONT TestStopContainerWithTimeout/0 [2022-05-13T10:33:25.174Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-13T10:33:25.746Z] === CONT TestStopContainerWithTimeout/3 [2022-05-13T10:33:27.301Z] ok github.com/docker/docker/pkg/plugins 33.639s coverage: 76.3% of statements [2022-05-13T10:33:27.301Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-13T10:33:27.301Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-13T10:33:27.301Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-13T10:33:27.301Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-13T10:33:27.301Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-13T10:33:27.301Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-05-13T10:33:27.301Z] ? github.com/docker/docker/rootless [no test files] [2022-05-13T10:33:27.301Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-05-13T10:33:27.301Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-13T10:33:27.301Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-13T10:33:27.301Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-13T10:33:27.301Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-13T10:33:27.301Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-13T10:33:27.301Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-13T10:33:27.301Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-13T10:33:27.301Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-13T10:33:27.301Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-13T10:33:27.301Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-13T10:33:27.302Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-13T10:33:27.302Z] ? github.com/docker/docker/volume [no test files] [2022-05-13T10:33:27.302Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-13T10:33:27.302Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === Skipped [2022-05-13T10:33:27.302Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-13T10:33:27.302Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-13T10:33:27.302Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-13T10:33:27.302Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-13T10:33:27.302Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-05-13T10:33:27.302Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:33:27.302Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-05-13T10:33:27.302Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:33:27.302Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-05-13T10:33:27.302Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:33:27.302Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-05-13T10:33:27.302Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:33:27.302Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-05-13T10:33:27.302Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:33:27.302Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-05-13T10:33:27.302Z] graphtest_unix.go:71: No driver to put! [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-05-13T10:33:27.302Z] time="2022-05-13T10:32:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-13T10:33:27.302Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-13T10:33:27.302Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-05-13T10:33:27.302Z] time="2022-05-13T10:32:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-13T10:33:27.302Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-13T10:33:27.302Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-05-13T10:33:27.302Z] time="2022-05-13T10:32:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-13T10:33:27.302Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-13T10:33:27.302Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-05-13T10:33:27.302Z] time="2022-05-13T10:32:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-13T10:33:27.302Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-13T10:33:27.302Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-05-13T10:33:27.302Z] time="2022-05-13T10:32:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-13T10:33:27.302Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-13T10:33:27.302Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-05-13T10:33:27.302Z] graphtest_unix.go:71: No driver to put! [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-05-13T10:33:27.302Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-05-13T10:33:27.302Z] overlay_test.go:50: Fails to compute changes intermittently [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-05-13T10:33:27.302Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-05-13T10:33:27.302Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-05-13T10:33:27.302Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:33:27.302Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-05-13T10:33:27.302Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:33:27.302Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-05-13T10:33:27.302Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:33:27.302Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-05-13T10:33:27.302Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:33:27.302Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-05-13T10:33:27.302Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:33:27.302Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-05-13T10:33:27.302Z] graphtest_unix.go:71: No driver to put! [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-05-13T10:33:27.302Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-05-13T10:33:27.302Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-05-13T10:33:27.302Z] [2022-05-13T10:33:27.302Z] DONE 2568 tests, 28 skipped in 207.814s [2022-05-13T10:33:27.302Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/bitseq [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/cluster [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/config [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/datastore [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/driverapi [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/etchosts [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/idm [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/ipam [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/iptables [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/netlabel [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/netutils [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/networkdb [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/ns [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/options [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/osl [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/portallocator [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/portmapper [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/testutils [2022-05-13T10:33:27.302Z] github.com/docker/docker/libnetwork/types' ']' [2022-05-13T10:33:27.302Z] + 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-13T10:33:28.277Z] === CONT TestStopContainerWithTimeout/1 [2022-05-13T10:33:29.213Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-05-13T10:33:29.213Z] --- PASS: TestStopContainerWithTimeout/0 (0.64s) [2022-05-13T10:33:29.213Z] --- PASS: TestStopContainerWithTimeout/-1 (2.61s) [2022-05-13T10:33:29.213Z] --- PASS: TestStopContainerWithTimeout/3 (2.38s) [2022-05-13T10:33:29.213Z] --- PASS: TestStopContainerWithTimeout/1 (1.40s) [2022-05-13T10:33:29.213Z] === RUN TestDeleteDevicemapper [2022-05-13T10:33:29.213Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-13T10:33:29.213Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-13T10:33:29.213Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-13T10:33:30.208Z] === RUN TestBoolValue [2022-05-13T10:33:30.209Z] --- PASS: TestBoolValue (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestBoolValueOrDefault [2022-05-13T10:33:30.209Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestInt64ValueOrZero [2022-05-13T10:33:30.209Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestInt64ValueOrDefault [2022-05-13T10:33:30.209Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestInt64ValueOrDefaultWithError [2022-05-13T10:33:30.209Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestJsonContentType [2022-05-13T10:33:30.209Z] --- PASS: TestJsonContentType (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestReadJSON [2022-05-13T10:33:30.209Z] === RUN TestReadJSON/nil_body [2022-05-13T10:33:30.209Z] === RUN TestReadJSON/empty_body [2022-05-13T10:33:30.209Z] === RUN TestReadJSON/with_valid_request [2022-05-13T10:33:30.209Z] === RUN TestReadJSON/with_whitespace [2022-05-13T10:33:30.209Z] === RUN TestReadJSON/with_extra_content [2022-05-13T10:33:30.209Z] === RUN TestReadJSON/invalid_JSON [2022-05-13T10:33:30.209Z] --- PASS: TestReadJSON (0.00s) [2022-05-13T10:33:30.209Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-05-13T10:33:30.209Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-05-13T10:33:30.209Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-05-13T10:33:30.209Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-05-13T10:33:30.209Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-05-13T10:33:30.209Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-05-13T10:33:30.209Z] PASS [2022-05-13T10:33:30.209Z] coverage: 31.9% of statements [2022-05-13T10:33:30.209Z] ok github.com/docker/docker/api/server/httputils 0.085s coverage: 31.9% of statements [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-13T10:33:30.209Z] === RUN TestMaskSecretKeys [2022-05-13T10:33:30.209Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-05-13T10:33:30.209Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-05-13T10:33:30.209Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-05-13T10:33:30.209Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-05-13T10:33:30.209Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-05-13T10:33:30.209Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-05-13T10:33:30.209Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestVersionMiddlewareVersion [2022-05-13T10:33:30.209Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-05-13T10:33:30.209Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-05-13T10:33:30.209Z] PASS [2022-05-13T10:33:30.209Z] coverage: 37.7% of statements [2022-05-13T10:33:30.209Z] ok github.com/docker/docker/api/server/middleware 0.054s coverage: 37.7% of statements [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-13T10:33:30.209Z] === RUN TestToJSON [2022-05-13T10:33:30.209Z] --- PASS: TestToJSON (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestToParamWithVersion [2022-05-13T10:33:30.209Z] --- PASS: TestToParamWithVersion (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestFromJSON [2022-05-13T10:33:30.209Z] --- PASS: TestFromJSON (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestEmpty [2022-05-13T10:33:30.209Z] --- PASS: TestEmpty (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestArgsMatchKVListEmptySources [2022-05-13T10:33:30.209Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestArgsMatchKVList [2022-05-13T10:33:30.209Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestArgsMatch [2022-05-13T10:33:30.209Z] --- PASS: TestArgsMatch (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestAdd [2022-05-13T10:33:30.209Z] --- PASS: TestAdd (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestDel [2022-05-13T10:33:30.209Z] --- PASS: TestDel (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestLen [2022-05-13T10:33:30.209Z] --- PASS: TestLen (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestExactMatch [2022-05-13T10:33:30.209Z] --- PASS: TestExactMatch (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestOnlyOneExactMatch [2022-05-13T10:33:30.209Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestContains [2022-05-13T10:33:30.209Z] --- PASS: TestContains (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestValidate [2022-05-13T10:33:30.209Z] --- PASS: TestValidate (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestWalkValues [2022-05-13T10:33:30.209Z] --- PASS: TestWalkValues (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestFuzzyMatch [2022-05-13T10:33:30.209Z] --- PASS: TestFuzzyMatch (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestClone [2022-05-13T10:33:30.209Z] --- PASS: TestClone (0.00s) [2022-05-13T10:33:30.209Z] PASS [2022-05-13T10:33:30.209Z] coverage: 92.2% of statements [2022-05-13T10:33:30.209Z] ok github.com/docker/docker/api/types/filters 0.048s coverage: 92.2% of statements [2022-05-13T10:33:30.209Z] === RUN TestStrSliceMarshalJSON [2022-05-13T10:33:30.209Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestStrSliceUnmarshalJSON [2022-05-13T10:33:30.209Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestStrSliceUnmarshalString [2022-05-13T10:33:30.209Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestStrSliceUnmarshalSlice [2022-05-13T10:33:30.209Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-05-13T10:33:30.209Z] PASS [2022-05-13T10:33:30.209Z] coverage: 90.0% of statements [2022-05-13T10:33:30.209Z] ok github.com/docker/docker/api/types/strslice 0.042s coverage: 90.0% of statements [2022-05-13T10:33:30.209Z] === RUN TestAdjustForAPIVersion [2022-05-13T10:33:30.209Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-05-13T10:33:30.209Z] PASS [2022-05-13T10:33:30.209Z] coverage: 6.0% of statements [2022-05-13T10:33:30.209Z] ok github.com/docker/docker/api/server/router/swarm 0.077s coverage: 6.0% of statements [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-13T10:33:30.209Z] === RUN TestGetVolumeByNameNotFoundNoSwarm [2022-05-13T10:33:30.209Z] --- PASS: TestGetVolumeByNameNotFoundNoSwarm (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestGetVolumeByNameNotFoundNotManager [2022-05-13T10:33:30.209Z] --- PASS: TestGetVolumeByNameNotFoundNotManager (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestGetVolumeByNameNotFound [2022-05-13T10:33:30.209Z] --- PASS: TestGetVolumeByNameNotFound (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestGetVolumeByNameFoundRegular [2022-05-13T10:33:30.209Z] --- PASS: TestGetVolumeByNameFoundRegular (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestGetVolumeByNameFoundSwarm [2022-05-13T10:33:30.209Z] --- PASS: TestGetVolumeByNameFoundSwarm (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestListVolumes [2022-05-13T10:33:30.209Z] --- PASS: TestListVolumes (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestListVolumesNoSwarm [2022-05-13T10:33:30.209Z] --- PASS: TestListVolumesNoSwarm (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestListVolumesNoManager [2022-05-13T10:33:30.209Z] --- PASS: TestListVolumesNoManager (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestCreateRegularVolume [2022-05-13T10:33:30.209Z] --- PASS: TestCreateRegularVolume (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestCreateSwarmVolumeNoSwarm [2022-05-13T10:33:30.209Z] --- PASS: TestCreateSwarmVolumeNoSwarm (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestCreateSwarmVolumeNotManager [2022-05-13T10:33:30.209Z] --- PASS: TestCreateSwarmVolumeNotManager (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestCreateVolumeCluster [2022-05-13T10:33:30.209Z] --- PASS: TestCreateVolumeCluster (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestUpdateVolume [2022-05-13T10:33:30.209Z] --- PASS: TestUpdateVolume (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestUpdateVolumeNoSwarm [2022-05-13T10:33:30.209Z] --- PASS: TestUpdateVolumeNoSwarm (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestUpdateVolumeNotFound [2022-05-13T10:33:30.209Z] --- PASS: TestUpdateVolumeNotFound (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestVolumeRemove [2022-05-13T10:33:30.209Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestVolumeRemoveSwarm [2022-05-13T10:33:30.209Z] --- PASS: TestVolumeRemoveSwarm (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestVolumeRemoveNotFoundNoSwarm [2022-05-13T10:33:30.209Z] --- PASS: TestVolumeRemoveNotFoundNoSwarm (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestVolumeRemoveNotFoundNoManager [2022-05-13T10:33:30.209Z] --- PASS: TestVolumeRemoveNotFoundNoManager (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestVolumeRemoveFoundNoSwarm [2022-05-13T10:33:30.209Z] --- PASS: TestVolumeRemoveFoundNoSwarm (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestVolumeRemoveNoSwarmInUse [2022-05-13T10:33:30.209Z] --- PASS: TestVolumeRemoveNoSwarmInUse (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestVolumeRemoveSwarmForce [2022-05-13T10:33:30.209Z] --- PASS: TestVolumeRemoveSwarmForce (0.00s) [2022-05-13T10:33:30.209Z] PASS [2022-05-13T10:33:30.209Z] coverage: 67.9% of statements [2022-05-13T10:33:30.209Z] ok github.com/docker/docker/api/server/router/volume 0.052s coverage: 67.9% of statements [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/types [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-13T10:33:30.209Z] === RUN TestGetTimestamp [2022-05-13T10:33:30.209Z] === RUN TestCompareVersion [2022-05-13T10:33:30.209Z] --- PASS: TestCompareVersion (0.00s) [2022-05-13T10:33:30.209Z] PASS [2022-05-13T10:33:30.209Z] coverage: 77.3% of statements [2022-05-13T10:33:30.209Z] ok github.com/docker/docker/api/types/versions 0.046s coverage: 77.3% of statements [2022-05-13T10:33:30.209Z] --- PASS: TestGetTimestamp (0.21s) [2022-05-13T10:33:30.209Z] === RUN TestParseTimestamps [2022-05-13T10:33:30.209Z] --- PASS: TestParseTimestamps (0.00s) [2022-05-13T10:33:30.209Z] PASS [2022-05-13T10:33:30.209Z] coverage: 100.0% of statements [2022-05-13T10:33:30.209Z] ok github.com/docker/docker/api/types/time 0.271s coverage: 100.0% of statements [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/builder [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-13T10:33:30.209Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-13T10:33:30.209Z] === RUN TestIsGIT [2022-05-13T10:33:30.209Z] --- PASS: TestIsGIT (0.00s) [2022-05-13T10:33:30.209Z] PASS [2022-05-13T10:33:30.209Z] coverage: 100.0% of statements [2022-05-13T10:33:30.209Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.058s coverage: 100.0% of statements [2022-05-13T10:33:30.209Z] === RUN TestParseRemoteURL [2022-05-13T10:33:30.209Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-05-13T10:33:30.209Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-05-13T10:33:30.209Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-05-13T10:33:30.209Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-05-13T10:33:30.209Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-05-13T10:33:30.209Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-05-13T10:33:30.209Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-05-13T10:33:30.209Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-05-13T10:33:30.209Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-05-13T10:33:30.209Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-05-13T10:33:30.209Z] --- PASS: TestParseRemoteURL (0.00s) [2022-05-13T10:33:30.209Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-05-13T10:33:30.209Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-05-13T10:33:30.209Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-05-13T10:33:30.209Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-05-13T10:33:30.209Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-05-13T10:33:30.209Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-05-13T10:33:30.209Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-05-13T10:33:30.209Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-05-13T10:33:30.209Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-05-13T10:33:30.209Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestCloneArgsSmartHttp [2022-05-13T10:33:30.209Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-05-13T10:33:30.209Z] === RUN TestCloneArgsDumbHttp [2022-05-13T10:33:30.209Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestCloneArgsGit [2022-05-13T10:33:30.209Z] --- PASS: TestCloneArgsGit (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestCheckoutGit [2022-05-13T10:33:30.209Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-05-13T10:33:30.209Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestProcessNoDockerignore [2022-05-13T10:33:30.209Z] --- PASS: TestProcessNoDockerignore (0.01s) [2022-05-13T10:33:30.209Z] === RUN TestProcessShouldLeaveAllFiles [2022-05-13T10:33:30.209Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-05-13T10:33:30.209Z] === RUN TestDetectContentType [2022-05-13T10:33:30.209Z] --- PASS: TestDetectContentType (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestSelectAcceptableMIME [2022-05-13T10:33:30.209Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestInspectEmptyResponse [2022-05-13T10:33:30.209Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestInspectResponseBinary [2022-05-13T10:33:30.209Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestResponseUnsupportedContentType [2022-05-13T10:33:30.209Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestInspectResponseTextSimple [2022-05-13T10:33:30.209Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestInspectResponseEmptyContentType [2022-05-13T10:33:30.209Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestUnknownContentLength [2022-05-13T10:33:30.209Z] --- PASS: TestUnknownContentLength (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestDownloadRemote [2022-05-13T10:33:30.209Z] --- PASS: TestDownloadRemote (0.10s) [2022-05-13T10:33:30.209Z] === RUN TestGetWithStatusError [2022-05-13T10:33:30.209Z] --- PASS: TestGetWithStatusError (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestCloseRootDirectory [2022-05-13T10:33:30.209Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:33:30.209Z] --- SKIP: TestCloseRootDirectory (0.01s) [2022-05-13T10:33:30.209Z] === RUN TestHashFile [2022-05-13T10:33:30.209Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:33:30.209Z] --- SKIP: TestHashFile (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestHashSubdir [2022-05-13T10:33:30.209Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:33:30.209Z] --- SKIP: TestHashSubdir (0.01s) [2022-05-13T10:33:30.209Z] === RUN TestRemoveDirectory [2022-05-13T10:33:30.209Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:33:30.209Z] --- SKIP: TestRemoveDirectory (0.02s) [2022-05-13T10:33:30.209Z] PASS [2022-05-13T10:33:30.209Z] coverage: 9.3% of statements [2022-05-13T10:33:30.209Z] ok github.com/docker/docker/builder/remotecontext 0.275s coverage: 9.3% of statements [2022-05-13T10:33:30.209Z] === RUN TestEnable [2022-05-13T10:33:30.209Z] --- PASS: TestEnable (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestDisable [2022-05-13T10:33:30.209Z] --- PASS: TestDisable (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestEnabled [2022-05-13T10:33:30.209Z] --- PASS: TestEnabled (0.00s) [2022-05-13T10:33:30.209Z] PASS [2022-05-13T10:33:30.209Z] coverage: 100.0% of statements [2022-05-13T10:33:30.209Z] ok github.com/docker/docker/cli/debug 0.041s coverage: 100.0% of statements [2022-05-13T10:33:30.209Z] === RUN TestGetAllAllowed [2022-05-13T10:33:30.209Z] --- PASS: TestGetAllAllowed (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestGetAllMeta [2022-05-13T10:33:30.209Z] --- PASS: TestGetAllMeta (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestWarnOnUnusedBuildArgs [2022-05-13T10:33:30.209Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestIsUnreferencedBuiltin [2022-05-13T10:33:30.209Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestIsExistingDirectory [2022-05-13T10:33:30.209Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-05-13T10:33:30.209Z] === RUN TestGetFilenameForDownload [2022-05-13T10:33:30.209Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestEnv2Variables [2022-05-13T10:33:30.209Z] --- PASS: TestEnv2Variables (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-05-13T10:33:30.209Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestMaintainer [2022-05-13T10:33:30.209Z] --- PASS: TestMaintainer (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestLabel [2022-05-13T10:33:30.209Z] --- PASS: TestLabel (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestFromScratch [2022-05-13T10:33:30.209Z] --- PASS: TestFromScratch (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestFromWithArg [2022-05-13T10:33:30.209Z] --- PASS: TestFromWithArg (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-05-13T10:33:30.209Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestFromWithUndefinedArg [2022-05-13T10:33:30.209Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestFromMultiStageWithNamedStage [2022-05-13T10:33:30.209Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-05-13T10:33:30.209Z] === RUN TestOnbuild [2022-05-13T10:33:30.209Z] --- PASS: TestOnbuild (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestWorkdir [2022-05-13T10:33:30.210Z] --- PASS: TestWorkdir (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestCmd [2022-05-13T10:33:30.210Z] --- PASS: TestCmd (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestHealthcheckNone [2022-05-13T10:33:30.210Z] --- PASS: TestHealthcheckNone (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestHealthcheckCmd [2022-05-13T10:33:30.210Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestEntrypoint [2022-05-13T10:33:30.210Z] --- PASS: TestEntrypoint (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestExpose [2022-05-13T10:33:30.210Z] --- PASS: TestExpose (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestUser [2022-05-13T10:33:30.210Z] --- PASS: TestUser (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestVolume [2022-05-13T10:33:30.210Z] --- PASS: TestVolume (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestStopSignal [2022-05-13T10:33:30.210Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-13T10:33:30.210Z] --- SKIP: TestStopSignal (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestArg [2022-05-13T10:33:30.210Z] --- PASS: TestArg (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestShell [2022-05-13T10:33:30.210Z] --- PASS: TestShell (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestPrependEnvOnCmd [2022-05-13T10:33:30.210Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestRunWithBuildArgs [2022-05-13T10:33:30.210Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestRunIgnoresHealthcheck [2022-05-13T10:33:30.210Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestDispatchUnsupportedOptions [2022-05-13T10:33:30.210Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-05-13T10:33:30.210Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-05-13T10:33:30.210Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-05-13T10:33:30.210Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-05-13T10:33:30.210Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-05-13T10:33:30.210Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-05-13T10:33:30.210Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestNormalizeWorkdir [2022-05-13T10:33:30.210Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestDispatch [2022-05-13T10:33:30.210Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-05-13T10:33:30.210Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-05-13T10:33:30.210Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-05-13T10:33:30.210Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-05-13T10:33:30.210Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-05-13T10:33:30.210Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-05-13T10:33:30.210Z] === RUN TestDispatch/COPY_url [2022-05-13T10:33:30.210Z] --- PASS: TestDispatch (0.08s) [2022-05-13T10:33:30.210Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-05-13T10:33:30.210Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2022-05-13T10:33:30.210Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-05-13T10:33:30.210Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.02s) [2022-05-13T10:33:30.210Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-05-13T10:33:30.210Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-05-13T10:33:30.210Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestAddScratchImageAddsToMounts [2022-05-13T10:33:30.210Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestAddFromScratchPopulatesPlatform [2022-05-13T10:33:30.210Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-05-13T10:33:30.210Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-05-13T10:33:30.210Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestImageSourceGetAddsToMounts [2022-05-13T10:33:30.210Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestEmptyDockerfile [2022-05-13T10:33:30.210Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestSymlinkDockerfile [2022-05-13T10:33:30.210Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-05-13T10:33:30.210Z] === RUN TestDockerfileOutsideTheBuildContext [2022-05-13T10:33:30.210Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestNonExistingDockerfile [2022-05-13T10:33:30.210Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestCopyRunConfig [2022-05-13T10:33:30.210Z] --- PASS: TestCopyRunConfig (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestDeepCopyRunConfig [2022-05-13T10:33:30.210Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestExportImage [2022-05-13T10:33:30.210Z] --- PASS: TestExportImage (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestNormalizeDest [2022-05-13T10:33:30.210Z] --- PASS: TestNormalizeDest (0.00s) [2022-05-13T10:33:30.210Z] PASS [2022-05-13T10:33:30.210Z] coverage: 46.7% of statements [2022-05-13T10:33:30.210Z] ok github.com/docker/docker/builder/dockerfile 0.268s coverage: 46.7% of statements [2022-05-13T10:33:30.210Z] === RUN TestTCP4Proxy [2022-05-13T10:33:30.210Z] --- PASS: TestTCP4Proxy (0.01s) [2022-05-13T10:33:30.210Z] === RUN TestTCP4ProxyHalfClose [2022-05-13T10:33:30.210Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestTCP6Proxy [2022-05-13T10:33:30.210Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-13T10:33:30.210Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestTCPDualStackProxy [2022-05-13T10:33:30.210Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-13T10:33:30.210Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestUDP4Proxy [2022-05-13T10:33:30.210Z] --- PASS: TestUDP4Proxy (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestUDP6Proxy [2022-05-13T10:33:30.210Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-13T10:33:30.210Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestUDPWriteError [2022-05-13T10:33:30.210Z] --- PASS: TestUDPWriteError (0.00s) [2022-05-13T10:33:30.210Z] === RUN TestSCTP4Proxy [2022-05-13T10:33:30.210Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-13T10:33:30.210Z] --- SKIP: TestSCTP4Proxy (0.02s) [2022-05-13T10:33:30.210Z] === RUN TestSCTP6Proxy [2022-05-13T10:33:30.210Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-13T10:33:30.210Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-05-13T10:33:30.210Z] PASS [2022-05-13T10:33:30.210Z] coverage: 49.4% of statements [2022-05-13T10:33:30.210Z] ok github.com/docker/docker/cmd/docker-proxy 0.100s coverage: 49.4% of statements [2022-05-13T10:33:30.361Z] INFO: Expanding compiler 1 of 3... [2022-05-13T10:33:30.361Z] INFO: Expanding compiler 2 of 3... [2022-05-13T10:33:30.590Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.22s) [2022-05-13T10:33:30.590Z] === RUN TestUpdateMemory [2022-05-13T10:33:30.590Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-13T10:33:30.590Z] --- SKIP: TestUpdateMemory (0.00s) [2022-05-13T10:33:30.590Z] === RUN TestUpdateCPUQuota [2022-05-13T10:33:30.590Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-13T10:33:30.590Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-05-13T10:33:30.590Z] === RUN TestUpdatePidsLimit [2022-05-13T10:33:30.590Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-13T10:33:30.590Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-05-13T10:33:30.590Z] === RUN TestUpdateRestartPolicy [2022-05-13T10:33:34.077Z] INFO: Expanding compiler 3 of 3... [2022-05-13T10:33:34.533Z] INFO: Removing downloaded files... [2022-05-13T10:33:34.533Z] INFO: Downloading containerd [2022-05-13T10:33:37.476Z] 8b534d64a7c3: Pull complete [2022-05-13T10:33:37.476Z] Digest: sha256:b474e47f6f8bdb110068684ab8cebbadb5806e641fe6dba0169555981f6520ef [2022-05-13T10:33:37.476Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-13T10:33:37.476Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-13T10:33:37.476Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-05-13T10:33:37.476Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-05-13T10:33:37.476Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2928' [2022-05-13T10:33:37.476Z] INFO: Docker version of control daemon [2022-05-13T10:33:37.476Z] [2022-05-13T10:33:37.476Z] Client: [2022-05-13T10:33:37.476Z] Version: 20.10.9 [2022-05-13T10:33:37.476Z] API version: 1.41 [2022-05-13T10:33:37.476Z] Go version: go1.16.8 [2022-05-13T10:33:37.476Z] Git commit: c2ea9bc [2022-05-13T10:33:37.476Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-13T10:33:37.476Z] OS/Arch: windows/amd64 [2022-05-13T10:33:37.476Z] Context: default [2022-05-13T10:33:37.476Z] Experimental: true [2022-05-13T10:33:37.476Z] [2022-05-13T10:33:37.476Z] Server: Docker Engine - Community [2022-05-13T10:33:37.476Z] Engine: [2022-05-13T10:33:37.476Z] Version: 20.10.9 [2022-05-13T10:33:37.476Z] API version: 1.41 (minimum version 1.24) [2022-05-13T10:33:37.476Z] Go version: go1.16.8 [2022-05-13T10:33:37.476Z] Git commit: 79ea9d3 [2022-05-13T10:33:37.476Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-13T10:33:37.476Z] OS/Arch: windows/amd64 [2022-05-13T10:33:37.476Z] Experimental: true [2022-05-13T10:33:37.476Z] [2022-05-13T10:33:37.476Z] INFO: Docker info of control daemon [2022-05-13T10:33:37.476Z] [2022-05-13T10:33:37.476Z] Client: [2022-05-13T10:33:37.476Z] Context: default [2022-05-13T10:33:37.476Z] Debug Mode: false [2022-05-13T10:33:37.476Z] Plugins: [2022-05-13T10:33:37.476Z] app: Docker Application (Docker Inc., v0.8.0) [2022-05-13T10:33:37.476Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-05-13T10:33:37.476Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-05-13T10:33:37.476Z] [2022-05-13T10:33:37.476Z] Server: [2022-05-13T10:33:37.476Z] Containers: 0 [2022-05-13T10:33:37.476Z] Running: 0 [2022-05-13T10:33:37.476Z] Paused: 0 [2022-05-13T10:33:37.476Z] Stopped: 0 [2022-05-13T10:33:37.476Z] Images: 1 [2022-05-13T10:33:37.476Z] Server Version: 20.10.9 [2022-05-13T10:33:37.476Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-13T10:33:37.476Z] Windows: [2022-05-13T10:33:37.476Z] LCOW: [2022-05-13T10:33:37.476Z] Logging Driver: json-file [2022-05-13T10:33:37.476Z] Plugins: [2022-05-13T10:33:37.476Z] Volume: local [2022-05-13T10:33:37.476Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-13T10:33:37.476Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-13T10:33:37.476Z] Swarm: inactive [2022-05-13T10:33:37.476Z] Default Isolation: process [2022-05-13T10:33:37.476Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-13T10:33:37.476Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-05-13T10:33:37.476Z] OSType: windows [2022-05-13T10:33:37.476Z] Architecture: x86_64 [2022-05-13T10:33:37.476Z] CPUs: 4 [2022-05-13T10:33:37.477Z] Total Memory: 32GiB [2022-05-13T10:33:37.477Z] Name: azwin-2-5dff20 [2022-05-13T10:33:37.477Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-05-13T10:33:37.477Z] Docker Root Dir: D:\docker [2022-05-13T10:33:37.477Z] Debug Mode: false [2022-05-13T10:33:37.477Z] Registry: https://index.docker.io/v1/ [2022-05-13T10:33:37.477Z] Labels: [2022-05-13T10:33:37.477Z] Experimental: true [2022-05-13T10:33:37.477Z] Insecure Registries: [2022-05-13T10:33:37.477Z] 10.0.0.4:5000 [2022-05-13T10:33:37.477Z] 127.0.0.0/8 [2022-05-13T10:33:37.477Z] Registry Mirrors: [2022-05-13T10:33:37.477Z] http://10.0.0.4:5000/ [2022-05-13T10:33:37.477Z] Live Restore Enabled: false [2022-05-13T10:33:37.477Z] Product License: Community Engine [2022-05-13T10:33:37.477Z] [2022-05-13T10:33:37.477Z] [2022-05-13T10:33:37.477Z] INFO: Commit hash is 8e4b5db542 [2022-05-13T10:33:37.477Z] INFO: Nuke-Everything... [2022-05-13T10:33:37.477Z] INFO: Container count on control daemon to delete is 0 [2022-05-13T10:33:37.477Z] INFO: Nuking d:\CI [2022-05-13T10:33:37.477Z] INFO: Zapped successfully [2022-05-13T10:33:37.477Z] INFO: Location for testing is d:\CI\PR-43269\3 [2022-05-13T10:33:37.477Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-05-13T10:33:37.477Z] [2022-05-13T10:33:37.477Z] [2022-05-13T10:33:37.477Z] INFO: Building the image from Dockerfile.windows at 05/13/2022 10:33:32... [2022-05-13T10:33:37.477Z] [2022-05-13T10:33:39.699Z] Sending build context to Docker daemon 66.79MB [2022-05-13T10:33:39.699Z] [2022-05-13T10:33:40.339Z] Step 1/13 : FROM microsoft/windowsservercore [2022-05-13T10:33:40.339Z] ---> 3e15a767850d [2022-05-13T10:33:40.339Z] Step 2/13 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-05-13T10:33:40.339Z] ---> Running in 750e317983b9 [2022-05-13T10:33:40.339Z] Removing intermediate container 750e317983b9 [2022-05-13T10:33:40.339Z] ---> 1cf4c8d3c7e7 [2022-05-13T10:33:40.339Z] Step 3/13 : ARG GO_VERSION=1.18.2 [2022-05-13T10:33:40.339Z] ---> Running in 4b7df755628a [2022-05-13T10:33:40.809Z] Removing intermediate container 4b7df755628a [2022-05-13T10:33:40.809Z] ---> 6c9c007d6287 [2022-05-13T10:33:40.809Z] Step 4/13 : ARG CONTAINERD_VERSION=1.6.4 [2022-05-13T10:33:40.809Z] ---> Running in effb8640beee [2022-05-13T10:33:41.280Z] Removing intermediate container effb8640beee [2022-05-13T10:33:41.280Z] ---> 28025ae52979 [2022-05-13T10:33:41.280Z] Step 5/13 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-05-13T10:33:41.280Z] ---> Running in f6f6ad3ce5cf [2022-05-13T10:33:41.749Z] Removing intermediate container f6f6ad3ce5cf [2022-05-13T10:33:41.749Z] ---> d6bd0861744a [2022-05-13T10:33:41.749Z] Step 6/13 : ARG GOWINRES_VERSION=v0.2.3 [2022-05-13T10:33:41.749Z] ---> Running in f8a8ccc1da3a [2022-05-13T10:33:42.219Z] Removing intermediate container f8a8ccc1da3a [2022-05-13T10:33:42.219Z] ---> cae69e32624a [2022-05-13T10:33:42.219Z] 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-13T10:33:42.219Z] ---> Running in 1e3718a4947a [2022-05-13T10:33:42.571Z] === RUN TestCheckpointCreateError [2022-05-13T10:33:42.571Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-05-13T10:33:42.571Z] === RUN TestCheckpointCreate [2022-05-13T10:33:42.571Z] --- PASS: TestCheckpointCreate (0.00s) [2022-05-13T10:33:42.571Z] === RUN TestCheckpointDeleteError [2022-05-13T10:33:42.571Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-05-13T10:33:42.571Z] === RUN TestCheckpointDelete [2022-05-13T10:33:42.571Z] --- PASS: TestCheckpointDelete (0.00s) [2022-05-13T10:33:42.571Z] === RUN TestCheckpointListError [2022-05-13T10:33:42.571Z] --- PASS: TestCheckpointListError (0.00s) [2022-05-13T10:33:42.571Z] === RUN TestCheckpointList [2022-05-13T10:33:42.571Z] --- PASS: TestCheckpointList (0.00s) [2022-05-13T10:33:42.571Z] === RUN TestCheckpointListContainerNotFound [2022-05-13T10:33:42.571Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-05-13T10:33:42.571Z] === RUN TestNewClientWithOpsFromEnv [2022-05-13T10:33:42.571Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-13T10:33:42.571Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-05-13T10:33:42.571Z] === RUN TestGetAPIPath [2022-05-13T10:33:42.571Z] --- PASS: TestGetAPIPath (0.00s) [2022-05-13T10:33:42.571Z] === RUN TestParseHostURL [2022-05-13T10:33:42.571Z] --- PASS: TestParseHostURL (0.00s) [2022-05-13T10:33:42.571Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-05-13T10:33:42.571Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-05-13T10:33:42.571Z] === RUN TestNegotiateAPIVersionEmpty [2022-05-13T10:33:42.571Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-05-13T10:33:42.571Z] === RUN TestNegotiateAPIVersion [2022-05-13T10:33:42.571Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-05-13T10:33:42.571Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-05-13T10:33:42.571Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-05-13T10:33:42.571Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-05-13T10:33:42.571Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-05-13T10:33:42.571Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-05-13T10:33:42.571Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-05-13T10:33:42.571Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-05-13T10:33:42.571Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-05-13T10:33:42.571Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-05-13T10:33:42.571Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-05-13T10:33:42.571Z] === RUN TestNegotiateAPVersionOverride [2022-05-13T10:33:42.571Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-05-13T10:33:42.571Z] === RUN TestNegotiateAPIVersionAutomatic [2022-05-13T10:33:42.571Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-05-13T10:33:42.571Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-05-13T10:33:42.571Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-05-13T10:33:42.571Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-05-13T10:33:42.571Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-05-13T10:33:42.571Z] === RUN TestClientRedirect [2022-05-13T10:33:42.571Z] === RUN TestClientRedirect/GET [2022-05-13T10:33:42.571Z] === RUN TestClientRedirect/POST [2022-05-13T10:33:42.571Z] === RUN TestClientRedirect/PUT [2022-05-13T10:33:42.571Z] === RUN TestClientRedirect/DELETE [2022-05-13T10:33:42.571Z] --- PASS: TestClientRedirect (0.00s) [2022-05-13T10:33:42.571Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-05-13T10:33:42.571Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-05-13T10:33:42.571Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-05-13T10:33:42.571Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-05-13T10:33:42.571Z] === RUN TestConfigCreateUnsupported [2022-05-13T10:33:42.571Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-05-13T10:33:42.571Z] === RUN TestConfigCreateError [2022-05-13T10:33:42.571Z] --- PASS: TestConfigCreateError (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestConfigCreate [2022-05-13T10:33:42.572Z] --- PASS: TestConfigCreate (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestConfigInspectNotFound [2022-05-13T10:33:42.572Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestConfigInspectWithEmptyID [2022-05-13T10:33:42.572Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestConfigInspectUnsupported [2022-05-13T10:33:42.572Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestConfigInspectError [2022-05-13T10:33:42.572Z] --- PASS: TestConfigInspectError (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestConfigInspectConfigNotFound [2022-05-13T10:33:42.572Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestConfigInspect [2022-05-13T10:33:42.572Z] --- PASS: TestConfigInspect (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestConfigListUnsupported [2022-05-13T10:33:42.572Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestConfigListError [2022-05-13T10:33:42.572Z] --- PASS: TestConfigListError (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestConfigList [2022-05-13T10:33:42.572Z] --- PASS: TestConfigList (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestConfigRemoveUnsupported [2022-05-13T10:33:42.572Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestConfigRemoveError [2022-05-13T10:33:42.572Z] --- PASS: TestConfigRemoveError (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestConfigRemove [2022-05-13T10:33:42.572Z] --- PASS: TestConfigRemove (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestConfigUpdateUnsupported [2022-05-13T10:33:42.572Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestConfigUpdateError [2022-05-13T10:33:42.572Z] --- PASS: TestConfigUpdateError (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestConfigUpdate [2022-05-13T10:33:42.572Z] --- PASS: TestConfigUpdate (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestContainerCommitError [2022-05-13T10:33:42.572Z] --- PASS: TestContainerCommitError (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestContainerCommit [2022-05-13T10:33:42.572Z] --- PASS: TestContainerCommit (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestContainerStatPathError [2022-05-13T10:33:42.572Z] --- PASS: TestContainerStatPathError (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestContainerStatPathNotFoundError [2022-05-13T10:33:42.572Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestContainerStatPathNoHeaderError [2022-05-13T10:33:42.572Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestContainerStatPath [2022-05-13T10:33:42.572Z] --- PASS: TestContainerStatPath (0.00s) [2022-05-13T10:33:42.572Z] === RUN TestCopyToContainerError [2022-05-13T10:33:42.572Z] --- PASS: TestCopyToContainerError (0.00s) [2022-05-13T10:33:42.688Z] Removing intermediate container 1e3718a4947a [2022-05-13T10:33:42.688Z] ---> 6d1b09abbc82 [2022-05-13T10:33:42.688Z] 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-13T10:33:42.688Z] ---> Running in 44e9430c6ad4 [2022-05-13T10:33:42.792Z] --- PASS: TestUpdateRestartPolicy (11.09s) [2022-05-13T10:33:42.793Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-13T10:33:42.793Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2022-05-13T10:33:42.793Z] === RUN TestWaitNonBlocked [2022-05-13T10:33:42.793Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:33:42.793Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:33:42.793Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:33:42.793Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:33:42.793Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:33:42.793Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:33:42.793Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-05-13T10:33:42.793Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.72s) [2022-05-13T10:33:42.793Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.74s) [2022-05-13T10:33:42.793Z] === RUN TestWaitBlocked [2022-05-13T10:33:42.793Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-13T10:33:42.793Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-13T10:33:42.793Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-13T10:33:42.793Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-13T10:33:42.793Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-13T10:33:42.793Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-13T10:33:43.028Z] === RUN TestCopyToContainerNotFoundError [2022-05-13T10:33:43.028Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-05-13T10:33:43.028Z] === RUN TestCopyToContainerEmptyResponse [2022-05-13T10:33:43.028Z] --- PASS: TestCopyToContainerEmptyResponse (0.00s) [2022-05-13T10:33:43.028Z] === RUN TestCopyToContainer [2022-05-13T10:33:43.028Z] --- PASS: TestCopyToContainer (0.00s) [2022-05-13T10:33:43.028Z] === RUN TestCopyFromContainerError [2022-05-13T10:33:43.028Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestCopyFromContainerNotFoundError [2022-05-13T10:33:43.029Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestCopyFromContainerEmptyResponse [2022-05-13T10:33:43.029Z] --- PASS: TestCopyFromContainerEmptyResponse (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestCopyFromContainerNoHeaderError [2022-05-13T10:33:43.029Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestCopyFromContainer [2022-05-13T10:33:43.029Z] --- PASS: TestCopyFromContainer (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerCreateError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerCreateError (0.01s) [2022-05-13T10:33:43.029Z] === RUN TestContainerCreateImageNotFound [2022-05-13T10:33:43.029Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerCreateWithName [2022-05-13T10:33:43.029Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerCreateAutoRemove [2022-05-13T10:33:43.029Z] --- PASS: TestContainerCreateAutoRemove (0.02s) [2022-05-13T10:33:43.029Z] === RUN TestContainerDiffError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerDiffError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerDiff [2022-05-13T10:33:43.029Z] --- PASS: TestContainerDiff (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerExecCreateError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerExecCreate [2022-05-13T10:33:43.029Z] --- PASS: TestContainerExecCreate (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerExecStartError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerExecStartError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerExecStart [2022-05-13T10:33:43.029Z] --- PASS: TestContainerExecStart (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerExecInspectError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerExecInspect [2022-05-13T10:33:43.029Z] --- PASS: TestContainerExecInspect (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerExportError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerExportError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerExport [2022-05-13T10:33:43.029Z] --- PASS: TestContainerExport (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerInspectError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerInspectError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerInspectContainerNotFound [2022-05-13T10:33:43.029Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerInspectWithEmptyID [2022-05-13T10:33:43.029Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerInspect [2022-05-13T10:33:43.029Z] --- PASS: TestContainerInspect (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerInspectNode [2022-05-13T10:33:43.029Z] --- PASS: TestContainerInspectNode (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerKillError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerKillError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerKill [2022-05-13T10:33:43.029Z] --- PASS: TestContainerKill (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerListError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerListError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerList [2022-05-13T10:33:43.029Z] --- PASS: TestContainerList (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerLogsNotFoundError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerLogsError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerLogsError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerLogs [2022-05-13T10:33:43.029Z] --- PASS: TestContainerLogs (0.20s) [2022-05-13T10:33:43.029Z] === RUN TestContainerPauseError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerPauseError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerPause [2022-05-13T10:33:43.029Z] --- PASS: TestContainerPause (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainersPruneError [2022-05-13T10:33:43.029Z] --- PASS: TestContainersPruneError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainersPrune [2022-05-13T10:33:43.029Z] --- PASS: TestContainersPrune (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerRemoveError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerRemoveError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerRemoveNotFoundError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerRemove [2022-05-13T10:33:43.029Z] --- PASS: TestContainerRemove (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerRenameError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerRenameError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerRename [2022-05-13T10:33:43.029Z] --- PASS: TestContainerRename (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerResizeError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerResizeError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerExecResizeError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerResize [2022-05-13T10:33:43.029Z] --- PASS: TestContainerResize (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerExecResize [2022-05-13T10:33:43.029Z] --- PASS: TestContainerExecResize (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerRestartError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerRestartError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerRestart [2022-05-13T10:33:43.029Z] --- PASS: TestContainerRestart (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerStartError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerStartError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerStart [2022-05-13T10:33:43.029Z] --- PASS: TestContainerStart (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerStatsError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerStatsError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerStats [2022-05-13T10:33:43.029Z] --- PASS: TestContainerStats (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerStopError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerStopError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerStop [2022-05-13T10:33:43.029Z] --- PASS: TestContainerStop (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerTopError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerTopError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerTop [2022-05-13T10:33:43.029Z] --- PASS: TestContainerTop (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerUnpauseError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerUnpause [2022-05-13T10:33:43.029Z] --- PASS: TestContainerUnpause (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerUpdateError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerUpdateError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerUpdate [2022-05-13T10:33:43.029Z] --- PASS: TestContainerUpdate (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerWaitError [2022-05-13T10:33:43.029Z] --- PASS: TestContainerWaitError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestContainerWait [2022-05-13T10:33:43.029Z] --- PASS: TestContainerWait (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestDiskUsageError [2022-05-13T10:33:43.029Z] --- PASS: TestDiskUsageError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestDiskUsage [2022-05-13T10:33:43.029Z] --- PASS: TestDiskUsage (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestDistributionInspectUnsupported [2022-05-13T10:33:43.029Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestDistributionInspectWithEmptyID [2022-05-13T10:33:43.029Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestEventsErrorInOptions [2022-05-13T10:33:43.029Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestEventsErrorFromServer [2022-05-13T10:33:43.029Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestEvents [2022-05-13T10:33:43.029Z] --- PASS: TestEvents (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestTLSCloseWriter [2022-05-13T10:33:43.029Z] === PAUSE TestTLSCloseWriter [2022-05-13T10:33:43.029Z] === RUN TestImageBuildError [2022-05-13T10:33:43.029Z] --- PASS: TestImageBuildError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImageBuild [2022-05-13T10:33:43.029Z] --- PASS: TestImageBuild (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestGetDockerOS [2022-05-13T10:33:43.029Z] --- PASS: TestGetDockerOS (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImageCreateError [2022-05-13T10:33:43.029Z] --- PASS: TestImageCreateError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImageCreate [2022-05-13T10:33:43.029Z] --- PASS: TestImageCreate (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImageHistoryError [2022-05-13T10:33:43.029Z] --- PASS: TestImageHistoryError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImageHistory [2022-05-13T10:33:43.029Z] --- PASS: TestImageHistory (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImageImportError [2022-05-13T10:33:43.029Z] --- PASS: TestImageImportError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImageImport [2022-05-13T10:33:43.029Z] --- PASS: TestImageImport (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImageInspectError [2022-05-13T10:33:43.029Z] --- PASS: TestImageInspectError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImageInspectImageNotFound [2022-05-13T10:33:43.029Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImageInspectWithEmptyID [2022-05-13T10:33:43.029Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImageInspect [2022-05-13T10:33:43.029Z] --- PASS: TestImageInspect (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImageListError [2022-05-13T10:33:43.029Z] --- PASS: TestImageListError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImageList [2022-05-13T10:33:43.029Z] --- PASS: TestImageList (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImageListApiBefore125 [2022-05-13T10:33:43.029Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImageLoadError [2022-05-13T10:33:43.029Z] --- PASS: TestImageLoadError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImageLoad [2022-05-13T10:33:43.029Z] --- PASS: TestImageLoad (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImagesPruneError [2022-05-13T10:33:43.029Z] --- PASS: TestImagesPruneError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImagesPrune [2022-05-13T10:33:43.029Z] --- PASS: TestImagesPrune (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImagePullReferenceParseError [2022-05-13T10:33:43.029Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImagePullAnyError [2022-05-13T10:33:43.029Z] --- PASS: TestImagePullAnyError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImagePullStatusUnauthorizedError [2022-05-13T10:33:43.029Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-05-13T10:33:43.029Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-13T10:33:43.359Z] --- PASS: TestWaitBlocked (0.01s) [2022-05-13T10:33:43.359Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.75s) [2022-05-13T10:33:43.359Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.77s) [2022-05-13T10:33:43.359Z] === CONT TestDaemonRestartIpcMode [2022-05-13T10:33:43.359Z] === CONT TestIpcModeOlderClient [2022-05-13T10:33:43.487Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-13T10:33:43.488Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-05-13T10:33:43.488Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImagePullWithoutErrors [2022-05-13T10:33:43.488Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImagePushReferenceError [2022-05-13T10:33:43.488Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImagePushAnyError [2022-05-13T10:33:43.488Z] --- PASS: TestImagePushAnyError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImagePushStatusUnauthorizedError [2022-05-13T10:33:43.488Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-13T10:33:43.488Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-13T10:33:43.488Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-05-13T10:33:43.488Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImagePushWithoutErrors [2022-05-13T10:33:43.488Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-05-13T10:33:43.488Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-05-13T10:33:43.488Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-05-13T10:33:43.488Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-05-13T10:33:43.488Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-05-13T10:33:43.488Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-05-13T10:33:43.488Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-05-13T10:33:43.488Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-05-13T10:33:43.488Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImageRemoveError [2022-05-13T10:33:43.488Z] --- PASS: TestImageRemoveError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImageRemoveImageNotFound [2022-05-13T10:33:43.488Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImageRemove [2022-05-13T10:33:43.488Z] --- PASS: TestImageRemove (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImageSaveError [2022-05-13T10:33:43.488Z] --- PASS: TestImageSaveError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImageSave [2022-05-13T10:33:43.488Z] --- PASS: TestImageSave (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImageSearchAnyError [2022-05-13T10:33:43.488Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImageSearchStatusUnauthorizedError [2022-05-13T10:33:43.488Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-13T10:33:43.488Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-13T10:33:43.488Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-05-13T10:33:43.488Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImageSearchWithoutErrors [2022-05-13T10:33:43.488Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImageTagError [2022-05-13T10:33:43.488Z] --- PASS: TestImageTagError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImageTagInvalidReference [2022-05-13T10:33:43.488Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImageTagInvalidSourceImageName [2022-05-13T10:33:43.488Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImageTagHexSource [2022-05-13T10:33:43.488Z] --- PASS: TestImageTagHexSource (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestImageTag [2022-05-13T10:33:43.488Z] --- PASS: TestImageTag (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestInfoServerError [2022-05-13T10:33:43.488Z] --- PASS: TestInfoServerError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestInfoInvalidResponseJSONError [2022-05-13T10:33:43.488Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestInfo [2022-05-13T10:33:43.488Z] --- PASS: TestInfo (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNetworkConnectError [2022-05-13T10:33:43.488Z] --- PASS: TestNetworkConnectError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-05-13T10:33:43.488Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNetworkConnect [2022-05-13T10:33:43.488Z] --- PASS: TestNetworkConnect (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNetworkCreateError [2022-05-13T10:33:43.488Z] --- PASS: TestNetworkCreateError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNetworkCreate [2022-05-13T10:33:43.488Z] --- PASS: TestNetworkCreate (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNetworkDisconnectError [2022-05-13T10:33:43.488Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNetworkDisconnect [2022-05-13T10:33:43.488Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNetworkInspect [2022-05-13T10:33:43.488Z] === RUN TestNetworkInspect/empty_ID [2022-05-13T10:33:43.488Z] === RUN TestNetworkInspect/no_options [2022-05-13T10:33:43.488Z] === RUN TestNetworkInspect/verbose [2022-05-13T10:33:43.488Z] === RUN TestNetworkInspect/global_scope [2022-05-13T10:33:43.488Z] === RUN TestNetworkInspect/unknown_network [2022-05-13T10:33:43.488Z] === RUN TestNetworkInspect/server_error [2022-05-13T10:33:43.488Z] --- PASS: TestNetworkInspect (0.00s) [2022-05-13T10:33:43.488Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-05-13T10:33:43.488Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-05-13T10:33:43.488Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-05-13T10:33:43.488Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-05-13T10:33:43.488Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-05-13T10:33:43.488Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNetworkListError [2022-05-13T10:33:43.488Z] --- PASS: TestNetworkListError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNetworkList [2022-05-13T10:33:43.488Z] --- PASS: TestNetworkList (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNetworksPruneError [2022-05-13T10:33:43.488Z] --- PASS: TestNetworksPruneError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNetworksPrune [2022-05-13T10:33:43.488Z] --- PASS: TestNetworksPrune (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNetworkRemoveError [2022-05-13T10:33:43.488Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNetworkRemove [2022-05-13T10:33:43.488Z] --- PASS: TestNetworkRemove (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNodeInspectError [2022-05-13T10:33:43.488Z] --- PASS: TestNodeInspectError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNodeInspectNodeNotFound [2022-05-13T10:33:43.488Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNodeInspectWithEmptyID [2022-05-13T10:33:43.488Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNodeInspect [2022-05-13T10:33:43.488Z] --- PASS: TestNodeInspect (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNodeListError [2022-05-13T10:33:43.488Z] --- PASS: TestNodeListError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNodeList [2022-05-13T10:33:43.488Z] --- PASS: TestNodeList (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNodeRemoveError [2022-05-13T10:33:43.488Z] --- PASS: TestNodeRemoveError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNodeRemove [2022-05-13T10:33:43.488Z] --- PASS: TestNodeRemove (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNodeUpdateError [2022-05-13T10:33:43.488Z] --- PASS: TestNodeUpdateError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestNodeUpdate [2022-05-13T10:33:43.488Z] --- PASS: TestNodeUpdate (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestOptionWithHostFromEnv [2022-05-13T10:33:43.488Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestOptionWithTimeout [2022-05-13T10:33:43.488Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestOptionWithVersionFromEnv [2022-05-13T10:33:43.488Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPingFail [2022-05-13T10:33:43.488Z] --- PASS: TestPingFail (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPingWithError [2022-05-13T10:33:43.488Z] 2022/05/13 10:33:42 RoundTripper returned a response & error; ignoring response [2022-05-13T10:33:43.488Z] 2022/05/13 10:33:42 RoundTripper returned a response & error; ignoring response [2022-05-13T10:33:43.488Z] --- PASS: TestPingWithError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPingSuccess [2022-05-13T10:33:43.488Z] --- PASS: TestPingSuccess (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPingHeadFallback [2022-05-13T10:33:43.488Z] === RUN TestPingHeadFallback/OK [2022-05-13T10:33:43.488Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-05-13T10:33:43.488Z] === RUN TestPingHeadFallback/Not_Found [2022-05-13T10:33:43.488Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-05-13T10:33:43.488Z] --- PASS: TestPingHeadFallback (0.00s) [2022-05-13T10:33:43.488Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-05-13T10:33:43.488Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-05-13T10:33:43.488Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-05-13T10:33:43.488Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPluginDisableError [2022-05-13T10:33:43.488Z] --- PASS: TestPluginDisableError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPluginDisable [2022-05-13T10:33:43.488Z] --- PASS: TestPluginDisable (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPluginEnableError [2022-05-13T10:33:43.488Z] --- PASS: TestPluginEnableError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPluginEnable [2022-05-13T10:33:43.488Z] --- PASS: TestPluginEnable (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPluginInspectError [2022-05-13T10:33:43.488Z] --- PASS: TestPluginInspectError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPluginInspectWithEmptyID [2022-05-13T10:33:43.488Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPluginInspect [2022-05-13T10:33:43.488Z] --- PASS: TestPluginInspect (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPluginListError [2022-05-13T10:33:43.488Z] --- PASS: TestPluginListError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPluginList [2022-05-13T10:33:43.488Z] --- PASS: TestPluginList (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPluginPushError [2022-05-13T10:33:43.488Z] --- PASS: TestPluginPushError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPluginPush [2022-05-13T10:33:43.488Z] --- PASS: TestPluginPush (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPluginRemoveError [2022-05-13T10:33:43.488Z] --- PASS: TestPluginRemoveError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPluginRemove [2022-05-13T10:33:43.488Z] --- PASS: TestPluginRemove (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPluginSetError [2022-05-13T10:33:43.488Z] --- PASS: TestPluginSetError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPluginSet [2022-05-13T10:33:43.488Z] --- PASS: TestPluginSet (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestSetHostHeader [2022-05-13T10:33:43.488Z] --- PASS: TestSetHostHeader (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestPlainTextError [2022-05-13T10:33:43.488Z] --- PASS: TestPlainTextError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestInfiniteError [2022-05-13T10:33:43.488Z] --- PASS: TestInfiniteError (0.05s) [2022-05-13T10:33:43.488Z] === RUN TestCanceledContext [2022-05-13T10:33:43.488Z] 2022/05/13 10:33:42 RoundTripper returned a response & error; ignoring response [2022-05-13T10:33:43.488Z] --- PASS: TestCanceledContext (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestDeadlineExceededContext [2022-05-13T10:33:43.488Z] 2022/05/13 10:33:42 RoundTripper returned a response & error; ignoring response [2022-05-13T10:33:43.488Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestSecretCreateUnsupported [2022-05-13T10:33:43.488Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestSecretCreateError [2022-05-13T10:33:43.488Z] --- PASS: TestSecretCreateError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestSecretCreate [2022-05-13T10:33:43.488Z] --- PASS: TestSecretCreate (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestSecretInspectUnsupported [2022-05-13T10:33:43.488Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestSecretInspectError [2022-05-13T10:33:43.488Z] --- PASS: TestSecretInspectError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestSecretInspectSecretNotFound [2022-05-13T10:33:43.488Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestSecretInspectWithEmptyID [2022-05-13T10:33:43.488Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestSecretInspect [2022-05-13T10:33:43.488Z] --- PASS: TestSecretInspect (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestSecretListUnsupported [2022-05-13T10:33:43.488Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestSecretListError [2022-05-13T10:33:43.488Z] --- PASS: TestSecretListError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestSecretList [2022-05-13T10:33:43.488Z] --- PASS: TestSecretList (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestSecretRemoveUnsupported [2022-05-13T10:33:43.488Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestSecretRemoveError [2022-05-13T10:33:43.488Z] --- PASS: TestSecretRemoveError (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestSecretRemove [2022-05-13T10:33:43.488Z] --- PASS: TestSecretRemove (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestSecretUpdateUnsupported [2022-05-13T10:33:43.488Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-05-13T10:33:43.488Z] === RUN TestSecretUpdateError [2022-05-13T10:33:43.489Z] --- PASS: TestSecretUpdateError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestSecretUpdate [2022-05-13T10:33:43.489Z] --- PASS: TestSecretUpdate (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestServiceCreateError [2022-05-13T10:33:43.489Z] --- PASS: TestServiceCreateError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestServiceCreate [2022-05-13T10:33:43.489Z] --- PASS: TestServiceCreate (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestServiceCreateCompatiblePlatforms [2022-05-13T10:33:43.489Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestServiceCreateDigestPinning [2022-05-13T10:33:43.489Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestServiceInspectError [2022-05-13T10:33:43.489Z] --- PASS: TestServiceInspectError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestServiceInspectServiceNotFound [2022-05-13T10:33:43.489Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestServiceInspectWithEmptyID [2022-05-13T10:33:43.489Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestServiceInspect [2022-05-13T10:33:43.489Z] --- PASS: TestServiceInspect (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestServiceListError [2022-05-13T10:33:43.489Z] --- PASS: TestServiceListError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestServiceList [2022-05-13T10:33:43.489Z] --- PASS: TestServiceList (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestServiceLogsError [2022-05-13T10:33:43.489Z] --- PASS: TestServiceLogsError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestServiceLogs [2022-05-13T10:33:43.489Z] --- PASS: TestServiceLogs (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestServiceRemoveError [2022-05-13T10:33:43.489Z] --- PASS: TestServiceRemoveError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestServiceRemoveNotFoundError [2022-05-13T10:33:43.489Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestServiceRemove [2022-05-13T10:33:43.489Z] --- PASS: TestServiceRemove (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestServiceUpdateError [2022-05-13T10:33:43.489Z] --- PASS: TestServiceUpdateError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestServiceUpdate [2022-05-13T10:33:43.489Z] --- PASS: TestServiceUpdate (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestSwarmGetUnlockKeyError [2022-05-13T10:33:43.489Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestSwarmGetUnlockKey [2022-05-13T10:33:43.489Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestSwarmInitError [2022-05-13T10:33:43.489Z] --- PASS: TestSwarmInitError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestSwarmInit [2022-05-13T10:33:43.489Z] --- PASS: TestSwarmInit (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestSwarmInspectError [2022-05-13T10:33:43.489Z] --- PASS: TestSwarmInspectError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestSwarmInspect [2022-05-13T10:33:43.489Z] --- PASS: TestSwarmInspect (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestSwarmJoinError [2022-05-13T10:33:43.489Z] --- PASS: TestSwarmJoinError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestSwarmJoin [2022-05-13T10:33:43.489Z] --- PASS: TestSwarmJoin (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestSwarmLeaveError [2022-05-13T10:33:43.489Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestSwarmLeave [2022-05-13T10:33:43.489Z] --- PASS: TestSwarmLeave (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestSwarmUnlockError [2022-05-13T10:33:43.489Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestSwarmUnlock [2022-05-13T10:33:43.489Z] --- PASS: TestSwarmUnlock (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestSwarmUpdateError [2022-05-13T10:33:43.489Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestSwarmUpdate [2022-05-13T10:33:43.489Z] --- PASS: TestSwarmUpdate (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestTaskInspectError [2022-05-13T10:33:43.489Z] --- PASS: TestTaskInspectError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestTaskInspectWithEmptyID [2022-05-13T10:33:43.489Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestTaskInspect [2022-05-13T10:33:43.489Z] --- PASS: TestTaskInspect (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestTaskListError [2022-05-13T10:33:43.489Z] --- PASS: TestTaskListError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestTaskList [2022-05-13T10:33:43.489Z] --- PASS: TestTaskList (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestVolumeCreateError [2022-05-13T10:33:43.489Z] --- PASS: TestVolumeCreateError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestVolumeCreate [2022-05-13T10:33:43.489Z] --- PASS: TestVolumeCreate (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestVolumeInspectError [2022-05-13T10:33:43.489Z] --- PASS: TestVolumeInspectError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestVolumeInspectNotFound [2022-05-13T10:33:43.489Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestVolumeInspectWithEmptyID [2022-05-13T10:33:43.489Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestVolumeInspect [2022-05-13T10:33:43.489Z] --- PASS: TestVolumeInspect (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestVolumeListError [2022-05-13T10:33:43.489Z] --- PASS: TestVolumeListError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestVolumeList [2022-05-13T10:33:43.489Z] --- PASS: TestVolumeList (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestVolumeRemoveError [2022-05-13T10:33:43.489Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestVolumeRemove [2022-05-13T10:33:43.489Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestVolumeUpdateError [2022-05-13T10:33:43.489Z] --- PASS: TestVolumeUpdateError (0.00s) [2022-05-13T10:33:43.489Z] === RUN TestVolumeUpdate [2022-05-13T10:33:43.489Z] --- PASS: TestVolumeUpdate (0.00s) [2022-05-13T10:33:43.489Z] === CONT TestTLSCloseWriter [2022-05-13T10:33:43.489Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-05-13T10:33:43.489Z] PASS [2022-05-13T10:33:43.489Z] coverage: 74.9% of statements [2022-05-13T10:33:43.489Z] ok github.com/docker/docker/client 0.476s coverage: 74.9% of statements [2022-05-13T10:33:43.619Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-05-13T10:33:43.619Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-13T10:33:44.870Z] [2022-05-13T10:33:44.870Z] Name Version Source Summary [2022-05-13T10:33:44.870Z] ---- ------- ------ ------- [2022-05-13T10:33:44.870Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-05-13T10:33:45.830Z] [2022-05-13T10:33:45.830Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-05-13T10:33:45.830Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-05-13T10:33:45.830Z] PSChildName : containerd [2022-05-13T10:33:45.830Z] PSDrive : C [2022-05-13T10:33:45.830Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-05-13T10:33:45.830Z] PSIsContainer : True [2022-05-13T10:33:45.830Z] Name : containerd [2022-05-13T10:33:45.830Z] FullName : C:\containerd [2022-05-13T10:33:45.830Z] Parent : [2022-05-13T10:33:45.830Z] Exists : True [2022-05-13T10:33:45.830Z] Root : C:\ [2022-05-13T10:33:45.830Z] Extension : [2022-05-13T10:33:45.830Z] CreationTime : 5/13/2022 10:33:45 AM [2022-05-13T10:33:45.830Z] CreationTimeUtc : 5/13/2022 10:33:45 AM [2022-05-13T10:33:45.830Z] LastAccessTime : 5/13/2022 10:33:45 AM [2022-05-13T10:33:45.830Z] LastAccessTimeUtc : 5/13/2022 10:33:45 AM [2022-05-13T10:33:45.830Z] LastWriteTime : 5/13/2022 10:33:45 AM [2022-05-13T10:33:45.830Z] LastWriteTimeUtc : 5/13/2022 10:33:45 AM [2022-05-13T10:33:45.830Z] Attributes : Directory [2022-05-13T10:33:45.830Z] Mode : d----- [2022-05-13T10:33:45.830Z] BaseName : containerd [2022-05-13T10:33:45.830Z] Target : {} [2022-05-13T10:33:45.830Z] LinkType : [2022-05-13T10:33:45.830Z] [2022-05-13T10:33:46.164Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.59s) [2022-05-13T10:33:46.164Z] --- PASS: TestDaemonRestartIpcMode (2.71s) [2022-05-13T10:33:46.164Z] PASS [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === Skipped [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-05-13T10:33:46.164Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-05-13T10:33:46.164Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-05-13T10:33:46.164Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-05-13T10:33:46.164Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-13T10:33:46.164Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-05-13T10:33:46.164Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-05-13T10:33:46.164Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-05-13T10:33:46.164Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-05-13T10:33:46.164Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-05-13T10:33:46.164Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-05-13T10:33:46.164Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-05-13T10:33:46.164Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-05-13T10:33:46.164Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2022-05-13T10:33:46.164Z] 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-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-05-13T10:33:46.164Z] 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-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-05-13T10:33:46.164Z] 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-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-05-13T10:33:46.164Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-13T10:33:46.164Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s) [2022-05-13T10:33:46.164Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-05-13T10:33:46.164Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2022-05-13T10:33:46.164Z] run_linux_test.go:33: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-05-13T10:33:46.164Z] run_linux_test.go:109: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-05-13T10:33:46.164Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-13T10:33:46.164Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-05-13T10:33:46.164Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-05-13T10:33:46.164Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-05-13T10:33:46.164Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-13T10:33:46.164Z] [2022-05-13T10:33:46.164Z] DONE 214 tests, 27 skipped in 74.738s [2022-05-13T10:33:46.164Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-13T10:33:46.432Z] === RUN TestConfigDaemonLibtrustID [2022-05-13T10:33:46.999Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2022-05-13T10:33:46.999Z] === RUN TestConfigDaemonID [2022-05-13T10:33:47.356Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-05-13T10:33:47.356Z] INFO: Configuring git core.autocrlf... [2022-05-13T10:33:47.356Z] [2022-05-13T10:33:47.356Z] [2022-05-13T10:33:47.934Z] daemon_test.go:84: [d049955299db7] daemon is not started [2022-05-13T10:33:47.934Z] --- PASS: TestConfigDaemonID (1.09s) [2022-05-13T10:33:47.934Z] === RUN TestDaemonConfigValidation [2022-05-13T10:33:47.934Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-13T10:33:47.934Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-13T10:33:47.934Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-13T10:33:47.934Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-13T10:33:47.934Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-13T10:33:47.934Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-13T10:33:47.934Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-13T10:33:47.934Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-13T10:33:47.934Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-13T10:33:47.934Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-13T10:33:47.934Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-13T10:33:47.934Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-13T10:33:48.193Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-13T10:33:48.193Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-13T10:33:48.193Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-13T10:33:48.193Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-13T10:33:48.193Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-05-13T10:33:48.193Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-05-13T10:33:48.193Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2022-05-13T10:33:48.193Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s) [2022-05-13T10:33:48.193Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-05-13T10:33:48.193Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-13T10:33:48.193Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-13T10:33:49.569Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-13T10:33:50.508Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-13T10:33:51.445Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-13T10:33:51.445Z] daemon_test.go:198: [d5e59a91c1089] daemon is not started [2022-05-13T10:33:51.445Z] --- PASS: TestConfigDaemonSeccompProfiles (3.24s) [2022-05-13T10:33:51.445Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2022-05-13T10:33:51.445Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-05-13T10:33:51.445Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-05-13T10:33:51.445Z] === RUN TestDaemonProxy [2022-05-13T10:33:51.445Z] daemon_test.go:202: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-05-13T10:33:51.445Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-13T10:33:51.445Z] PASS [2022-05-13T10:33:51.445Z] [2022-05-13T10:33:51.445Z] === Skipped [2022-05-13T10:33:51.445Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-05-13T10:33:51.445Z] daemon_test.go:202: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-05-13T10:33:51.445Z] [2022-05-13T10:33:51.445Z] DONE 13 tests, 1 skipped in 5.262s [2022-05-13T10:33:51.445Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-05-13T10:33:51.704Z] INFO: Testing against a local daemon [2022-05-13T10:33:51.704Z] === RUN TestCommitInheritsEnv [2022-05-13T10:33:53.079Z] --- PASS: TestCommitInheritsEnv (1.54s) [2022-05-13T10:33:53.079Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-13T10:33:53.079Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-05-13T10:33:53.079Z] === RUN TestImportWithCustomPlatform [2022-05-13T10:33:53.079Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-13T10:33:53.338Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-13T10:33:53.338Z] === RUN TestImportWithCustomPlatform// [2022-05-13T10:33:53.338Z] === RUN TestImportWithCustomPlatform/linux [2022-05-13T10:33:53.338Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-13T10:33:53.338Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-13T10:33:53.596Z] === RUN TestImportWithCustomPlatform/macos [2022-05-13T10:33:53.596Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-13T10:33:53.596Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-13T10:33:53.596Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-05-13T10:33:53.596Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-05-13T10:33:53.596Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-13T10:33:53.596Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-13T10:33:53.596Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-05-13T10:33:53.596Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-05-13T10:33:53.596Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-05-13T10:33:53.596Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-13T10:33:53.596Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-13T10:33:53.596Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-13T10:33:53.596Z] === RUN TestImagesFilterMultiReference [2022-05-13T10:33:53.596Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-05-13T10:33:53.596Z] === RUN TestImagePullPlatformInvalid [2022-05-13T10:33:53.596Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-05-13T10:33:53.596Z] === RUN TestRemoveImageOrphaning [2022-05-13T10:33:54.077Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-13T10:33:54.077Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-13T10:33:55.498Z] --- PASS: TestRemoveImageOrphaning (1.57s) [2022-05-13T10:33:55.498Z] === RUN TestRemoveImageGarbageCollector [2022-05-13T10:33:55.498Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-05-13T10:33:55.498Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-05-13T10:33:55.498Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-13T10:33:55.498Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-05-13T10:33:55.498Z] === RUN TestTagInvalidReference [2022-05-13T10:33:55.498Z] --- PASS: TestTagInvalidReference (0.01s) [2022-05-13T10:33:55.498Z] === RUN TestTagValidPrefixedRepo [2022-05-13T10:33:55.498Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-05-13T10:33:55.498Z] === RUN TestTagExistedNameWithoutForce [2022-05-13T10:33:55.498Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-05-13T10:33:55.498Z] === RUN TestTagOfficialNames [2022-05-13T10:33:55.498Z] --- PASS: TestTagOfficialNames (0.05s) [2022-05-13T10:33:55.498Z] === RUN TestTagMatchesDigest [2022-05-13T10:33:55.498Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-05-13T10:33:55.498Z] === CONT TestImportExtremelyLargeImageWorks [2022-05-13T10:34:00.518Z] [2022-05-13T10:34:00.518Z] SUCCESS: Specified value was saved. [2022-05-13T10:34:00.518Z] INFO: Downloading git... [2022-05-13T10:34:02.103Z] INFO: Downloading go... [2022-05-13T10:34:03.689Z] INFO: Downloading compiler 1 of 3... [2022-05-13T10:34:03.689Z] INFO: Downloading compiler 2 of 3... [2022-05-13T10:34:04.165Z] INFO: Downloading compiler 3 of 3... [2022-05-13T10:34:04.165Z] INFO: Extracting git... [2022-05-13T10:34:04.533Z] --- PASS: TestCheckoutGit (34.81s) [2022-05-13T10:34:04.533Z] === RUN TestValidGitTransport [2022-05-13T10:34:04.533Z] --- PASS: TestValidGitTransport (0.00s) [2022-05-13T10:34:04.533Z] === RUN TestGitInvalidRef [2022-05-13T10:34:04.533Z] --- PASS: TestGitInvalidRef (0.26s) [2022-05-13T10:34:04.533Z] PASS [2022-05-13T10:34:04.533Z] coverage: 86.3% of statements [2022-05-13T10:34:04.533Z] ok github.com/docker/docker/builder/remotecontext/git 35.157s coverage: 86.3% of statements [2022-05-13T10:34:04.533Z] ? github.com/docker/docker/cli [no test files] [2022-05-13T10:34:04.533Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-13T10:34:04.533Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-13T10:34:04.533Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-13T10:34:13.255Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-05-13T10:34:13.255Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-05-13T10:34:13.255Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-05-13T10:34:13.255Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-05-13T10:34:13.255Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-05-13T10:34:13.255Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-05-13T10:34:13.255Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-05-13T10:34:13.255Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-05-13T10:34:13.255Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-05-13T10:34:13.255Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-05-13T10:34:13.255Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-05-13T10:34:13.255Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-05-13T10:34:13.255Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-05-13T10:34:13.255Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-05-13T10:34:13.255Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-05-13T10:34:13.255Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-05-13T10:34:13.255Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-05-13T10:34:13.255Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-05-13T10:34:13.255Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-05-13T10:34:13.255Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-05-13T10:34:13.255Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-05-13T10:34:13.255Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-05-13T10:34:13.255Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-05-13T10:34:13.255Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-05-13T10:34:13.255Z] === RUN TestConfigureDaemonLogs [2022-05-13T10:34:13.255Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-05-13T10:34:13.255Z] === RUN TestCommonOptionsInstallFlags [2022-05-13T10:34:13.255Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-05-13T10:34:13.255Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-05-13T10:34:13.255Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-05-13T10:34:13.255Z] PASS [2022-05-13T10:34:13.255Z] coverage: 19.7% of statements [2022-05-13T10:34:13.255Z] ok github.com/docker/docker/cmd/dockerd 0.200s coverage: 19.7% of statements [2022-05-13T10:34:13.255Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-05-13T10:34:13.255Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-13T10:34:13.997Z] ok github.com/docker/docker/libnetwork 37.315s coverage: 40.6% of statements [2022-05-13T10:34:13.997Z] ok github.com/docker/docker/libnetwork/bitseq 0.137s coverage: 84.4% of statements [2022-05-13T10:34:13.997Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-13T10:34:13.997Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-13T10:34:13.997Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-13T10:34:13.997Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-13T10:34:13.997Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-13T10:34:13.997Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-13T10:34:13.997Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-05-13T10:34:13.997Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-13T10:34:13.997Z] ok github.com/docker/docker/libnetwork/config 0.016s coverage: 19.7% of statements [2022-05-13T10:34:13.997Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-05-13T10:34:13.997Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-13T10:34:13.997Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-13T10:34:13.997Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-05-13T10:34:13.997Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.513s coverage: 59.9% of statements [2022-05-13T10:34:13.997Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-13T10:34:13.997Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-05-13T10:34:13.997Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.025s coverage: 4.0% of statements [2022-05-13T10:34:13.997Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-13T10:34:13.997Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-05-13T10:34:13.997Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-13T10:34:13.997Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-05-13T10:34:14.788Z] === RUN TestContainerStopSignal [2022-05-13T10:34:14.788Z] --- PASS: TestContainerStopSignal (0.00s) [2022-05-13T10:34:14.788Z] === RUN TestContainerStopTimeout [2022-05-13T10:34:14.788Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-05-13T10:34:14.788Z] === RUN TestContainerSecretReferenceDestTarget [2022-05-13T10:34:14.788Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-05-13T10:34:14.788Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-05-13T10:34:14.788Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-05-13T10:34:14.788Z] === RUN TestContainerLogPathSetForRingLogger [2022-05-13T10:34:14.788Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-05-13T10:34:14.788Z] === RUN TestReplaceAndAppendEnvVars [2022-05-13T10:34:14.788Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-05-13T10:34:14.788Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-05-13T10:34:14.789Z] === RUN TestNewMemoryStore [2022-05-13T10:34:14.789Z] --- PASS: TestNewMemoryStore (0.00s) [2022-05-13T10:34:14.789Z] === RUN TestAddContainers [2022-05-13T10:34:14.789Z] --- PASS: TestAddContainers (0.00s) [2022-05-13T10:34:14.789Z] === RUN TestGetContainer [2022-05-13T10:34:14.789Z] --- PASS: TestGetContainer (0.00s) [2022-05-13T10:34:14.789Z] === RUN TestDeleteContainer [2022-05-13T10:34:14.789Z] --- PASS: TestDeleteContainer (0.00s) [2022-05-13T10:34:14.789Z] === RUN TestListContainers [2022-05-13T10:34:14.789Z] --- PASS: TestListContainers (0.00s) [2022-05-13T10:34:14.789Z] === RUN TestFirstContainer [2022-05-13T10:34:14.789Z] --- PASS: TestFirstContainer (0.00s) [2022-05-13T10:34:14.789Z] === RUN TestApplyAllContainer [2022-05-13T10:34:14.789Z] --- PASS: TestApplyAllContainer (0.00s) [2022-05-13T10:34:14.789Z] === RUN TestIsValidHealthString [2022-05-13T10:34:14.789Z] --- PASS: TestIsValidHealthString (0.00s) [2022-05-13T10:34:14.789Z] === RUN TestStateRunStop [2022-05-13T10:34:14.789Z] --- PASS: TestStateRunStop (0.00s) [2022-05-13T10:34:14.789Z] === RUN TestStateTimeoutWait [2022-05-13T10:34:14.789Z] state_test.go:141: Stop callback fired [2022-05-13T10:34:14.789Z] state_test.go:165: Stop callback fired [2022-05-13T10:34:14.789Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-05-13T10:34:14.789Z] === RUN TestIsValidStateString [2022-05-13T10:34:14.789Z] --- PASS: TestIsValidStateString (0.00s) [2022-05-13T10:34:14.789Z] === RUN TestViewSaveDelete [2022-05-13T10:34:14.789Z] --- PASS: TestViewSaveDelete (0.01s) [2022-05-13T10:34:14.789Z] === RUN TestViewAll [2022-05-13T10:34:14.789Z] --- PASS: TestViewAll (0.01s) [2022-05-13T10:34:14.789Z] === RUN TestViewGet [2022-05-13T10:34:14.789Z] --- PASS: TestViewGet (0.01s) [2022-05-13T10:34:14.789Z] === RUN TestNames [2022-05-13T10:34:14.789Z] --- PASS: TestNames (0.00s) [2022-05-13T10:34:14.789Z] === RUN TestViewWithHealthCheck [2022-05-13T10:34:14.789Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-05-13T10:34:14.789Z] PASS [2022-05-13T10:34:14.789Z] coverage: 41.7% of statements [2022-05-13T10:34:14.789Z] ok github.com/docker/docker/container 0.243s coverage: 41.7% of statements [2022-05-13T10:34:14.789Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-13T10:34:14.789Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-13T10:34:14.789Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-13T10:34:14.789Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-13T10:34:15.243Z] === RUN TestPrepare [2022-05-13T10:34:15.243Z] --- PASS: TestPrepare (0.00s) [2022-05-13T10:34:15.243Z] === RUN TestStart [2022-05-13T10:34:15.243Z] --- PASS: TestStart (0.00s) [2022-05-13T10:34:15.243Z] === RUN TestWaitCancel [2022-05-13T10:34:15.243Z] --- PASS: TestWaitCancel (0.00s) [2022-05-13T10:34:15.243Z] === RUN TestWaitDisabled [2022-05-13T10:34:15.243Z] --- PASS: TestWaitDisabled (0.00s) [2022-05-13T10:34:15.243Z] === RUN TestWaitEnabled [2022-05-13T10:34:15.243Z] --- PASS: TestWaitEnabled (0.00s) [2022-05-13T10:34:15.243Z] === RUN TestRemove [2022-05-13T10:34:15.243Z] --- PASS: TestRemove (0.00s) [2022-05-13T10:34:15.243Z] PASS [2022-05-13T10:34:15.243Z] coverage: 65.3% of statements [2022-05-13T10:34:15.243Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.072s coverage: 65.3% of statements [2022-05-13T10:34:16.018Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-13T10:34:18.133Z] === RUN TestNewListSecretsFilters [2022-05-13T10:34:18.133Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-05-13T10:34:18.133Z] === RUN TestNewListConfigsFilters [2022-05-13T10:34:18.133Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-05-13T10:34:18.133Z] PASS [2022-05-13T10:34:18.133Z] coverage: 0.5% of statements [2022-05-13T10:34:18.133Z] ok github.com/docker/docker/daemon/cluster 0.183s coverage: 0.5% of statements [2022-05-13T10:34:19.095Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-05-13T10:34:19.178Z] INFO: Expanding go... [2022-05-13T10:34:19.550Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.20s) [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCIsolation [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertFromGRPCIsolation [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-05-13T10:34:19.550Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-05-13T10:34:19.550Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertFromGRPCConfigs [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCConfigs [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-05-13T10:34:19.550Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-05-13T10:34:19.550Z] === RUN TestTopologyFromGRPC [2022-05-13T10:34:19.550Z] --- PASS: TestTopologyFromGRPC (0.00s) [2022-05-13T10:34:19.550Z] === RUN TestCapacityRangeFromGRPC [2022-05-13T10:34:19.550Z] --- PASS: TestCapacityRangeFromGRPC (0.00s) [2022-05-13T10:34:19.550Z] === RUN TestVolumeAvailabilityFromGRPC [2022-05-13T10:34:19.550Z] === RUN TestVolumeAvailabilityFromGRPC/Active [2022-05-13T10:34:19.550Z] === RUN TestVolumeAvailabilityFromGRPC/Pause [2022-05-13T10:34:19.550Z] === RUN TestVolumeAvailabilityFromGRPC/Drain [2022-05-13T10:34:19.550Z] --- PASS: TestVolumeAvailabilityFromGRPC (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestVolumeAvailabilityFromGRPC/Active (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestVolumeAvailabilityFromGRPC/Pause (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestVolumeAvailabilityFromGRPC/Drain (0.00s) [2022-05-13T10:34:19.550Z] === RUN TestAccessModeFromGRPC [2022-05-13T10:34:19.550Z] === RUN TestAccessModeFromGRPC/MountVolume [2022-05-13T10:34:19.550Z] === RUN TestAccessModeFromGRPC/BlockVolume [2022-05-13T10:34:19.550Z] --- PASS: TestAccessModeFromGRPC (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestAccessModeFromGRPC/MountVolume (0.00s) [2022-05-13T10:34:19.550Z] --- PASS: TestAccessModeFromGRPC/BlockVolume (0.00s) [2022-05-13T10:34:19.550Z] === RUN TestVolumeCreateToGRPC [2022-05-13T10:34:19.550Z] --- PASS: TestVolumeCreateToGRPC (0.00s) [2022-05-13T10:34:19.550Z] PASS [2022-05-13T10:34:19.550Z] coverage: 36.9% of statements [2022-05-13T10:34:19.550Z] ok github.com/docker/docker/daemon/cluster/convert 0.635s coverage: 36.9% of statements [2022-05-13T10:34:22.131Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.588s coverage: 7.2% of statements [2022-05-13T10:34:22.131Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-13T10:34:22.391Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2022-05-13T10:34:22.437Z] === RUN TestBuilderGC [2022-05-13T10:34:22.437Z] --- PASS: TestBuilderGC (0.00s) [2022-05-13T10:34:22.437Z] === RUN TestDaemonConfigurationNotFound [2022-05-13T10:34:22.437Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-05-13T10:34:22.437Z] === RUN TestDaemonBrokenConfiguration [2022-05-13T10:34:22.437Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-05-13T10:34:22.437Z] === RUN TestFindConfigurationConflicts [2022-05-13T10:34:22.437Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-05-13T10:34:22.437Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-05-13T10:34:22.437Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-05-13T10:34:22.437Z] === RUN TestDaemonConfigurationMergeConflicts [2022-05-13T10:34:22.437Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-05-13T10:34:22.437Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-05-13T10:34:22.437Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-05-13T10:34:22.437Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-05-13T10:34:22.437Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-05-13T10:34:22.437Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-05-13T10:34:22.437Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-05-13T10:34:22.437Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-05-13T10:34:22.437Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-05-13T10:34:22.437Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-05-13T10:34:22.437Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-05-13T10:34:22.437Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-05-13T10:34:22.437Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-05-13T10:34:22.437Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-05-13T10:34:22.437Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-05-13T10:34:22.437Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-05-13T10:34:22.437Z] === RUN TestValidateConfigurationErrors [2022-05-13T10:34:22.437Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-05-13T10:34:22.437Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-05-13T10:34:22.437Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-05-13T10:34:22.437Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-05-13T10:34:22.437Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-05-13T10:34:22.437Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-05-13T10:34:22.437Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-05-13T10:34:22.437Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-05-13T10:34:22.437Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-05-13T10:34:22.437Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-05-13T10:34:22.437Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-05-13T10:34:22.437Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-05-13T10:34:22.437Z] === RUN TestValidateConfigurationErrors/with_invalid_log-level [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfigurationErrors/with_invalid_log-level (0.00s) [2022-05-13T10:34:22.437Z] === RUN TestValidateConfiguration [2022-05-13T10:34:22.437Z] === RUN TestValidateConfiguration/with_label [2022-05-13T10:34:22.437Z] === RUN TestValidateConfiguration/with_dns [2022-05-13T10:34:22.437Z] === RUN TestValidateConfiguration/with_dns-search [2022-05-13T10:34:22.437Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-05-13T10:34:22.437Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-05-13T10:34:22.437Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-05-13T10:34:22.437Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-05-13T10:34:22.437Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-05-13T10:34:22.437Z] === RUN TestValidateConfiguration/with_hosts [2022-05-13T10:34:22.437Z] === RUN TestValidateConfiguration/with_log-level_warn [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfiguration (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-05-13T10:34:22.437Z] --- PASS: TestValidateConfiguration/with_log-level_warn (0.00s) [2022-05-13T10:34:22.437Z] === RUN TestReloadSetConfigFileNotExist [2022-05-13T10:34:22.437Z] time="2022-05-13T10:34:22Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-05-13T10:34:22.437Z] --- PASS: TestReloadSetConfigFileNotExist (0.19s) [2022-05-13T10:34:22.437Z] === RUN TestReloadDefaultConfigNotExist [2022-05-13T10:34:22.437Z] config_test.go:480: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:34:22.437Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-05-13T10:34:22.437Z] === RUN TestReloadBadDefaultConfig [2022-05-13T10:34:22.437Z] time="2022-05-13T10:34:22Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-2860057139" [2022-05-13T10:34:22.437Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-05-13T10:34:22.437Z] === RUN TestReloadWithConflictingLabels [2022-05-13T10:34:22.437Z] time="2022-05-13T10:34:22Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3040043071" [2022-05-13T10:34:22.437Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-05-13T10:34:22.437Z] === RUN TestReloadWithDuplicateLabels [2022-05-13T10:34:22.437Z] time="2022-05-13T10:34:22Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1711572818" [2022-05-13T10:34:22.437Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-05-13T10:34:22.437Z] === RUN TestMaskURLCredentials [2022-05-13T10:34:22.651Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.011s coverage: 57.4% of statements [2022-05-13T10:34:22.651Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-13T10:34:22.651Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-05-13T10:34:22.892Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-05-13T10:34:22.892Z] === RUN TestDaemonConfigurationMerge [2022-05-13T10:34:22.892Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-05-13T10:34:22.892Z] PASS [2022-05-13T10:34:22.892Z] coverage: 79.8% of statements [2022-05-13T10:34:22.892Z] ok github.com/docker/docker/daemon/config 0.389s coverage: 79.8% of statements [2022-05-13T10:34:22.892Z] === RUN TestWaitNodeAttachment [2022-05-13T10:34:22.892Z] === RUN TestEventsLog [2022-05-13T10:34:22.892Z] --- PASS: TestEventsLog (0.00s) [2022-05-13T10:34:22.892Z] === RUN TestEventsLogTimeout [2022-05-13T10:34:22.892Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-05-13T10:34:22.892Z] === RUN TestLogEvents [2022-05-13T10:34:22.892Z] --- PASS: TestLogEvents (0.05s) [2022-05-13T10:34:22.892Z] === RUN TestLoadBufferedEvents [2022-05-13T10:34:22.892Z] --- PASS: TestLoadBufferedEvents (0.18s) [2022-05-13T10:34:22.892Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-05-13T10:34:22.892Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-05-13T10:34:22.892Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-05-13T10:34:22.892Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-05-13T10:34:22.892Z] PASS [2022-05-13T10:34:22.892Z] coverage: 50.0% of statements [2022-05-13T10:34:22.892Z] ok github.com/docker/docker/daemon/events 0.291s coverage: 50.0% of statements [2022-05-13T10:34:22.912Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-13T10:34:23.171Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-05-13T10:34:23.347Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-05-13T10:34:23.347Z] === RUN TestIsolationConversion [2022-05-13T10:34:23.347Z] === RUN TestIsolationConversion/default [2022-05-13T10:34:23.347Z] === RUN TestIsolationConversion/process [2022-05-13T10:34:23.347Z] === RUN TestIsolationConversion/hyperv [2022-05-13T10:34:23.347Z] --- PASS: TestIsolationConversion (0.00s) [2022-05-13T10:34:23.347Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-05-13T10:34:23.347Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-05-13T10:34:23.347Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-05-13T10:34:23.347Z] === RUN TestContainerLabels [2022-05-13T10:34:23.347Z] --- PASS: TestContainerLabels (0.00s) [2022-05-13T10:34:23.347Z] === RUN TestCredentialSpecConversion [2022-05-13T10:34:23.347Z] === RUN TestCredentialSpecConversion/none [2022-05-13T10:34:23.347Z] === RUN TestCredentialSpecConversion/config [2022-05-13T10:34:23.347Z] === RUN TestCredentialSpecConversion/file [2022-05-13T10:34:23.347Z] === RUN TestCredentialSpecConversion/registry [2022-05-13T10:34:23.347Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-05-13T10:34:23.347Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-05-13T10:34:23.347Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-05-13T10:34:23.347Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-05-13T10:34:23.347Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-05-13T10:34:23.347Z] === RUN TestControllerValidateMountBind [2022-05-13T10:34:23.347Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-05-13T10:34:23.347Z] === RUN TestControllerValidateMountVolume [2022-05-13T10:34:23.347Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-05-13T10:34:23.347Z] === RUN TestControllerValidateMountTarget [2022-05-13T10:34:23.347Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-05-13T10:34:23.347Z] === RUN TestControllerValidateMountTmpfs [2022-05-13T10:34:23.347Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-05-13T10:34:23.347Z] === RUN TestControllerValidateMountInvalidType [2022-05-13T10:34:23.347Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-05-13T10:34:23.347Z] === RUN TestControllerValidateMountNamedPipe [2022-05-13T10:34:23.347Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-05-13T10:34:23.347Z] PASS [2022-05-13T10:34:23.347Z] coverage: 10.7% of statements [2022-05-13T10:34:23.347Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.715s coverage: 10.7% of statements [2022-05-13T10:34:23.431Z] ok github.com/docker/docker/libnetwork/etchosts 0.019s coverage: 81.2% of statements [2022-05-13T10:34:23.691Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-05-13T10:34:23.951Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-05-13T10:34:24.209Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-13T10:34:24.873Z] === RUN TestIsEmptyDir [2022-05-13T10:34:24.873Z] === RUN TestLinkNaming [2022-05-13T10:34:24.873Z] --- PASS: TestLinkNaming (0.00s) [2022-05-13T10:34:24.873Z] === RUN TestLinkNew [2022-05-13T10:34:24.873Z] --- PASS: TestLinkNew (0.00s) [2022-05-13T10:34:24.873Z] === RUN TestLinkEnv [2022-05-13T10:34:24.873Z] --- PASS: TestLinkEnv (0.00s) [2022-05-13T10:34:24.873Z] === RUN TestLinkMultipleEnv [2022-05-13T10:34:24.873Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-05-13T10:34:24.873Z] === RUN TestLinkPortRangeEnv [2022-05-13T10:34:24.873Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-05-13T10:34:24.873Z] PASS [2022-05-13T10:34:24.873Z] coverage: 93.0% of statements [2022-05-13T10:34:24.873Z] --- PASS: TestIsEmptyDir (0.01s) [2022-05-13T10:34:24.873Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-05-13T10:34:24.873Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-05-13T10:34:24.873Z] PASS [2022-05-13T10:34:24.873Z] coverage: 2.3% of statements [2022-05-13T10:34:24.873Z] ok github.com/docker/docker/daemon/links 0.043s coverage: 93.0% of statements [2022-05-13T10:34:24.873Z] ok github.com/docker/docker/daemon/graphdriver 0.081s coverage: 2.3% of statements [2022-05-13T10:34:25.327Z] === RUN TestVerifyNetworkingConfig [2022-05-13T10:34:25.328Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-05-13T10:34:25.328Z] === RUN TestGetContainer [2022-05-13T10:34:25.328Z] --- PASS: TestGetContainer (0.00s) [2022-05-13T10:34:25.328Z] === RUN TestValidContainerNames [2022-05-13T10:34:25.328Z] --- PASS: TestValidContainerNames (0.00s) [2022-05-13T10:34:25.328Z] === RUN TestContainerInitDNS [2022-05-13T10:34:25.328Z] daemon_test.go:145: root required [2022-05-13T10:34:25.328Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-05-13T10:34:25.328Z] === RUN TestMerge [2022-05-13T10:34:25.328Z] --- PASS: TestMerge (0.00s) [2022-05-13T10:34:25.328Z] === RUN TestValidateContainerIsolation [2022-05-13T10:34:25.328Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-05-13T10:34:25.328Z] === RUN TestFindNetworkErrorType [2022-05-13T10:34:25.328Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-05-13T10:34:25.328Z] === RUN TestEnsureServicesExist [2022-05-13T10:34:25.328Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-05-13T10:34:25.328Z] === RUN TestEnsureServicesExistErrors [2022-05-13T10:34:25.328Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-05-13T10:34:25.328Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-05-13T10:34:25.328Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-05-13T10:34:25.328Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-05-13T10:34:25.328Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-05-13T10:34:25.328Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-05-13T10:34:25.328Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-05-13T10:34:25.328Z] === RUN TestContainerDelete [2022-05-13T10:34:25.328Z] --- PASS: TestContainerDelete (0.01s) [2022-05-13T10:34:25.328Z] === RUN TestContainerDoubleDelete [2022-05-13T10:34:25.328Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-05-13T10:34:25.328Z] === RUN TestLogContainerEventCopyLabels [2022-05-13T10:34:25.328Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-05-13T10:34:25.328Z] === RUN TestLogContainerEventWithAttributes [2022-05-13T10:34:25.328Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-05-13T10:34:25.328Z] === RUN TestNoneHealthcheck [2022-05-13T10:34:25.786Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-05-13T10:34:25.786Z] === RUN TestHealthStates [2022-05-13T10:34:25.786Z] time="2022-05-13T10:34: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-13T10:34:25.786Z] time="2022-05-13T10:34: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-13T10:34:25.786Z] time="2022-05-13T10:34: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-13T10:34:25.786Z] time="2022-05-13T10:34: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-13T10:34:25.786Z] time="2022-05-13T10:34: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-13T10:34:25.786Z] time="2022-05-13T10:34: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-13T10:34:25.786Z] time="2022-05-13T10:34: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-13T10:34:25.786Z] time="2022-05-13T10:34: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-13T10:34:25.786Z] time="2022-05-13T10:34: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-13T10:34:25.786Z] time="2022-05-13T10:34: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-13T10:34:25.786Z] --- PASS: TestHealthStates (0.21s) [2022-05-13T10:34:25.786Z] === RUN TestGetInspectData [2022-05-13T10:34:25.786Z] --- PASS: TestGetInspectData (0.00s) [2022-05-13T10:34:25.786Z] === RUN TestFillLicense [2022-05-13T10:34:25.786Z] --- PASS: TestFillLicense (0.00s) [2022-05-13T10:34:25.786Z] === RUN TestListInvalidFilter [2022-05-13T10:34:25.786Z] --- PASS: TestListInvalidFilter (0.00s) [2022-05-13T10:34:25.786Z] === RUN TestNameFilter [2022-05-13T10:34:25.786Z] --- PASS: TestNameFilter (0.00s) [2022-05-13T10:34:25.786Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-05-13T10:34:25.786Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-05-13T10:34:25.786Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-05-13T10:34:25.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-05-13T10:34:25.786Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-05-13T10:34:25.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-05-13T10:34:25.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-05-13T10:34:25.786Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-05-13T10:34:25.786Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-05-13T10:34:25.786Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-05-13T10:34:25.786Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-05-13T10:34:25.786Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-05-13T10:34:25.786Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-05-13T10:34:25.786Z] === 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-13T10:34:25.786Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-05-13T10:34:25.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-05-13T10:34:25.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-05-13T10:34:25.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-05-13T10:34:25.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-05-13T10:34:25.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-05-13T10:34:25.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-05-13T10:34:25.786Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-05-13T10:34:25.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-05-13T10:34:25.786Z] --- 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-13T10:34:25.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-05-13T10:34:25.786Z] === RUN TestSetupWindowsDevices [2022-05-13T10:34:25.786Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-05-13T10:34:25.786Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-05-13T10:34:25.786Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-05-13T10:34:25.786Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-05-13T10:34:25.786Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-13T10:34:25.786Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-13T10:34:25.786Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-05-13T10:34:25.786Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-05-13T10:34:25.786Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-05-13T10:34:25.786Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-05-13T10:34:25.786Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-05-13T10:34:25.786Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-05-13T10:34:25.786Z] === RUN TestDaemonReloadLabels [2022-05-13T10:34:25.786Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-05-13T10:34:25.786Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-05-13T10:34:25.786Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-05-13T10:34:25.786Z] === RUN TestDaemonReloadMirrors [2022-05-13T10:34:25.786Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-05-13T10:34:25.786Z] === RUN TestDaemonReloadInsecureRegistries [2022-05-13T10:34:25.786Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-05-13T10:34:25.786Z] === RUN TestDaemonReloadNotAffectOthers [2022-05-13T10:34:25.786Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-05-13T10:34:25.786Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-05-13T10:34:25.786Z] reload_test.go:342: root required [2022-05-13T10:34:25.786Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-13T10:34:25.786Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-05-13T10:34:25.786Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-05-13T10:34:25.786Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-05-13T10:34:25.786Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-05-13T10:34:25.786Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-05-13T10:34:25.786Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-05-13T10:34:25.786Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-05-13T10:34:25.786Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.02s) [2022-05-13T10:34:25.786Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-05-13T10:34:25.786Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-05-13T10:34:25.786Z] === RUN TestParseVolumesFrom [2022-05-13T10:34:25.786Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-05-13T10:34:25.786Z] PASS [2022-05-13T10:34:25.786Z] coverage: 8.5% of statements [2022-05-13T10:34:25.786Z] ok github.com/docker/docker/daemon 0.787s coverage: 8.5% of statements [2022-05-13T10:34:25.786Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-13T10:34:25.786Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-13T10:34:25.786Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-13T10:34:25.786Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-13T10:34:25.786Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-05-13T10:34:25.786Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-05-13T10:34:25.786Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-05-13T10:34:25.786Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-13T10:34:25.786Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-05-13T10:34:25.786Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-05-13T10:34:25.786Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-13T10:34:25.786Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-05-13T10:34:25.786Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-05-13T10:34:25.786Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-05-13T10:34:27.954Z] === RUN TestNewStreamConfig [2022-05-13T10:34:27.954Z] === RUN TestNewStreamConfig/defaults [2022-05-13T10:34:27.954Z] === RUN TestNewStreamConfig/invalid_create_group [2022-05-13T10:34:27.954Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-05-13T10:34:27.954Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-05-13T10:34:27.954Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-05-13T10:34:27.954Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-05-13T10:34:27.954Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-05-13T10:34:27.954Z] --- PASS: TestNewStreamConfig (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-05-13T10:34:27.954Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-05-13T10:34:27.954Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-05-13T10:34:27.954Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-05-13T10:34:27.954Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-05-13T10:34:27.954Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestNewAWSLogsClientRegionDetect [2022-05-13T10:34:27.954Z] time="2022-05-13T10:34:27Z" level=info msg="Trying to get region from EC2 Metadata" [2022-05-13T10:34:27.954Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.21s) [2022-05-13T10:34:27.954Z] === RUN TestCreateSuccess [2022-05-13T10:34:27.954Z] --- PASS: TestCreateSuccess (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestCreateStreamSkipped [2022-05-13T10:34:27.954Z] time="2022-05-13T10:34:27Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-05-13T10:34:27.954Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestCreateLogGroupSuccess [2022-05-13T10:34:27.954Z] time="2022-05-13T10:34:27Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-05-13T10:34:27.954Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestCreateError [2022-05-13T10:34:27.954Z] --- PASS: TestCreateError (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestCreateAlreadyExists [2022-05-13T10:34:27.954Z] time="2022-05-13T10:34:27Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-05-13T10:34:27.954Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestLogClosed [2022-05-13T10:34:27.954Z] --- PASS: TestLogClosed (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestLogBlocking [2022-05-13T10:34:27.954Z] --- PASS: TestLogBlocking (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestLogNonBlockingBufferEmpty [2022-05-13T10:34:27.954Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestLogNonBlockingBufferFull [2022-05-13T10:34:27.954Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestPublishBatchSuccess [2022-05-13T10:34:27.954Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestPublishBatchError [2022-05-13T10:34:27.954Z] time="2022-05-13T10:34:27Z" level=error msg=error [2022-05-13T10:34:27.954Z] --- PASS: TestPublishBatchError (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-05-13T10:34:27.954Z] time="2022-05-13T10:34:27Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-13T10:34:27.954Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestPublishBatchAlreadyAccepted [2022-05-13T10:34:27.954Z] time="2022-05-13T10:34:27Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-13T10:34:27.954Z] time="2022-05-13T10:34:27Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-05-13T10:34:27.954Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestCollectBatchSimple [2022-05-13T10:34:27.954Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestCollectBatchTicker [2022-05-13T10:34:27.954Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestCollectBatchMultilinePattern [2022-05-13T10:34:27.954Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-05-13T10:34:27.954Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-05-13T10:34:27.954Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-05-13T10:34:27.954Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-05-13T10:34:27.954Z] === RUN TestCollectBatchClose [2022-05-13T10:34:27.954Z] --- PASS: TestCollectBatchClose (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestEffectiveLen [2022-05-13T10:34:27.954Z] === RUN TestEffectiveLen/0/Hello [2022-05-13T10:34:27.954Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-05-13T10:34:27.954Z] === RUN TestEffectiveLen/2/🙃 [2022-05-13T10:34:27.954Z] === RUN TestEffectiveLen/3/���� [2022-05-13T10:34:27.954Z] === RUN TestEffectiveLen/4/He��o [2022-05-13T10:34:27.954Z] === RUN TestEffectiveLen/5/ [2022-05-13T10:34:27.954Z] --- PASS: TestEffectiveLen (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestFindValidSplit [2022-05-13T10:34:27.954Z] === RUN TestFindValidSplit/0/ [2022-05-13T10:34:27.954Z] cloudwatchlogs_test.go:1076: [2022-05-13T10:34:27.954Z] cloudwatchlogs_test.go:1077: [2022-05-13T10:34:27.954Z] === RUN TestFindValidSplit/1/Hello [2022-05-13T10:34:27.954Z] cloudwatchlogs_test.go:1076: Hello [2022-05-13T10:34:27.954Z] cloudwatchlogs_test.go:1077: [2022-05-13T10:34:27.954Z] === RUN TestFindValidSplit/2/Hello [2022-05-13T10:34:27.954Z] cloudwatchlogs_test.go:1076: He [2022-05-13T10:34:27.954Z] cloudwatchlogs_test.go:1077: llo [2022-05-13T10:34:27.954Z] === RUN TestFindValidSplit/3/Hello [2022-05-13T10:34:27.954Z] cloudwatchlogs_test.go:1076: [2022-05-13T10:34:27.954Z] cloudwatchlogs_test.go:1077: Hello [2022-05-13T10:34:27.954Z] === RUN TestFindValidSplit/4/🙃 [2022-05-13T10:34:27.954Z] cloudwatchlogs_test.go:1076: [2022-05-13T10:34:27.954Z] cloudwatchlogs_test.go:1077: 🙃 [2022-05-13T10:34:27.954Z] === RUN TestFindValidSplit/5/🙃 [2022-05-13T10:34:27.954Z] cloudwatchlogs_test.go:1076: 🙃 [2022-05-13T10:34:27.954Z] cloudwatchlogs_test.go:1077: [2022-05-13T10:34:27.954Z] === RUN TestFindValidSplit/6/a� [2022-05-13T10:34:27.954Z] cloudwatchlogs_test.go:1076: a [2022-05-13T10:34:27.954Z] cloudwatchlogs_test.go:1077: � [2022-05-13T10:34:27.954Z] === RUN TestFindValidSplit/7/a� [2022-05-13T10:34:27.954Z] cloudwatchlogs_test.go:1076: a� [2022-05-13T10:34:27.954Z] cloudwatchlogs_test.go:1077: [2022-05-13T10:34:27.954Z] --- PASS: TestFindValidSplit (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestProcessEventEmoji [2022-05-13T10:34:27.954Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-05-13T10:34:27.954Z] === RUN TestCollectBatchLineSplit [2022-05-13T10:34:27.954Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestCollectBatchLineSplitWithBinary [2022-05-13T10:34:27.954Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-05-13T10:34:27.954Z] === RUN TestCollectBatchMaxEvents [2022-05-13T10:34:27.954Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-05-13T10:34:27.954Z] === RUN TestCollectBatchMaxTotalBytes [2022-05-13T10:34:27.954Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-05-13T10:34:27.954Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-05-13T10:34:27.954Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-05-13T10:34:27.954Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-05-13T10:34:27.954Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-05-13T10:34:27.954Z] === RUN TestParseLogOptionsMultilinePattern [2022-05-13T10:34:27.954Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestParseLogOptionsDatetimeFormat [2022-05-13T10:34:27.954Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-05-13T10:34:27.954Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-05-13T10:34:27.954Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-05-13T10:34:27.954Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-05-13T10:34:27.954Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-05-13T10:34:27.954Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-05-13T10:34:27.954Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-05-13T10:34:27.954Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-05-13T10:34:27.954Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-05-13T10:34:27.954Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-05-13T10:34:27.954Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-05-13T10:34:27.954Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-05-13T10:34:27.954Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-05-13T10:34:27.954Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-05-13T10:34:27.954Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-05-13T10:34:27.954Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-05-13T10:34:27.954Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-05-13T10:34:27.954Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-05-13T10:34:27.954Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestValidateLogOptionsFormat [2022-05-13T10:34:27.954Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-05-13T10:34:27.954Z] === RUN TestValidateLogOptionsFormat/1/random [2022-05-13T10:34:27.954Z] === RUN TestValidateLogOptionsFormat/2/ [2022-05-13T10:34:27.954Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-05-13T10:34:27.954Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-05-13T10:34:27.954Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-05-13T10:34:27.954Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestCreateTagSuccess [2022-05-13T10:34:27.954Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-05-13T10:34:27.954Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-05-13T10:34:27.954Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-05-13T10:34:27.954Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-05-13T10:34:27.954Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-05-13T10:34:27.954Z] PASS [2022-05-13T10:34:27.954Z] coverage: 80.2% of statements [2022-05-13T10:34:27.954Z] ok github.com/docker/docker/daemon/logger/awslogs 0.455s coverage: 80.2% of statements [2022-05-13T10:34:27.954Z] === RUN TestAdapterReadLogs [2022-05-13T10:34:27.954Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestCopier [2022-05-13T10:34:27.954Z] --- PASS: TestCopier (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestCopierLongLines [2022-05-13T10:34:27.954Z] --- PASS: TestCopierLongLines (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestCopierSlow [2022-05-13T10:34:27.954Z] === RUN TestSearchRegistryForImagesErrors [2022-05-13T10:34:27.954Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestSearchRegistryForImages [2022-05-13T10:34:27.954Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestOnlyPlatformWithFallback [2022-05-13T10:34:27.954Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestImageDelete [2022-05-13T10:34:27.954Z] === RUN TestImageDelete/no_lease [2022-05-13T10:34:27.954Z] === RUN TestImageDelete/lease_exists [2022-05-13T10:34:27.954Z] --- PASS: TestImageDelete (0.03s) [2022-05-13T10:34:27.954Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-05-13T10:34:27.954Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2022-05-13T10:34:27.954Z] === RUN TestContentStoreForPull [2022-05-13T10:34:27.954Z] --- PASS: TestCopierSlow (0.20s) [2022-05-13T10:34:27.954Z] === RUN TestCopierWithSized [2022-05-13T10:34:27.954Z] === RUN TestCopierWithSized/as_is [2022-05-13T10:34:27.954Z] === RUN TestCopierWithSized/With_RingLogger [2022-05-13T10:34:27.954Z] --- PASS: TestCopierWithSized (0.01s) [2022-05-13T10:34:27.954Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-05-13T10:34:27.954Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestCopierWithPartial [2022-05-13T10:34:27.954Z] --- PASS: TestCopierWithPartial (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestRingLogger [2022-05-13T10:34:27.954Z] --- PASS: TestRingLogger (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestRingCap [2022-05-13T10:34:27.954Z] --- PASS: TestRingCap (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestRingClose [2022-05-13T10:34:27.954Z] --- PASS: TestRingClose (0.00s) [2022-05-13T10:34:27.954Z] === RUN TestRingDrain [2022-05-13T10:34:27.954Z] --- PASS: TestRingDrain (0.00s) [2022-05-13T10:34:27.954Z] PASS [2022-05-13T10:34:27.955Z] coverage: 43.2% of statements [2022-05-13T10:34:27.955Z] ok github.com/docker/docker/daemon/logger 0.293s coverage: 43.2% of statements [2022-05-13T10:34:28.410Z] --- PASS: TestContentStoreForPull (0.25s) [2022-05-13T10:34:28.410Z] PASS [2022-05-13T10:34:28.410Z] coverage: 6.6% of statements [2022-05-13T10:34:28.410Z] ok github.com/docker/docker/daemon/images 0.454s coverage: 6.6% of statements [2022-05-13T10:34:28.410Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-13T10:34:28.410Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptReconnectInterval [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-05-13T10:34:28.864Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-05-13T10:34:28.864Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-05-13T10:34:28.864Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-05-13T10:34:28.864Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-05-13T10:34:28.864Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-05-13T10:34:28.864Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-05-13T10:34:28.864Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-05-13T10:34:28.864Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/#00 [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/[::1]: [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/[::1] [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/example.com [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/example.com/ [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/example.com: [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/tcp:// [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-05-13T10:34:28.864Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tls:// [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tls:/// [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/:// [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/something:// [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/udp:// [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/unix:// [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-05-13T10:34:28.865Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress (0.01s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-05-13T10:34:28.865Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-05-13T10:34:28.865Z] PASS [2022-05-13T10:34:28.865Z] coverage: 53.6% of statements [2022-05-13T10:34:28.865Z] ok github.com/docker/docker/daemon/logger/fluentd 0.137s coverage: 53.6% of statements [2022-05-13T10:34:28.865Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-13T10:34:28.865Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-05-13T10:34:28.865Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-05-13T10:34:29.323Z] === RUN TestJSONLogsMarshalJSONBuf [2022-05-13T10:34:29.323Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-05-13T10:34:29.323Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-05-13T10:34:29.323Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.20s) [2022-05-13T10:34:29.323Z] === RUN TestFastTimeMarshalJSON [2022-05-13T10:34:29.323Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-05-13T10:34:29.323Z] PASS [2022-05-13T10:34:29.323Z] coverage: 87.2% of statements [2022-05-13T10:34:29.323Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.258s coverage: 87.2% of statements [2022-05-13T10:34:29.915Z] === RUN TestJSONFileLogger [2022-05-13T10:34:29.915Z] --- PASS: TestJSONFileLogger (0.01s) [2022-05-13T10:34:29.915Z] === RUN TestJSONFileLoggerWithTags [2022-05-13T10:34:29.915Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-05-13T10:34:29.915Z] === RUN TestJSONFileLoggerWithOpts [2022-05-13T10:34:29.915Z] --- PASS: TestJSONFileLoggerWithOpts (0.04s) [2022-05-13T10:34:29.915Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-05-13T10:34:29.915Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-05-13T10:34:29.915Z] === RUN TestEncodeDecode [2022-05-13T10:34:29.915Z] === PAUSE TestEncodeDecode [2022-05-13T10:34:29.915Z] === RUN TestUnexpectedEOF [2022-05-13T10:34:30.371Z] time="2022-05-13T10:34:29Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-13T10:34:30.371Z] time="2022-05-13T10:34:29Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-13T10:34:30.371Z] --- PASS: TestUnexpectedEOF (0.19s) [2022-05-13T10:34:30.371Z] === CONT TestEncodeDecode [2022-05-13T10:34:30.371Z] --- PASS: TestEncodeDecode (0.00s) [2022-05-13T10:34:30.371Z] PASS [2022-05-13T10:34:30.371Z] coverage: 69.9% of statements [2022-05-13T10:34:30.371Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.341s coverage: 69.9% of statements [2022-05-13T10:34:30.371Z] === RUN TestWriteLog [2022-05-13T10:34:30.371Z] === PAUSE TestWriteLog [2022-05-13T10:34:30.371Z] === RUN TestReadLog [2022-05-13T10:34:30.371Z] === PAUSE TestReadLog [2022-05-13T10:34:30.371Z] === RUN TestDecode [2022-05-13T10:34:30.371Z] --- PASS: TestDecode (0.03s) [2022-05-13T10:34:30.371Z] === CONT TestWriteLog [2022-05-13T10:34:30.371Z] === CONT TestReadLog [2022-05-13T10:34:30.371Z] --- PASS: TestWriteLog (0.00s) [2022-05-13T10:34:30.371Z] === RUN TestReadLog/tail_exact [2022-05-13T10:34:30.371Z] === RUN TestReadLog/tail_less_than_available [2022-05-13T10:34:30.371Z] === RUN TestReadLog/tail_more_than_available [2022-05-13T10:34:30.371Z] --- PASS: TestReadLog (0.25s) [2022-05-13T10:34:30.371Z] --- PASS: TestReadLog/tail_exact (0.21s) [2022-05-13T10:34:30.371Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-05-13T10:34:30.371Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-05-13T10:34:30.371Z] PASS [2022-05-13T10:34:30.371Z] coverage: 78.7% of statements [2022-05-13T10:34:30.371Z] ok github.com/docker/docker/daemon/logger/local 0.338s coverage: 78.7% of statements [2022-05-13T10:34:30.828Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-13T10:34:31.282Z] === RUN TestOpenFileDelete [2022-05-13T10:34:31.282Z] --- PASS: TestOpenFileDelete (0.00s) [2022-05-13T10:34:31.282Z] === RUN TestOpenFileRename [2022-05-13T10:34:31.282Z] --- PASS: TestOpenFileRename (0.00s) [2022-05-13T10:34:31.282Z] === RUN TestHandleDecoderErr [2022-05-13T10:34:31.282Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-05-13T10:34:31.282Z] === RUN TestParseLogTagDefaultTag [2022-05-13T10:34:31.282Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-05-13T10:34:31.282Z] === RUN TestParseLogTag [2022-05-13T10:34:31.282Z] --- PASS: TestParseLogTag (0.00s) [2022-05-13T10:34:31.282Z] === RUN TestParseLogTagEmptyTag [2022-05-13T10:34:31.282Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-05-13T10:34:31.282Z] === RUN TestTailFiles [2022-05-13T10:34:31.282Z] --- PASS: TestTailFiles (0.00s) [2022-05-13T10:34:31.282Z] === RUN TestFollowLogsConsumerGone [2022-05-13T10:34:31.282Z] === RUN TestLog [2022-05-13T10:34:31.282Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-05-13T10:34:31.282Z] === RUN TestFollowLogsProducerGone [2022-05-13T10:34:31.282Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-05-13T10:34:31.282Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-05-13T10:34:31.282Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-05-13T10:34:31.283Z] === RUN TestCheckCapacityAndRotate [2022-05-13T10:34:31.283Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-05-13T10:34:31.283Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-05-13T10:34:31.283Z] --- PASS: TestLog (0.03s) [2022-05-13T10:34:31.283Z] PASS [2022-05-13T10:34:31.283Z] coverage: 31.5% of statements [2022-05-13T10:34:31.283Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.090s coverage: 31.5% of statements [2022-05-13T10:34:31.283Z] --- PASS: TestCheckCapacityAndRotate (0.06s) [2022-05-13T10:34:31.283Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-05-13T10:34:31.283Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s) [2022-05-13T10:34:31.283Z] PASS [2022-05-13T10:34:31.283Z] coverage: 50.7% of statements [2022-05-13T10:34:31.283Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.139s coverage: 50.7% of statements [2022-05-13T10:34:32.244Z] === RUN TestNewParse [2022-05-13T10:34:32.244Z] --- PASS: TestNewParse (0.00s) [2022-05-13T10:34:32.244Z] PASS [2022-05-13T10:34:32.244Z] coverage: 8.3% of statements [2022-05-13T10:34:32.244Z] ok github.com/docker/docker/daemon/logger/templates 0.079s coverage: 8.3% of statements [2022-05-13T10:34:32.329Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-13T10:34:32.699Z] === RUN TestValidateLogOpt [2022-05-13T10:34:32.699Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-13T10:34:32.699Z] === RUN TestNewMissedConfig [2022-05-13T10:34:32.699Z] --- PASS: TestNewMissedConfig (0.00s) [2022-05-13T10:34:32.699Z] === RUN TestNewMissedUrl [2022-05-13T10:34:32.699Z] --- PASS: TestNewMissedUrl (0.00s) [2022-05-13T10:34:32.699Z] === RUN TestNewMissedToken [2022-05-13T10:34:32.699Z] --- PASS: TestNewMissedToken (0.00s) [2022-05-13T10:34:32.699Z] === RUN TestNewWithProxy [2022-05-13T10:34:32.699Z] --- PASS: TestNewWithProxy (0.00s) [2022-05-13T10:34:32.699Z] === RUN TestDefault [2022-05-13T10:34:32.699Z] --- PASS: TestDefault (0.00s) [2022-05-13T10:34:32.699Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-05-13T10:34:32.699Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-05-13T10:34:32.699Z] === RUN TestJsonFormat [2022-05-13T10:34:32.699Z] --- PASS: TestJsonFormat (0.01s) [2022-05-13T10:34:32.699Z] === RUN TestRawFormat [2022-05-13T10:34:32.699Z] --- PASS: TestRawFormat (0.00s) [2022-05-13T10:34:32.699Z] === RUN TestRawFormatWithLabels [2022-05-13T10:34:32.699Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-05-13T10:34:32.699Z] === RUN TestRawFormatWithoutTag [2022-05-13T10:34:32.699Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-05-13T10:34:32.699Z] === RUN TestBatching [2022-05-13T10:34:32.699Z] === RUN TestParseLogFormat [2022-05-13T10:34:32.699Z] --- PASS: TestParseLogFormat (0.00s) [2022-05-13T10:34:32.699Z] === RUN TestValidateLogOptEmpty [2022-05-13T10:34:32.699Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-05-13T10:34:32.699Z] === RUN TestValidateSyslogAddress [2022-05-13T10:34:32.699Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-05-13T10:34:32.699Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-05-13T10:34:32.699Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-05-13T10:34:32.699Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-05-13T10:34:32.699Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-05-13T10:34:32.699Z] --- PASS: TestValidateSyslogAddress (0.01s) [2022-05-13T10:34:32.699Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.01s) [2022-05-13T10:34:32.699Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-05-13T10:34:32.699Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-05-13T10:34:32.699Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-05-13T10:34:32.699Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-05-13T10:34:32.699Z] === RUN TestParseAddressDefaultPort [2022-05-13T10:34:32.699Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-05-13T10:34:32.699Z] === RUN TestValidateSyslogFacility [2022-05-13T10:34:32.699Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-05-13T10:34:32.699Z] === RUN TestValidateLogOptSyslogFormat [2022-05-13T10:34:32.699Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-05-13T10:34:32.699Z] === RUN TestValidateLogOpt [2022-05-13T10:34:32.699Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-13T10:34:32.699Z] PASS [2022-05-13T10:34:32.699Z] coverage: 43.6% of statements [2022-05-13T10:34:32.699Z] ok github.com/docker/docker/daemon/logger/syslog 0.082s coverage: 43.6% of statements [2022-05-13T10:34:32.699Z] --- PASS: TestBatching (0.28s) [2022-05-13T10:34:32.699Z] === RUN TestFrequency [2022-05-13T10:34:32.897Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-13T10:34:33.154Z] --- PASS: TestFrequency (0.16s) [2022-05-13T10:34:33.154Z] === RUN TestOneMessagePerRequest [2022-05-13T10:34:33.154Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-05-13T10:34:33.154Z] === RUN TestVerify [2022-05-13T10:34:33.154Z] --- PASS: TestVerify (0.00s) [2022-05-13T10:34:33.154Z] === RUN TestSkipVerify [2022-05-13T10:34:33.154Z] time="2022-05-13T10:34:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:34:33.609Z] time="2022-05-13T10:34:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:34:33.609Z] time="2022-05-13T10:34:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:34:33.609Z] --- PASS: TestSkipVerify (0.84s) [2022-05-13T10:34:33.609Z] === RUN TestBufferMaximum [2022-05-13T10:34:33.609Z] time="2022-05-13T10:34:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:34:33.609Z] time="2022-05-13T10:34:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:34:33.609Z] time="2022-05-13T10:34:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:34:33.609Z] time="2022-05-13T10:34:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:34:33.609Z] time="2022-05-13T10:34:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:34:33.609Z] time="2022-05-13T10:34:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438073.544496\",\"host\":\"712f7f4e465a\"}'" [2022-05-13T10:34:33.609Z] time="2022-05-13T10:34:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438073.544496\",\"host\":\"712f7f4e465a\"}'" [2022-05-13T10:34:33.609Z] --- PASS: TestBufferMaximum (0.00s) [2022-05-13T10:34:33.609Z] === RUN TestServerAlwaysDown [2022-05-13T10:34:33.609Z] time="2022-05-13T10:34:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:34:33.609Z] time="2022-05-13T10:34:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:34:33.609Z] time="2022-05-13T10:34:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438073.548511\",\"host\":\"712f7f4e465a\"}'" [2022-05-13T10:34:33.609Z] time="2022-05-13T10:34:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438073.548511\",\"host\":\"712f7f4e465a\"}'" [2022-05-13T10:34:33.609Z] time="2022-05-13T10:34:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:34:33.609Z] time="2022-05-13T10:34:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438073.548511\",\"host\":\"712f7f4e465a\"}'" [2022-05-13T10:34:33.609Z] time="2022-05-13T10:34:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438073.549512\",\"host\":\"712f7f4e465a\"}'" [2022-05-13T10:34:33.609Z] time="2022-05-13T10:34:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438073.549512\",\"host\":\"712f7f4e465a\"}'" [2022-05-13T10:34:33.609Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-05-13T10:34:33.609Z] === RUN TestCannotSendAfterClose [2022-05-13T10:34:33.609Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-05-13T10:34:33.609Z] === RUN TestDeadlockOnBlockedEndpoint [2022-05-13T10:34:33.833Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-13T10:34:34.035Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-05-13T10:34:34.064Z] === RUN TestV2MetadataService [2022-05-13T10:34:34.400Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-13T10:34:34.519Z] --- PASS: TestV2MetadataService (0.81s) [2022-05-13T10:34:34.519Z] PASS [2022-05-13T10:34:34.519Z] coverage: 44.4% of statements [2022-05-13T10:34:34.519Z] ok github.com/docker/docker/distribution/metadata 0.890s coverage: 44.4% of statements [2022-05-13T10:34:34.660Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-13T10:34:34.974Z] time="2022-05-13T10:34:34Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49209/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-05-13T10:34:34.974Z] time="2022-05-13T10:34:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"712f7f4e465a\"}'" [2022-05-13T10:34:34.974Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-05-13T10:34:34.974Z] PASS [2022-05-13T10:34:34.974Z] coverage: 82.5% of statements [2022-05-13T10:34:34.974Z] ok github.com/docker/docker/daemon/logger/splunk 2.378s coverage: 82.5% of statements [2022-05-13T10:34:34.974Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-13T10:34:34.974Z] ? github.com/docker/docker/daemon/network [no test files] [2022-05-13T10:34:34.974Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-13T10:34:34.974Z] === RUN TestSuccessfulDownload [2022-05-13T10:34:34.974Z] download_test.go:267: Needs fixing on Windows [2022-05-13T10:34:34.974Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-05-13T10:34:34.974Z] === RUN TestCancelledDownload [2022-05-13T10:34:34.974Z] --- PASS: TestCancelledDownload (0.00s) [2022-05-13T10:34:34.974Z] === RUN TestMaxDownloadAttempts [2022-05-13T10:34:34.974Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-13T10:34:34.974Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-13T10:34:34.974Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-13T10:34:34.974Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-13T10:34:34.974Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-13T10:34:34.974Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-13T10:34:34.974Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-13T10:34:34.974Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-13T10:34:34.974Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-13T10:34:34.974Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-13T10:34:34.974Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-13T10:34:34.974Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-13T10:34:35.429Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-05-13T10:34:35.429Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-05-13T10:34:35.429Z] === RUN TestContinueOnError_MirrorEndpoint [2022-05-13T10:34:35.429Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-05-13T10:34:35.429Z] === RUN TestContinueOnError_NeverContinue [2022-05-13T10:34:35.429Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-05-13T10:34:35.429Z] === RUN TestManifestStore [2022-05-13T10:34:35.429Z] === RUN TestManifestStore/no_remote_or_local [2022-05-13T10:34:35.429Z] time="2022-05-13T10:34:35Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2428887258\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-05-13T10:34:35.429Z] === RUN TestManifestStore/no_local_cache [2022-05-13T10:34:35.429Z] === RUN TestManifestStore/with_local_cache [2022-05-13T10:34:35.429Z] === RUN TestManifestStore/unknown_media_type [2022-05-13T10:34:35.429Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-05-13T10:34:35.429Z] time="2022-05-13T10:34:35Z" level=warning msg="reference for unknown type: " [2022-05-13T10:34:35.429Z] time="2022-05-13T10:34:35Z" level=warning msg="reference for unknown type: " [2022-05-13T10:34:35.429Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-05-13T10:34:35.429Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-05-13T10:34:35.429Z] time="2022-05-13T10:34:35Z" level=warning msg="reference for unknown type: " [2022-05-13T10:34:35.429Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-05-13T10:34:35.596Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-13T10:34:35.884Z] time="2022-05-13T10:34:35Z" level=warning msg="reference for unknown type: " [2022-05-13T10:34:35.884Z] time="2022-05-13T10:34:35Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-13T10:34:35.884Z] time="2022-05-13T10:34:35Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-13T10:34:35.884Z] time="2022-05-13T10:34:35Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-13T10:34:35.884Z] time="2022-05-13T10:34:35Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-13T10:34:35.884Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-05-13T10:34:35.884Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.50s) [2022-05-13T10:34:35.884Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.50s) [2022-05-13T10:34:35.884Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.50s) [2022-05-13T10:34:35.884Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.50s) [2022-05-13T10:34:35.884Z] === RUN TestTransfer [2022-05-13T10:34:35.884Z] time="2022-05-13T10:34:35Z" level=warning msg="reference for unknown type: " [2022-05-13T10:34:35.884Z] === RUN TestManifestStore/error_persisting_manifest [2022-05-13T10:34:35.884Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-05-13T10:34:35.884Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-05-13T10:34:35.884Z] time="2022-05-13T10:34:35Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-05-13T10:34:35.884Z] --- PASS: TestManifestStore (0.47s) [2022-05-13T10:34:35.884Z] --- PASS: TestManifestStore/no_remote_or_local (0.24s) [2022-05-13T10:34:35.884Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-05-13T10:34:35.884Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-05-13T10:34:35.884Z] --- PASS: TestManifestStore/unknown_media_type (0.16s) [2022-05-13T10:34:35.884Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-05-13T10:34:35.884Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.13s) [2022-05-13T10:34:35.884Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.05s) [2022-05-13T10:34:35.884Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.09s) [2022-05-13T10:34:35.884Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2022-05-13T10:34:35.884Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-05-13T10:34:35.884Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.03s) [2022-05-13T10:34:35.884Z] === RUN TestDetectManifestBlobMediaType [2022-05-13T10:34:35.884Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-05-13T10:34:35.884Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-05-13T10:34:35.884Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-05-13T10:34:35.884Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-05-13T10:34:35.885Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-05-13T10:34:35.885Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-05-13T10:34:35.885Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-05-13T10:34:35.885Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-05-13T10:34:35.885Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-05-13T10:34:35.885Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-05-13T10:34:35.885Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-05-13T10:34:35.885Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-05-13T10:34:35.885Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-05-13T10:34:35.885Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-05-13T10:34:35.885Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-05-13T10:34:35.885Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-05-13T10:34:35.885Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-05-13T10:34:35.885Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-05-13T10:34:35.885Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestFixManifestLayers [2022-05-13T10:34:35.885Z] --- PASS: TestFixManifestLayers (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestFixManifestLayersBaseLayerParent [2022-05-13T10:34:35.885Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-13T10:34:35.885Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestFixManifestLayersBadParent [2022-05-13T10:34:35.885Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestValidateManifest [2022-05-13T10:34:35.885Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-13T10:34:35.885Z] --- SKIP: TestValidateManifest (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestFormatPlatform [2022-05-13T10:34:35.885Z] --- PASS: TestFormatPlatform (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestPullSchema2Config [2022-05-13T10:34:35.885Z] === RUN TestPullSchema2Config/success_first_time [2022-05-13T10:34:35.885Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-13T10:34:35.885Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-13T10:34:35.885Z] === RUN TestPullSchema2Config/500_status [2022-05-13T10:34:35.885Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-13T10:34:35.885Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-13T10:34:35.885Z] --- PASS: TestTransfer (0.14s) [2022-05-13T10:34:35.885Z] === RUN TestConcurrencyLimit [2022-05-13T10:34:35.885Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-13T10:34:35.885Z] === RUN TestPullSchema2Config/EOF [2022-05-13T10:34:35.885Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-13T10:34:35.885Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-13T10:34:35.885Z] 2022/05/13 10:34:35 http: panic serving 127.0.0.1:49220: intentional panic [2022-05-13T10:34:35.885Z] goroutine 116 [running]: [2022-05-13T10:34:35.885Z] net/http.(*conn).serve.func1() [2022-05-13T10:34:35.885Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-13T10:34:35.885Z] panic({0x1558ee0, 0x173b2f0}) [2022-05-13T10:34:35.885Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-13T10:34:35.885Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc000452000?, {0x1742a98?, 0xc0004d4540?}) [2022-05-13T10:34:35.885Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-05-13T10:34:35.885Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x1742a98, 0xc0004d4540}, 0xc0004e7600) [2022-05-13T10:34:35.885Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-05-13T10:34:35.885Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x1742a98?, 0xc0004d4540?}, 0xc00005a800?) [2022-05-13T10:34:35.885Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-13T10:34:35.885Z] net/http.serverHandler.ServeHTTP({0xc00023e120?}, {0x1742a98, 0xc0004d4540}, 0xc0004e7600) [2022-05-13T10:34:35.885Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-13T10:34:35.885Z] net/http.(*conn).serve(0xc00006af00, {0x1743310, 0xc0001dea50}) [2022-05-13T10:34:35.885Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-13T10:34:35.885Z] created by net/http.(*Server).Serve [2022-05-13T10:34:35.885Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-13T10:34:35.885Z] === RUN TestNotFound [2022-05-13T10:34:35.885Z] --- PASS: TestNotFound (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestConflict [2022-05-13T10:34:35.885Z] --- PASS: TestConflict (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestForbidden [2022-05-13T10:34:35.885Z] --- PASS: TestForbidden (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestInvalidParameter [2022-05-13T10:34:35.885Z] --- PASS: TestInvalidParameter (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestNotImplemented [2022-05-13T10:34:35.885Z] --- PASS: TestNotImplemented (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestNotModified [2022-05-13T10:34:35.885Z] --- PASS: TestNotModified (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestUnauthorized [2022-05-13T10:34:35.885Z] --- PASS: TestUnauthorized (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestUnknown [2022-05-13T10:34:35.885Z] --- PASS: TestUnknown (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestCancelled [2022-05-13T10:34:35.885Z] --- PASS: TestCancelled (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestDeadline [2022-05-13T10:34:35.885Z] --- PASS: TestDeadline (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestDataLoss [2022-05-13T10:34:35.885Z] --- PASS: TestDataLoss (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestUnavailable [2022-05-13T10:34:35.885Z] --- PASS: TestUnavailable (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestSystem [2022-05-13T10:34:35.885Z] --- PASS: TestSystem (0.00s) [2022-05-13T10:34:35.885Z] === RUN TestFromStatusCode [2022-05-13T10:34:35.885Z] === RUN TestFromStatusCode/Not_Found [2022-05-13T10:34:35.885Z] === RUN TestFromStatusCode/Bad_Request [2022-05-13T10:34:35.885Z] === RUN TestFromStatusCode/Conflict [2022-05-13T10:34:35.885Z] === RUN TestFromStatusCode/Unauthorized [2022-05-13T10:34:35.885Z] === RUN TestFromStatusCode/Service_Unavailable [2022-05-13T10:34:35.885Z] === RUN TestFromStatusCode/Forbidden [2022-05-13T10:34:35.885Z] === RUN TestFromStatusCode/Not_Modified [2022-05-13T10:34:35.885Z] === RUN TestFromStatusCode/Not_Implemented [2022-05-13T10:34:35.885Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-05-13T10:34:35.885Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-05-13T10:34:35.885Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-05-13T10:34:35.885Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-05-13T10:34:35.885Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-05-13T10:34:35.885Z] --- PASS: TestFromStatusCode (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-05-13T10:34:35.885Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-05-13T10:34:35.885Z] PASS [2022-05-13T10:34:35.885Z] coverage: 77.0% of statements [2022-05-13T10:34:35.885Z] ok github.com/docker/docker/errdefs 0.039s coverage: 77.0% of statements [2022-05-13T10:34:36.341Z] --- PASS: TestConcurrencyLimit (0.36s) [2022-05-13T10:34:36.341Z] === RUN TestInactiveJobs [2022-05-13T10:34:36.341Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-13T10:34:36.341Z] === RUN TestPullSchema2Config/unauthorized [2022-05-13T10:34:36.341Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-13T10:34:36.341Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-13T10:34:36.341Z] --- PASS: TestPullSchema2Config (0.54s) [2022-05-13T10:34:36.341Z] --- PASS: TestPullSchema2Config/success_first_time (0.02s) [2022-05-13T10:34:36.341Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-05-13T10:34:36.341Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-05-13T10:34:36.341Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-05-13T10:34:36.341Z] === RUN TestGetRepositoryMountCandidates [2022-05-13T10:34:36.341Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-05-13T10:34:36.341Z] === RUN TestLayerAlreadyExists [2022-05-13T10:34:36.341Z] 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-13T10:34:36.341Z] 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-13T10:34:36.341Z] 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-13T10:34:36.341Z] 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-13T10:34:36.341Z] 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-13T10:34:36.341Z] 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-13T10:34:36.341Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-05-13T10:34:36.341Z] === RUN TestWhenEmptyAuthConfig [2022-05-13T10:34:36.341Z] --- PASS: TestInactiveJobs (0.38s) [2022-05-13T10:34:36.341Z] === RUN TestWatchRelease [2022-05-13T10:34:36.341Z] --- PASS: TestWatchRelease (0.04s) [2022-05-13T10:34:36.341Z] === RUN TestWatchFinishedTransfer [2022-05-13T10:34:36.341Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-05-13T10:34:36.341Z] === RUN TestDuplicateTransfer [2022-05-13T10:34:36.796Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-05-13T10:34:36.796Z] === RUN TestSuccessfulUpload [2022-05-13T10:34:36.796Z] === RUN TestFSGetInvalidData [2022-05-13T10:34:36.796Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-05-13T10:34:36.796Z] === RUN TestFSInvalidSet [2022-05-13T10:34:36.796Z] --- PASS: TestFSInvalidSet (0.01s) [2022-05-13T10:34:36.796Z] === RUN TestFSInvalidRoot [2022-05-13T10:34:36.796Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-05-13T10:34:36.796Z] === RUN TestFSMetadataGetSet [2022-05-13T10:34:36.796Z] --- PASS: TestFSMetadataGetSet (0.03s) [2022-05-13T10:34:36.796Z] === RUN TestFSInvalidWalker [2022-05-13T10:34:36.796Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-05-13T10:34:36.796Z] === RUN TestFSGetSet [2022-05-13T10:34:36.796Z] --- PASS: TestFSGetSet (0.03s) [2022-05-13T10:34:36.796Z] === RUN TestFSGetUnsetKey [2022-05-13T10:34:36.796Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-05-13T10:34:36.796Z] === RUN TestFSGetEmptyData [2022-05-13T10:34:36.796Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-05-13T10:34:36.796Z] === RUN TestFSDelete [2022-05-13T10:34:36.796Z] --- PASS: TestFSDelete (0.01s) [2022-05-13T10:34:36.796Z] === RUN TestFSWalker [2022-05-13T10:34:36.796Z] --- PASS: TestFSWalker (0.02s) [2022-05-13T10:34:36.796Z] === RUN TestFSWalkerStopOnError [2022-05-13T10:34:36.796Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-05-13T10:34:36.796Z] === RUN TestNewFromJSON [2022-05-13T10:34:36.796Z] --- PASS: TestNewFromJSON (0.00s) [2022-05-13T10:34:36.796Z] === RUN TestNewFromJSONWithInvalidJSON [2022-05-13T10:34:36.796Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-05-13T10:34:36.796Z] === RUN TestMarshalKeyOrder [2022-05-13T10:34:36.796Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-05-13T10:34:36.796Z] === RUN TestHistoryEqual [2022-05-13T10:34:36.796Z] time="2022-05-13T10:34:36Z" level=error msg="Upload failed, retrying: simulating retry" [2022-05-13T10:34:36.796Z] --- PASS: TestSuccessfulUpload (0.35s) [2022-05-13T10:34:36.796Z] === RUN TestCancelledUpload [2022-05-13T10:34:36.796Z] --- PASS: TestCancelledUpload (0.00s) [2022-05-13T10:34:36.796Z] PASS [2022-05-13T10:34:36.796Z] coverage: 77.3% of statements [2022-05-13T10:34:36.796Z] ok github.com/docker/docker/distribution/xfer 1.901s coverage: 77.3% of statements [2022-05-13T10:34:36.796Z] --- PASS: TestHistoryEqual (0.16s) [2022-05-13T10:34:36.796Z] === RUN TestImage [2022-05-13T10:34:36.796Z] --- PASS: TestImage (0.00s) [2022-05-13T10:34:36.796Z] === RUN TestImageOSNotEmpty [2022-05-13T10:34:36.796Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-05-13T10:34:36.796Z] === RUN TestNewChildImageFromImageWithRootFS [2022-05-13T10:34:36.796Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-05-13T10:34:36.796Z] === RUN TestCreate [2022-05-13T10:34:36.796Z] --- PASS: TestCreate (0.01s) [2022-05-13T10:34:36.796Z] === RUN TestRestore [2022-05-13T10:34:36.796Z] time="2022-05-13T10:34:36Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-05-13T10:34:36.796Z] --- PASS: TestRestore (0.03s) [2022-05-13T10:34:36.796Z] === RUN TestAddDelete [2022-05-13T10:34:37.251Z] --- PASS: TestAddDelete (0.04s) [2022-05-13T10:34:37.251Z] === RUN TestSearchAfterDelete [2022-05-13T10:34:37.251Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-05-13T10:34:37.251Z] === RUN TestParentReset [2022-05-13T10:34:37.251Z] --- PASS: TestParentReset (0.03s) [2022-05-13T10:34:37.251Z] === RUN TestGetAndSetLastUpdated [2022-05-13T10:34:37.251Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-05-13T10:34:37.251Z] === RUN TestStoreLen [2022-05-13T10:34:37.251Z] --- PASS: TestStoreLen (0.05s) [2022-05-13T10:34:37.251Z] PASS [2022-05-13T10:34:37.251Z] coverage: 86.9% of statements [2022-05-13T10:34:37.251Z] ok github.com/docker/docker/image 0.599s coverage: 86.9% of statements [2022-05-13T10:34:37.251Z] === RUN TestCompare [2022-05-13T10:34:37.251Z] --- PASS: TestCompare (0.00s) [2022-05-13T10:34:37.251Z] PASS [2022-05-13T10:34:37.251Z] coverage: 19.2% of statements [2022-05-13T10:34:37.251Z] ok github.com/docker/docker/image/cache 0.078s coverage: 19.2% of statements [2022-05-13T10:34:37.707Z] --- PASS: TestWhenEmptyAuthConfig (1.23s) [2022-05-13T10:34:37.707Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-05-13T10:34:37.707Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-05-13T10:34:37.707Z] === RUN TestTokenPassThru [2022-05-13T10:34:37.707Z] --- PASS: TestTokenPassThru (0.01s) [2022-05-13T10:34:37.707Z] === RUN TestTokenPassThruDifferentHost [2022-05-13T10:34:37.707Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-05-13T10:34:37.707Z] PASS [2022-05-13T10:34:37.707Z] coverage: 26.6% of statements [2022-05-13T10:34:37.707Z] ok github.com/docker/docker/distribution 2.342s coverage: 26.6% of statements [2022-05-13T10:34:37.707Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-13T10:34:37.707Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-13T10:34:38.132Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-13T10:34:38.667Z] === RUN TestValidateManifest [2022-05-13T10:34:38.667Z] === RUN TestValidateManifest/nil [2022-05-13T10:34:38.667Z] === RUN TestValidateManifest/non-nil [2022-05-13T10:34:38.667Z] --- PASS: TestValidateManifest (0.00s) [2022-05-13T10:34:38.667Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-05-13T10:34:38.667Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-05-13T10:34:38.667Z] PASS [2022-05-13T10:34:38.667Z] coverage: 0.7% of statements [2022-05-13T10:34:38.667Z] ok github.com/docker/docker/image/tarexport 0.222s coverage: 0.7% of statements [2022-05-13T10:34:38.667Z] ? github.com/docker/docker/image/v1 [no test files] [2022-05-13T10:34:38.667Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-13T10:34:38.667Z] === RUN TestSerialization [2022-05-13T10:34:38.667Z] --- PASS: TestSerialization (0.02s) [2022-05-13T10:34:38.667Z] PASS [2022-05-13T10:34:38.667Z] coverage: 100.0% of statements [2022-05-13T10:34:38.667Z] ok github.com/docker/docker/libcontainerd/queue 0.068s coverage: 100.0% of statements [2022-05-13T10:34:39.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-13T10:34:40.008Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-13T10:34:40.196Z] === RUN TestEmptyLayer [2022-05-13T10:34:40.196Z] --- PASS: TestEmptyLayer (0.00s) [2022-05-13T10:34:40.196Z] === RUN TestCommitFailure [2022-05-13T10:34:40.196Z] --- PASS: TestCommitFailure (0.01s) [2022-05-13T10:34:40.196Z] === RUN TestStartTransactionFailure [2022-05-13T10:34:40.196Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-05-13T10:34:40.196Z] === RUN TestGetOrphan [2022-05-13T10:34:40.196Z] --- PASS: TestGetOrphan (0.01s) [2022-05-13T10:34:40.196Z] === RUN TestMountAndRegister [2022-05-13T10:34:40.196Z] layer_test.go:258: Layer size: 14 [2022-05-13T10:34:40.196Z] --- PASS: TestMountAndRegister (0.05s) [2022-05-13T10:34:40.196Z] === RUN TestLayerRelease [2022-05-13T10:34:40.196Z] layer_test.go:291: Failing on Windows [2022-05-13T10:34:40.196Z] --- SKIP: TestLayerRelease (0.00s) [2022-05-13T10:34:40.196Z] === RUN TestStoreRestore [2022-05-13T10:34:40.196Z] layer_test.go:340: Failing on Windows [2022-05-13T10:34:40.196Z] --- SKIP: TestStoreRestore (0.00s) [2022-05-13T10:34:40.196Z] === RUN TestTarStreamStability [2022-05-13T10:34:40.196Z] layer_test.go:455: Failing on Windows [2022-05-13T10:34:40.196Z] --- SKIP: TestTarStreamStability (0.00s) [2022-05-13T10:34:40.196Z] === RUN TestRegisterExistingLayer [2022-05-13T10:34:40.197Z] --- PASS: TestRegisterExistingLayer (0.13s) [2022-05-13T10:34:40.197Z] === RUN TestTarStreamVerification [2022-05-13T10:34:40.197Z] layer_test.go:684: Failing on Windows [2022-05-13T10:34:40.197Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-05-13T10:34:40.197Z] === RUN TestLayerMigration [2022-05-13T10:34:40.197Z] migration_test.go:45: Failing on Windows [2022-05-13T10:34:40.197Z] --- SKIP: TestLayerMigration (0.00s) [2022-05-13T10:34:40.197Z] === RUN TestLayerMigrationNoTarsplit [2022-05-13T10:34:40.197Z] migration_test.go:181: Failing on Windows [2022-05-13T10:34:40.197Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-05-13T10:34:40.197Z] === RUN TestMountInit [2022-05-13T10:34:40.197Z] mount_test.go:17: Failing on Windows [2022-05-13T10:34:40.197Z] --- SKIP: TestMountInit (0.00s) [2022-05-13T10:34:40.197Z] === RUN TestMountSize [2022-05-13T10:34:40.197Z] mount_test.go:76: Failing on Windows [2022-05-13T10:34:40.197Z] --- SKIP: TestMountSize (0.00s) [2022-05-13T10:34:40.197Z] === RUN TestMountChanges [2022-05-13T10:34:40.197Z] mount_test.go:125: Failing on Windows [2022-05-13T10:34:40.197Z] --- SKIP: TestMountChanges (0.00s) [2022-05-13T10:34:40.197Z] === RUN TestMountApply [2022-05-13T10:34:40.197Z] mount_test.go:212: Failing on Windows [2022-05-13T10:34:40.197Z] --- SKIP: TestMountApply (0.00s) [2022-05-13T10:34:40.197Z] PASS [2022-05-13T10:34:40.197Z] coverage: 30.6% of statements [2022-05-13T10:34:40.197Z] === RUN TestEnvironmentParsing [2022-05-13T10:34:40.197Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-05-13T10:34:40.197Z] PASS [2022-05-13T10:34:40.197Z] coverage: 1.2% of statements [2022-05-13T10:34:40.197Z] ok github.com/docker/docker/libcontainerd/local 0.064s coverage: 1.2% of statements [2022-05-13T10:34:40.197Z] ok github.com/docker/docker/layer 0.308s coverage: 30.6% of statements [2022-05-13T10:34:40.575Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-13T10:34:40.652Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-13T10:34:40.652Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-13T10:34:40.652Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-13T10:34:40.652Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-13T10:34:40.652Z] === RUN TestSequenceGetAvailableBit [2022-05-13T10:34:40.652Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-05-13T10:34:40.652Z] === RUN TestSequenceEqual [2022-05-13T10:34:40.652Z] --- PASS: TestSequenceEqual (0.00s) [2022-05-13T10:34:40.652Z] === RUN TestSequenceCopy [2022-05-13T10:34:40.652Z] --- PASS: TestSequenceCopy (0.00s) [2022-05-13T10:34:40.652Z] === RUN TestGetFirstAvailable [2022-05-13T10:34:40.652Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-05-13T10:34:40.652Z] === RUN TestFindSequence [2022-05-13T10:34:40.652Z] --- PASS: TestFindSequence (0.00s) [2022-05-13T10:34:40.652Z] === RUN TestCheckIfAvailable [2022-05-13T10:34:40.652Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-05-13T10:34:40.652Z] === RUN TestMergeSequences [2022-05-13T10:34:40.652Z] --- PASS: TestMergeSequences (0.00s) [2022-05-13T10:34:40.652Z] === RUN TestPushReservation [2022-05-13T10:34:40.652Z] --- PASS: TestPushReservation (0.00s) [2022-05-13T10:34:40.652Z] === RUN TestSerializeDeserialize [2022-05-13T10:34:40.652Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-05-13T10:34:40.652Z] === RUN TestSet [2022-05-13T10:34:40.652Z] --- PASS: TestSet (0.00s) [2022-05-13T10:34:40.652Z] === RUN TestSetUnset [2022-05-13T10:34:40.652Z] --- PASS: TestSetUnset (0.00s) [2022-05-13T10:34:40.652Z] === RUN TestOffsetSetUnset [2022-05-13T10:34:40.652Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-05-13T10:34:40.652Z] === RUN TestSetInRange [2022-05-13T10:34:40.652Z] --- PASS: TestSetInRange (0.00s) [2022-05-13T10:34:40.652Z] === RUN TestSetAnyInRange [2022-05-13T10:34:40.652Z] --- PASS: TestSetAnyInRange (0.00s) [2022-05-13T10:34:40.652Z] === RUN TestMethods [2022-05-13T10:34:40.652Z] --- PASS: TestMethods (0.00s) [2022-05-13T10:34:40.652Z] === RUN TestRandomAllocateDeallocate [2022-05-13T10:34:41.511Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-13T10:34:42.079Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-13T10:34:42.816Z] === RUN TestInvalidConfig [2022-05-13T10:34:42.816Z] --- PASS: TestInvalidConfig (0.00s) [2022-05-13T10:34:42.816Z] === RUN TestConfig [2022-05-13T10:34:42.816Z] --- PASS: TestConfig (0.00s) [2022-05-13T10:34:42.816Z] === RUN TestOptionsLabels [2022-05-13T10:34:42.816Z] --- PASS: TestOptionsLabels (0.00s) [2022-05-13T10:34:42.816Z] === RUN TestValidName [2022-05-13T10:34:42.816Z] --- PASS: TestValidName (0.00s) [2022-05-13T10:34:42.816Z] PASS [2022-05-13T10:34:42.816Z] coverage: 19.7% of statements [2022-05-13T10:34:42.816Z] ok github.com/docker/docker/libnetwork/config 0.207s coverage: 19.7% of statements [2022-05-13T10:34:43.271Z] === RUN TestKey [2022-05-13T10:34:43.271Z] --- PASS: TestKey (0.00s) [2022-05-13T10:34:43.271Z] === RUN TestParseKey [2022-05-13T10:34:43.271Z] --- PASS: TestParseKey (0.00s) [2022-05-13T10:34:43.271Z] === RUN TestInvalidDataStore [2022-05-13T10:34:43.271Z] --- PASS: TestInvalidDataStore (0.00s) [2022-05-13T10:34:43.271Z] === RUN TestKVObjectFlatKey [2022-05-13T10:34:43.271Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-05-13T10:34:43.271Z] === RUN TestAtomicKVObjectFlatKey [2022-05-13T10:34:43.271Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-05-13T10:34:43.271Z] PASS [2022-05-13T10:34:43.271Z] coverage: 21.9% of statements [2022-05-13T10:34:43.271Z] ok github.com/docker/docker/libnetwork/datastore 0.061s coverage: 21.9% of statements [2022-05-13T10:34:43.455Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-13T10:34:44.022Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-13T10:34:44.233Z] === RUN TestIPDataMarshalling [2022-05-13T10:34:44.233Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-05-13T10:34:44.233Z] === RUN TestValidateAndIsV6 [2022-05-13T10:34:44.233Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-05-13T10:34:44.233Z] PASS [2022-05-13T10:34:44.233Z] coverage: 68.9% of statements [2022-05-13T10:34:44.233Z] ok github.com/docker/docker/libnetwork/driverapi 0.051s coverage: 68.9% of statements [2022-05-13T10:34:44.593Z] INFO [linters context/goanalysis] analyzers took 4m41.631048163s with top 10 stages: buildir: 2m0.794326944s, goimports: 24.293312415s, unconvert: 17.856782486s, gosec: 15.215031345s, S1038: 7.385901046s, golint: 7.337010851s, misspell: 6.515380762s, inspect: 5.099259844s, nilness: 4.532002467s, S1039: 3.748352377s [2022-05-13T10:34:44.593Z] INFO [runner] Issues before processing: 3043, after processing: 0 [2022-05-13T10:34:44.593Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/78, skip_dirs: 2427/2427, autogenerated_exclude: 2044/2427, identifier_marker: 2044/2044, skip_files: 2427/2427, exclude: 2044/2044, exclude-rules: 78/2044, cgo: 2427/3043, filename_unadjuster: 2427/2427, path_prettifier: 2427/2427 [2022-05-13T10:34:44.593Z] INFO [runner] processing took 83.423033ms with stages: nolint: 32.061985ms, identifier_marker: 21.902353ms, path_prettifier: 10.425721ms, autogenerated_exclude: 8.489814ms, exclude-rules: 8.200719ms, skip_dirs: 1.78701ms, cgo: 328.802µs, filename_unadjuster: 220.643µs, max_same_issues: 2.043µs, uniq_by_line: 678ns, diff: 485ns, skip_files: 456ns, max_from_linter: 430ns, exclude: 342ns, path_shortener: 340ns, source_code: 339ns, max_per_file_from_linter: 279ns, severity-rules: 243ns, sort_results: 226ns, path_prefixer: 125ns [2022-05-13T10:34:44.593Z] INFO [runner] linters took 1m32.037338778s with stages: goanalysis_metalinter: 1m31.953782981s [2022-05-13T10:34:44.593Z] INFO File cache stats: 1674 entries of total size 8.5MiB [2022-05-13T10:34:44.593Z] INFO Memory: 2629 samples, avg is 290.3MB, max is 1237.9MB [2022-05-13T10:34:44.593Z] INFO Execution took 4m22.70390241s [2022-05-13T10:34:44.593Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [2022-05-13T10:34:44.689Z] === RUN TestErrorInterfaces [2022-05-13T10:34:44.689Z] --- PASS: TestErrorInterfaces (0.00s) [2022-05-13T10:34:44.689Z] === RUN TestNetworkMarshalling [2022-05-13T10:34:44.689Z] --- PASS: TestNetworkMarshalling (0.19s) [2022-05-13T10:34:44.689Z] === RUN TestEndpointMarshalling [2022-05-13T10:34:44.689Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-05-13T10:34:44.689Z] === RUN TestAuxAddresses [2022-05-13T10:34:44.689Z] time="2022-05-13T10:34:44Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-13T10:34:44.689Z] --- PASS: TestAuxAddresses (0.01s) [2022-05-13T10:34:44.689Z] === RUN TestSRVServiceQuery [2022-05-13T10:34:44.689Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:34:44.689Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-05-13T10:34:44.689Z] === RUN TestServiceVIPReuse [2022-05-13T10:34:44.689Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:34:44.689Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-05-13T10:34:44.689Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-05-13T10:34:44.689Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:34:44.689Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-13T10:34:44.689Z] === RUN TestDNSIPQuery [2022-05-13T10:34:44.689Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:34:44.689Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-05-13T10:34:44.689Z] === RUN TestDNSProxyServFail [2022-05-13T10:34:44.689Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:34:44.689Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-05-13T10:34:44.689Z] === RUN TestSandboxAddEmpty [2022-05-13T10:34:44.689Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:34:44.689Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-05-13T10:34:44.689Z] === RUN TestSandboxAddMultiPrio [2022-05-13T10:34:44.689Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:34:44.689Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [Pipeline] sh [2022-05-13T10:34:44.958Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-13T10:34:45.002Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43269/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8e4b5db542e45b11e57c920876e3d80a37158567 hack/make.sh dynbinary test-docker-py [2022-05-13T10:34:45.145Z] === RUN TestSandboxAddSamePrio [2022-05-13T10:34:45.145Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:34:45.145Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-05-13T10:34:45.145Z] === RUN TestCleanupServiceDiscovery [2022-05-13T10:34:45.145Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:34:45.145Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-05-13T10:34:45.145Z] === RUN TestDNSOptions [2022-05-13T10:34:45.145Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:34:45.145Z] --- SKIP: TestDNSOptions (0.00s) [2022-05-13T10:34:45.145Z] === RUN TestMultipleControllersWithSameStore [2022-05-13T10:34:45.145Z] time="2022-05-13T10:34:44Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-13T10:34:45.145Z] time="2022-05-13T10:34:44Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-13T10:34:45.145Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-05-13T10:34:45.145Z] PASS [2022-05-13T10:34:45.145Z] coverage: 8.5% of statements [2022-05-13T10:34:45.145Z] ok github.com/docker/docker/libnetwork 0.355s coverage: 8.5% of statements [2022-05-13T10:34:45.145Z] === RUN TestDriver [2022-05-13T10:34:45.145Z] --- PASS: TestDriver (0.00s) [2022-05-13T10:34:45.145Z] PASS [2022-05-13T10:34:45.145Z] coverage: 34.8% of statements [2022-05-13T10:34:45.145Z] ok github.com/docker/docker/libnetwork/drivers/host 0.046s coverage: 34.8% of statements [2022-05-13T10:34:45.257Z] [2022-05-13T10:34:45.257Z] Removing bundles/ [2022-05-13T10:34:45.257Z] [2022-05-13T10:34:45.513Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-13T10:34:45.513Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-13T10:34:45.513Z] GOOS="" GOARCH="" GOARM="" [2022-05-13T10:34:45.600Z] === RUN TestDriver [2022-05-13T10:34:45.600Z] --- PASS: TestDriver (0.00s) [2022-05-13T10:34:45.600Z] PASS [2022-05-13T10:34:45.600Z] coverage: 34.8% of statements [2022-05-13T10:34:45.600Z] ok github.com/docker/docker/libnetwork/drivers/null 0.043s coverage: 34.8% of statements [2022-05-13T10:34:45.894Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-13T10:34:45.894Z] Using test binary docker [2022-05-13T10:34:45.894Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-13T10:34:45.894Z] Starting apparmor (via systemctl): apparmor.service. [2022-05-13T10:34:45.894Z] INFO: Waiting for daemon to start... [2022-05-13T10:34:45.894Z] Starting dockerd [2022-05-13T10:34:46.055Z] === RUN TestNetworkAllocateFree [2022-05-13T10:34:46.055Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-05-13T10:34:46.055Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-05-13T10:34:46.055Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-05-13T10:34:46.055Z] PASS [2022-05-13T10:34:46.055Z] coverage: 63.6% of statements [2022-05-13T10:34:46.055Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.079s coverage: 63.6% of statements [2022-05-13T10:34:46.512Z] === RUN TestGetEmptyCapabilities [2022-05-13T10:34:46.512Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-05-13T10:34:46.512Z] === RUN TestGetExtraCapabilities [2022-05-13T10:34:46.512Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-05-13T10:34:46.512Z] === RUN TestGetInvalidCapabilities [2022-05-13T10:34:46.512Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-05-13T10:34:46.512Z] === RUN TestRemoteDriver [2022-05-13T10:34:46.512Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-13T10:34:46.512Z] === RUN TestDriverError [2022-05-13T10:34:46.512Z] --- PASS: TestDriverError (0.01s) [2022-05-13T10:34:46.512Z] === RUN TestMissingValues [2022-05-13T10:34:46.512Z] --- PASS: TestMissingValues (0.00s) [2022-05-13T10:34:46.512Z] === RUN TestRollback [2022-05-13T10:34:46.512Z] --- PASS: TestRollback (0.01s) [2022-05-13T10:34:46.512Z] PASS [2022-05-13T10:34:46.512Z] coverage: 57.4% of statements [2022-05-13T10:34:46.512Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.093s coverage: 57.4% of statements [2022-05-13T10:34:46.512Z] --- PASS: TestRandomAllocateDeallocate (5.93s) [2022-05-13T10:34:46.512Z] === RUN TestAllocateRandomDeallocate [2022-05-13T10:34:47.472Z] === RUN TestNAT [2022-05-13T10:34:47.472Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-13T10:34:47.472Z] --- SKIP: TestNAT (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestTransparent [2022-05-13T10:34:47.472Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-13T10:34:47.472Z] --- SKIP: TestTransparent (0.00s) [2022-05-13T10:34:47.472Z] PASS [2022-05-13T10:34:47.472Z] coverage: 0.0% of statements [2022-05-13T10:34:47.472Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.083s coverage: 0.0% of statements [2022-05-13T10:34:47.472Z] === RUN TestNew [2022-05-13T10:34:47.472Z] --- PASS: TestNew (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestAddDriver [2022-05-13T10:34:47.472Z] --- PASS: TestAddDriver (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestAddDuplicateDriver [2022-05-13T10:34:47.472Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestIPAMDefaultAddressSpaces [2022-05-13T10:34:47.472Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestDriver [2022-05-13T10:34:47.472Z] --- PASS: TestDriver (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestIPAM [2022-05-13T10:34:47.472Z] --- PASS: TestIPAM (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestWalkIPAMs [2022-05-13T10:34:47.472Z] --- PASS: TestWalkIPAMs (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestWalkDrivers [2022-05-13T10:34:47.472Z] --- PASS: TestWalkDrivers (0.00s) [2022-05-13T10:34:47.472Z] PASS [2022-05-13T10:34:47.472Z] coverage: 82.4% of statements [2022-05-13T10:34:47.472Z] === RUN TestBuildDefault [2022-05-13T10:34:47.472Z] --- PASS: TestBuildDefault (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestBuildHostnameDomainname [2022-05-13T10:34:47.472Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestBuildHostname [2022-05-13T10:34:47.472Z] --- PASS: TestBuildHostname (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestBuildHostnameFQDN [2022-05-13T10:34:47.472Z] ok github.com/docker/docker/libnetwork/drvregistry 0.076s coverage: 82.4% of statements [2022-05-13T10:34:47.472Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestBuildNoIP [2022-05-13T10:34:47.472Z] --- PASS: TestBuildNoIP (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestUpdate [2022-05-13T10:34:47.472Z] --- PASS: TestUpdate (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-05-13T10:34:47.472Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-05-13T10:34:47.472Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestAddEmpty [2022-05-13T10:34:47.472Z] --- PASS: TestAddEmpty (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestAdd [2022-05-13T10:34:47.472Z] --- PASS: TestAdd (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestDeleteEmpty [2022-05-13T10:34:47.472Z] --- PASS: TestDeleteEmpty (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestDeleteNewline [2022-05-13T10:34:47.472Z] --- PASS: TestDeleteNewline (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestDelete [2022-05-13T10:34:47.472Z] --- PASS: TestDelete (0.00s) [2022-05-13T10:34:47.472Z] === RUN TestConcurrentWrites [2022-05-13T10:34:47.800Z] . [2022-05-13T10:34:47.800Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-13T10:34:47.927Z] --- PASS: TestConcurrentWrites (0.25s) [2022-05-13T10:34:47.928Z] PASS [2022-05-13T10:34:47.928Z] coverage: 81.2% of statements [2022-05-13T10:34:47.928Z] ok github.com/docker/docker/libnetwork/etchosts 0.317s coverage: 81.2% of statements [2022-05-13T10:34:47.928Z] --- PASS: TestAllocateRandomDeallocate (1.24s) [2022-05-13T10:34:47.928Z] === RUN TestAllocateRandomDeallocateSerialize [2022-05-13T10:34:47.928Z] === RUN TestNew [2022-05-13T10:34:47.928Z] --- PASS: TestNew (0.00s) [2022-05-13T10:34:47.928Z] === RUN TestAllocate [2022-05-13T10:34:47.928Z] --- PASS: TestAllocate (0.00s) [2022-05-13T10:34:47.928Z] === RUN TestUninitialized [2022-05-13T10:34:47.928Z] --- PASS: TestUninitialized (0.00s) [2022-05-13T10:34:47.928Z] === RUN TestAllocateInRange [2022-05-13T10:34:47.928Z] --- PASS: TestAllocateInRange (0.00s) [2022-05-13T10:34:47.928Z] === RUN TestAllocateSerial [2022-05-13T10:34:47.928Z] --- PASS: TestAllocateSerial (0.00s) [2022-05-13T10:34:47.928Z] PASS [2022-05-13T10:34:47.928Z] coverage: 87.5% of statements [2022-05-13T10:34:47.928Z] ok github.com/docker/docker/libnetwork/idm 0.041s coverage: 87.5% of statements [2022-05-13T10:34:48.058Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-13T10:34:48.058Z] Error: No such image: emptyfs [2022-05-13T10:34:48.058Z] Running integration-test (iteration 1) [2022-05-13T10:34:48.059Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-05-13T10:34:48.317Z] Loaded image: busybox:latest [2022-05-13T10:34:48.383Z] === RUN TestCaller [2022-05-13T10:34:48.383Z] --- PASS: TestCaller (0.00s) [2022-05-13T10:34:48.383Z] PASS [2022-05-13T10:34:48.383Z] coverage: 100.0% of statements [2022-05-13T10:34:48.383Z] ok github.com/docker/docker/libnetwork/internal/caller 0.041s coverage: 100.0% of statements [2022-05-13T10:34:48.576Z] Loaded image: busybox:glibc [2022-05-13T10:34:48.839Z] === RUN TestSetSerialInsertDelete [2022-05-13T10:34:48.839Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-05-13T10:34:48.839Z] === RUN TestSetParallelInsertDelete [2022-05-13T10:34:49.294Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.29s) [2022-05-13T10:34:49.294Z] === RUN TestRetrieveFromStore [2022-05-13T10:34:49.318Z] INFO: Expanding compiler 1 of 3... [2022-05-13T10:34:49.318Z] INFO: Expanding compiler 2 of 3... [2022-05-13T10:34:49.749Z] --- PASS: TestRetrieveFromStore (0.58s) [2022-05-13T10:34:49.749Z] === RUN TestIsCorrupted [2022-05-13T10:34:49.749Z] --- PASS: TestIsCorrupted (0.04s) [2022-05-13T10:34:49.749Z] === RUN TestSetRollover [2022-05-13T10:34:49.749Z] === RUN TestInt2IP2IntConversion [2022-05-13T10:34:49.951Z] Loaded image: debian:bullseye-slim [2022-05-13T10:34:49.951Z] Loaded image: hello-world:latest [2022-05-13T10:34:49.951Z] Loaded image: arm32v7/hello-world:latest [2022-05-13T10:34:49.951Z] INFO: Testing against a local daemon [2022-05-13T10:34:49.951Z] === RUN TestCgroupNamespacesBuild [2022-05-13T10:34:50.204Z] --- PASS: TestInt2IP2IntConversion (0.54s) [2022-05-13T10:34:50.204Z] === RUN TestGetAddressVersion [2022-05-13T10:34:50.204Z] --- PASS: TestGetAddressVersion (0.00s) [2022-05-13T10:34:50.204Z] === RUN TestKeyString [2022-05-13T10:34:50.204Z] --- PASS: TestKeyString (0.00s) [2022-05-13T10:34:50.204Z] === RUN TestPoolDataMarshal [2022-05-13T10:34:50.204Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-05-13T10:34:50.204Z] === RUN TestSubnetsMarshal [2022-05-13T10:34:50.510Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-13T10:34:50.510Z] Using test binary docker [2022-05-13T10:34:50.510Z] +++ /etc/init.d/apparmor start [2022-05-13T10:34:50.510Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-13T10:34:50.510Z] INFO: Waiting for daemon to start... [2022-05-13T10:34:50.510Z] Starting dockerd [2022-05-13T10:34:50.510Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-05-13T10:34:50.659Z] --- PASS: TestSubnetsMarshal (0.05s) [2022-05-13T10:34:50.659Z] === RUN TestAddSubnets [2022-05-13T10:34:50.659Z] --- PASS: TestAddSubnets (0.06s) [2022-05-13T10:34:50.659Z] === RUN TestDoublePoolRelease [2022-05-13T10:34:50.659Z] === RUN TestPoolRequest [2022-05-13T10:34:50.659Z] --- PASS: TestPoolRequest (0.00s) [2022-05-13T10:34:50.659Z] === RUN TestOtherRequests [2022-05-13T10:34:50.659Z] --- PASS: TestOtherRequests (0.00s) [2022-05-13T10:34:50.659Z] PASS [2022-05-13T10:34:50.659Z] coverage: 57.1% of statements [2022-05-13T10:34:50.659Z] ok github.com/docker/docker/libnetwork/ipams/null 0.042s coverage: 57.1% of statements [2022-05-13T10:34:50.659Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-05-13T10:34:50.659Z] === RUN TestAddReleasePoolID [2022-05-13T10:34:50.659Z] --- PASS: TestAddReleasePoolID (0.07s) [2022-05-13T10:34:50.659Z] === RUN TestPredefinedPool [2022-05-13T10:34:50.659Z] --- PASS: TestPredefinedPool (0.02s) [2022-05-13T10:34:50.659Z] === RUN TestRemoveSubnet [2022-05-13T10:34:51.077Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-13T10:34:51.077Z] Using test binary docker [2022-05-13T10:34:51.113Z] --- PASS: TestRemoveSubnet (0.25s) [2022-05-13T10:34:51.113Z] === RUN TestGetSameAddress [2022-05-13T10:34:51.113Z] --- PASS: TestGetSameAddress (0.03s) [2022-05-13T10:34:51.113Z] === RUN TestPoolAllocationReuse [2022-05-13T10:34:51.113Z] --- PASS: TestSetRollover (1.50s) [2022-05-13T10:34:51.113Z] === RUN TestSetRolloverSerial [2022-05-13T10:34:51.325Z] --- PASS: TestCgroupNamespacesBuild (1.22s) [2022-05-13T10:34:51.325Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-13T10:34:51.343Z] +++ /etc/init.d/apparmor start [2022-05-13T10:34:51.343Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-13T10:34:51.343Z] INFO: Waiting for daemon to start... [2022-05-13T10:34:51.343Z] Starting dockerd [2022-05-13T10:34:51.343Z] +++ 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-13T10:34:51.568Z] === RUN TestGetCapabilities [2022-05-13T10:34:52.023Z] --- PASS: TestGetCapabilities (0.01s) [2022-05-13T10:34:52.023Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-05-13T10:34:52.023Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-05-13T10:34:52.023Z] === RUN TestGetDefaultAddressSpaces [2022-05-13T10:34:52.023Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-05-13T10:34:52.023Z] === RUN TestRemoteDriver [2022-05-13T10:34:52.023Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-13T10:34:52.023Z] PASS [2022-05-13T10:34:52.023Z] coverage: 47.4% of statements [2022-05-13T10:34:52.023Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.075s coverage: 47.4% of statements [2022-05-13T10:34:52.133Z] ok github.com/docker/docker/libnetwork/ipam 15.635s coverage: 85.3% of statements [2022-05-13T10:34:52.133Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-13T10:34:52.133Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-13T10:34:52.133Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-05-13T10:34:52.133Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 47.4% of statements [2022-05-13T10:34:52.133Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-13T10:34:52.133Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-05-13T10:34:52.133Z] ok github.com/docker/docker/libnetwork/ipamutils 0.269s coverage: 74.0% of statements [2022-05-13T10:34:52.392Z] ok github.com/docker/docker/libnetwork/iptables 0.181s coverage: 45.1% of statements [2022-05-13T10:34:52.619Z] --- PASS: TestPoolAllocationReuse (1.54s) [2022-05-13T10:34:52.619Z] === RUN TestGetAddressSubPoolEqualPool [2022-05-13T10:34:52.619Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-05-13T10:34:52.619Z] === RUN TestRequestReleaseAddressFromSubPool [2022-05-13T10:34:52.619Z] --- PASS: TestSetRolloverSerial (1.44s) [2022-05-13T10:34:52.619Z] === RUN TestGetFirstAvailableFromCurrent [2022-05-13T10:34:52.619Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-05-13T10:34:52.619Z] PASS [2022-05-13T10:34:52.619Z] coverage: 84.4% of statements [2022-05-13T10:34:52.619Z] ok github.com/docker/docker/libnetwork/bitseq 12.071s coverage: 84.4% of statements [2022-05-13T10:34:52.652Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-05-13T10:34:52.701Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.28s) [2022-05-13T10:34:52.701Z] === RUN TestBuildWithSession [2022-05-13T10:34:52.701Z] build_session_test.go:25: TODO: BuildKit [2022-05-13T10:34:52.701Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-13T10:34:52.701Z] === RUN TestBuildSquashParent [2022-05-13T10:34:52.912Z] ok github.com/docker/docker/libnetwork/netutils 0.019s coverage: 44.1% of statements [2022-05-13T10:34:53.074Z] === RUN TestWindowsIPAM [2022-05-13T10:34:53.074Z] --- PASS: TestWindowsIPAM (0.00s) [2022-05-13T10:34:53.074Z] PASS [2022-05-13T10:34:53.074Z] coverage: 71.4% of statements [2022-05-13T10:34:53.074Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.046s coverage: 71.4% of statements [2022-05-13T10:34:53.529Z] === RUN TestDefaultNetwork [2022-05-13T10:34:53.871Z] . [2022-05-13T10:34:53.871Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-13T10:34:53.871Z] [2022-05-13T10:34:53.871Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-13T10:34:53.871Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-13T10:34:53.871Z] Error: No such image: emptyfs [2022-05-13T10:34:53.871Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-13T10:34:53.871Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-13T10:34:53.871Z] ++++ docker load [2022-05-13T10:34:53.871Z] Error: No such image: emptyfs [2022-05-13T10:34:53.871Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-13T10:34:53.871Z] ++++ docker load [2022-05-13T10:34:53.984Z] --- PASS: TestDefaultNetwork (0.27s) [2022-05-13T10:34:53.984Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-05-13T10:34:54.129Z] Running integration-test (iteration 1) [2022-05-13T10:34:54.129Z] Running integration-test (iteration 1) [2022-05-13T10:34:54.129Z] 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-13T10:34:54.129Z] ++ 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-13T10:34:54.129Z] ++ set -e [2022-05-13T10:34:54.129Z] ++ '[' -n 0 ']' [2022-05-13T10:34:54.129Z] ++ set -x [2022-05-13T10:34:54.130Z] ++ 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-13T10:34:54.130Z] 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-13T10:34:54.130Z] ++ 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-13T10:34:54.130Z] ++ set -e [2022-05-13T10:34:54.130Z] ++ '[' -n 0 ']' [2022-05-13T10:34:54.130Z] ++ set -x [2022-05-13T10:34:54.130Z] ++ 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-13T10:34:54.439Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.30s) [2022-05-13T10:34:54.439Z] === RUN TestInitAddressPools [2022-05-13T10:34:54.439Z] --- PASS: TestInitAddressPools (0.00s) [2022-05-13T10:34:54.439Z] PASS [2022-05-13T10:34:54.439Z] coverage: 74.0% of statements [2022-05-13T10:34:54.439Z] ok github.com/docker/docker/libnetwork/ipamutils 0.649s coverage: 74.0% of statements [2022-05-13T10:34:54.894Z] === RUN TestKeyValue [2022-05-13T10:34:54.894Z] --- PASS: TestKeyValue (0.00s) [2022-05-13T10:34:54.894Z] PASS [2022-05-13T10:34:54.894Z] coverage: 60.0% of statements [2022-05-13T10:34:54.894Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.47s) [2022-05-13T10:34:54.894Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-05-13T10:34:54.894Z] ok github.com/docker/docker/libnetwork/netlabel 0.045s coverage: 60.0% of statements [2022-05-13T10:34:55.065Z] Loaded image: busybox:latest [2022-05-13T10:34:55.065Z] Loaded image: busybox:latest [2022-05-13T10:34:55.065Z] Loaded image: busybox:glibc [2022-05-13T10:34:55.192Z] INFO: Expanding compiler 3 of 3... [2022-05-13T10:34:55.192Z] INFO: Removing downloaded files... [2022-05-13T10:34:55.192Z] INFO: Downloading containerd [2022-05-13T10:34:55.323Z] Loaded image: busybox:glibc [2022-05-13T10:34:57.778Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.62s) [2022-05-13T10:34:57.778Z] === RUN TestGetAddress [2022-05-13T10:34:57.778Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-13T10:34:57.778Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-13T10:34:57.778Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-13T10:34:57.778Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-13T10:34:57.778Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-13T10:34:57.778Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-13T10:34:57.778Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-13T10:34:57.778Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-13T10:34:57.778Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-13T10:34:57.778Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-05-13T10:34:57.778Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-13T10:34:57.778Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-13T10:34:57.778Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-13T10:34:57.778Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-05-13T10:34:57.778Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-13T10:34:57.778Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-13T10:34:57.778Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-13T10:34:57.967Z] --- PASS: TestBuildSquashParent (4.99s) [2022-05-13T10:34:57.967Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-13T10:34:57.967Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:34:57.967Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:34:57.967Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:34:57.967Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:34:57.967Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:34:57.967Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:34:57.967Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:34:57.967Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:34:57.967Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:34:57.967Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:34:57.967Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:34:57.967Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:34:57.967Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:34:57.967Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:34:58.241Z] === RUN TestNetworkDBSimple [2022-05-13T10:34:58.697Z] === RUN TestGenerate [2022-05-13T10:34:58.697Z] --- PASS: TestGenerate (0.00s) [2022-05-13T10:34:58.697Z] === RUN TestGeneratePtr [2022-05-13T10:34:58.697Z] --- PASS: TestGeneratePtr (0.00s) [2022-05-13T10:34:58.697Z] === RUN TestGenerateMissingField [2022-05-13T10:34:58.697Z] --- PASS: TestGenerateMissingField (0.00s) [2022-05-13T10:34:58.697Z] === RUN TestFieldCannotBeSet [2022-05-13T10:34:58.697Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-05-13T10:34:58.697Z] === RUN TestTypeMismatchError [2022-05-13T10:34:58.697Z] --- PASS: TestTypeMismatchError (0.00s) [2022-05-13T10:34:58.697Z] PASS [2022-05-13T10:34:58.697Z] coverage: 100.0% of statements [2022-05-13T10:34:58.697Z] ok github.com/docker/docker/libnetwork/options 0.041s coverage: 100.0% of statements [2022-05-13T10:34:59.152Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-05-13T10:34:59.152Z] PASS [2022-05-13T10:34:59.152Z] coverage: 100.0% of statements [2022-05-13T10:34:59.152Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.056s coverage: 100.0% of statements [2022-05-13T10:34:59.152Z] 2022/05/13 10:34:58 Closing DB instances... [2022-05-13T10:34:59.343Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:34:59.343Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:34:59.511Z] Loaded image: debian:bullseye-slim [2022-05-13T10:34:59.511Z] Loaded image: hello-world:latest [2022-05-13T10:34:59.608Z] testing: warning: no tests to run [2022-05-13T10:34:59.608Z] PASS [2022-05-13T10:34:59.608Z] coverage: 0.0% of statements [2022-05-13T10:34:59.608Z] ok github.com/docker/docker/libnetwork/osl 0.061s coverage: 0.0% of statements [no tests to run] [2022-05-13T10:34:59.613Z] Removing intermediate container 66dd68b0d1a9 [2022-05-13T10:34:59.613Z] ---> d11c707ec4e0 [2022-05-13T10:34:59.613Z] 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-13T10:34:59.613Z] ---> Running in b2d3ddc0ffca [2022-05-13T10:34:59.768Z] Loaded image: arm32v7/hello-world:latest [2022-05-13T10:34:59.768Z] Loaded image: debian:bullseye-slim [2022-05-13T10:34:59.768Z] INFO: Testing against a local daemon [2022-05-13T10:34:59.768Z] === RUN TestDockerSuite [2022-05-13T10:34:59.768Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-13T10:34:59.768Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-13T10:34:59.768Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-13T10:34:59.768Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-13T10:34:59.768Z] Loaded image: hello-world:latest [2022-05-13T10:34:59.768Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-13T10:34:59.768Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-13T10:34:59.768Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-13T10:34:59.768Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-13T10:35:00.027Z] Loaded image: arm32v7/hello-world:latest [2022-05-13T10:35:00.027Z] INFO: Testing against a local daemon [2022-05-13T10:35:00.027Z] === RUN TestDockerDaemonSuite [2022-05-13T10:35:00.027Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-05-13T10:35:00.064Z] === RUN TestRequestNewPort [2022-05-13T10:35:00.064Z] --- PASS: TestRequestNewPort (0.00s) [2022-05-13T10:35:00.064Z] === RUN TestRequestSpecificPort [2022-05-13T10:35:00.064Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-05-13T10:35:00.064Z] === RUN TestReleasePort [2022-05-13T10:35:00.064Z] --- PASS: TestReleasePort (0.00s) [2022-05-13T10:35:00.064Z] === RUN TestReuseReleasedPort [2022-05-13T10:35:00.064Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-05-13T10:35:00.064Z] === RUN TestReleaseUnreadledPort [2022-05-13T10:35:00.064Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-05-13T10:35:00.064Z] === RUN TestUnknowProtocol [2022-05-13T10:35:00.064Z] --- PASS: TestUnknowProtocol (0.00s) [2022-05-13T10:35:00.064Z] === RUN TestAllocateAllPorts [2022-05-13T10:35:00.064Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-05-13T10:35:00.064Z] === RUN TestPortAllocation [2022-05-13T10:35:00.064Z] --- PASS: TestPortAllocation (0.00s) [2022-05-13T10:35:00.064Z] === RUN TestPortAllocationWithCustomRange [2022-05-13T10:35:00.064Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-05-13T10:35:00.064Z] === RUN TestNoDuplicateBPR [2022-05-13T10:35:00.064Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-05-13T10:35:00.064Z] === RUN TestChangePortRange [2022-05-13T10:35:00.064Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-05-13T10:35:00.064Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-05-13T10:35:00.064Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-05-13T10:35:00.064Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-05-13T10:35:00.064Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-05-13T10:35:00.064Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-05-13T10:35:00.064Z] --- PASS: TestChangePortRange (0.00s) [2022-05-13T10:35:00.064Z] PASS [2022-05-13T10:35:00.064Z] coverage: 88.6% of statements [2022-05-13T10:35:00.064Z] ok github.com/docker/docker/libnetwork/portallocator 0.049s coverage: 88.6% of statements [2022-05-13T10:35:00.519Z] testing: warning: no tests to run [2022-05-13T10:35:00.519Z] PASS [2022-05-13T10:35:00.519Z] coverage: 0.0% of statements [2022-05-13T10:35:00.519Z] ok github.com/docker/docker/libnetwork/portmapper 0.044s coverage: 0.0% of statements [no tests to run] [2022-05-13T10:35:00.519Z] --- PASS: TestNetworkDBSimple (2.45s) [2022-05-13T10:35:00.519Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-05-13T10:35:00.974Z] === RUN TestHashData [2022-05-13T10:35:00.974Z] --- PASS: TestHashData (0.00s) [2022-05-13T10:35:00.974Z] PASS [2022-05-13T10:35:00.974Z] coverage: 2.8% of statements [2022-05-13T10:35:00.974Z] ok github.com/docker/docker/libnetwork/resolvconf 0.041s coverage: 2.8% of statements [2022-05-13T10:35:01.244Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:35:01.244Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:35:01.429Z] === RUN TestErrorConstructors [2022-05-13T10:35:01.429Z] --- PASS: TestErrorConstructors (0.00s) [2022-05-13T10:35:01.429Z] === RUN TestCompareIPMask [2022-05-13T10:35:01.429Z] --- PASS: TestCompareIPMask (0.00s) [2022-05-13T10:35:01.429Z] === RUN TestUtilGetHostPartIP [2022-05-13T10:35:01.429Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-05-13T10:35:01.429Z] === RUN TestUtilGetBroadcastIP [2022-05-13T10:35:01.429Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-05-13T10:35:01.429Z] === RUN TestParseCIDR [2022-05-13T10:35:01.429Z] --- PASS: TestParseCIDR (0.00s) [2022-05-13T10:35:01.429Z] PASS [2022-05-13T10:35:01.429Z] coverage: 37.3% of statements [2022-05-13T10:35:01.429Z] ok github.com/docker/docker/libnetwork/types 0.044s coverage: 37.3% of statements [2022-05-13T10:35:01.884Z] 2022/05/13 10:35:01 Closing DB instances... [2022-05-13T10:35:01.884Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-05-13T10:35:01.884Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-05-13T10:35:01.884Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-05-13T10:35:01.884Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-05-13T10:35:01.884Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-05-13T10:35:01.884Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-05-13T10:35:01.885Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-05-13T10:35:01.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-05-13T10:35:01.885Z] PASS [2022-05-13T10:35:01.885Z] coverage: 55.0% of statements [2022-05-13T10:35:01.885Z] ok github.com/docker/docker/oci 0.047s coverage: 55.0% of statements [2022-05-13T10:35:02.569Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-13T10:35:02.569Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-13T10:35:02.620Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-05-13T10:35:02.620Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.87s) [2022-05-13T10:35:02.620Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.90s) [2022-05-13T10:35:02.620Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.63s) [2022-05-13T10:35:02.620Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.75s) [2022-05-13T10:35:02.620Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.23s) [2022-05-13T10:35:02.620Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.44s) [2022-05-13T10:35:02.620Z] === RUN TestBuildMultiStageCopy [2022-05-13T10:35:02.620Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-13T10:35:02.844Z] === RUN TestAddressPoolOpt [2022-05-13T10:35:02.844Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/a [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/something [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/_=a [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/env1=value1 [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/_env1=value1 [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/env2=value2=value3 [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/env3=abc!qwe [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/env_4=value_4 [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/PATH [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/=a [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/PATH= [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/PATH=something [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/asd!qwe [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/1asd [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/123 [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/some_space [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/__some_space_before [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/some_space_after__ [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/= [2022-05-13T10:35:02.844Z] === RUN TestValidateEnv/PaTh [2022-05-13T10:35:02.844Z] --- PASS: TestValidateEnv (0.00s) [2022-05-13T10:35:02.844Z] --- PASS: TestValidateEnv/a (0.00s) [2022-05-13T10:35:02.844Z] --- PASS: TestValidateEnv/something (0.00s) [2022-05-13T10:35:02.844Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-05-13T10:35:02.844Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-05-13T10:35:02.844Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-05-13T10:35:02.844Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-05-13T10:35:02.844Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-05-13T10:35:02.844Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-05-13T10:35:02.844Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-05-13T10:35:02.844Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-05-13T10:35:02.844Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-05-13T10:35:02.844Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-05-13T10:35:02.844Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-05-13T10:35:02.844Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestValidateEnv/= (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-05-13T10:35:02.845Z] === RUN TestParseHost [2022-05-13T10:35:02.845Z] === RUN TestParseHost/:// [2022-05-13T10:35:02.845Z] === RUN TestParseHost/unknown:// [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://:port [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://:5555/ [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://0.0.0.0:5555/ [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://0.0.0.0:5555/p [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://[::1]:5555/p [2022-05-13T10:35:02.845Z] === RUN TestParseHost/something_with_spaces [2022-05-13T10:35:02.845Z] === RUN TestParseHost/_tcp://:5555/path_ [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://:5555/p [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://[::1]:/ [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://[::1]:5555/ [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://invalid:port [2022-05-13T10:35:02.845Z] === RUN TestParseHost/_ [2022-05-13T10:35:02.845Z] === RUN TestParseHost/__ [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://host: [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://0.0.0.0:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://docker.com:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseHost/npipe:// [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://[::1]:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://192.168:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://0.0.0.0:1234567890 [2022-05-13T10:35:02.845Z] === RUN TestParseHost/unix:// [2022-05-13T10:35:02.845Z] === RUN TestParseHost/npipe:////./pipe/foo [2022-05-13T10:35:02.845Z] === RUN TestParseHost/#00 [2022-05-13T10:35:02.845Z] === RUN TestParseHost/fd:// [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp:// [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://[::1] [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://[::1]: [2022-05-13T10:35:02.845Z] === RUN TestParseHost/unix://path/to/socket [2022-05-13T10:35:02.845Z] === RUN TestParseHost/fd://something [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://: [2022-05-13T10:35:02.845Z] === RUN TestParseHost/tcp://192.168.0.1:5555 [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/:// (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/unknown:// (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://:port (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://:5555/ (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/ (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/p (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://[::1]:5555/p (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/something_with_spaces (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/_tcp://:5555/path_ (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://:5555/p (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://[::1]:/ (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://[::1]:5555/ (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://invalid:port (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/_ (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/__ (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://host: (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://docker.com:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/npipe:// (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://[::1]:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://192.168:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://0.0.0.0:1234567890 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/unix:// (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/npipe:////./pipe/foo (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/#00 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/fd:// (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp:// (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://[::1] (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://[::1]: (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/unix://path/to/socket (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/fd://something (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://: (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseHost/tcp://192.168.0.1:5555 (0.00s) [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/tcp://127.0.0.1/ [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/#00 [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555/path [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/localhost:5555/path [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1 [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/:5555/path [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/tcp://unix:///run/docker.sock [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/_tcp://:5555/path_ [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/[::1]:5555/path [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/tcp://:5555/path [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d/path [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/tcp://[::1]:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/unix:// [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/: [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/[::1]:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/npipe:// [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/fd:// [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/tcp:// [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/[::1] [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1] [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/localhost [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/tcp://:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/localhost:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/fd://something [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/0.0.0.1: [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/[::1]: [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/localhost: [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/tcp://[::1] [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/npipe:////./pipe/foo [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/unix:///run/docker.sock [2022-05-13T10:35:02.845Z] === RUN TestParseDockerDaemonHost/tcp://[::1]: [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost (0.01s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/tcp://127.0.0.1/ (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/#00 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555/path (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/localhost:5555/path (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/:5555/path (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/tcp://unix:///run/docker.sock (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/_tcp://:5555/path_ (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555/path (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555/path (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d/path (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/unix:// (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/: (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/npipe:// (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/fd:// (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/tcp:// (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/[::1] (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1] (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/localhost (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/localhost:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/fd://something (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1: (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/[::1]: (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/localhost: (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1] (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/npipe:////./pipe/foo (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/unix:///run/docker.sock (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]: (0.00s) [2022-05-13T10:35:02.845Z] === RUN TestParseTCP [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/tcp:a.b.c.d/path [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/udp://127.0.0.1:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/:5555/path [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/0.0.0.1:5555/path [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/[::1]:5555/path [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/tcp:a.b.c.d [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/tcp://:5555/path [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/localhost:5555/path [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/udp://127.0.0.1 [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/default_localhost [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/default_udp://localhost [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/default_tcp://localhost:noport [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/default_tcp://localhost:5555/path [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/localhost: [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/localhost:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/#00 [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/tcp:// [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/0.0.0.1 [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/0.0.0.1:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]: [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/[::1] [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/[::1]:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/tcp://:5555 [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/0.0.0.1: [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/[::1]: [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/localhost [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/: [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1] [2022-05-13T10:35:02.845Z] === RUN TestParseTCP/tcp://: [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP (0.03s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/tcp:a.b.c.d/path (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/udp://127.0.0.1:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/:5555/path (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/0.0.0.1:5555/path (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/[::1]:5555/path (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/tcp:a.b.c.d (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/tcp://:5555/path (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/localhost:5555/path (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/udp://127.0.0.1 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/default_localhost (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/default_udp://localhost (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/default_tcp://localhost:noport (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/default_tcp://localhost:5555/path (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/localhost: (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/localhost:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/#00 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/tcp:// (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/0.0.0.1 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/0.0.0.1:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/[::1] (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/[::1]:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/tcp://:5555 (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/0.0.0.1: (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/[::1]: (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/localhost (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/: (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1] (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestParseTCP/tcp://: (0.00s) [2022-05-13T10:35:02.845Z] === RUN TestParseInvalidUnixAddrInvalid [2022-05-13T10:35:02.845Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-05-13T10:35:02.845Z] === RUN TestValidateExtraHosts [2022-05-13T10:35:02.845Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-05-13T10:35:02.845Z] === RUN TestValidateIPAddress [2022-05-13T10:35:02.845Z] --- PASS: TestValidateIPAddress (0.00s) [2022-05-13T10:35:02.845Z] === RUN TestMapOpts [2022-05-13T10:35:02.845Z] --- PASS: TestMapOpts (0.00s) [2022-05-13T10:35:02.845Z] === RUN TestListOptsWithoutValidator [2022-05-13T10:35:02.845Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-05-13T10:35:02.845Z] === RUN TestListOptsWithValidator [2022-05-13T10:35:02.845Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-05-13T10:35:02.845Z] === RUN TestValidateDNSSearch [2022-05-13T10:35:02.845Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-05-13T10:35:02.845Z] === RUN TestValidateLabel [2022-05-13T10:35:02.845Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-05-13T10:35:02.845Z] === RUN TestValidateLabel/label_with_general_format [2022-05-13T10:35:02.845Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-05-13T10:35:02.845Z] === RUN TestValidateLabel/label_with_one_more [2022-05-13T10:35:02.845Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-05-13T10:35:02.845Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-05-13T10:35:02.845Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-05-13T10:35:02.845Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-05-13T10:35:02.845Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-05-13T10:35:02.845Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-05-13T10:35:02.845Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-05-13T10:35:02.845Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-05-13T10:35:02.845Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-05-13T10:35:02.845Z] --- PASS: TestValidateLabel (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-05-13T10:35:02.845Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-05-13T10:35:02.846Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-05-13T10:35:02.846Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-05-13T10:35:02.846Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-05-13T10:35:02.846Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-05-13T10:35:02.846Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-05-13T10:35:02.846Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-05-13T10:35:02.846Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-05-13T10:35:02.846Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-05-13T10:35:02.846Z] === RUN TestNamedListOpts [2022-05-13T10:35:02.846Z] --- PASS: TestNamedListOpts (0.00s) [2022-05-13T10:35:02.846Z] === RUN TestNamedMapOpts [2022-05-13T10:35:02.846Z] --- PASS: TestNamedMapOpts (0.00s) [2022-05-13T10:35:02.846Z] === RUN TestParseLink [2022-05-13T10:35:02.846Z] --- PASS: TestParseLink (0.00s) [2022-05-13T10:35:02.846Z] === RUN TestUlimitOpt [2022-05-13T10:35:02.846Z] --- PASS: TestUlimitOpt (0.00s) [2022-05-13T10:35:02.846Z] PASS [2022-05-13T10:35:02.846Z] coverage: 66.0% of statements [2022-05-13T10:35:02.846Z] ok github.com/docker/docker/opts 0.122s coverage: 66.0% of statements [2022-05-13T10:35:02.846Z] === RUN TestParseVersion [2022-05-13T10:35:02.846Z] --- PASS: TestParseVersion (0.00s) [2022-05-13T10:35:02.846Z] PASS [2022-05-13T10:35:02.846Z] coverage: 52.9% of statements [2022-05-13T10:35:02.846Z] ok github.com/docker/docker/pkg/aaparser 0.044s coverage: 52.9% of statements [2022-05-13T10:35:03.300Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.84s) [2022-05-13T10:35:03.300Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-05-13T10:35:03.416Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-05-13T10:35:03.416Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-13T10:35:03.416Z] go: downloading github.com/fatih/color v1.10.0 [2022-05-13T10:35:03.417Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-13T10:35:03.417Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-13T10:35:03.417Z] go: downloading github.com/pkg/errors v0.9.1 [2022-05-13T10:35:03.417Z] go: downloading golang.org/x/tools v0.1.0 [2022-05-13T10:35:03.503Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-13T10:35:03.503Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-13T10:35:03.855Z] [2022-05-13T10:35:03.855Z] Name Version Source Summary [2022-05-13T10:35:03.855Z] ---- ------- ------ ------- [2022-05-13T10:35:03.855Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-05-13T10:35:03.871Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-13T10:35:03.871Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-13T10:35:03.871Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-13T10:35:03.871Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-13T10:35:03.871Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-13T10:35:03.871Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-13T10:35:03.871Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-13T10:35:03.994Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-13T10:35:04.069Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-13T10:35:04.253Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-13T10:35:04.326Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-13T10:35:04.326Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-13T10:35:04.511Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-13T10:35:04.769Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-13T10:35:04.824Z] === RUN TestPeerCertificateMarshalJSON [2022-05-13T10:35:04.824Z] 2022/05/13 10:35:04 Closing DB instances... [2022-05-13T10:35:04.824Z] === RUN TestIsArchivePathDir [2022-05-13T10:35:04.824Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-05-13T10:35:04.824Z] === RUN TestIsArchivePathInvalidFile [2022-05-13T10:35:04.847Z] [2022-05-13T10:35:04.847Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-05-13T10:35:04.847Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-05-13T10:35:04.847Z] PSChildName : containerd [2022-05-13T10:35:04.847Z] PSDrive : C [2022-05-13T10:35:04.847Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-05-13T10:35:04.847Z] PSIsContainer : True [2022-05-13T10:35:04.847Z] Name : containerd [2022-05-13T10:35:04.847Z] FullName : C:\containerd [2022-05-13T10:35:04.847Z] Parent : [2022-05-13T10:35:04.847Z] Exists : True [2022-05-13T10:35:04.847Z] Root : C:\ [2022-05-13T10:35:04.847Z] Extension : [2022-05-13T10:35:04.847Z] CreationTime : 5/13/2022 10:35:04 AM [2022-05-13T10:35:04.847Z] CreationTimeUtc : 5/13/2022 10:35:04 AM [2022-05-13T10:35:04.847Z] LastAccessTime : 5/13/2022 10:35:04 AM [2022-05-13T10:35:04.847Z] LastAccessTimeUtc : 5/13/2022 10:35:04 AM [2022-05-13T10:35:04.847Z] LastWriteTime : 5/13/2022 10:35:04 AM [2022-05-13T10:35:04.847Z] LastWriteTimeUtc : 5/13/2022 10:35:04 AM [2022-05-13T10:35:04.847Z] Attributes : Directory [2022-05-13T10:35:04.847Z] Mode : d----- [2022-05-13T10:35:04.847Z] BaseName : containerd [2022-05-13T10:35:04.847Z] Target : {} [2022-05-13T10:35:04.847Z] LinkType : [2022-05-13T10:35:04.847Z] [2022-05-13T10:35:04.850Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-13T10:35:04.850Z] go: downloading golang.org/x/mod v0.3.0 [2022-05-13T10:35:05.027Z] --- PASS: TestBuildMultiStageCopy (2.40s) [2022-05-13T10:35:05.027Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.48s) [2022-05-13T10:35:05.027Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s) [2022-05-13T10:35:05.027Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2022-05-13T10:35:05.027Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s) [2022-05-13T10:35:05.027Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s) [2022-05-13T10:35:05.027Z] === RUN TestBuildMultiStageParentConfig [2022-05-13T10:35:05.278Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-05-13T10:35:05.278Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-05-13T10:35:05.278Z] --- PASS: TestPeerCertificateMarshalJSON (0.56s) [2022-05-13T10:35:05.279Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-05-13T10:35:05.279Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-05-13T10:35:05.279Z] === RUN TestMiddleware [2022-05-13T10:35:05.279Z] --- PASS: TestMiddleware (0.00s) [2022-05-13T10:35:05.279Z] === RUN TestNewResponseModifier [2022-05-13T10:35:05.279Z] --- PASS: TestNewResponseModifier (0.00s) [2022-05-13T10:35:05.279Z] PASS [2022-05-13T10:35:05.279Z] coverage: 26.8% of statements [2022-05-13T10:35:05.279Z] ok github.com/docker/docker/pkg/authorization 0.601s coverage: 26.8% of statements [2022-05-13T10:35:05.279Z] --- PASS: TestIsArchivePathInvalidFile (0.26s) [2022-05-13T10:35:05.279Z] === RUN TestIsArchivePathTar [2022-05-13T10:35:05.702Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-13T10:35:05.733Z] --- PASS: TestIsArchivePathTar (0.26s) [2022-05-13T10:35:05.733Z] === RUN TestDecompressStreamGzip [2022-05-13T10:35:05.733Z] --- PASS: TestDecompressStreamGzip (0.14s) [2022-05-13T10:35:05.733Z] === RUN TestDecompressStreamBzip2 [2022-05-13T10:35:05.733Z] === RUN TestUnbuffered [2022-05-13T10:35:05.733Z] --- PASS: TestUnbuffered (0.00s) [2022-05-13T10:35:05.733Z] === RUN TestRaceUnbuffered [2022-05-13T10:35:05.733Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-05-13T10:35:05.733Z] PASS [2022-05-13T10:35:05.733Z] coverage: 100.0% of statements [2022-05-13T10:35:05.733Z] ok github.com/docker/docker/pkg/broadcaster 0.034s coverage: 100.0% of statements [2022-05-13T10:35:05.733Z] --- PASS: TestDecompressStreamBzip2 (0.11s) [2022-05-13T10:35:05.733Z] === RUN TestDecompressStreamXz [2022-05-13T10:35:05.733Z] archive_test.go:133: Xz not present in msys2 [2022-05-13T10:35:05.733Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-05-13T10:35:05.733Z] === RUN TestDecompressStreamZstd [2022-05-13T10:35:05.733Z] archive_test.go:140: zstd not installed [2022-05-13T10:35:05.733Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-05-13T10:35:05.733Z] === RUN TestCompressStreamXzUnsupported [2022-05-13T10:35:05.733Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-05-13T10:35:05.733Z] === RUN TestCompressStreamBzip2Unsupported [2022-05-13T10:35:05.733Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-05-13T10:35:05.733Z] === RUN TestCompressStreamInvalid [2022-05-13T10:35:05.734Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-05-13T10:35:05.734Z] === RUN TestExtensionInvalid [2022-05-13T10:35:05.734Z] --- PASS: TestExtensionInvalid (0.00s) [2022-05-13T10:35:05.734Z] === RUN TestExtensionUncompressed [2022-05-13T10:35:05.734Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-05-13T10:35:05.734Z] === RUN TestExtensionBzip2 [2022-05-13T10:35:05.734Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-05-13T10:35:05.734Z] === RUN TestExtensionGzip [2022-05-13T10:35:05.734Z] --- PASS: TestExtensionGzip (0.00s) [2022-05-13T10:35:05.734Z] === RUN TestExtensionXz [2022-05-13T10:35:05.734Z] --- PASS: TestExtensionXz (0.00s) [2022-05-13T10:35:05.734Z] === RUN TestExtensionZstd [2022-05-13T10:35:05.734Z] --- PASS: TestExtensionZstd (0.00s) [2022-05-13T10:35:05.734Z] === RUN TestCmdStreamLargeStderr [2022-05-13T10:35:05.734Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2022-05-13T10:35:05.734Z] === RUN TestCmdStreamBad [2022-05-13T10:35:05.734Z] archive_test.go:252: Failing on Windows CI machines [2022-05-13T10:35:05.734Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-05-13T10:35:05.734Z] === RUN TestCmdStreamGood [2022-05-13T10:35:05.961Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-13T10:35:05.961Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-13T10:35:05.962Z] --- PASS: TestBuildMultiStageParentConfig (0.79s) [2022-05-13T10:35:05.962Z] === RUN TestBuildLabelWithTargets [2022-05-13T10:35:06.188Z] --- PASS: TestCmdStreamGood (0.04s) [2022-05-13T10:35:06.188Z] === RUN TestUntarPathWithInvalidDest [2022-05-13T10:35:06.188Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-05-13T10:35:06.188Z] === RUN TestUntarPathWithInvalidSrc [2022-05-13T10:35:06.188Z] --- PASS: TestUntarPathWithInvalidSrc (0.01s) [2022-05-13T10:35:06.188Z] === RUN TestUntarPath [2022-05-13T10:35:06.188Z] --- PASS: TestUntarPath (0.07s) [2022-05-13T10:35:06.188Z] === RUN TestUntarPathWithDestinationFile [2022-05-13T10:35:06.188Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2022-05-13T10:35:06.188Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-05-13T10:35:06.188Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-05-13T10:35:06.188Z] === RUN TestCopyWithTarInvalidSrc [2022-05-13T10:35:06.188Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-05-13T10:35:06.188Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-05-13T10:35:06.188Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-05-13T10:35:06.188Z] === RUN TestCopyWithTarSrcFile [2022-05-13T10:35:06.188Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.84s) [2022-05-13T10:35:06.188Z] === RUN TestNetworkDBCRUDTableEntry [2022-05-13T10:35:06.188Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-05-13T10:35:06.188Z] === RUN TestCopyWithTarSrcFolder [2022-05-13T10:35:06.188Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-05-13T10:35:06.188Z] === RUN TestCopyFileWithTarInvalidSrc [2022-05-13T10:35:06.188Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-05-13T10:35:06.188Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-05-13T10:35:06.188Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2022-05-13T10:35:06.188Z] === RUN TestCopyFileWithTarSrcFolder [2022-05-13T10:35:06.188Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-05-13T10:35:06.188Z] === RUN TestCopyFileWithTarSrcFile [2022-05-13T10:35:06.188Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-05-13T10:35:06.188Z] === RUN TestTarFiles [2022-05-13T10:35:06.188Z] === RUN TestMatch [2022-05-13T10:35:06.188Z] === RUN TestMatch/[[]] [2022-05-13T10:35:06.188Z] === RUN TestMatch/[[foo]] [2022-05-13T10:35:06.188Z] === RUN TestMatch/[[bar]_[foo]] [2022-05-13T10:35:06.188Z] === RUN TestMatch/[[foo_bar]] [2022-05-13T10:35:06.188Z] === RUN TestMatch/[[qux]_[foo]] [2022-05-13T10:35:06.188Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-05-13T10:35:06.188Z] === RUN TestMatch/[] [2022-05-13T10:35:06.188Z] === RUN TestMatch/[]#01 [2022-05-13T10:35:06.188Z] === RUN TestMatch/[[qux]] [2022-05-13T10:35:06.188Z] === RUN TestMatch/[[foo_bar_qux]] [2022-05-13T10:35:06.188Z] === RUN TestMatch/[[qux]_[baz]] [2022-05-13T10:35:06.188Z] === RUN TestMatch/[[foo_baz]] [2022-05-13T10:35:06.188Z] --- PASS: TestMatch (0.00s) [2022-05-13T10:35:06.188Z] --- PASS: TestMatch/[[]] (0.00s) [2022-05-13T10:35:06.188Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-05-13T10:35:06.188Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-05-13T10:35:06.188Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-05-13T10:35:06.188Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-05-13T10:35:06.188Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-05-13T10:35:06.188Z] --- PASS: TestMatch/[] (0.00s) [2022-05-13T10:35:06.188Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-05-13T10:35:06.188Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-05-13T10:35:06.219Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-13T10:35:06.413Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-05-13T10:35:06.413Z] INFO: Configuring git core.autocrlf... [2022-05-13T10:35:06.643Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-05-13T10:35:06.643Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-05-13T10:35:06.643Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-05-13T10:35:06.643Z] PASS [2022-05-13T10:35:06.643Z] coverage: 87.5% of statements [2022-05-13T10:35:06.643Z] ok github.com/docker/docker/pkg/capabilities 0.041s coverage: 87.5% of statements [2022-05-13T10:35:06.785Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-05-13T10:35:06.882Z] [2022-05-13T10:35:06.882Z] [2022-05-13T10:35:06.896Z] --- PASS: TestBuildLabelWithTargets (1.16s) [2022-05-13T10:35:06.896Z] === RUN TestBuildWithEmptyLayers [2022-05-13T10:35:07.042Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-13T10:35:07.463Z] --- PASS: TestBuildWithEmptyLayers (0.45s) [2022-05-13T10:35:07.463Z] === RUN TestBuildMultiStageOnBuild [2022-05-13T10:35:07.607Z] === RUN TestChrootTarUntar [2022-05-13T10:35:07.607Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:35:07.607Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-05-13T10:35:07.607Z] === RUN TestChrootUntarWithHugeExcludesList [2022-05-13T10:35:07.607Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:35:07.607Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-13T10:35:07.607Z] === RUN TestChrootUntarEmptyArchive [2022-05-13T10:35:07.607Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-05-13T10:35:07.607Z] === RUN TestChrootTarUntarWithSymlink [2022-05-13T10:35:07.607Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-13T10:35:07.607Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-05-13T10:35:07.607Z] === RUN TestChrootCopyWithTar [2022-05-13T10:35:07.607Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-13T10:35:07.607Z] --- SKIP: TestChrootCopyWithTar (0.01s) [2022-05-13T10:35:07.607Z] === RUN TestChrootCopyFileWithTar [2022-05-13T10:35:07.607Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:35:07.607Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-05-13T10:35:07.607Z] === RUN TestChrootUntarPath [2022-05-13T10:35:07.607Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-13T10:35:07.607Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-05-13T10:35:07.607Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-05-13T10:35:07.607Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:35:07.607Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-13T10:35:07.607Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-05-13T10:35:07.607Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:35:07.607Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-13T10:35:07.607Z] === RUN TestChrootApplyDotDotFile [2022-05-13T10:35:07.607Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:35:07.607Z] --- SKIP: TestChrootApplyDotDotFile (0.01s) [2022-05-13T10:35:07.607Z] PASS [2022-05-13T10:35:07.607Z] coverage: 12.0% of statements [2022-05-13T10:35:07.607Z] ok github.com/docker/docker/pkg/chrootarchive 0.127s coverage: 12.0% of statements [2022-05-13T10:35:07.978Z] --- PASS: TestBuildWithHugeFile (129.53s) [2022-05-13T10:35:07.978Z] === RUN TestBuildWCOWSandboxSize [2022-05-13T10:35:07.978Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-13T10:35:07.978Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-13T10:35:07.978Z] === RUN TestBuildWithEmptyDockerfile [2022-05-13T10:35:07.978Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:35:07.978Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:35:07.978Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:35:07.978Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:35:07.978Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:35:07.978Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:35:07.978Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:35:07.978Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:35:07.978Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-13T10:35:08.236Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:35:08.236Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-13T10:35:08.236Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-05-13T10:35:08.236Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.23s) [2022-05-13T10:35:08.236Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.24s) [2022-05-13T10:35:08.236Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.09s) [2022-05-13T10:35:08.236Z] === RUN TestBuildPreserveOwnership [2022-05-13T10:35:08.236Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-13T10:35:08.236Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-13T10:35:08.236Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-13T10:35:08.236Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-13T10:35:08.567Z] 2022/05/13 10:35:08 Closing DB instances... [2022-05-13T10:35:08.567Z] === RUN TestEnsureRemoveAllNotExist [2022-05-13T10:35:08.567Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-05-13T10:35:08.567Z] === RUN TestEnsureRemoveAllWithDir [2022-05-13T10:35:08.567Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-05-13T10:35:08.567Z] === RUN TestEnsureRemoveAllWithFile [2022-05-13T10:35:08.567Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-05-13T10:35:08.567Z] PASS [2022-05-13T10:35:08.567Z] coverage: 0.0% of statements [2022-05-13T10:35:08.567Z] ok github.com/docker/docker/pkg/containerfs 0.042s coverage: 0.0% of statements [2022-05-13T10:35:08.839Z] --- PASS: TestBuildMultiStageOnBuild (1.63s) [2022-05-13T10:35:08.839Z] === RUN TestBuildUncleanTarFilenames [2022-05-13T10:35:09.527Z] === RUN TestSizeEmpty [2022-05-13T10:35:09.527Z] --- PASS: TestSizeEmpty (0.00s) [2022-05-13T10:35:09.527Z] === RUN TestSizeEmptyFile [2022-05-13T10:35:09.527Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-05-13T10:35:09.527Z] === RUN TestSizeNonemptyFile [2022-05-13T10:35:09.527Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-05-13T10:35:09.527Z] === RUN TestSizeNestedDirectoryEmpty [2022-05-13T10:35:09.527Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-05-13T10:35:09.527Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-05-13T10:35:09.527Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-05-13T10:35:09.527Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-05-13T10:35:09.527Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-05-13T10:35:09.527Z] === RUN TestMoveToSubdir [2022-05-13T10:35:09.527Z] --- PASS: TestMoveToSubdir (0.01s) [2022-05-13T10:35:09.527Z] === RUN TestSizeNonExistingDirectory [2022-05-13T10:35:09.527Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-05-13T10:35:09.527Z] PASS [2022-05-13T10:35:09.527Z] coverage: 80.0% of statements [2022-05-13T10:35:09.527Z] ok github.com/docker/docker/pkg/directory 0.056s coverage: 80.0% of statements [2022-05-13T10:35:09.775Z] --- PASS: TestBuildUncleanTarFilenames (0.62s) [2022-05-13T10:35:09.775Z] === RUN TestBuildMultiStageLayerLeak [2022-05-13T10:35:10.487Z] === RUN TestPollerAddRemove [2022-05-13T10:35:10.487Z] --- PASS: TestPollerAddRemove (0.00s) [2022-05-13T10:35:10.487Z] === RUN TestPollerEvent [2022-05-13T10:35:10.487Z] poller_test.go:40: No chmod on Windows [2022-05-13T10:35:10.487Z] --- SKIP: TestPollerEvent (0.00s) [2022-05-13T10:35:10.487Z] === RUN TestPollerClose [2022-05-13T10:35:10.487Z] --- PASS: TestPollerClose (0.00s) [2022-05-13T10:35:10.487Z] PASS [2022-05-13T10:35:10.487Z] coverage: 45.7% of statements [2022-05-13T10:35:10.487Z] ok github.com/docker/docker/pkg/filenotify 0.049s coverage: 45.7% of statements [2022-05-13T10:35:10.487Z] --- PASS: TestNetworkDBCRUDTableEntry (4.28s) [2022-05-13T10:35:10.487Z] === RUN TestNetworkDBCRUDTableEntries [2022-05-13T10:35:10.769Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-13T10:35:11.448Z] === RUN TestCopyFileWithInvalidSrc [2022-05-13T10:35:11.448Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestCopyFileWithInvalidDest [2022-05-13T10:35:11.448Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestCopyFileWithSameSrcAndDest [2022-05-13T10:35:11.448Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-05-13T10:35:11.448Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestCopyFile [2022-05-13T10:35:11.448Z] --- PASS: TestCopyFile (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-05-13T10:35:11.448Z] fileutils_test.go:133: Needs porting to Windows [2022-05-13T10:35:11.448Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-05-13T10:35:11.448Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestReadSymlinkedDirectoryToFile [2022-05-13T10:35:11.448Z] fileutils_test.go:179: Needs porting to Windows [2022-05-13T10:35:11.448Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestWildcardMatches [2022-05-13T10:35:11.448Z] --- PASS: TestWildcardMatches (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestPatternMatches [2022-05-13T10:35:11.448Z] --- PASS: TestPatternMatches (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-05-13T10:35:11.448Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestPatternMatchesFolderExclusions [2022-05-13T10:35:11.448Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-05-13T10:35:11.448Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-05-13T10:35:11.448Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-05-13T10:35:11.448Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-05-13T10:35:11.448Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestSingleExclamationError [2022-05-13T10:35:11.448Z] --- PASS: TestSingleExclamationError (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestMatchesWithNoPatterns [2022-05-13T10:35:11.448Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestMatchesWithMalformedPatterns [2022-05-13T10:35:11.448Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestMatches [2022-05-13T10:35:11.448Z] === RUN TestMatches/MatchesOrParentMatches [2022-05-13T10:35:11.448Z] === RUN TestMatches/MatchesUsingParentResult [2022-05-13T10:35:11.448Z] === RUN TestMatches/MatchesUsingParentResults [2022-05-13T10:35:11.448Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-05-13T10:35:11.448Z] --- PASS: TestMatches (0.01s) [2022-05-13T10:35:11.448Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-05-13T10:35:11.448Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-05-13T10:35:11.448Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-05-13T10:35:11.448Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestCleanPatterns [2022-05-13T10:35:11.448Z] --- PASS: TestCleanPatterns (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-05-13T10:35:11.448Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestCleanPatternsExceptionFlag [2022-05-13T10:35:11.448Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-05-13T10:35:11.448Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-05-13T10:35:11.448Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestCleanPatternsErrorSingleException [2022-05-13T10:35:11.448Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestCreateIfNotExistsDir [2022-05-13T10:35:11.448Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-05-13T10:35:11.448Z] === RUN TestCreateIfNotExistsFile [2022-05-13T10:35:11.448Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-05-13T10:35:11.448Z] === RUN TestMatch [2022-05-13T10:35:11.448Z] --- PASS: TestMatch (0.00s) [2022-05-13T10:35:11.448Z] === RUN TestCompile [2022-05-13T10:35:11.448Z] === RUN TestCompile/slash [2022-05-13T10:35:11.448Z] === RUN TestCompile/backslash [2022-05-13T10:35:11.448Z] --- PASS: TestCompile (0.00s) [2022-05-13T10:35:11.448Z] --- PASS: TestCompile/slash (0.00s) [2022-05-13T10:35:11.448Z] --- PASS: TestCompile/backslash (0.00s) [2022-05-13T10:35:11.448Z] PASS [2022-05-13T10:35:11.448Z] coverage: 84.7% of statements [2022-05-13T10:35:11.448Z] ok github.com/docker/docker/pkg/fileutils 0.092s coverage: 84.7% of statements [2022-05-13T10:35:11.675Z] --- PASS: TestBuildMultiStageLayerLeak (1.72s) [2022-05-13T10:35:11.675Z] === RUN TestBuildWithHugeFile [2022-05-13T10:35:11.701Z] --- PASS: TestBuildPreserveOwnership (3.18s) [2022-05-13T10:35:11.701Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.16s) [2022-05-13T10:35:11.701Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.00s) [2022-05-13T10:35:11.701Z] === RUN TestBuildPlatformInvalid [2022-05-13T10:35:11.701Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-05-13T10:35:11.701Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-13T10:35:11.959Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-13T10:35:12.408Z] --- PASS: TestTarFiles (5.85s) [2022-05-13T10:35:12.408Z] === RUN TestDetectCompressionZstd [2022-05-13T10:35:12.408Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-05-13T10:35:12.408Z] === RUN TestTarUntar [2022-05-13T10:35:12.408Z] --- PASS: TestTarUntar (0.05s) [2022-05-13T10:35:12.408Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-05-13T10:35:12.408Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-05-13T10:35:12.408Z] === RUN TestTarWithOptions [2022-05-13T10:35:12.408Z] --- PASS: TestTarWithOptions (0.03s) [2022-05-13T10:35:12.408Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-05-13T10:35:12.408Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-05-13T10:35:12.408Z] === RUN TestUntarUstarGnuConflict [2022-05-13T10:35:12.408Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-05-13T10:35:12.408Z] === RUN TestUntarInvalidFilenames [2022-05-13T10:35:12.408Z] === RUN TestGet [2022-05-13T10:35:12.408Z] --- PASS: TestGet (0.00s) [2022-05-13T10:35:12.408Z] === RUN TestGetShortcutString [2022-05-13T10:35:12.408Z] --- PASS: TestGetShortcutString (0.00s) [2022-05-13T10:35:12.408Z] PASS [2022-05-13T10:35:12.408Z] coverage: 42.9% of statements [2022-05-13T10:35:12.408Z] ok github.com/docker/docker/pkg/homedir 0.041s coverage: 42.9% of statements [2022-05-13T10:35:12.408Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2173680751\\dest" [2022-05-13T10:35:12.408Z] --- PASS: TestUntarInvalidFilenames (0.20s) [2022-05-13T10:35:12.408Z] === RUN TestUntarHardlinkToSymlink [2022-05-13T10:35:12.408Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-05-13T10:35:12.408Z] === RUN TestUntarInvalidHardlink [2022-05-13T10:35:12.408Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2099332080\\victim\\hello" -> "../victim/hello" [2022-05-13T10:35:12.408Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1199230103\\victim\\hello" -> "/../victim/hello" [2022-05-13T10:35:12.408Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3590948101\\victim" -> "../victim" [2022-05-13T10:35:12.408Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink555897963\\victim" -> "../victim" [2022-05-13T10:35:12.408Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3271363393\\victim" -> "../victim" [2022-05-13T10:35:12.408Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1382049698\\victim" -> "../victim" [2022-05-13T10:35:12.408Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-05-13T10:35:12.408Z] === RUN TestUntarInvalidSymlink [2022-05-13T10:35:12.408Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2084294977\\dest\\dotdot" -> "../victim/hello" [2022-05-13T10:35:12.408Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink678104730\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-13T10:35:12.408Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink170151994\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:35:12.408Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1228814012\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:35:12.408Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3012274524\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:35:12.408Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2517346665\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:35:12.408Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2702781126\\dest\\dir\\loophole" -> "../../victim" [2022-05-13T10:35:12.408Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-05-13T10:35:12.408Z] === RUN TestTempArchiveCloseMultipleTimes [2022-05-13T10:35:12.408Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-05-13T10:35:12.408Z] === RUN TestXGlobalNoParent [2022-05-13T10:35:12.408Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-05-13T10:35:12.408Z] === RUN TestReplaceFileTarWrapper [2022-05-13T10:35:12.525Z] Loaded image: busybox:latest [2022-05-13T10:35:12.525Z] Loaded image: busybox:glibc [2022-05-13T10:35:12.863Z] 2022/05/13 10:35:12 Closing DB instances... [2022-05-13T10:35:12.863Z] --- PASS: TestReplaceFileTarWrapper (0.19s) [2022-05-13T10:35:12.863Z] === RUN TestPrefixHeaderReadable [2022-05-13T10:35:12.863Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-05-13T10:35:12.863Z] === RUN TestDisablePigz [2022-05-13T10:35:12.863Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-05-13T10:35:12.863Z] --- PASS: TestDisablePigz (0.14s) [2022-05-13T10:35:12.863Z] === RUN TestPigz [2022-05-13T10:35:12.863Z] archive_test.go:1400: Tested whether Pigz is not used, as it not installed [2022-05-13T10:35:12.863Z] --- PASS: TestPigz (0.15s) [2022-05-13T10:35:12.863Z] === RUN TestNosysFileInfo [2022-05-13T10:35:12.863Z] --- PASS: TestNosysFileInfo (0.00s) [2022-05-13T10:35:12.863Z] === RUN TestCopyFileWithInvalidDest [2022-05-13T10:35:12.863Z] archive_windows_test.go:16: Currently fails [2022-05-13T10:35:12.863Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-05-13T10:35:12.863Z] === RUN TestCanonicalTarNameForPath [2022-05-13T10:35:12.863Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-05-13T10:35:12.863Z] === RUN TestCanonicalTarName [2022-05-13T10:35:12.863Z] --- PASS: TestCanonicalTarName (0.00s) [2022-05-13T10:35:12.863Z] === RUN TestChmodTarEntry [2022-05-13T10:35:12.863Z] --- PASS: TestChmodTarEntry (0.00s) [2022-05-13T10:35:12.863Z] === RUN TestHardLinkOrder [2022-05-13T10:35:13.317Z] --- PASS: TestHardLinkOrder (0.10s) [2022-05-13T10:35:13.317Z] === RUN TestChangeString [2022-05-13T10:35:13.317Z] --- PASS: TestChangeString (0.00s) [2022-05-13T10:35:13.317Z] === RUN TestChangesWithNoChanges [2022-05-13T10:35:13.317Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-05-13T10:35:13.317Z] === RUN TestChangesWithChanges [2022-05-13T10:35:13.317Z] --- PASS: TestChangesWithChanges (0.04s) [2022-05-13T10:35:13.317Z] === RUN TestChangesWithChangesGH13590 [2022-05-13T10:35:13.317Z] changes_test.go:196: needs more investigation [2022-05-13T10:35:13.317Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-05-13T10:35:13.317Z] === RUN TestChangesDirsEmpty [2022-05-13T10:35:13.317Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-13T10:35:13.317Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-05-13T10:35:13.317Z] === RUN TestChangesDirsMutated [2022-05-13T10:35:13.317Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-13T10:35:13.317Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-05-13T10:35:13.317Z] === RUN TestApplyLayer [2022-05-13T10:35:13.317Z] changes_test.go:433: needs further investigation [2022-05-13T10:35:13.317Z] --- SKIP: TestApplyLayer (0.00s) [2022-05-13T10:35:13.317Z] === RUN TestChangesSizeWithHardlinks [2022-05-13T10:35:13.317Z] changes_test.go:469: needs further investigation [2022-05-13T10:35:13.317Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-05-13T10:35:13.317Z] === RUN TestChangesSizeWithNoChanges [2022-05-13T10:35:13.317Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-05-13T10:35:13.317Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-05-13T10:35:13.317Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-05-13T10:35:13.317Z] === RUN TestChangesSize [2022-05-13T10:35:13.317Z] --- PASS: TestChangesSize (0.00s) [2022-05-13T10:35:13.317Z] === RUN TestApplyLayerInvalidFilenames [2022-05-13T10:35:13.317Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2244797469\\dest" [2022-05-13T10:35:13.317Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-05-13T10:35:13.317Z] === RUN TestApplyLayerInvalidHardlink [2022-05-13T10:35:13.317Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2960722436\\victim\\hello" -> "../victim/hello" [2022-05-13T10:35:13.317Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1418250790\\victim\\hello" -> "/../victim/hello" [2022-05-13T10:35:13.317Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1249882538\\victim" -> "../victim" [2022-05-13T10:35:13.317Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3273287891\\victim" -> "../victim" [2022-05-13T10:35:13.317Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink350328757\\victim" -> "../victim" [2022-05-13T10:35:13.317Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2127590930\\victim" -> "../victim" [2022-05-13T10:35:13.317Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-05-13T10:35:13.317Z] === RUN TestApplyLayerInvalidSymlink [2022-05-13T10:35:13.317Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3789517318\\dest\\dotdot" -> "../victim/hello" [2022-05-13T10:35:13.317Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2292246078\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-13T10:35:13.317Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3806460949\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:35:13.317Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink156739188\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:35:13.317Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1043114418\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:35:13.317Z] === RUN TestCreateIDMapOrder [2022-05-13T10:35:13.317Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-05-13T10:35:13.317Z] PASS [2022-05-13T10:35:13.317Z] coverage: 7.2% of statements [2022-05-13T10:35:13.317Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3294210700\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:35:13.317Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-05-13T10:35:13.317Z] === RUN TestApplyLayerWhiteouts [2022-05-13T10:35:13.317Z] ok github.com/docker/docker/pkg/idtools 0.053s coverage: 7.2% of statements [2022-05-13T10:35:13.317Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2022-05-13T10:35:13.317Z] === RUN TestGenerateEmptyFile [2022-05-13T10:35:13.317Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-05-13T10:35:13.317Z] === RUN TestGenerateWithContent [2022-05-13T10:35:13.317Z] --- PASS: TestGenerateWithContent (0.00s) [2022-05-13T10:35:13.317Z] PASS [2022-05-13T10:35:13.317Z] coverage: 61.9% of statements [2022-05-13T10:35:13.317Z] ok github.com/docker/docker/pkg/archive 8.482s coverage: 61.9% of statements [2022-05-13T10:35:14.279Z] --- PASS: TestNetworkDBCRUDTableEntries (3.68s) [2022-05-13T10:35:14.279Z] === RUN TestNetworkDBNodeLeave [2022-05-13T10:35:14.423Z] Loaded image: debian:bullseye-slim [2022-05-13T10:35:14.423Z] Loaded image: hello-world:latest [2022-05-13T10:35:14.423Z] Loaded image: arm32v7/hello-world:latest [2022-05-13T10:35:14.423Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-13T10:35:14.734Z] === RUN TestFixedBufferCap [2022-05-13T10:35:14.734Z] --- PASS: TestFixedBufferCap (0.00s) [2022-05-13T10:35:14.734Z] === RUN TestFixedBufferLen [2022-05-13T10:35:14.734Z] --- PASS: TestFixedBufferLen (0.00s) [2022-05-13T10:35:14.734Z] === RUN TestFixedBufferString [2022-05-13T10:35:14.734Z] --- PASS: TestFixedBufferString (0.00s) [2022-05-13T10:35:14.734Z] === RUN TestFixedBufferWrite [2022-05-13T10:35:14.734Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-05-13T10:35:14.734Z] === RUN TestFixedBufferRead [2022-05-13T10:35:14.734Z] --- PASS: TestFixedBufferRead (0.00s) [2022-05-13T10:35:14.734Z] === RUN TestBytesPipeRead [2022-05-13T10:35:14.734Z] --- PASS: TestBytesPipeRead (0.00s) [2022-05-13T10:35:14.734Z] === RUN TestBytesPipeWrite [2022-05-13T10:35:14.734Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-05-13T10:35:14.734Z] === RUN TestBytesPipeWriteRandomChunks [2022-05-13T10:35:15.190Z] --- PASS: TestBytesPipeWriteRandomChunks (0.52s) [2022-05-13T10:35:15.190Z] === RUN TestAtomicWriteToFile [2022-05-13T10:35:15.190Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-05-13T10:35:15.190Z] === RUN TestAtomicWriteSetCommit [2022-05-13T10:35:15.190Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-05-13T10:35:15.190Z] === RUN TestAtomicWriteSetCancel [2022-05-13T10:35:15.190Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-05-13T10:35:15.190Z] === RUN TestReadCloserWrapperClose [2022-05-13T10:35:15.190Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-05-13T10:35:15.190Z] === RUN TestReaderErrWrapperReadOnError [2022-05-13T10:35:15.190Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-05-13T10:35:15.190Z] === RUN TestReaderErrWrapperRead [2022-05-13T10:35:15.190Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-05-13T10:35:15.190Z] === RUN TestCancelReadCloser [2022-05-13T10:35:15.190Z] --- PASS: TestCancelReadCloser (0.10s) [2022-05-13T10:35:15.190Z] === RUN TestWriteCloserWrapperClose [2022-05-13T10:35:15.190Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-05-13T10:35:15.190Z] === RUN TestNopWriteCloser [2022-05-13T10:35:15.190Z] --- PASS: TestNopWriteCloser (0.00s) [2022-05-13T10:35:15.190Z] === RUN TestNopWriter [2022-05-13T10:35:15.190Z] --- PASS: TestNopWriter (0.00s) [2022-05-13T10:35:15.190Z] === RUN TestWriteCounter [2022-05-13T10:35:15.190Z] --- PASS: TestWriteCounter (0.00s) [2022-05-13T10:35:15.190Z] PASS [2022-05-13T10:35:15.190Z] coverage: 70.1% of statements [2022-05-13T10:35:15.190Z] ok github.com/docker/docker/pkg/ioutils 0.688s coverage: 70.1% of statements [2022-05-13T10:35:16.150Z] === RUN TestError [2022-05-13T10:35:16.150Z] --- PASS: TestError (0.00s) [2022-05-13T10:35:16.150Z] === RUN TestProgressString [2022-05-13T10:35:16.150Z] === RUN TestProgressString/no_progress [2022-05-13T10:35:16.150Z] === RUN TestProgressString/progress_1 [2022-05-13T10:35:16.150Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-05-13T10:35:16.150Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-05-13T10:35:16.150Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-05-13T10:35:16.150Z] === RUN TestProgressString/with_units [2022-05-13T10:35:16.150Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-05-13T10:35:16.150Z] === RUN TestProgressString/hide_counts [2022-05-13T10:35:16.150Z] --- PASS: TestProgressString (0.00s) [2022-05-13T10:35:16.150Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-05-13T10:35:16.150Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-05-13T10:35:16.150Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-05-13T10:35:16.150Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-05-13T10:35:16.150Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-05-13T10:35:16.150Z] --- PASS: TestProgressString/with_units (0.00s) [2022-05-13T10:35:16.150Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-05-13T10:35:16.150Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-05-13T10:35:16.150Z] === RUN TestJSONMessageDisplay [2022-05-13T10:35:16.323Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-13T10:35:16.605Z] --- PASS: TestJSONMessageDisplay (0.19s) [2022-05-13T10:35:16.605Z] === RUN TestJSONMessageDisplayWithJSONError [2022-05-13T10:35:16.605Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-05-13T10:35:16.605Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-05-13T10:35:16.605Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-05-13T10:35:16.605Z] === RUN TestDisplayJSONMessagesStream [2022-05-13T10:35:16.605Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-05-13T10:35:16.605Z] PASS [2022-05-13T10:35:16.605Z] coverage: 91.7% of statements [2022-05-13T10:35:16.605Z] ok github.com/docker/docker/pkg/jsonmessage 0.232s coverage: 91.7% of statements [2022-05-13T10:35:17.063Z] === RUN TestStandardLongPath [2022-05-13T10:35:17.063Z] --- PASS: TestStandardLongPath (0.00s) [2022-05-13T10:35:17.063Z] === RUN TestUNCLongPath [2022-05-13T10:35:17.063Z] --- PASS: TestUNCLongPath (0.00s) [2022-05-13T10:35:17.063Z] PASS [2022-05-13T10:35:17.063Z] coverage: 100.0% of statements [2022-05-13T10:35:17.063Z] ok github.com/docker/docker/pkg/longpath 0.039s coverage: 100.0% of statements [2022-05-13T10:35:17.063Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2022-05-13T10:35:17.063Z] === RUN TestNetworkDBWatch [2022-05-13T10:35:17.518Z] === RUN TestNameFormat [2022-05-13T10:35:17.518Z] --- PASS: TestNameFormat (0.00s) [2022-05-13T10:35:17.518Z] === RUN TestNameRetries [2022-05-13T10:35:17.518Z] --- PASS: TestNameRetries (0.00s) [2022-05-13T10:35:17.518Z] PASS [2022-05-13T10:35:17.518Z] coverage: 85.7% of statements [2022-05-13T10:35:17.518Z] ok github.com/docker/docker/pkg/namesgenerator 0.076s coverage: 85.7% of statements [2022-05-13T10:35:18.384Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-13T10:35:18.516Z] === RUN TestParseKeyValueOpt [2022-05-13T10:35:18.516Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-05-13T10:35:18.516Z] === RUN TestParseUintList [2022-05-13T10:35:18.516Z] --- PASS: TestParseUintList (0.00s) [2022-05-13T10:35:18.516Z] === RUN TestParseUintListMaximumLimits [2022-05-13T10:35:18.516Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-05-13T10:35:18.516Z] PASS [2022-05-13T10:35:18.516Z] coverage: 97.0% of statements [2022-05-13T10:35:18.516Z] ok github.com/docker/docker/pkg/parsers 0.041s coverage: 97.0% of statements [2022-05-13T10:35:18.516Z] 2022/05/13 10:35:18 Closing DB instances... [2022-05-13T10:35:18.953Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-13T10:35:18.971Z] === RUN Test_windowsOSRelease_String [2022-05-13T10:35:18.971Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-05-13T10:35:18.971Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-05-13T10:35:18.971Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-05-13T10:35:18.971Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-05-13T10:35:18.971Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-05-13T10:35:18.971Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-05-13T10:35:18.971Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-05-13T10:35:18.971Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-05-13T10:35:18.971Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-05-13T10:35:18.971Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-13T10:35:18.971Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-05-13T10:35:18.971Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-05-13T10:35:18.971Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-05-13T10:35:18.971Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-13T10:35:18.971Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-05-13T10:35:18.971Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-05-13T10:35:18.971Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-05-13T10:35:18.971Z] PASS [2022-05-13T10:35:18.971Z] coverage: 36.4% of statements [2022-05-13T10:35:18.971Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.042s coverage: 36.4% of statements [2022-05-13T10:35:19.519Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-13T10:35:19.932Z] === RUN TestNewAndRemove [2022-05-13T10:35:19.932Z] --- PASS: TestNewAndRemove (0.00s) [2022-05-13T10:35:19.932Z] === RUN TestRemoveInvalidPath [2022-05-13T10:35:19.932Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-05-13T10:35:19.932Z] PASS [2022-05-13T10:35:19.932Z] coverage: 82.6% of statements [2022-05-13T10:35:19.932Z] ok github.com/docker/docker/pkg/pidfile 0.043s coverage: 82.6% of statements [2022-05-13T10:35:19.932Z] --- PASS: TestNetworkDBWatch (3.05s) [2022-05-13T10:35:19.932Z] === RUN TestNetworkDBBulkSync [2022-05-13T10:35:20.453Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-13T10:35:21.019Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-05-13T10:35:21.467Z] 2022/05/13 10:35:21 Closing DB instances... [2022-05-13T10:35:21.922Z] === RUN TestFailedConnection [2022-05-13T10:35:22.377Z] --- PASS: TestGetAddress (24.94s) [2022-05-13T10:35:22.377Z] === RUN TestRequestSyntaxCheck [2022-05-13T10:35:22.377Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-05-13T10:35:22.377Z] === RUN TestRequest [2022-05-13T10:35:22.481Z] Removing intermediate container b2d3ddc0ffca [2022-05-13T10:35:22.481Z] ---> f64d6f23a34d [2022-05-13T10:35:22.481Z] 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-13T10:35:22.481Z] ---> Running in 650ed3fff8b3 [2022-05-13T10:35:22.831Z] --- PASS: TestNetworkDBBulkSync (2.83s) [2022-05-13T10:35:22.831Z] === RUN TestNetworkDBCRUDMediumCluster [2022-05-13T10:35:22.918Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-05-13T10:35:23.484Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (12.05s) [2022-05-13T10:35:23.484Z] PASS [2022-05-13T10:35:23.484Z] [2022-05-13T10:35:23.484Z] === Skipped [2022-05-13T10:35:23.484Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-05-13T10:35:23.484Z] build_session_test.go:25: TODO: BuildKit [2022-05-13T10:35:23.484Z] [2022-05-13T10:35:23.484Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-13T10:35:23.484Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-13T10:35:23.484Z] [2022-05-13T10:35:23.484Z] DONE 34 tests, 2 skipped in 193.589s [2022-05-13T10:35:23.484Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-05-13T10:35:23.484Z] ++ 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-13T10:35:23.484Z] ++ set -e [2022-05-13T10:35:23.742Z] ++ '[' -n 0 ']' [2022-05-13T10:35:23.742Z] ++ set -x [2022-05-13T10:35:23.742Z] ++ 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-13T10:35:23.742Z] INFO: Testing against a local daemon [2022-05-13T10:35:23.742Z] === RUN TestConfigInspect [2022-05-13T10:35:23.791Z] --- PASS: TestFailedConnection (2.10s) [2022-05-13T10:35:23.791Z] === RUN TestFailOnce [2022-05-13T10:35:24.246Z] 2022/05/13 10:35:23 http: panic serving 127.0.0.1:49296: Plugin not ready [2022-05-13T10:35:24.246Z] goroutine 18 [running]: [2022-05-13T10:35:24.246Z] net/http.(*conn).serve.func1() [2022-05-13T10:35:24.246Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-13T10:35:24.246Z] panic({0xd636e0, 0xead090}) [2022-05-13T10:35:24.246Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-13T10:35:24.246Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xc10000000000003b?, 0xffffffffffffffff?}, 0xc1cb484159d82445?) [2022-05-13T10:35:24.246Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-05-13T10:35:24.246Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0xeb2898?, 0xc00029a000?}, 0xc0000afa78?) [2022-05-13T10:35:24.246Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-13T10:35:24.246Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0xeb2898, 0xc00029a000}, 0xc0000b6000) [2022-05-13T10:35:24.246Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-05-13T10:35:24.246Z] net/http.serverHandler.ServeHTTP({0xeb0eb8?}, {0xeb2898, 0xc00029a000}, 0xc0000b6000) [2022-05-13T10:35:24.246Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-13T10:35:24.246Z] net/http.(*conn).serve(0xc0000a8000, {0xeb2d98, 0xc00008a0c0}) [2022-05-13T10:35:24.246Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-13T10:35:24.246Z] created by net/http.(*Server).Serve [2022-05-13T10:35:24.246Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-13T10:35:24.246Z] time="2022-05-13T10:35:23Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.FailOnce: Post \"http://127.0.0.1:49295/Test.FailOnce\": EOF, retrying in 1s" [2022-05-13T10:35:24.676Z] === RUN TestDockerSuite/TestAttachDetach [2022-05-13T10:35:24.934Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-05-13T10:35:25.208Z] --- PASS: TestFailOnce (1.20s) [2022-05-13T10:35:25.208Z] === RUN TestEchoInputOutput [2022-05-13T10:35:25.208Z] --- PASS: TestEchoInputOutput (0.00s) [2022-05-13T10:35:25.208Z] === RUN TestBackoff [2022-05-13T10:35:25.208Z] --- PASS: TestBackoff (0.00s) [2022-05-13T10:35:25.208Z] === RUN TestAbortRetry [2022-05-13T10:35:25.208Z] --- PASS: TestAbortRetry (0.00s) [2022-05-13T10:35:25.208Z] === RUN TestClientScheme [2022-05-13T10:35:25.208Z] --- PASS: TestClientScheme (0.00s) [2022-05-13T10:35:25.208Z] === RUN TestNewClientWithTimeout [2022-05-13T10:35:25.499Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-13T10:35:25.663Z] time="2022-05-13T10:35:25Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49304/Test.Echo: Post \"http://127.0.0.1:49304/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-05-13T10:35:25.663Z] 2022/05/13 10:35:25 Closing DB instances... [2022-05-13T10:35:26.065Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-13T10:35:26.065Z] --- PASS: TestConfigInspect (2.48s) [2022-05-13T10:35:26.065Z] === RUN TestConfigList [2022-05-13T10:35:26.119Z] time="2022-05-13T10:35:25Z" level=error msg="node: eeda957bea7a is unknown to memberlist" [2022-05-13T10:35:26.299Z] INFO: Installing go-winres version v0.2.3 in C:\gopath\bin [2022-05-13T10:35:26.300Z] go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-13T10:35:26.300Z] go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-13T10:35:26.300Z] go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-13T10:35:26.631Z] docker_cli_daemon_test.go:1474: [d8f86f62578d5] daemon is not started [2022-05-13T10:35:26.763Z] go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-13T10:35:26.763Z] go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-13T10:35:27.078Z] time="2022-05-13T10:35:26Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49304/Test.Echo: Post \"http://127.0.0.1:49304/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-05-13T10:35:27.196Z] check_test.go:307: [ddbde9b731867] daemon is not started [2022-05-13T10:35:27.196Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-05-13T10:35:27.224Z] go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-13T10:35:27.224Z] go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-13T10:35:27.762Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-13T10:35:28.606Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.91s) [2022-05-13T10:35:28.607Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-05-13T10:35:28.695Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-13T10:35:28.953Z] --- PASS: TestConfigList (2.80s) [2022-05-13T10:35:28.953Z] === RUN TestConfigsCreateAndDelete [2022-05-13T10:35:29.211Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-05-13T10:35:29.469Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-13T10:35:29.566Z] time="2022-05-13T10:35:29Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49304/Test.Echo: Post \"http://127.0.0.1:49304/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-05-13T10:35:30.020Z] 2022/05/13 10:35:29 Closing DB instances... [2022-05-13T10:35:30.842Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-13T10:35:30.842Z] check_test.go:307: [dc1e509e90109] daemon is not started [2022-05-13T10:35:30.842Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-05-13T10:35:31.546Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.64s) [2022-05-13T10:35:31.546Z] === RUN TestNetworkDBGarbageCollection [2022-05-13T10:35:31.546Z] --- PASS: TestRequest (8.96s) [2022-05-13T10:35:31.546Z] === RUN TestOverlappingRequests [2022-05-13T10:35:31.942Z] --- PASS: TestImportExtremelyLargeImageWorks (93.12s) [2022-05-13T10:35:31.942Z] PASS [2022-05-13T10:35:31.942Z] [2022-05-13T10:35:31.942Z] === Skipped [2022-05-13T10:35:31.942Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-05-13T10:35:31.943Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-05-13T10:35:31.943Z] [2022-05-13T10:35:31.943Z] DONE 22 tests, 1 skipped in 96.990s [2022-05-13T10:35:31.943Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-05-13T10:35:31.943Z] INFO: Testing against a local daemon [2022-05-13T10:35:31.943Z] === RUN TestNetworkCreateDelete [2022-05-13T10:35:31.943Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-05-13T10:35:31.943Z] === RUN TestDockerNetworkDeletePreferID [2022-05-13T10:35:31.943Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2022-05-13T10:35:31.943Z] === RUN TestDaemonDNSFallback [2022-05-13T10:35:32.001Z] --- PASS: TestOverlappingRequests (0.43s) [2022-05-13T10:35:32.001Z] === RUN TestRelease [2022-05-13T10:35:32.232Z] --- PASS: TestConfigsCreateAndDelete (2.94s) [2022-05-13T10:35:32.232Z] === RUN TestConfigsUpdate [2022-05-13T10:35:32.232Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-13T10:35:32.798Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-13T10:35:33.527Z] --- PASS: TestRelease (1.71s) [2022-05-13T10:35:33.527Z] === RUN TestAllocateRandomDeallocate [2022-05-13T10:35:33.732Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-13T10:35:33.732Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-13T10:35:33.981Z] time="2022-05-13T10:35:33Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49304/Test.Echo: Post \"http://127.0.0.1:49304/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-05-13T10:35:34.666Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-13T10:35:34.666Z] --- PASS: TestConfigsUpdate (2.70s) [2022-05-13T10:35:34.666Z] === RUN TestTemplatedConfig [2022-05-13T10:35:34.924Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-05-13T10:35:35.182Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-13T10:35:36.124Z] --- PASS: TestDaemonDNSFallback (6.38s) [2022-05-13T10:35:36.124Z] === RUN TestInspectNetwork [2022-05-13T10:35:36.124Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:36.124Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-13T10:35:36.124Z] === RUN TestRunContainerWithBridgeNone [2022-05-13T10:35:36.124Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:35:36.124Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-13T10:35:36.124Z] === RUN TestNetworkInvalidJSON [2022-05-13T10:35:36.124Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-13T10:35:36.124Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-13T10:35:36.124Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:35:36.124Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:35:36.124Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:35:36.124Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:35:36.124Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-13T10:35:36.124Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:35:36.124Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-13T10:35:36.124Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-13T10:35:36.124Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-13T10:35:36.124Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-13T10:35:36.124Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-13T10:35:36.124Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-13T10:35:36.124Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-13T10:35:36.124Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-13T10:35:36.124Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:35:36.124Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-13T10:35:36.124Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-13T10:35:36.124Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-13T10:35:36.124Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-13T10:35:36.124Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-05-13T10:35:36.124Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-05-13T10:35:36.124Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-13T10:35:36.124Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-13T10:35:36.124Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-13T10:35:36.124Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-13T10:35:36.124Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-05-13T10:35:36.124Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-13T10:35:36.124Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-13T10:35:36.124Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-13T10:35:36.124Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-13T10:35:36.124Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-13T10:35:36.124Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-13T10:35:36.124Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-13T10:35:36.124Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-13T10:35:36.124Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-13T10:35:36.124Z] === RUN TestNetworkList [2022-05-13T10:35:36.124Z] === RUN TestNetworkList//networks [2022-05-13T10:35:36.124Z] === PAUSE TestNetworkList//networks [2022-05-13T10:35:36.124Z] === RUN TestNetworkList//networks/ [2022-05-13T10:35:36.124Z] === PAUSE TestNetworkList//networks/ [2022-05-13T10:35:36.124Z] === CONT TestNetworkList//networks [2022-05-13T10:35:36.124Z] === CONT TestNetworkList//networks/ [2022-05-13T10:35:36.124Z] --- PASS: TestNetworkList (0.02s) [2022-05-13T10:35:36.124Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-13T10:35:36.124Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-13T10:35:36.124Z] === RUN TestHostIPv4BridgeLabel [2022-05-13T10:35:36.124Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:35:36.124Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-13T10:35:36.124Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-13T10:35:36.124Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:35:36.124Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-05-13T10:35:36.124Z] === RUN TestDaemonDefaultNetworkPools [2022-05-13T10:35:36.124Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:35:36.124Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-05-13T10:35:36.124Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-13T10:35:36.124Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:35:36.124Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-05-13T10:35:36.124Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-13T10:35:36.124Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:35:36.124Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-05-13T10:35:36.124Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-13T10:35:36.124Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:35:36.124Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-05-13T10:35:36.124Z] === RUN TestServiceWithPredefinedNetwork [2022-05-13T10:35:36.124Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:36.124Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-13T10:35:36.124Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-13T10:35:36.124Z] service_test.go:243: FLAKY_TEST [2022-05-13T10:35:36.124Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-13T10:35:36.124Z] === RUN TestServiceWithDataPathPortInit [2022-05-13T10:35:36.124Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:36.124Z] --- SKIP: TestServiceWithDataPathPortInit (0.04s) [2022-05-13T10:35:36.124Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-13T10:35:36.124Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:36.124Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-13T10:35:36.124Z] PASS [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] === Skipped [2022-05-13T10:35:36.124Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-05-13T10:35:36.124Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-05-13T10:35:36.124Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-05-13T10:35:36.124Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-05-13T10:35:36.124Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-05-13T10:35:36.124Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-05-13T10:35:36.124Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-05-13T10:35:36.124Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-05-13T10:35:36.124Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-05-13T10:35:36.124Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-13T10:35:36.124Z] service_test.go:243: FLAKY_TEST [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.04s) [2022-05-13T10:35:36.124Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-13T10:35:36.124Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] DONE 34 tests, 12 skipped in 7.169s [2022-05-13T10:35:36.124Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-13T10:35:36.124Z] INFO: Testing against a local daemon [2022-05-13T10:35:36.124Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-13T10:35:36.124Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-13T10:35:36.124Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-13T10:35:36.124Z] === RUN TestDockerNetworkIpvlan [2022-05-13T10:35:36.124Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-13T10:35:36.124Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-13T10:35:36.124Z] PASS [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] === Skipped [2022-05-13T10:35:36.124Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-13T10:35:36.124Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-13T10:35:36.124Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] DONE 2 tests, 2 skipped in 0.076s [2022-05-13T10:35:36.124Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-13T10:35:36.124Z] INFO: Testing against a local daemon [2022-05-13T10:35:36.124Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-13T10:35:36.124Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:35:36.124Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-05-13T10:35:36.124Z] === RUN TestDockerNetworkMacvlan [2022-05-13T10:35:36.124Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:35:36.124Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-05-13T10:35:36.124Z] PASS [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] === Skipped [2022-05-13T10:35:36.124Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-05-13T10:35:36.124Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-05-13T10:35:36.124Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] DONE 2 tests, 2 skipped in 0.081s [2022-05-13T10:35:36.124Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-13T10:35:36.124Z] testing: warning: no tests to run [2022-05-13T10:35:36.124Z] PASS [2022-05-13T10:35:36.124Z] [2022-05-13T10:35:36.124Z] DONE 0 tests in 0.023s [2022-05-13T10:35:36.124Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-13T10:35:36.124Z] INFO: Testing against a local daemon [2022-05-13T10:35:36.124Z] === RUN TestAuthZPluginAllowRequest [2022-05-13T10:35:36.124Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.124Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-05-13T10:35:36.124Z] === RUN TestAuthZPluginTLS [2022-05-13T10:35:36.124Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.124Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-05-13T10:35:36.124Z] === RUN TestAuthZPluginDenyRequest [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-05-13T10:35:36.125Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-05-13T10:35:36.125Z] === RUN TestAuthZPluginDenyResponse [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-05-13T10:35:36.125Z] === RUN TestAuthZPluginAllowEventStream [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-05-13T10:35:36.125Z] === RUN TestAuthZPluginErrorResponse [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-05-13T10:35:36.125Z] === RUN TestAuthZPluginErrorRequest [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-05-13T10:35:36.125Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-05-13T10:35:36.125Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-05-13T10:35:36.125Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-05-13T10:35:36.125Z] === RUN TestAuthZPluginHeader [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-05-13T10:35:36.125Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2022-05-13T10:35:36.125Z] === RUN TestAuthZPluginV2Disable [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-05-13T10:35:36.125Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-05-13T10:35:36.125Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-05-13T10:35:36.125Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-05-13T10:35:36.125Z] PASS [2022-05-13T10:35:36.125Z] [2022-05-13T10:35:36.125Z] === Skipped [2022-05-13T10:35:36.125Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] [2022-05-13T10:35:36.125Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] [2022-05-13T10:35:36.125Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] [2022-05-13T10:35:36.125Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] [2022-05-13T10:35:36.125Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] [2022-05-13T10:35:36.125Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] [2022-05-13T10:35:36.125Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] [2022-05-13T10:35:36.125Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] [2022-05-13T10:35:36.125Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] [2022-05-13T10:35:36.125Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] [2022-05-13T10:35:36.125Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] [2022-05-13T10:35:36.125Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] [2022-05-13T10:35:36.125Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] [2022-05-13T10:35:36.125Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] [2022-05-13T10:35:36.125Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] [2022-05-13T10:35:36.125Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] [2022-05-13T10:35:36.125Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-05-13T10:35:36.125Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.125Z] [2022-05-13T10:35:36.125Z] DONE 17 tests, 17 skipped in 0.261s [2022-05-13T10:35:36.125Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-13T10:35:36.125Z] INFO: Testing against a local daemon [2022-05-13T10:35:36.125Z] === RUN TestPluginInvalidJSON [2022-05-13T10:35:36.383Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:35:36.383Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:35:36.383Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:35:36.383Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:35:36.383Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-13T10:35:36.383Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-13T10:35:36.383Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:35:36.383Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-13T10:35:36.383Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-13T10:35:36.383Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-13T10:35:36.383Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-13T10:35:36.383Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-13T10:35:36.383Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-13T10:35:36.383Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-13T10:35:36.383Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-13T10:35:36.383Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-13T10:35:36.383Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:35:36.383Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-13T10:35:36.383Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-13T10:35:36.383Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-13T10:35:36.383Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-13T10:35:36.383Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-05-13T10:35:36.383Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2022-05-13T10:35:36.383Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-13T10:35:36.383Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-13T10:35:36.383Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-13T10:35:36.383Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-13T10:35:36.383Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-13T10:35:36.383Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-13T10:35:36.383Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-13T10:35:36.383Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-13T10:35:36.383Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-13T10:35:36.383Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-13T10:35:36.383Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-13T10:35:36.383Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-13T10:35:36.383Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-13T10:35:36.383Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-13T10:35:36.383Z] === RUN TestPluginInstall [2022-05-13T10:35:36.383Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.383Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-13T10:35:36.383Z] === RUN TestPluginsWithRuntimes [2022-05-13T10:35:36.383Z] 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-13T10:35:36.383Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-13T10:35:36.383Z] === RUN TestPluginBackCompatMediaTypes [2022-05-13T10:35:36.383Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-05-13T10:35:36.383Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-13T10:35:36.383Z] PASS [2022-05-13T10:35:36.383Z] [2022-05-13T10:35:36.383Z] === Skipped [2022-05-13T10:35:36.383Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-05-13T10:35:36.383Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-13T10:35:36.383Z] [2022-05-13T10:35:36.383Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-05-13T10:35:36.383Z] 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-13T10:35:36.383Z] [2022-05-13T10:35:36.383Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-05-13T10:35:36.383Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-05-13T10:35:36.383Z] [2022-05-13T10:35:36.383Z] DONE 19 tests, 3 skipped in 0.131s [2022-05-13T10:35:36.383Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-13T10:35:36.383Z] INFO: Testing against a local daemon [2022-05-13T10:35:36.383Z] === RUN TestExternalGraphDriver [2022-05-13T10:35:36.383Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-05-13T10:35:36.383Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-05-13T10:35:36.383Z] === RUN TestGraphdriverPluginV2 [2022-05-13T10:35:37.507Z] Removing intermediate container 650ed3fff8b3 [2022-05-13T10:35:37.507Z] ---> 8ee797d47731 [2022-05-13T10:35:37.507Z] Step 11/13 : ENTRYPOINT ["powershell.exe"] [2022-05-13T10:35:37.507Z] ---> Running in 89051e9a7932 [2022-05-13T10:35:37.507Z] Removing intermediate container 89051e9a7932 [2022-05-13T10:35:37.507Z] ---> e14bca77698e [2022-05-13T10:35:37.507Z] Step 12/13 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-05-13T10:35:37.507Z] ---> Running in 4c842d824cc5 [2022-05-13T10:35:37.507Z] Removing intermediate container 4c842d824cc5 [2022-05-13T10:35:37.507Z] ---> 594e71a15dfc [2022-05-13T10:35:37.507Z] Step 13/13 : COPY . . [2022-05-13T10:35:37.693Z] === RUN TestParseEmptyInterface [2022-05-13T10:35:37.694Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-05-13T10:35:37.694Z] === RUN TestParseNonInterfaceType [2022-05-13T10:35:37.694Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-05-13T10:35:37.694Z] === RUN TestParseWithOneFunction [2022-05-13T10:35:37.694Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-05-13T10:35:37.694Z] === RUN TestParseWithMultipleFuncs [2022-05-13T10:35:37.694Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-05-13T10:35:37.694Z] === RUN TestParseWithUnnamedReturn [2022-05-13T10:35:37.694Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-05-13T10:35:37.694Z] === RUN TestEmbeddedInterface [2022-05-13T10:35:37.694Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-05-13T10:35:37.694Z] === RUN TestParsedImports [2022-05-13T10:35:37.694Z] --- PASS: TestParsedImports (0.00s) [2022-05-13T10:35:37.694Z] === RUN TestAliasedImports [2022-05-13T10:35:37.694Z] --- PASS: TestAliasedImports (0.00s) [2022-05-13T10:35:37.694Z] PASS [2022-05-13T10:35:37.694Z] coverage: 56.8% of statements [2022-05-13T10:35:37.694Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.054s coverage: 56.8% of statements [2022-05-13T10:35:38.461Z] --- PASS: TestTemplatedConfig (3.41s) [2022-05-13T10:35:38.461Z] === RUN TestConfigCreateResolve [2022-05-13T10:35:38.461Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-05-13T10:35:38.654Z] --- PASS: TestAllocateRandomDeallocate (4.88s) [2022-05-13T10:35:38.654Z] === RUN TestRetrieveFromStore [2022-05-13T10:35:39.108Z] === RUN TestHTTPTransport [2022-05-13T10:35:39.108Z] --- PASS: TestHTTPTransport (0.00s) [2022-05-13T10:35:39.108Z] PASS [2022-05-13T10:35:39.108Z] coverage: 85.7% of statements [2022-05-13T10:35:39.108Z] ok github.com/docker/docker/pkg/plugins/transport 0.050s coverage: 85.7% of statements [2022-05-13T10:35:40.070Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-05-13T10:35:40.070Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-13T10:35:40.070Z] === RUN TestBufioReaderPoolPutAndGet [2022-05-13T10:35:40.070Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-05-13T10:35:40.070Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-05-13T10:35:40.070Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-05-13T10:35:40.070Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-05-13T10:35:40.070Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-13T10:35:40.070Z] === RUN TestBufioWriterPoolPutAndGet [2022-05-13T10:35:40.070Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-05-13T10:35:40.070Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-05-13T10:35:40.070Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-05-13T10:35:40.070Z] === RUN TestBufferPoolPutAndGet [2022-05-13T10:35:40.070Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-05-13T10:35:40.070Z] PASS [2022-05-13T10:35:40.070Z] coverage: 88.2% of statements [2022-05-13T10:35:40.070Z] ok github.com/docker/docker/pkg/pools 0.043s coverage: 88.2% of statements [2022-05-13T10:35:40.070Z] --- PASS: TestRetrieveFromStore (1.72s) [2022-05-13T10:35:40.070Z] === RUN TestRequestReleaseAddressDuplicate [2022-05-13T10:35:40.070Z] --- PASS: TestRequestReleaseAddressDuplicate (0.02s) [2022-05-13T10:35:40.070Z] === RUN TestParallelPredefinedRequest1 [2022-05-13T10:35:40.070Z] === PAUSE TestParallelPredefinedRequest1 [2022-05-13T10:35:40.070Z] === RUN TestParallelPredefinedRequest2 [2022-05-13T10:35:40.070Z] === PAUSE TestParallelPredefinedRequest2 [2022-05-13T10:35:40.070Z] === RUN TestParallelPredefinedRequest3 [2022-05-13T10:35:40.070Z] === PAUSE TestParallelPredefinedRequest3 [2022-05-13T10:35:40.070Z] === RUN TestParallelPredefinedRequest4 [2022-05-13T10:35:40.070Z] === PAUSE TestParallelPredefinedRequest4 [2022-05-13T10:35:40.070Z] === RUN TestParallelPredefinedRequest5 [2022-05-13T10:35:40.070Z] === PAUSE TestParallelPredefinedRequest5 [2022-05-13T10:35:40.070Z] === RUN TestDebug [2022-05-13T10:35:40.070Z] --- PASS: TestDebug (0.00s) [2022-05-13T10:35:40.070Z] === RUN TestRequestPoolParallel [2022-05-13T10:35:40.364Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-05-13T10:35:40.527Z] === RUN TestOutputOnPrematureClose [2022-05-13T10:35:40.527Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-05-13T10:35:40.527Z] === RUN TestCompleteSilently [2022-05-13T10:35:40.527Z] --- PASS: TestCompleteSilently (0.00s) [2022-05-13T10:35:40.527Z] PASS [2022-05-13T10:35:40.527Z] coverage: 75.9% of statements [2022-05-13T10:35:40.527Z] ok github.com/docker/docker/pkg/progress 0.049s coverage: 75.9% of statements [2022-05-13T10:35:40.604Z] --- PASS: TestGraphdriverPluginV2 (3.45s) [2022-05-13T10:35:40.604Z] PASS [2022-05-13T10:35:40.604Z] [2022-05-13T10:35:40.604Z] === Skipped [2022-05-13T10:35:40.604Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-05-13T10:35:40.604Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-05-13T10:35:40.604Z] [2022-05-13T10:35:40.604Z] DONE 2 tests, 1 skipped in 3.578s [2022-05-13T10:35:40.604Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-13T10:35:40.604Z] INFO: Testing against a local daemon [2022-05-13T10:35:40.604Z] === RUN TestContinueAfterPluginCrash [2022-05-13T10:35:40.604Z] === PAUSE TestContinueAfterPluginCrash [2022-05-13T10:35:40.604Z] === RUN TestReadPluginNoRead [2022-05-13T10:35:40.604Z] === PAUSE TestReadPluginNoRead [2022-05-13T10:35:40.604Z] === RUN TestDaemonStartWithLogOpt [2022-05-13T10:35:40.604Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-13T10:35:40.604Z] === CONT TestContinueAfterPluginCrash [2022-05-13T10:35:40.604Z] === CONT TestDaemonStartWithLogOpt [2022-05-13T10:35:40.929Z] --- PASS: TestConfigCreateResolve (2.96s) [2022-05-13T10:35:40.929Z] PASS [2022-05-13T10:35:40.929Z] [2022-05-13T10:35:40.929Z] DONE 6 tests in 17.387s [2022-05-13T10:35:40.929Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-05-13T10:35:40.929Z] ++ 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-13T10:35:40.929Z] ++ set -e [2022-05-13T10:35:40.929Z] ++ '[' -n 0 ']' [2022-05-13T10:35:40.929Z] ++ set -x [2022-05-13T10:35:40.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-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-13T10:35:40.982Z] --- PASS: TestRequestPoolParallel (0.58s) [2022-05-13T10:35:40.982Z] === RUN TestFullAllocateRelease [2022-05-13T10:35:40.982Z] === RUN TestSendToOneSub [2022-05-13T10:35:40.982Z] --- PASS: TestSendToOneSub (0.00s) [2022-05-13T10:35:40.982Z] === RUN TestSendToMultipleSubs [2022-05-13T10:35:40.982Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-05-13T10:35:40.982Z] === RUN TestEvictOneSub [2022-05-13T10:35:40.982Z] --- PASS: TestEvictOneSub (0.00s) [2022-05-13T10:35:40.982Z] === RUN TestClosePublisher [2022-05-13T10:35:40.982Z] --- PASS: TestClosePublisher (0.00s) [2022-05-13T10:35:40.982Z] === RUN TestPubSubRace [2022-05-13T10:35:41.188Z] INFO: Testing against a local daemon [2022-05-13T10:35:41.188Z] === RUN TestAttachWithTTY [2022-05-13T10:35:41.188Z] --- PASS: TestAttachWithTTY (0.08s) [2022-05-13T10:35:41.188Z] === RUN TestAttachWithoutTTy [2022-05-13T10:35:41.436Z] --- PASS: TestFullAllocateRelease (0.45s) [2022-05-13T10:35:41.436Z] === RUN TestOddAllocateRelease [2022-05-13T10:35:41.436Z] --- PASS: TestOddAllocateRelease (0.33s) [2022-05-13T10:35:41.436Z] === RUN TestFullAllocateSerialReleaseParallel [2022-05-13T10:35:41.446Z] --- PASS: TestAttachWithoutTTy (0.06s) [2022-05-13T10:35:41.446Z] === RUN TestCheckpoint [2022-05-13T10:35:41.446Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-13T10:35:41.446Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/commit [2022-05-13T10:35:41.446Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-13T10:35:41.446Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:35:41.446Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:35:41.446Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:35:41.446Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-13T10:35:41.446Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-13T10:35:41.446Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-13T10:35:41.446Z] === CONT TestContainerInvalidJSON/commit [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-13T10:35:41.446Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-13T10:35:41.446Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-13T10:35:41.446Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-13T10:35:41.446Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-13T10:35:41.446Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-13T10:35:41.446Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-13T10:35:41.446Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.01s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.01s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-13T10:35:41.446Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-13T10:35:41.446Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-13T10:35:41.446Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2022-05-13T10:35:41.446Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-13T10:35:41.705Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-05-13T10:35:41.705Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-13T10:35:41.705Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-05-13T10:35:41.705Z] === RUN TestCopyEmptyFile [2022-05-13T10:35:41.893Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-05-13T10:35:41.893Z] === RUN TestOddAllocateSerialReleaseParallel [2022-05-13T10:35:41.893Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-05-13T10:35:41.893Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-05-13T10:35:41.893Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-05-13T10:35:41.893Z] === CONT TestParallelPredefinedRequest1 [2022-05-13T10:35:41.893Z] === CONT TestParallelPredefinedRequest4 [2022-05-13T10:35:41.893Z] === CONT TestParallelPredefinedRequest1 [2022-05-13T10:35:41.893Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:35:41.893Z] === CONT TestParallelPredefinedRequest3 [2022-05-13T10:35:41.893Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:35:41.893Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-05-13T10:35:41.893Z] === CONT TestParallelPredefinedRequest5 [2022-05-13T10:35:41.893Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:35:41.893Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-05-13T10:35:41.893Z] === CONT TestParallelPredefinedRequest2 [2022-05-13T10:35:41.893Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:35:41.893Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-05-13T10:35:41.893Z] === CONT TestParallelPredefinedRequest4 [2022-05-13T10:35:41.893Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:35:41.893Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-05-13T10:35:41.893Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-05-13T10:35:41.893Z] PASS [2022-05-13T10:35:41.893Z] coverage: 85.3% of statements [2022-05-13T10:35:41.893Z] ok github.com/docker/docker/libnetwork/ipam 52.020s coverage: 85.3% of statements [2022-05-13T10:35:41.963Z] --- PASS: TestCopyEmptyFile (0.37s) [2022-05-13T10:35:41.963Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-13T10:35:42.221Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2022-05-13T10:35:42.221Z] === RUN TestCopyFromContainer [2022-05-13T10:35:42.349Z] --- PASS: TestPubSubRace (1.06s) [2022-05-13T10:35:42.349Z] PASS [2022-05-13T10:35:42.349Z] coverage: 75.0% of statements [2022-05-13T10:35:42.349Z] ok github.com/docker/docker/pkg/pubsub 1.108s coverage: 75.0% of statements [2022-05-13T10:35:42.804Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-05-13T10:35:42.804Z] === RUN TestClientStream [2022-05-13T10:35:42.804Z] --- PASS: TestClientStream (0.00s) [2022-05-13T10:35:42.804Z] === RUN TestClientSendFile [2022-05-13T10:35:42.804Z] --- PASS: TestClientSendFile (0.00s) [2022-05-13T10:35:42.804Z] === RUN TestClientWithRequestTimeout [2022-05-13T10:35:42.804Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-05-13T10:35:42.804Z] === RUN TestFileSpecPlugin [2022-05-13T10:35:42.804Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-05-13T10:35:42.804Z] === RUN TestFileJSONSpecPlugin [2022-05-13T10:35:42.804Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2022-05-13T10:35:42.804Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-05-13T10:35:42.804Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-05-13T10:35:42.804Z] === RUN TestPluginAddHandler [2022-05-13T10:35:42.804Z] --- PASS: TestPluginAddHandler (0.00s) [2022-05-13T10:35:42.804Z] === RUN TestPluginWaitBadPlugin [2022-05-13T10:35:42.804Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-05-13T10:35:42.804Z] === RUN TestGet [2022-05-13T10:35:42.804Z] time="2022-05-13T10:35:42Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-05-13T10:35:42.804Z] === RUN TestRegister [2022-05-13T10:35:42.804Z] --- PASS: TestRegister (0.00s) [2022-05-13T10:35:42.804Z] === RUN TestCommand [2022-05-13T10:35:42.804Z] --- PASS: TestCommand (0.03s) [2022-05-13T10:35:42.804Z] === RUN TestNaiveSelf [2022-05-13T10:35:42.804Z] --- PASS: TestNaiveSelf (0.03s) [2022-05-13T10:35:42.804Z] PASS [2022-05-13T10:35:42.804Z] coverage: 82.4% of statements [2022-05-13T10:35:42.804Z] ok github.com/docker/docker/pkg/reexec 0.104s coverage: 82.4% of statements [2022-05-13T10:35:43.595Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-05-13T10:35:43.764Z] time="2022-05-13T10:35:43Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-05-13T10:35:43.764Z] === RUN TestDump [2022-05-13T10:35:43.764Z] goroutine 4 [running]: [2022-05-13T10:35:43.764Z] github.com/docker/docker/pkg/stack.dump(0xd42d57?) [2022-05-13T10:35:43.764Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-13T10:35:43.764Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-05-13T10:35:43.764Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-05-13T10:35:43.764Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-05-13T10:35:43.764Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-05-13T10:35:43.764Z] testing.tRunner(0xc000031d40, 0xf0a4b0) [2022-05-13T10:35:43.764Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-13T10:35:43.764Z] created by testing.(*T).Run [2022-05-13T10:35:43.764Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-13T10:35:43.764Z] [2022-05-13T10:35:43.764Z] goroutine 1 [chan receive]: [2022-05-13T10:35:43.764Z] testing.(*T).Run(0xc000031ba0, {0xef9154?, 0xd1c1f3?}, 0xf0a4b0) [2022-05-13T10:35:43.764Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-13T10:35:43.764Z] testing.runTests.func1(0xc00005e870?) [2022-05-13T10:35:43.764Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-13T10:35:43.764Z] testing.tRunner(0xc000031ba0, 0xc000067ca0) [2022-05-13T10:35:43.764Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-13T10:35:43.764Z] testing.runTests(0xc00004a460?, {0x108e400, 0x3, 0x3}, {0x1d8d2090108?, 0x40?, 0x10934a0?}) [2022-05-13T10:35:43.764Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-13T10:35:43.764Z] testing.(*M).Run(0xc00004a460) [2022-05-13T10:35:43.764Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-13T10:35:43.764Z] main.main() [2022-05-13T10:35:43.764Z] _testmain.go:99 +0x255 [2022-05-13T10:35:43.764Z] --- PASS: TestDump (0.00s) [2022-05-13T10:35:43.764Z] === RUN TestDumpToFile [2022-05-13T10:35:43.853Z] === RUN TestCopyFromContainer// [2022-05-13T10:35:44.113Z] === RUN TestCopyFromContainer//bar/root [2022-05-13T10:35:44.113Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-13T10:35:44.220Z] --- PASS: TestDumpToFile (0.21s) [2022-05-13T10:35:44.220Z] === RUN TestDumpToFileWithEmptyInput [2022-05-13T10:35:44.220Z] goroutine 6 [running]: [2022-05-13T10:35:44.220Z] github.com/docker/docker/pkg/stack.dump(0xdbed93?) [2022-05-13T10:35:44.220Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-13T10:35:44.220Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0xdbed60?}) [2022-05-13T10:35:44.220Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-05-13T10:35:44.220Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000031d40?) [2022-05-13T10:35:44.220Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-05-13T10:35:44.220Z] testing.tRunner(0xc00015e4e0, 0xf0a4a0) [2022-05-13T10:35:44.220Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-13T10:35:44.220Z] created by testing.(*T).Run [2022-05-13T10:35:44.220Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-13T10:35:44.220Z] [2022-05-13T10:35:44.220Z] goroutine 1 [chan receive]: [2022-05-13T10:35:44.220Z] testing.(*T).Run(0xc000031ba0, {0xf0072b?, 0xd1c1f3?}, 0xf0a4a0) [2022-05-13T10:35:44.220Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-13T10:35:44.220Z] testing.runTests.func1(0xc00005e870?) [2022-05-13T10:35:44.220Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-13T10:35:44.220Z] testing.tRunner(0xc000031ba0, 0xc000067ca0) [2022-05-13T10:35:44.220Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-13T10:35:44.220Z] testing.runTests(0xc00004a460?, {0x108e400, 0x3, 0x3}, {0x1d8d2090108?, 0x40?, 0x10934a0?}) [2022-05-13T10:35:44.220Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-13T10:35:44.220Z] testing.(*M).Run(0xc00004a460) [2022-05-13T10:35:44.220Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-13T10:35:44.220Z] main.main() [2022-05-13T10:35:44.220Z] _testmain.go:99 +0x255 [2022-05-13T10:35:44.220Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-05-13T10:35:44.220Z] PASS [2022-05-13T10:35:44.220Z] coverage: 90.9% of statements [2022-05-13T10:35:44.220Z] ok github.com/docker/docker/pkg/stack 0.266s coverage: 90.9% of statements [2022-05-13T10:35:44.371Z] === RUN TestCopyFromContainer/bar/quux [2022-05-13T10:35:44.371Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-13T10:35:44.629Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-13T10:35:44.629Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-13T10:35:44.676Z] === RUN TestNewStdWriter [2022-05-13T10:35:44.676Z] --- PASS: TestNewStdWriter (0.00s) [2022-05-13T10:35:44.676Z] === RUN TestWriteWithUninitializedStdWriter [2022-05-13T10:35:44.676Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-05-13T10:35:44.676Z] === RUN TestWriteWithNilBytes [2022-05-13T10:35:44.676Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-05-13T10:35:44.676Z] === RUN TestWrite [2022-05-13T10:35:44.676Z] --- PASS: TestWrite (0.00s) [2022-05-13T10:35:44.676Z] === RUN TestWriteWithWriterError [2022-05-13T10:35:44.676Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-05-13T10:35:44.676Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-05-13T10:35:44.676Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-05-13T10:35:44.676Z] === RUN TestStdCopyWriteAndRead [2022-05-13T10:35:44.676Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-05-13T10:35:44.676Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-05-13T10:35:44.676Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-05-13T10:35:44.676Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-05-13T10:35:44.676Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-05-13T10:35:44.676Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-05-13T10:35:44.676Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-05-13T10:35:44.676Z] === RUN TestStdCopyWithInvalidInputHeader [2022-05-13T10:35:44.676Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-05-13T10:35:44.676Z] === RUN TestStdCopyWithCorruptedPrefix [2022-05-13T10:35:44.676Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-05-13T10:35:44.676Z] === RUN TestStdCopyReturnsWriteErrors [2022-05-13T10:35:44.676Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-05-13T10:35:44.676Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-05-13T10:35:44.676Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-05-13T10:35:44.676Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-05-13T10:35:44.676Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-05-13T10:35:44.676Z] PASS [2022-05-13T10:35:44.676Z] coverage: 100.0% of statements [2022-05-13T10:35:44.676Z] ok github.com/docker/docker/pkg/stdcopy 0.049s coverage: 100.0% of statements [2022-05-13T10:35:44.788Z] --- PASS: TestDaemonStartWithLogOpt (4.29s) [2022-05-13T10:35:44.789Z] === CONT TestReadPluginNoRead [2022-05-13T10:35:44.888Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-13T10:35:44.888Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-13T10:35:45.146Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-13T10:35:45.405Z] --- PASS: TestCopyFromContainer (3.19s) [2022-05-13T10:35:45.405Z] --- PASS: TestCopyFromContainer// (0.08s) [2022-05-13T10:35:45.405Z] --- PASS: TestCopyFromContainer//bar/root (0.16s) [2022-05-13T10:35:45.405Z] --- PASS: TestCopyFromContainer//bar/root/ (0.13s) [2022-05-13T10:35:45.405Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2022-05-13T10:35:45.405Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2022-05-13T10:35:45.405Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2022-05-13T10:35:45.405Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.19s) [2022-05-13T10:35:45.405Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2022-05-13T10:35:45.405Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2022-05-13T10:35:45.405Z] --- PASS: TestCopyFromContainer/bar/notarget (0.15s) [2022-05-13T10:35:45.405Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-13T10:35:45.405Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:35:45.405Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:35:45.405Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:35:45.405Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:35:45.405Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:35:45.405Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:35:45.405Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:35:45.405Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:35:45.405Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:35:45.405Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-05-13T10:35:45.405Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-13T10:35:45.405Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-05-13T10:35:45.405Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-13T10:35:45.405Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-13T10:35:45.405Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-05-13T10:35:45.405Z] === RUN TestCreateWithInvalidEnv [2022-05-13T10:35:45.405Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-13T10:35:45.405Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-13T10:35:45.405Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-13T10:35:45.405Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-13T10:35:45.405Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-13T10:35:45.405Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-13T10:35:45.405Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-13T10:35:45.405Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-13T10:35:45.405Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-13T10:35:45.405Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-05-13T10:35:45.405Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-13T10:35:45.405Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-13T10:35:45.405Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-13T10:35:45.405Z] === RUN TestCreateTmpfsMountsTarget [2022-05-13T10:35:45.405Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-05-13T10:35:45.405Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-13T10:35:45.635Z] === RUN TestRawProgressFormatterFormatStatus [2022-05-13T10:35:45.635Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-05-13T10:35:45.635Z] === RUN TestRawProgressFormatterFormatProgress [2022-05-13T10:35:45.635Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-05-13T10:35:45.635Z] === RUN TestFormatStatus [2022-05-13T10:35:45.635Z] --- PASS: TestFormatStatus (0.00s) [2022-05-13T10:35:45.635Z] === RUN TestFormatError [2022-05-13T10:35:45.635Z] --- PASS: TestFormatError (0.00s) [2022-05-13T10:35:45.635Z] === RUN TestFormatJSONError [2022-05-13T10:35:45.635Z] --- PASS: TestFormatJSONError (0.00s) [2022-05-13T10:35:45.635Z] === RUN TestJsonProgressFormatterFormatProgress [2022-05-13T10:35:45.635Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-05-13T10:35:45.635Z] === RUN TestJsonProgressFormatterFormatStatus [2022-05-13T10:35:45.635Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-05-13T10:35:45.635Z] === RUN TestNewJSONProgressOutput [2022-05-13T10:35:45.635Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-05-13T10:35:45.635Z] === RUN TestAuxFormatterEmit [2022-05-13T10:35:45.635Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-05-13T10:35:45.635Z] === RUN TestStreamWriterStdout [2022-05-13T10:35:45.635Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-05-13T10:35:45.635Z] === RUN TestStreamWriterStderr [2022-05-13T10:35:45.635Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-05-13T10:35:45.635Z] PASS [2022-05-13T10:35:45.635Z] coverage: 66.2% of statements [2022-05-13T10:35:45.635Z] ok github.com/docker/docker/pkg/streamformatter 0.052s coverage: 66.2% of statements [2022-05-13T10:35:45.635Z] time="2022-05-13T10:35:45Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-05-13T10:35:46.091Z] === RUN TestGenerateRandomID [2022-05-13T10:35:46.091Z] --- PASS: TestGenerateRandomID (0.00s) [2022-05-13T10:35:46.091Z] === RUN TestShortenId [2022-05-13T10:35:46.091Z] --- PASS: TestShortenId (0.00s) [2022-05-13T10:35:46.091Z] === RUN TestShortenSha256Id [2022-05-13T10:35:46.091Z] --- PASS: TestShortenSha256Id (0.00s) [2022-05-13T10:35:46.091Z] === RUN TestShortenIdEmpty [2022-05-13T10:35:46.091Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-05-13T10:35:46.546Z] === RUN TestShortenIdInvalid [2022-05-13T10:35:46.546Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-05-13T10:35:46.546Z] === RUN TestIsShortIDNonHex [2022-05-13T10:35:46.546Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-05-13T10:35:46.546Z] === RUN TestIsShortIDNotCorrectSize [2022-05-13T10:35:46.546Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-05-13T10:35:46.546Z] PASS [2022-05-13T10:35:46.546Z] coverage: 70.6% of statements [2022-05-13T10:35:46.546Z] ok github.com/docker/docker/pkg/stringid 0.039s coverage: 70.6% of statements [2022-05-13T10:35:46.687Z] === RUN TestReadPluginNoRead/default [2022-05-13T10:35:47.007Z] === RUN TestIsCpusetListAvailable [2022-05-13T10:35:47.306Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-05-13T10:35:47.464Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-05-13T10:35:47.464Z] PASS [2022-05-13T10:35:47.464Z] coverage: 39.4% of statements [2022-05-13T10:35:47.464Z] ok github.com/docker/docker/pkg/sysinfo 0.041s coverage: 39.4% of statements [2022-05-13T10:35:47.564Z] --- PASS: TestCreateWithCustomMaskedPaths (2.10s) [2022-05-13T10:35:47.564Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-13T10:35:48.058Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-13T10:35:48.987Z] === RUN TestChtimes [2022-05-13T10:35:48.987Z] --- PASS: TestChtimes (0.00s) [2022-05-13T10:35:48.987Z] === RUN TestChtimesWindows [2022-05-13T10:35:48.987Z] --- PASS: TestChtimesWindows (0.01s) [2022-05-13T10:35:48.987Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-05-13T10:35:48.987Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-05-13T10:35:48.987Z] PASS [2022-05-13T10:35:48.987Z] coverage: 13.0% of statements [2022-05-13T10:35:48.987Z] ok github.com/docker/docker/pkg/system 0.049s coverage: 13.0% of statements [2022-05-13T10:35:48.991Z] --- PASS: TestContinueAfterPluginCrash (9.06s) [2022-05-13T10:35:49.249Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-13T10:35:49.446Z] === RUN TestTailFile [2022-05-13T10:35:49.446Z] --- PASS: TestTailFile (0.00s) [2022-05-13T10:35:49.446Z] === RUN TestTailFileManyLines [2022-05-13T10:35:49.446Z] --- PASS: TestTailFileManyLines (0.00s) [2022-05-13T10:35:49.446Z] === RUN TestTailEmptyFile [2022-05-13T10:35:49.446Z] --- PASS: TestTailEmptyFile (0.00s) [2022-05-13T10:35:49.446Z] === RUN TestTailNegativeN [2022-05-13T10:35:49.446Z] --- PASS: TestTailNegativeN (0.00s) [2022-05-13T10:35:49.446Z] === RUN TestNewTailReader [2022-05-13T10:35:49.446Z] === PAUSE TestNewTailReader [2022-05-13T10:35:49.446Z] === CONT TestNewTailReader [2022-05-13T10:35:49.446Z] === RUN TestNewTailReader/4_byte_delimiter [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/8_byte_delimiter [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/12_byte_delimiter [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/no_delimiter [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/no_delimiter [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/single_byte_delimiter [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/2_byte_delimiter [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/truncated_last_line [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-05-13T10:35:49.447Z] === CONT TestNewTailReader/4_byte_delimiter [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-13T10:35:49.447Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:35:49.447Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:35:49.447Z] === CONT TestNewTailReader/2_byte_delimiter [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-13T10:35:49.447Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-13T10:35:49.447Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:35:49.447Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-13T10:35:49.447Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:35:49.447Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:35:49.447Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:35:49.447Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:35:49.447Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:35:49.447Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:35:49.447Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:35:49.463Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-05-13T10:35:49.721Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.27s) [2022-05-13T10:35:49.721Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-13T10:35:49.721Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:35:49.721Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:35:49.721Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:35:49.721Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:35:49.721Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:35:49.721Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:35:49.721Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:35:49.721Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:35:49.721Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:35:49.721Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:35:49.721Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:35:49.721Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:35:49.721Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:35:49.906Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.906Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:35:49.906Z] === CONT TestNewTailReader/8_byte_delimiter [2022-05-13T10:35:49.906Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-13T10:35:49.906Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-13T10:35:49.906Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-13T10:35:49.906Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-13T10:35:49.906Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-13T10:35:49.906Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-13T10:35:49.906Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:35:49.906Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:35:49.906Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:35:49.906Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:35:49.906Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:35:49.906Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:35:49.906Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-13T10:35:49.906Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-13T10:35:49.906Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-13T10:35:49.906Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-13T10:35:49.906Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:35:49.906Z] === CONT TestNewTailReader/single_byte_delimiter [2022-05-13T10:35:49.906Z] === CONT TestNewTailReader/no_delimiter [2022-05-13T10:35:49.906Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-05-13T10:35:49.906Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-05-13T10:35:49.906Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-05-13T10:35:49.906Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-05-13T10:35:49.906Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-13T10:35:49.907Z] === CONT TestNewTailReader/12_byte_delimiter [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-13T10:35:49.907Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-13T10:35:49.907Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:35:49.907Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-05-13T10:35:49.907Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-13T10:35:49.907Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:35:49.907Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-13T10:35:49.907Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-13T10:35:49.907Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:35:49.908Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-13T10:35:49.908Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:35:49.909Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:35:49.909Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:35:49.909Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-13T10:35:49.910Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:35:49.910Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:35:49.980Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:35:49.980Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:35:49.980Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-05-13T10:35:49.980Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-13T10:35:49.980Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2022-05-13T10:35:49.980Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2022-05-13T10:35:49.980Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-13T10:35:49.980Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-13T10:35:49.980Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-13T10:35:50.365Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:35:50.366Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-13T10:35:50.367Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-05-13T10:35:50.367Z] time="2022-05-13T10:35:49Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.01s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-13T10:35:50.367Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.01s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.01s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.01s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.01s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.01s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.01s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.01s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-05-13T10:35:50.368Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.01s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-13T10:35:50.369Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-13T10:35:50.369Z] PASS [2022-05-13T10:35:50.369Z] coverage: 88.6% of statements [2022-05-13T10:35:50.369Z] ok github.com/docker/docker/pkg/tailfile 0.237s coverage: 88.6% of statements [2022-05-13T10:35:50.545Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.73s) [2022-05-13T10:35:50.545Z] === RUN TestCreateDifferentPlatform [2022-05-13T10:35:50.545Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-13T10:35:50.545Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-13T10:35:50.545Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-05-13T10:35:50.545Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-13T10:35:50.545Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-13T10:35:50.545Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-13T10:35:50.545Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-05-13T10:35:50.545Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-13T10:35:50.621Z] === CONT TestReadPluginNoRead [2022-05-13T10:35:50.621Z] read_test.go:92: [df036b892b35b] daemon is not started [2022-05-13T10:35:50.621Z] --- PASS: TestReadPluginNoRead (6.20s) [2022-05-13T10:35:50.621Z] --- PASS: TestReadPluginNoRead/default (1.28s) [2022-05-13T10:35:50.621Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.44s) [2022-05-13T10:35:50.621Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.24s) [2022-05-13T10:35:50.621Z] PASS [2022-05-13T10:35:50.621Z] [2022-05-13T10:35:50.621Z] DONE 6 tests in 10.596s [2022-05-13T10:35:50.621Z] 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-13T10:35:50.621Z] testing: warning: no tests to run [2022-05-13T10:35:50.621Z] PASS [2022-05-13T10:35:50.621Z] [2022-05-13T10:35:50.621Z] DONE 0 tests in 0.034s [2022-05-13T10:35:50.621Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-13T10:35:50.621Z] INFO: Testing against a local daemon [2022-05-13T10:35:50.621Z] === RUN TestPluginWithDevMounts [2022-05-13T10:35:50.621Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-05-13T10:35:50.621Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-13T10:35:50.621Z] PASS [2022-05-13T10:35:50.621Z] [2022-05-13T10:35:50.621Z] === Skipped [2022-05-13T10:35:50.621Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-05-13T10:35:50.621Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-05-13T10:35:50.621Z] [2022-05-13T10:35:50.621Z] DONE 1 tests, 1 skipped in 0.123s [2022-05-13T10:35:50.621Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-13T10:35:50.804Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-05-13T10:35:50.804Z] === RUN TestContainerStartOnDaemonRestart [2022-05-13T10:35:50.804Z] === PAUSE TestContainerStartOnDaemonRestart [2022-05-13T10:35:50.804Z] === RUN TestDaemonRestartIpcMode [2022-05-13T10:35:50.804Z] === PAUSE TestDaemonRestartIpcMode [2022-05-13T10:35:50.804Z] === RUN TestDaemonHostGatewayIP [2022-05-13T10:35:50.804Z] === PAUSE TestDaemonHostGatewayIP [2022-05-13T10:35:50.804Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-13T10:35:50.804Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-13T10:35:50.804Z] === RUN TestContainerKillOnDaemonStart [2022-05-13T10:35:50.804Z] === PAUSE TestContainerKillOnDaemonStart [2022-05-13T10:35:50.804Z] === RUN TestDiff [2022-05-13T10:35:50.823Z] === RUN TestTarSumRemoveNonExistent [2022-05-13T10:35:50.823Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-05-13T10:35:50.823Z] === RUN TestTarSumRemove [2022-05-13T10:35:50.823Z] --- PASS: TestTarSumRemove (0.00s) [2022-05-13T10:35:50.823Z] === RUN TestSortFileInfoSums [2022-05-13T10:35:50.823Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-05-13T10:35:50.823Z] === RUN TestNewTarSumForLabelInvalid [2022-05-13T10:35:50.823Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-05-13T10:35:50.823Z] === RUN TestNewTarSumForLabel [2022-05-13T10:35:50.823Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-05-13T10:35:50.823Z] === RUN TestEmptyTar [2022-05-13T10:35:50.823Z] --- PASS: TestEmptyTar (0.00s) [2022-05-13T10:35:50.823Z] === RUN TestTarSumsReadSize [2022-05-13T10:35:50.824Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-05-13T10:35:50.824Z] === RUN TestTarSums [2022-05-13T10:35:50.824Z] --- PASS: TestTarSums (0.05s) [2022-05-13T10:35:50.824Z] === RUN TestIteration [2022-05-13T10:35:50.824Z] --- PASS: TestIteration (0.00s) [2022-05-13T10:35:50.824Z] === RUN TestVersionLabelForChecksum [2022-05-13T10:35:50.824Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-05-13T10:35:50.824Z] === RUN TestVersion [2022-05-13T10:35:50.824Z] --- PASS: TestVersion (0.00s) [2022-05-13T10:35:50.824Z] === RUN TestGetVersion [2022-05-13T10:35:50.824Z] --- PASS: TestGetVersion (0.00s) [2022-05-13T10:35:50.824Z] === RUN TestGetVersions [2022-05-13T10:35:50.824Z] --- PASS: TestGetVersions (0.00s) [2022-05-13T10:35:50.824Z] PASS [2022-05-13T10:35:50.824Z] coverage: 89.3% of statements [2022-05-13T10:35:50.824Z] ok github.com/docker/docker/pkg/tarsum 0.107s coverage: 89.3% of statements [2022-05-13T10:35:50.879Z] INFO: Testing against a local daemon [2022-05-13T10:35:50.879Z] === RUN TestSecretInspect [2022-05-13T10:35:50.879Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:50.879Z] --- SKIP: TestSecretInspect (0.01s) [2022-05-13T10:35:50.879Z] === RUN TestSecretList [2022-05-13T10:35:50.879Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:50.879Z] --- SKIP: TestSecretList (0.01s) [2022-05-13T10:35:50.879Z] === RUN TestSecretsCreateAndDelete [2022-05-13T10:35:50.879Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:50.879Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-05-13T10:35:50.879Z] === RUN TestSecretsUpdate [2022-05-13T10:35:50.879Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:50.879Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-05-13T10:35:50.879Z] === RUN TestTemplatedSecret [2022-05-13T10:35:50.879Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:50.879Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-05-13T10:35:50.879Z] === RUN TestSecretCreateResolve [2022-05-13T10:35:50.879Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:50.879Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-05-13T10:35:50.879Z] PASS [2022-05-13T10:35:50.879Z] [2022-05-13T10:35:50.879Z] === Skipped [2022-05-13T10:35:50.879Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-05-13T10:35:50.879Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:50.879Z] [2022-05-13T10:35:50.879Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-05-13T10:35:50.879Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:50.879Z] [2022-05-13T10:35:50.879Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-05-13T10:35:50.879Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:50.879Z] [2022-05-13T10:35:50.879Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-05-13T10:35:50.879Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:50.879Z] [2022-05-13T10:35:50.879Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-05-13T10:35:50.879Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:50.879Z] [2022-05-13T10:35:50.879Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-05-13T10:35:50.879Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:50.879Z] [2022-05-13T10:35:50.879Z] DONE 6 tests, 6 skipped in 0.166s [2022-05-13T10:35:50.879Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-05-13T10:35:50.879Z] INFO: Testing against a local daemon [2022-05-13T10:35:50.879Z] === RUN TestServiceCreateInit [2022-05-13T10:35:50.879Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-13T10:35:50.879Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:50.879Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-13T10:35:50.879Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:50.879Z] --- PASS: TestServiceCreateInit (0.02s) [2022-05-13T10:35:50.879Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-13T10:35:50.879Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-13T10:35:50.879Z] === RUN TestCreateServiceMultipleTimes [2022-05-13T10:35:51.062Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-05-13T10:35:51.137Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:51.137Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-05-13T10:35:51.137Z] === RUN TestCreateServiceConflict [2022-05-13T10:35:51.137Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:51.137Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-05-13T10:35:51.137Z] === RUN TestCreateServiceMaxReplicas [2022-05-13T10:35:51.137Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:51.137Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-05-13T10:35:51.137Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-13T10:35:51.137Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:51.137Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-05-13T10:35:51.137Z] === RUN TestCreateServiceSecretFileMode [2022-05-13T10:35:51.137Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:51.137Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-05-13T10:35:51.137Z] === RUN TestCreateServiceConfigFileMode [2022-05-13T10:35:51.137Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:51.137Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-05-13T10:35:51.137Z] === RUN TestCreateServiceSysctls [2022-05-13T10:35:51.137Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:51.137Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-05-13T10:35:51.137Z] === RUN TestCreateServiceCapabilities [2022-05-13T10:35:51.137Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:51.137Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-05-13T10:35:51.137Z] === RUN TestInspect [2022-05-13T10:35:51.137Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:51.137Z] --- SKIP: TestInspect (0.01s) [2022-05-13T10:35:51.137Z] === RUN TestCreateJob [2022-05-13T10:35:51.137Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:51.137Z] --- SKIP: TestCreateJob (0.01s) [2022-05-13T10:35:51.137Z] === RUN TestReplicatedJob [2022-05-13T10:35:51.137Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:51.137Z] --- SKIP: TestReplicatedJob (0.01s) [2022-05-13T10:35:51.137Z] === RUN TestUpdateReplicatedJob [2022-05-13T10:35:51.137Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:51.137Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-05-13T10:35:51.137Z] === RUN TestServiceListWithStatuses [2022-05-13T10:35:51.137Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-13T10:35:51.137Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-13T10:35:51.137Z] === RUN TestDockerNetworkConnectAlias [2022-05-13T10:35:51.137Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:51.137Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-05-13T10:35:51.137Z] === RUN TestDockerNetworkReConnect [2022-05-13T10:35:51.137Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:51.137Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-05-13T10:35:51.137Z] === RUN TestServicePlugin [2022-05-13T10:35:51.322Z] --- PASS: TestDiff (0.68s) [2022-05-13T10:35:51.322Z] === RUN TestExecWithCloseStdin [2022-05-13T10:35:51.784Z] === RUN TestTruncIndex [2022-05-13T10:35:51.784Z] --- PASS: TestTruncIndex (0.10s) [2022-05-13T10:35:51.784Z] PASS [2022-05-13T10:35:51.784Z] coverage: 91.5% of statements [2022-05-13T10:35:51.784Z] ok github.com/docker/docker/pkg/truncindex 0.133s coverage: 91.5% of statements [2022-05-13T10:35:51.889Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-13T10:35:52.147Z] --- PASS: TestExecWithCloseStdin (0.83s) [2022-05-13T10:35:52.147Z] === RUN TestExec [2022-05-13T10:35:52.238Z] === RUN TestVersionInfo [2022-05-13T10:35:52.238Z] --- PASS: TestVersionInfo (0.00s) [2022-05-13T10:35:52.238Z] === RUN TestAppendVersions [2022-05-13T10:35:52.238Z] --- PASS: TestAppendVersions (0.00s) [2022-05-13T10:35:52.238Z] PASS [2022-05-13T10:35:52.238Z] coverage: 88.9% of statements [2022-05-13T10:35:52.238Z] ok github.com/docker/docker/pkg/useragent 0.033s coverage: 88.9% of statements [2022-05-13T10:35:52.725Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-13T10:35:53.037Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.038Z] --- SKIP: TestServicePlugin (1.94s) [2022-05-13T10:35:53.038Z] === RUN TestServiceUpdateLabel [2022-05-13T10:35:53.038Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.038Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-05-13T10:35:53.038Z] === RUN TestServiceUpdateSecrets [2022-05-13T10:35:53.038Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.291Z] --- PASS: TestExec (0.98s) [2022-05-13T10:35:53.291Z] === RUN TestExecUser [2022-05-13T10:35:53.291Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-05-13T10:35:53.296Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-05-13T10:35:53.296Z] === RUN TestServiceUpdateConfigs [2022-05-13T10:35:53.296Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-05-13T10:35:53.296Z] === RUN TestServiceUpdateNetwork [2022-05-13T10:35:53.296Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] --- SKIP: TestServiceUpdateNetwork (0.02s) [2022-05-13T10:35:53.296Z] === RUN TestServiceUpdatePidsLimit [2022-05-13T10:35:53.296Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2022-05-13T10:35:53.296Z] PASS [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === Skipped [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-13T10:35:53.296Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-13T10:35:53.296Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-05-13T10:35:53.296Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-05-13T10:35:53.296Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-05-13T10:35:53.296Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-05-13T10:35:53.296Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-05-13T10:35:53.296Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-05-13T10:35:53.296Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2022-05-13T10:35:53.296Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2022-05-13T10:35:53.296Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-05-13T10:35:53.296Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-05-13T10:35:53.296Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-05-13T10:35:53.296Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-05-13T10:35:53.296Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-13T10:35:53.296Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-05-13T10:35:53.296Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-05-13T10:35:53.296Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestServicePlugin (1.94s) [2022-05-13T10:35:53.296Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-05-13T10:35:53.296Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-05-13T10:35:53.296Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-05-13T10:35:53.296Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.02s) [2022-05-13T10:35:53.296Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2022-05-13T10:35:53.296Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] DONE 24 tests, 23 skipped in 2.384s [2022-05-13T10:35:53.296Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-05-13T10:35:53.296Z] INFO: Testing against a local daemon [2022-05-13T10:35:53.296Z] === RUN TestSessionCreate [2022-05-13T10:35:53.296Z] --- PASS: TestSessionCreate (0.04s) [2022-05-13T10:35:53.296Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-13T10:35:53.296Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-05-13T10:35:53.296Z] PASS [2022-05-13T10:35:53.296Z] [2022-05-13T10:35:53.296Z] DONE 2 tests in 0.145s [2022-05-13T10:35:53.296Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-05-13T10:35:53.554Z] INFO: Testing against a local daemon [2022-05-13T10:35:53.554Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-13T10:35:53.554Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-13T10:35:53.554Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-13T10:35:53.554Z] === RUN TestDiskUsage [2022-05-13T10:35:53.554Z] === PAUSE TestDiskUsage [2022-05-13T10:35:53.554Z] === RUN TestEventsExecDie [2022-05-13T10:35:54.120Z] --- PASS: TestEventsExecDie (0.51s) [2022-05-13T10:35:54.121Z] === RUN TestEventsBackwardsCompatible [2022-05-13T10:35:54.121Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-05-13T10:35:54.121Z] === RUN TestEventsVolumeCreate [2022-05-13T10:35:54.121Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-05-13T10:35:54.121Z] === RUN TestInfoBinaryCommits [2022-05-13T10:35:54.121Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-13T10:35:54.121Z] === RUN TestInfoAPIVersioned [2022-05-13T10:35:54.121Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-13T10:35:54.121Z] === RUN TestInfoAPI [2022-05-13T10:35:54.121Z] --- PASS: TestInfoAPI (0.02s) [2022-05-13T10:35:54.121Z] === RUN TestInfoAPIWarnings [2022-05-13T10:35:54.223Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-13T10:35:54.223Z] --- PASS: TestExecUser (0.81s) [2022-05-13T10:35:54.223Z] === RUN TestExportContainerAndImportImage [2022-05-13T10:35:54.223Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-13T10:35:54.398Z] === RUN TestValidatePrivileges [2022-05-13T10:35:54.398Z] --- PASS: TestValidatePrivileges (0.00s) [2022-05-13T10:35:54.398Z] === RUN TestFilterByCapNeg [2022-05-13T10:35:54.398Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-05-13T10:35:54.398Z] === RUN TestFilterByCapPos [2022-05-13T10:35:54.398Z] --- PASS: TestFilterByCapPos (0.00s) [2022-05-13T10:35:54.398Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-05-13T10:35:54.398Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-05-13T10:35:54.398Z] PASS [2022-05-13T10:35:54.398Z] coverage: 12.2% of statements [2022-05-13T10:35:54.398Z] ok github.com/docker/docker/plugin 0.047s coverage: 12.2% of statements [2022-05-13T10:35:54.398Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-13T10:35:54.398Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-13T10:35:54.398Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-13T10:35:54.398Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-05-13T10:35:54.791Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-05-13T10:35:54.854Z] === RUN TestNewSettable [2022-05-13T10:35:54.854Z] --- PASS: TestNewSettable (0.00s) [2022-05-13T10:35:54.854Z] === RUN TestIsSettable [2022-05-13T10:35:54.854Z] --- PASS: TestIsSettable (0.00s) [2022-05-13T10:35:54.854Z] === RUN TestUpdateSettingsEnv [2022-05-13T10:35:54.854Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-05-13T10:35:54.854Z] PASS [2022-05-13T10:35:54.854Z] coverage: 20.0% of statements [2022-05-13T10:35:54.854Z] ok github.com/docker/docker/plugin/v2 0.034s coverage: 20.0% of statements [2022-05-13T10:35:54.854Z] === RUN TestLoad [2022-05-13T10:35:54.854Z] --- PASS: TestLoad (0.00s) [2022-05-13T10:35:54.854Z] === RUN TestSave [2022-05-13T10:35:54.854Z] --- PASS: TestSave (0.03s) [2022-05-13T10:35:54.854Z] === RUN TestAddDeleteGet [2022-05-13T10:35:55.309Z] --- PASS: TestAddDeleteGet (0.04s) [2022-05-13T10:35:55.309Z] === RUN TestInvalidTags [2022-05-13T10:35:55.309Z] --- PASS: TestInvalidTags (0.01s) [2022-05-13T10:35:55.309Z] PASS [2022-05-13T10:35:55.309Z] coverage: 84.4% of statements [2022-05-13T10:35:55.309Z] ok github.com/docker/docker/reference 0.124s coverage: 84.4% of statements [2022-05-13T10:35:55.358Z] --- PASS: TestExportContainerAndImportImage (1.19s) [2022-05-13T10:35:55.358Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-13T10:35:55.358Z] check_test.go:307: [daea0586d5738] daemon is not started [2022-05-13T10:35:55.358Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-05-13T10:35:55.358Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-05-13T10:35:56.269Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-05-13T10:35:56.269Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-05-13T10:35:56.269Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-05-13T10:35:56.269Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-05-13T10:35:56.269Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-05-13T10:35:56.269Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-05-13T10:35:56.269Z] === RUN TestResumableRequestReaderWithReadError [2022-05-13T10:35:56.269Z] time="2022-05-13T10:35:56Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-05-13T10:35:56.269Z] --- PASS: TestResumableRequestReaderWithReadError (0.14s) [2022-05-13T10:35:56.269Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-05-13T10:35:56.269Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-05-13T10:35:56.269Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-05-13T10:35:56.269Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-05-13T10:35:56.269Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-05-13T10:35:56.269Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-05-13T10:35:56.269Z] === RUN TestResumableRequestReader [2022-05-13T10:35:56.269Z] --- PASS: TestResumableRequestReader (0.00s) [2022-05-13T10:35:56.269Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-05-13T10:35:56.269Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-05-13T10:35:56.269Z] PASS [2022-05-13T10:35:56.269Z] coverage: 100.0% of statements [2022-05-13T10:35:56.269Z] ok github.com/docker/docker/registry/resumable 0.198s coverage: 100.0% of statements [2022-05-13T10:35:56.725Z] === RUN TestResolveAuthConfigIndexServer [2022-05-13T10:35:56.725Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-05-13T10:35:56.725Z] === RUN TestResolveAuthConfigFullURL [2022-05-13T10:35:56.725Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-05-13T10:35:56.725Z] === RUN TestLoadAllowNondistributableArtifacts [2022-05-13T10:35:56.725Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-05-13T10:35:56.725Z] === RUN TestValidateMirror [2022-05-13T10:35:56.725Z] --- PASS: TestValidateMirror (0.00s) [2022-05-13T10:35:56.725Z] === RUN TestLoadInsecureRegistries [2022-05-13T10:35:56.725Z] time="2022-05-13T10:35:56Z" 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-13T10:35:56.725Z] time="2022-05-13T10:35:56Z" 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-13T10:35:56.725Z] time="2022-05-13T10:35:56Z" 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-13T10:35:56.725Z] --- PASS: TestLoadInsecureRegistries (0.17s) [2022-05-13T10:35:56.725Z] === RUN TestNewServiceConfig [2022-05-13T10:35:56.725Z] --- PASS: TestNewServiceConfig (0.00s) [2022-05-13T10:35:56.725Z] === RUN TestValidateIndexName [2022-05-13T10:35:56.725Z] --- PASS: TestValidateIndexName (0.00s) [2022-05-13T10:35:56.725Z] === RUN TestValidateIndexNameWithError [2022-05-13T10:35:56.725Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-05-13T10:35:56.725Z] === RUN TestEndpointParse [2022-05-13T10:35:56.725Z] --- PASS: TestEndpointParse (0.00s) [2022-05-13T10:35:56.725Z] === RUN TestEndpointParseInvalid [2022-05-13T10:35:56.725Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-05-13T10:35:56.725Z] === RUN TestValidateEndpoint [2022-05-13T10:35:56.725Z] --- PASS: TestValidateEndpoint (0.00s) [2022-05-13T10:35:56.725Z] === RUN TestPing [2022-05-13T10:35:56.725Z] --- PASS: TestPing (0.00s) [2022-05-13T10:35:56.725Z] === RUN TestPingRegistryEndpoint [2022-05-13T10:35:56.725Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:35:56.725Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-05-13T10:35:56.725Z] === RUN TestEndpoint [2022-05-13T10:35:56.725Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:35:56.725Z] --- SKIP: TestEndpoint (0.00s) [2022-05-13T10:35:56.725Z] === RUN TestParseRepositoryInfo [2022-05-13T10:35:56.725Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-05-13T10:35:56.725Z] === RUN TestNewIndexInfo [2022-05-13T10:35:56.725Z] --- PASS: TestNewIndexInfo (0.00s) [2022-05-13T10:35:56.725Z] === RUN TestMirrorEndpointLookup [2022-05-13T10:35:56.725Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:35:56.725Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-05-13T10:35:56.725Z] === RUN TestSearchRepositories [2022-05-13T10:35:56.725Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-05-13T10:35:56.725Z] Host: 127.0.0.1:49338 [2022-05-13T10:35:56.725Z] User-Agent: docker test client [2022-05-13T10:35:56.725Z] Authorization: Token fake-token [2022-05-13T10:35:56.725Z] X-Docker-Token: true [2022-05-13T10:35:56.725Z] Accept-Encoding: gzip [2022-05-13T10:35:56.725Z] [2022-05-13T10:35:56.725Z] [2022-05-13T10:35:56.725Z] registry_test.go:731: HTTP/1.1 200 OK [2022-05-13T10:35:56.725Z] Connection: close [2022-05-13T10:35:56.725Z] Content-Length: 144 [2022-05-13T10:35:56.725Z] Cache-Control: no-cache [2022-05-13T10:35:56.725Z] Content-Type: application/json [2022-05-13T10:35:56.725Z] Date: Fri, 13 May 2022 10:35:56 GMT [2022-05-13T10:35:56.725Z] Expires: -1 [2022-05-13T10:35:56.725Z] Pragma: no-cache [2022-05-13T10:35:56.725Z] Server: docker-tests/mock [2022-05-13T10:35:56.725Z] X-Docker-Registry-Config: mock [2022-05-13T10:35:56.725Z] X-Docker-Registry-Version: 0.0.0 [2022-05-13T10:35:56.725Z] [2022-05-13T10:35:56.725Z] [2022-05-13T10:35:56.725Z] --- PASS: TestSearchRepositories (0.00s) [2022-05-13T10:35:56.725Z] === RUN TestTrustedLocation [2022-05-13T10:35:56.725Z] --- PASS: TestTrustedLocation (0.00s) [2022-05-13T10:35:56.725Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-05-13T10:35:56.725Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-05-13T10:35:56.725Z] === RUN TestAllowNondistributableArtifacts [2022-05-13T10:35:56.725Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-05-13T10:35:56.725Z] === RUN TestIsSecureIndex [2022-05-13T10:35:56.725Z] --- PASS: TestIsSecureIndex (0.00s) [2022-05-13T10:35:56.725Z] PASS [2022-05-13T10:35:56.725Z] coverage: 51.7% of statements [2022-05-13T10:35:56.725Z] ok github.com/docker/docker/registry 0.257s coverage: 51.7% of statements [2022-05-13T10:35:56.733Z] --- PASS: TestExportContainerAfterDaemonRestart (1.57s) [2022-05-13T10:35:56.733Z] === RUN TestHealthCheckWorkdir [2022-05-13T10:35:57.180Z] === RUN TestRestartManagerTimeout [2022-05-13T10:35:57.180Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-05-13T10:35:57.180Z] === RUN TestRestartManagerTimeoutReset [2022-05-13T10:35:57.180Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-05-13T10:35:57.180Z] PASS [2022-05-13T10:35:57.180Z] coverage: 50.9% of statements [2022-05-13T10:35:57.180Z] ok github.com/docker/docker/restartmanager 0.034s coverage: 50.9% of statements [2022-05-13T10:35:57.300Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-13T10:35:57.559Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-05-13T10:35:57.635Z] === RUN TestDecodeContainerConfig [2022-05-13T10:35:57.635Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-05-13T10:35:57.635Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-05-13T10:35:57.635Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-05-13T10:35:57.635Z] === RUN TestDecodeContainerConfigIsolation [2022-05-13T10:35:57.635Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-05-13T10:35:57.635Z] === RUN TestValidatePrivileged [2022-05-13T10:35:57.635Z] --- PASS: TestValidatePrivileged (0.00s) [2022-05-13T10:35:57.635Z] PASS [2022-05-13T10:35:57.635Z] coverage: 52.4% of statements [2022-05-13T10:35:57.635Z] ok github.com/docker/docker/runconfig 0.048s coverage: 52.4% of statements [2022-05-13T10:35:57.635Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-05-13T10:35:57.635Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-05-13T10:35:57.635Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-05-13T10:35:57.635Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-05-13T10:35:57.635Z] PASS [2022-05-13T10:35:57.635Z] coverage: 62.5% of statements [2022-05-13T10:35:57.635Z] ok github.com/docker/docker/testutil 0.043s coverage: 62.5% of statements [2022-05-13T10:35:57.635Z] --- PASS: TestGet (15.01s) [2022-05-13T10:35:57.635Z] === RUN TestPluginWithNoManifest [2022-05-13T10:35:57.635Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-05-13T10:35:57.635Z] === RUN TestGetAll [2022-05-13T10:35:57.635Z] --- PASS: TestGetAll (0.00s) [2022-05-13T10:35:57.635Z] PASS [2022-05-13T10:35:57.635Z] coverage: 73.2% of statements [2022-05-13T10:35:57.635Z] ok github.com/docker/docker/pkg/plugins 36.013s coverage: 73.2% of statements [2022-05-13T10:35:57.818Z] --- PASS: TestHealthCheckWorkdir (0.99s) [2022-05-13T10:35:57.818Z] === RUN TestHealthKillContainer [2022-05-13T10:35:59.193Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-05-13T10:35:59.758Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-13T10:35:59.798Z] === RUN TestGetDriver [2022-05-13T10:35:59.798Z] --- PASS: TestGetDriver (0.00s) [2022-05-13T10:35:59.798Z] === RUN TestVolumeRequestError [2022-05-13T10:35:59.798Z] --- PASS: TestVolumeRequestError (0.02s) [2022-05-13T10:35:59.798Z] PASS [2022-05-13T10:35:59.798Z] coverage: 36.1% of statements [2022-05-13T10:35:59.798Z] ok github.com/docker/docker/volume/drivers 0.096s coverage: 36.1% of statements [2022-05-13T10:36:00.253Z] === RUN TestGetAddress [2022-05-13T10:36:00.253Z] --- PASS: TestGetAddress (0.00s) [2022-05-13T10:36:00.253Z] === RUN TestRemove [2022-05-13T10:36:00.253Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-13T10:36:00.253Z] --- SKIP: TestRemove (0.00s) [2022-05-13T10:36:00.253Z] === RUN TestInitializeWithVolumes [2022-05-13T10:36:00.253Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-05-13T10:36:00.253Z] === RUN TestCreate [2022-05-13T10:36:00.253Z] --- PASS: TestCreate (0.01s) [2022-05-13T10:36:00.253Z] === RUN TestValidateName [2022-05-13T10:36:00.253Z] --- PASS: TestValidateName (0.00s) [2022-05-13T10:36:00.253Z] === RUN TestCreateWithOpts [2022-05-13T10:36:00.253Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-13T10:36:00.253Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-05-13T10:36:00.253Z] === RUN TestRelaodNoOpts [2022-05-13T10:36:00.253Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-05-13T10:36:00.253Z] PASS [2022-05-13T10:36:00.253Z] coverage: 41.5% of statements [2022-05-13T10:36:00.253Z] ok github.com/docker/docker/volume/local 0.079s coverage: 41.5% of statements [2022-05-13T10:36:00.693Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-13T10:36:00.707Z] === RUN TestLCOWParseMountRaw [2022-05-13T10:36:00.707Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-05-13T10:36:00.707Z] === RUN TestLCOWParseMountRawSplit [2022-05-13T10:36:00.707Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-05-13T10:36:00.707Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-05-13T10:36:00.707Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-05-13T10:36:00.707Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-05-13T10:36:00.707Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-05-13T10:36:00.707Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-05-13T10:36:00.707Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-05-13T10:36:00.707Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-05-13T10:36:00.707Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-05-13T10:36:00.707Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-05-13T10:36:00.707Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-05-13T10:36:00.707Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-05-13T10:36:00.707Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-05-13T10:36:00.707Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-05-13T10:36:00.707Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-05-13T10:36:00.707Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-05-13T10:36:00.707Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-05-13T10:36:00.707Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-05-13T10:36:00.707Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-05-13T10:36:00.707Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-05-13T10:36:00.707Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-05-13T10:36:00.707Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-05-13T10:36:00.707Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-13T10:36:00.707Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-05-13T10:36:00.707Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-13T10:36:00.707Z] === RUN TestLinuxParseMountRaw [2022-05-13T10:36:00.707Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-05-13T10:36:00.707Z] === RUN TestLinuxParseMountRawSplit [2022-05-13T10:36:00.707Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-05-13T10:36:00.707Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-05-13T10:36:00.707Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-05-13T10:36:00.707Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-05-13T10:36:00.707Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-05-13T10:36:00.707Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-05-13T10:36:00.707Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-05-13T10:36:00.707Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-05-13T10:36:00.707Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-05-13T10:36:00.707Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-05-13T10:36:00.707Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-05-13T10:36:00.708Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-05-13T10:36:00.708Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-05-13T10:36:00.708Z] === RUN TestConvertTmpfsOptions [2022-05-13T10:36:00.708Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-05-13T10:36:00.708Z] linux_parser_test.go:209: data="ro" [2022-05-13T10:36:00.708Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-05-13T10:36:00.708Z] === RUN TestParseMountSpec [2022-05-13T10:36:00.708Z] parser_test.go:62: case 0 [2022-05-13T10:36:00.708Z] parser_test.go:62: case 1 [2022-05-13T10:36:00.708Z] parser_test.go:62: case 2 [2022-05-13T10:36:00.708Z] parser_test.go:62: case 3 [2022-05-13T10:36:00.708Z] parser_test.go:62: case 4 [2022-05-13T10:36:00.708Z] parser_test.go:62: case 5 [2022-05-13T10:36:00.708Z] --- PASS: TestParseMountSpec (0.00s) [2022-05-13T10:36:00.708Z] === RUN TestValidateMount [2022-05-13T10:36:00.708Z] --- PASS: TestValidateMount (0.00s) [2022-05-13T10:36:00.708Z] === RUN TestWindowsParseMountRaw [2022-05-13T10:36:00.708Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-05-13T10:36:00.708Z] === RUN TestWindowsParseMountRawSplit [2022-05-13T10:36:00.708Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-05-13T10:36:00.708Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-05-13T10:36:00.708Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-05-13T10:36:00.708Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-05-13T10:36:00.708Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-05-13T10:36:00.708Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-05-13T10:36:00.708Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-05-13T10:36:00.708Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-05-13T10:36:00.708Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-05-13T10:36:00.708Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-05-13T10:36:00.708Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-05-13T10:36:00.708Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-05-13T10:36:00.708Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-05-13T10:36:00.708Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-05-13T10:36:00.708Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-13T10:36:00.708Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-05-13T10:36:00.708Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-05-13T10:36:00.708Z] PASS [2022-05-13T10:36:00.708Z] coverage: 67.6% of statements [2022-05-13T10:36:00.708Z] ok github.com/docker/docker/volume/mounts 0.062s coverage: 67.6% of statements [2022-05-13T10:36:01.259Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-05-13T10:36:01.682Z] === RUN TestSetGetMeta [2022-05-13T10:36:01.682Z] === PAUSE TestSetGetMeta [2022-05-13T10:36:01.682Z] === RUN TestRestore [2022-05-13T10:36:01.682Z] === PAUSE TestRestore [2022-05-13T10:36:01.682Z] === RUN TestServiceCreate [2022-05-13T10:36:01.682Z] === PAUSE TestServiceCreate [2022-05-13T10:36:01.682Z] === RUN TestServiceList [2022-05-13T10:36:01.682Z] === PAUSE TestServiceList [2022-05-13T10:36:01.682Z] === RUN TestServiceRemove [2022-05-13T10:36:01.682Z] === PAUSE TestServiceRemove [2022-05-13T10:36:01.682Z] === RUN TestServiceGet [2022-05-13T10:36:01.682Z] === PAUSE TestServiceGet [2022-05-13T10:36:01.682Z] === RUN TestServicePrune [2022-05-13T10:36:01.682Z] === PAUSE TestServicePrune [2022-05-13T10:36:01.682Z] === RUN TestCreate [2022-05-13T10:36:01.682Z] === PAUSE TestCreate [2022-05-13T10:36:01.682Z] === RUN TestRemove [2022-05-13T10:36:01.682Z] === PAUSE TestRemove [2022-05-13T10:36:01.682Z] === RUN TestList [2022-05-13T10:36:01.682Z] === PAUSE TestList [2022-05-13T10:36:01.682Z] === RUN TestFindByDriver [2022-05-13T10:36:01.682Z] === PAUSE TestFindByDriver [2022-05-13T10:36:01.682Z] === RUN TestFindByReferenced [2022-05-13T10:36:01.682Z] === PAUSE TestFindByReferenced [2022-05-13T10:36:01.682Z] === RUN TestDerefMultipleOfSameRef [2022-05-13T10:36:01.682Z] === PAUSE TestDerefMultipleOfSameRef [2022-05-13T10:36:01.682Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-13T10:36:01.682Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-13T10:36:01.682Z] === RUN TestDefererencePluginOnCreateError [2022-05-13T10:36:01.682Z] === PAUSE TestDefererencePluginOnCreateError [2022-05-13T10:36:01.682Z] === RUN TestRefDerefRemove [2022-05-13T10:36:01.682Z] === PAUSE TestRefDerefRemove [2022-05-13T10:36:01.682Z] === RUN TestGet [2022-05-13T10:36:01.682Z] === PAUSE TestGet [2022-05-13T10:36:01.682Z] === RUN TestGetWithReference [2022-05-13T10:36:01.682Z] === PAUSE TestGetWithReference [2022-05-13T10:36:01.682Z] === RUN TestFilterFunc [2022-05-13T10:36:01.682Z] === RUN TestFilterFunc/test_nil_list [2022-05-13T10:36:01.682Z] === PAUSE TestFilterFunc/test_nil_list [2022-05-13T10:36:01.682Z] === RUN TestFilterFunc/test_empty_list [2022-05-13T10:36:01.682Z] === PAUSE TestFilterFunc/test_empty_list [2022-05-13T10:36:01.682Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-05-13T10:36:01.682Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-05-13T10:36:01.682Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-13T10:36:01.682Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-13T10:36:01.682Z] === RUN TestFilterFunc/test_filter_some [2022-05-13T10:36:01.682Z] === PAUSE TestFilterFunc/test_filter_some [2022-05-13T10:36:01.682Z] === RUN TestFilterFunc/test_filter_middle [2022-05-13T10:36:01.682Z] === PAUSE TestFilterFunc/test_filter_middle [2022-05-13T10:36:01.682Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-05-13T10:36:01.682Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-05-13T10:36:01.682Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-05-13T10:36:01.682Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-05-13T10:36:01.682Z] === CONT TestFilterFunc/test_nil_list [2022-05-13T10:36:01.682Z] === CONT TestFilterFunc/test_filter_some [2022-05-13T10:36:01.682Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-13T10:36:01.682Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-05-13T10:36:01.682Z] === CONT TestFilterFunc/test_empty_list [2022-05-13T10:36:01.682Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-05-13T10:36:01.682Z] === CONT TestFilterFunc/test_filter_middle [2022-05-13T10:36:01.682Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-05-13T10:36:01.682Z] --- PASS: TestFilterFunc (0.00s) [2022-05-13T10:36:01.682Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-05-13T10:36:01.682Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-05-13T10:36:01.682Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-05-13T10:36:01.682Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-05-13T10:36:01.682Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-05-13T10:36:01.682Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-05-13T10:36:01.682Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-05-13T10:36:01.682Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-05-13T10:36:01.682Z] === CONT TestSetGetMeta [2022-05-13T10:36:01.682Z] === CONT TestServiceGet [2022-05-13T10:36:01.682Z] === CONT TestList [2022-05-13T10:36:01.682Z] === CONT TestDefererencePluginOnCreateError [2022-05-13T10:36:01.682Z] --- PASS: TestSetGetMeta (0.02s) [2022-05-13T10:36:01.682Z] === CONT TestServiceRemove [2022-05-13T10:36:01.682Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-05-13T10:36:01.682Z] === CONT TestServiceList [2022-05-13T10:36:01.682Z] --- PASS: TestList (0.04s) [2022-05-13T10:36:01.682Z] === CONT TestServiceCreate [2022-05-13T10:36:01.682Z] --- PASS: TestServiceGet (0.17s) [2022-05-13T10:36:01.682Z] === CONT TestRestore [2022-05-13T10:36:01.682Z] --- PASS: TestServiceRemove (0.16s) [2022-05-13T10:36:01.682Z] === CONT TestGetWithReference [2022-05-13T10:36:01.682Z] --- PASS: TestServiceList (0.15s) [2022-05-13T10:36:01.682Z] === CONT TestGet [2022-05-13T10:36:01.682Z] --- PASS: TestServiceCreate (0.15s) [2022-05-13T10:36:01.682Z] === CONT TestRefDerefRemove [2022-05-13T10:36:01.682Z] --- PASS: TestRestore (0.03s) [2022-05-13T10:36:01.682Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-13T10:36:01.682Z] --- PASS: TestGetWithReference (0.03s) [2022-05-13T10:36:01.682Z] === CONT TestDerefMultipleOfSameRef [2022-05-13T10:36:01.682Z] --- PASS: TestGet (0.03s) [2022-05-13T10:36:01.682Z] === CONT TestFindByReferenced [2022-05-13T10:36:01.682Z] --- PASS: TestRefDerefRemove (0.03s) [2022-05-13T10:36:01.682Z] === CONT TestFindByDriver [2022-05-13T10:36:01.682Z] === CONT TestRemove [2022-05-13T10:36:01.682Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-05-13T10:36:01.682Z] --- PASS: TestFindByReferenced (0.03s) [2022-05-13T10:36:01.682Z] === CONT TestCreate [2022-05-13T10:36:01.682Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-05-13T10:36:01.682Z] === CONT TestServicePrune [2022-05-13T10:36:01.682Z] --- PASS: TestFindByDriver (0.03s) [2022-05-13T10:36:01.682Z] --- PASS: TestRemove (0.03s) [2022-05-13T10:36:01.682Z] time="2022-05-13T10:36:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-13T10:36:01.682Z] --- PASS: TestCreate (0.02s) [2022-05-13T10:36:01.682Z] time="2022-05-13T10:36:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-13T10:36:01.682Z] time="2022-05-13T10:36:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-13T10:36:01.682Z] time="2022-05-13T10:36:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-05-13T10:36:01.682Z] time="2022-05-13T10:36:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-13T10:36:01.682Z] --- PASS: TestServicePrune (0.05s) [2022-05-13T10:36:01.682Z] PASS [2022-05-13T10:36:01.682Z] coverage: 69.0% of statements [2022-05-13T10:36:01.682Z] ok github.com/docker/docker/volume/service 0.335s coverage: 69.0% of statements [2022-05-13T10:36:05.478Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-05-13T10:36:05.478Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-13T10:36:06.044Z] --- PASS: TestHealthKillContainer (8.39s) [2022-05-13T10:36:06.044Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-13T10:36:06.977Z] --- PASS: TestInspectCpusetInConfigPre120 (0.60s) [2022-05-13T10:36:06.977Z] === RUN TestIpcModeNone [2022-05-13T10:36:07.381Z] ---> a424b9862ed1 [2022-05-13T10:36:07.381Z] Successfully built a424b9862ed1 [2022-05-13T10:36:07.381Z] Successfully tagged docker:latest [2022-05-13T10:36:07.381Z] INFO: Image build ended at 05/13/2022 10:36:05. Duration:00:03:40.4564438 [2022-05-13T10:36:07.381Z] [2022-05-13T10:36:07.381Z] [2022-05-13T10:36:07.381Z] INFO: Building the test binaries at 05/13/2022 10:36:05... [2022-05-13T10:36:07.546Z] --- PASS: TestIpcModeNone (0.75s) [2022-05-13T10:36:07.546Z] === RUN TestIpcModePrivate [2022-05-13T10:36:08.053Z] --- PASS: TestBuildWithHugeFile (49.40s) [2022-05-13T10:36:08.053Z] === RUN TestBuildWCOWSandboxSize [2022-05-13T10:36:08.053Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-13T10:36:08.053Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-13T10:36:08.053Z] === RUN TestBuildWithEmptyDockerfile [2022-05-13T10:36:08.053Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:36:08.053Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:36:08.053Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:36:08.053Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:36:08.053Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:36:08.053Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:36:08.053Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:36:08.053Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:36:08.053Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:36:08.053Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-05-13T10:36:08.053Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2022-05-13T10:36:08.053Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2022-05-13T10:36:08.053Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s) [2022-05-13T10:36:08.053Z] === RUN TestBuildPreserveOwnership [2022-05-13T10:36:08.053Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-13T10:36:08.053Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-13T10:36:08.053Z] --- PASS: TestBuildPreserveOwnership (3.69s) [2022-05-13T10:36:08.053Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.50s) [2022-05-13T10:36:08.053Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.18s) [2022-05-13T10:36:08.053Z] === RUN TestBuildPlatformInvalid [2022-05-13T10:36:08.053Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-05-13T10:36:08.053Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-13T10:36:08.053Z] Loaded image: busybox:latest [2022-05-13T10:36:08.053Z] Loaded image: busybox:glibc [2022-05-13T10:36:08.053Z] Loaded image: debian:bullseye-slim [2022-05-13T10:36:08.053Z] Loaded image: hello-world:latest [2022-05-13T10:36:08.053Z] Loaded image: arm32v7/hello-world:latest [2022-05-13T10:36:08.111Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:95, shared: false, mustBeShared: false [2022-05-13T10:36:08.112Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-13T10:36:08.112Z] --- PASS: TestIpcModePrivate (0.67s) [2022-05-13T10:36:08.112Z] === RUN TestIpcModeShareable [2022-05-13T10:36:08.112Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-13T10:36:08.369Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-05-13T10:36:08.935Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2022-05-13T10:36:08.935Z] check_test.go:307: [df87adcd4c1e4] daemon is not started [2022-05-13T10:36:08.935Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-05-13T10:36:08.935Z] --- PASS: TestIpcModeShareable (0.78s) [2022-05-13T10:36:08.935Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-13T10:36:09.501Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-05-13T10:36:10.067Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-05-13T10:36:10.067Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-13T10:36:10.269Z] INFO: make.ps1 starting at 05/13/2022 10:36:09 [2022-05-13T10:36:10.269Z] INFO: Git commit (8e4b5db542) assumed from DOCKER_GITCOMMIT environment variable [2022-05-13T10:36:10.269Z] INFO: Invoking autogen... [2022-05-13T10:36:10.269Z] { [2022-05-13T10:36:10.269Z] "RT_GROUP_ICON": { [2022-05-13T10:36:10.269Z] "#1": { [2022-05-13T10:36:10.269Z] "0409": "../../winresources/docker.ico" [2022-05-13T10:36:10.269Z] } [2022-05-13T10:36:10.269Z] }, [2022-05-13T10:36:10.269Z] "RT_MANIFEST": { [2022-05-13T10:36:10.269Z] "#1": { [2022-05-13T10:36:10.269Z] "0409": { [2022-05-13T10:36:10.269Z] "identity": {}, [2022-05-13T10:36:10.269Z] "description": "Docker Engine", [2022-05-13T10:36:10.269Z] "minimum-os": "vista", [2022-05-13T10:36:10.269Z] "execution-level": "", [2022-05-13T10:36:10.269Z] "ui-access": false, [2022-05-13T10:36:10.269Z] "auto-elevate": false, [2022-05-13T10:36:10.269Z] "dpi-awareness": "unaware", [2022-05-13T10:36:10.269Z] "disable-theming": false, [2022-05-13T10:36:10.270Z] "disable-window-filtering": false, [2022-05-13T10:36:10.270Z] "high-resolution-scrolling-aware": false, [2022-05-13T10:36:10.270Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-13T10:36:10.270Z] "long-path-aware": false, [2022-05-13T10:36:10.270Z] "printer-driver-isolation": false, [2022-05-13T10:36:10.270Z] "gdi-scaling": false, [2022-05-13T10:36:10.270Z] "segment-heap": false, [2022-05-13T10:36:10.270Z] "use-common-controls-v6": false [2022-05-13T10:36:10.270Z] } [2022-05-13T10:36:10.270Z] } [2022-05-13T10:36:10.270Z] }, [2022-05-13T10:36:10.270Z] "RT_MESSAGETABLE": { [2022-05-13T10:36:10.270Z] "#1": { [2022-05-13T10:36:10.270Z] "0409": "../../winresources/event_messages.bin" [2022-05-13T10:36:10.270Z] } [2022-05-13T10:36:10.270Z] }, [2022-05-13T10:36:10.270Z] "RT_VERSION": { [2022-05-13T10:36:10.270Z] "#1": { [2022-05-13T10:36:10.270Z] "0409": { [2022-05-13T10:36:10.270Z] "fixed": { [2022-05-13T10:36:10.270Z] "file_version": "0.0.0.0", [2022-05-13T10:36:10.270Z] "product_version": "0.0.0.0", [2022-05-13T10:36:10.270Z] "type": "Unknown" [2022-05-13T10:36:10.270Z] }, [2022-05-13T10:36:10.270Z] "info": { [2022-05-13T10:36:10.270Z] "0000": { [2022-05-13T10:36:10.270Z] "CompanyName": "", [2022-05-13T10:36:10.270Z] "FileVersion": "0.0.0-dev", [2022-05-13T10:36:10.270Z] "LegalCopyright": "Copyright (C) 2015-2022 Docker Inc.", [2022-05-13T10:36:10.270Z] "OriginalFileName": "dockerd.exe", [2022-05-13T10:36:10.270Z] "ProductName": "", [2022-05-13T10:36:10.270Z] "ProductVersion": "0.0.0-dev", [2022-05-13T10:36:10.270Z] "SpecialBuild": "8e4b5db542" [2022-05-13T10:36:10.270Z] } [2022-05-13T10:36:10.270Z] } [2022-05-13T10:36:10.270Z] } [2022-05-13T10:36:10.270Z] } [2022-05-13T10:36:10.270Z] } [2022-05-13T10:36:10.270Z] } [2022-05-13T10:36:10.633Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-05-13T10:36:10.724Z] powershell.exe : cmd\dockerd\config.go [2022-05-13T10:36:10.724Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-8419f828\powershellWrapper.ps1:3 char:1 [2022-05-13T10:36:10.724Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2022-05-13T10:36:10.724Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2022-05-13T10:36:10.724Z] + CategoryInfo : NotSpecified: (cmd\dockerd\config.go:String) [], RemoteException [2022-05-13T10:36:10.724Z] + FullyQualifiedErrorId : NativeCommandError [2022-05-13T10:36:10.724Z] [2022-05-13T10:36:11.179Z] cmd\dockerd\config_windows.go [2022-05-13T10:36:11.179Z] cmd\dockerd\daemon.go [2022-05-13T10:36:11.179Z] cmd\dockerd\daemon_test.go [2022-05-13T10:36:11.179Z] cmd\dockerd\daemon_windows.go [2022-05-13T10:36:11.179Z] cmd\dockerd\docker.go [2022-05-13T10:36:11.179Z] cmd\dockerd\docker_windows.go [2022-05-13T10:36:11.179Z] cmd\dockerd\genwinres_windows.go [2022-05-13T10:36:11.179Z] cmd\dockerd\metrics.go [2022-05-13T10:36:11.179Z] cmd\dockerd\options.go [2022-05-13T10:36:11.179Z] cmd\dockerd\options_test.go [2022-05-13T10:36:11.179Z] cmd\dockerd\service_windows.go [2022-05-13T10:36:11.179Z] INFO: Building daemon... [2022-05-13T10:36:11.567Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.57s) [2022-05-13T10:36:11.567Z] === RUN TestAPIIpcModeHost [2022-05-13T10:36:12.133Z] --- PASS: TestAPIIpcModeHost (0.70s) [2022-05-13T10:36:12.133Z] === RUN TestDaemonIpcModeShareable [2022-05-13T10:36:12.190Z] --- PASS: TestInfoAPIWarnings (16.56s) [2022-05-13T10:36:12.190Z] === RUN TestInfoDebug [2022-05-13T10:36:12.190Z] --- PASS: TestInfoDebug (0.54s) [2022-05-13T10:36:12.190Z] === RUN TestInfoInsecureRegistries [2022-05-13T10:36:12.190Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-05-13T10:36:12.191Z] === RUN TestInfoRegistryMirrors [2022-05-13T10:36:12.449Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2022-05-13T10:36:12.449Z] === RUN TestLoginFailsWithBadCredentials [2022-05-13T10:36:12.449Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-05-13T10:36:12.449Z] === RUN TestPingCacheHeaders [2022-05-13T10:36:12.449Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-05-13T10:36:12.449Z] === RUN TestPingGet [2022-05-13T10:36:12.449Z] --- PASS: TestPingGet (0.01s) [2022-05-13T10:36:12.449Z] === RUN TestPingHead [2022-05-13T10:36:12.449Z] --- PASS: TestPingHead (0.03s) [2022-05-13T10:36:12.449Z] === RUN TestPingSwarmHeader [2022-05-13T10:36:13.014Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-13T10:36:13.587Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-13T10:36:14.039Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-05-13T10:36:14.039Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-13T10:36:14.039Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:99, shared: true, mustBeShared: true [2022-05-13T10:36:14.039Z] --- PASS: TestDaemonIpcModeShareable (1.67s) [2022-05-13T10:36:14.039Z] === RUN TestDaemonIpcModePrivate [2022-05-13T10:36:14.959Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-13T10:36:14.959Z] --- PASS: TestPingSwarmHeader (2.22s) [2022-05-13T10:36:14.959Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-13T10:36:14.959Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-13T10:36:14.959Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-13T10:36:14.959Z] === RUN TestVersion [2022-05-13T10:36:14.959Z] --- PASS: TestVersion (0.03s) [2022-05-13T10:36:14.959Z] === CONT TestDiskUsage [2022-05-13T10:36:14.972Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-13T10:36:15.217Z] === RUN TestDiskUsage/empty [2022-05-13T10:36:15.217Z] === RUN TestDiskUsage/empty/container_types [2022-05-13T10:36:15.217Z] === RUN TestDiskUsage/empty/image_types [2022-05-13T10:36:15.217Z] === RUN TestDiskUsage/empty/volume_types [2022-05-13T10:36:15.217Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-13T10:36:15.217Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-13T10:36:15.217Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-13T10:36:15.217Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-13T10:36:15.217Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-13T10:36:15.217Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-13T10:36:15.217Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-13T10:36:15.217Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-13T10:36:15.475Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-13T10:36:15.475Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-13T10:36:15.475Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-13T10:36:15.475Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-13T10:36:15.475Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-13T10:36:15.475Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-13T10:36:15.475Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-13T10:36:15.475Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-13T10:36:15.475Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-13T10:36:15.475Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-13T10:36:15.475Z] === RUN TestDiskUsage/after_container.Run [2022-05-13T10:36:15.538Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: false, mustBeShared: false [2022-05-13T10:36:15.733Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-13T10:36:15.733Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-13T10:36:15.733Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-13T10:36:15.733Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-13T10:36:15.733Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-13T10:36:15.733Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-13T10:36:15.733Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-13T10:36:15.733Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-13T10:36:15.733Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-13T10:36:15.733Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-13T10:36:15.796Z] --- PASS: TestDaemonIpcModePrivate (1.92s) [2022-05-13T10:36:15.796Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-13T10:36:15.796Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage (1.26s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_container.Run (0.38s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-05-13T10:36:15.992Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-05-13T10:36:15.992Z] PASS [2022-05-13T10:36:15.992Z] [2022-05-13T10:36:15.992Z] === Skipped [2022-05-13T10:36:15.992Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-13T10:36:15.992Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-13T10:36:15.992Z] [2022-05-13T10:36:15.992Z] DONE 54 tests, 1 skipped in 22.605s [2022-05-13T10:36:15.992Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-13T10:36:15.992Z] INFO: Testing against a local daemon [2022-05-13T10:36:15.992Z] === RUN TestVolumesCreateAndList [2022-05-13T10:36:16.169Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.53s) [2022-05-13T10:36:16.169Z] PASS [2022-05-13T10:36:16.169Z] [2022-05-13T10:36:16.169Z] === Skipped [2022-05-13T10:36:16.169Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-05-13T10:36:16.169Z] build_session_test.go:25: TODO: BuildKit [2022-05-13T10:36:16.169Z] [2022-05-13T10:36:16.169Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-13T10:36:16.169Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-13T10:36:16.169Z] [2022-05-13T10:36:16.169Z] DONE 34 tests, 2 skipped in 87.129s [2022-05-13T10:36:16.169Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-05-13T10:36:16.169Z] INFO: Testing against a local daemon [2022-05-13T10:36:16.169Z] === RUN TestConfigInspect [2022-05-13T10:36:16.251Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-13T10:36:16.251Z] === RUN TestVolumesRemove [2022-05-13T10:36:16.251Z] --- PASS: TestVolumesRemove (0.06s) [2022-05-13T10:36:16.251Z] === RUN TestVolumesInspect [2022-05-13T10:36:16.251Z] --- PASS: TestVolumesInspect (0.02s) [2022-05-13T10:36:16.251Z] === RUN TestVolumesInvalidJSON [2022-05-13T10:36:16.251Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-13T10:36:16.251Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-13T10:36:16.251Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-13T10:36:16.251Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-13T10:36:16.251Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-13T10:36:16.251Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-13T10:36:16.251Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-13T10:36:16.251Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-13T10:36:16.251Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-13T10:36:16.251Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-13T10:36:16.251Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-13T10:36:16.251Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-13T10:36:16.251Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-13T10:36:16.251Z] PASS [2022-05-13T10:36:16.251Z] [2022-05-13T10:36:16.251Z] DONE 9 tests in 0.202s [2022-05-13T10:36:16.251Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-13T10:36:16.251Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14210 is not a child of this shell [2022-05-13T10:36:16.251Z] warning: PID 14210 from bundles/test-integration/docker.pid had a nonzero exit code [2022-05-13T10:36:16.251Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-13T10:36:16.251Z] [2022-05-13T10:36:16.251Z] Unloading profiles will leave already running processes permanently [2022-05-13T10:36:16.251Z] unconfined, which can lead to unexpected situations. [2022-05-13T10:36:16.251Z] [2022-05-13T10:36:16.251Z] To set a process to complain mode, use the command line tool [2022-05-13T10:36:16.251Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-13T10:36:16.251Z] Removing test suite binaries [2022-05-13T10:36:16.251Z] exiting test-integration [2022-05-13T10:36:16.251Z] ++ exit 0 [2022-05-13T10:36:16.251Z] [2022-05-13T10:36:17.171Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:119, shared: false, mustBeShared: false [2022-05-13T10:36:17.171Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.48s) [2022-05-13T10:36:17.171Z] === RUN TestDaemonIpcModeShareableFromConfig Post stage [Pipeline] junit [2022-05-13T10:36:17.203Z] Recording test results [2022-05-13T10:36:17.543Z] --- PASS: TestConfigInspect (2.27s) [2022-05-13T10:36:17.543Z] === RUN TestConfigList [2022-05-13T10:36:17.596Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-13T10:36:17.937Z] + echo Ensuring container killed. [2022-05-13T10:36:17.937Z] Ensuring container killed. [2022-05-13T10:36:17.937Z] + docker rm -vf docker-pr3 [2022-05-13T10:36:17.937Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-05-13T10:36:18.219Z] + echo Chowning /workspace to jenkins user [2022-05-13T10:36:18.219Z] Chowning /workspace to jenkins user [2022-05-13T10:36:18.219Z] + id -u [2022-05-13T10:36:18.219Z] + id -g [2022-05-13T10:36:18.219Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43269:/workspace busybox chown -R 1000:1000 /workspace [2022-05-13T10:36:18.546Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-05-13T10:36:18.804Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-13T10:36:18.804Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:98, shared: true, mustBeShared: true [2022-05-13T10:36:19.062Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.69s) [2022-05-13T10:36:19.062Z] === RUN TestIpcModeOlderClient [2022-05-13T10:36:19.062Z] === PAUSE TestIpcModeOlderClient [2022-05-13T10:36:19.062Z] === RUN TestKillContainerInvalidSignal [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-13T10:36:19.628Z] --- PASS: TestKillContainerInvalidSignal (0.67s) [2022-05-13T10:36:19.628Z] === RUN TestKillContainer [2022-05-13T10:36:19.628Z] === RUN TestKillContainer/no_signal [2022-05-13T10:36:19.894Z] + bundleName=amd64-rootless [2022-05-13T10:36:19.894Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-05-13T10:36:19.894Z] Creating amd64-rootless-bundles.tar.gz [2022-05-13T10:36:19.894Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2022-05-13T10:36:19.894Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-05-13T10:36:19.906Z] Archiving artifacts [2022-05-13T10:36:20.074Z] --- PASS: TestConfigList (2.16s) [2022-05-13T10:36:20.074Z] === RUN TestConfigsCreateAndDelete [2022-05-13T10:36:20.194Z] === RUN TestKillContainer/non_killing_signal [2022-05-13T10:36:20.203Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43269/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-13T10:36:20.451Z] === RUN TestKillContainer/killing_signal [2022-05-13T10:36:20.522Z] + make clean [2022-05-13T10:36:20.523Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-13T10:36:20.780Z] docker-dev-cache [2022-05-13T10:36:20.780Z] docker-mod-cache [Pipeline] deleteDir [2022-05-13T10:36:21.018Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-05-13T10:36:21.018Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-05-13T10:36:21.018Z] check_test.go:307: [d77879e76ff66] daemon is not started [2022-05-13T10:36:21.018Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-05-13T10:36:21.277Z] --- PASS: TestKillContainer (1.61s) [2022-05-13T10:36:21.277Z] --- PASS: TestKillContainer/no_signal (0.52s) [2022-05-13T10:36:21.277Z] --- PASS: TestKillContainer/non_killing_signal (0.38s) [2022-05-13T10:36:21.277Z] --- PASS: TestKillContainer/killing_signal (0.50s) [2022-05-13T10:36:21.277Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-13T10:36:21.277Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-13T10:36:21.844Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-13T10:36:21.844Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-13T10:36:21.974Z] --- PASS: TestConfigsCreateAndDelete (2.15s) [2022-05-13T10:36:21.974Z] === RUN TestConfigsUpdate [2022-05-13T10:36:22.779Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.41s) [2022-05-13T10:36:22.779Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.55s) [2022-05-13T10:36:22.779Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.65s) [2022-05-13T10:36:22.779Z] === RUN TestKillStoppedContainer [2022-05-13T10:36:22.779Z] --- PASS: TestKillStoppedContainer (0.08s) [2022-05-13T10:36:22.779Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-13T10:36:22.779Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2022-05-13T10:36:22.779Z] === RUN TestKillDifferentUserContainer [2022-05-13T10:36:23.037Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-05-13T10:36:23.037Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-13T10:36:23.603Z] --- PASS: TestKillDifferentUserContainer (0.82s) [2022-05-13T10:36:23.603Z] === RUN TestInspectOomKilledTrue [2022-05-13T10:36:23.603Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:36:23.603Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2022-05-13T10:36:23.603Z] === RUN TestInspectOomKilledFalse [2022-05-13T10:36:23.603Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:36:23.603Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-13T10:36:23.603Z] === RUN TestLinksEtcHostsContentMatch [2022-05-13T10:36:23.876Z] --- PASS: TestConfigsUpdate (2.15s) [2022-05-13T10:36:23.876Z] === RUN TestTemplatedConfig [2022-05-13T10:36:24.171Z] --- PASS: TestLinksEtcHostsContentMatch (0.60s) [2022-05-13T10:36:24.171Z] === RUN TestLinksContainerNames [2022-05-13T10:36:24.429Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-13T10:36:25.364Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-05-13T10:36:25.931Z] --- PASS: TestLinksContainerNames (1.63s) [2022-05-13T10:36:25.931Z] === RUN TestLogsFollowTailEmpty [2022-05-13T10:36:26.498Z] --- PASS: TestLogsFollowTailEmpty (0.71s) [2022-05-13T10:36:26.498Z] === RUN TestContainerNetworkMountsNoChown [2022-05-13T10:36:26.747Z] 2022/05/13 10:36:23 Closing DB instances... [2022-05-13T10:36:26.747Z] --- PASS: TestNetworkDBGarbageCollection (54.25s) [2022-05-13T10:36:26.747Z] === RUN TestFindNode [2022-05-13T10:36:26.747Z] 2022/05/13 10:36:25 Closing DB instances... [2022-05-13T10:36:26.747Z] --- PASS: TestFindNode (0.02s) [2022-05-13T10:36:26.747Z] === RUN TestChangeNodeState [2022-05-13T10:36:26.747Z] 2022/05/13 10:36:25 Closing DB instances... [2022-05-13T10:36:26.747Z] --- PASS: TestChangeNodeState (0.02s) [2022-05-13T10:36:26.747Z] === RUN TestNodeReincarnation [2022-05-13T10:36:26.747Z] 2022/05/13 10:36:25 Closing DB instances... [2022-05-13T10:36:27.065Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-05-13T10:36:27.160Z] --- PASS: TestTemplatedConfig (2.56s) [2022-05-13T10:36:27.161Z] === RUN TestConfigCreateResolve [2022-05-13T10:36:27.323Z] --- PASS: TestContainerNetworkMountsNoChown (0.71s) [2022-05-13T10:36:27.323Z] === RUN TestMountDaemonRoot [2022-05-13T10:36:27.323Z] === RUN TestMountDaemonRoot/default [2022-05-13T10:36:27.323Z] === PAUSE TestMountDaemonRoot/default [2022-05-13T10:36:27.323Z] === RUN TestMountDaemonRoot/private [2022-05-13T10:36:27.323Z] === PAUSE TestMountDaemonRoot/private [2022-05-13T10:36:27.323Z] === RUN TestMountDaemonRoot/rprivate [2022-05-13T10:36:27.323Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-13T10:36:27.323Z] === RUN TestMountDaemonRoot/slave [2022-05-13T10:36:27.323Z] === PAUSE TestMountDaemonRoot/slave [2022-05-13T10:36:27.323Z] === RUN TestMountDaemonRoot/rslave [2022-05-13T10:36:27.323Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-13T10:36:27.323Z] === RUN TestMountDaemonRoot/shared [2022-05-13T10:36:27.323Z] === PAUSE TestMountDaemonRoot/shared [2022-05-13T10:36:27.323Z] === RUN TestMountDaemonRoot/rshared [2022-05-13T10:36:27.323Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-13T10:36:27.323Z] === CONT TestMountDaemonRoot/default [2022-05-13T10:36:27.323Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-13T10:36:27.323Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-13T10:36:27.323Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-13T10:36:27.323Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-13T10:36:27.323Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-13T10:36:27.323Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-13T10:36:27.323Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-13T10:36:27.323Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-13T10:36:27.323Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-13T10:36:27.323Z] === CONT TestMountDaemonRoot/rshared [2022-05-13T10:36:27.323Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-13T10:36:27.323Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-13T10:36:27.323Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-13T10:36:27.323Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-13T10:36:27.323Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-13T10:36:27.324Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-13T10:36:27.324Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-13T10:36:27.324Z] === CONT TestMountDaemonRoot/shared [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-13T10:36:27.324Z] === CONT TestMountDaemonRoot/rslave [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-13T10:36:27.324Z] === CONT TestMountDaemonRoot/slave [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-13T10:36:27.324Z] === CONT TestMountDaemonRoot/rprivate [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-13T10:36:27.324Z] === CONT TestMountDaemonRoot/private [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-13T10:36:27.324Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-13T10:36:27.324Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-13T10:36:27.324Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-13T10:36:27.324Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-13T10:36:27.582Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-13T10:36:27.582Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-13T10:36:27.582Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-13T10:36:27.582Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-13T10:36:27.582Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-13T10:36:27.582Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-13T10:36:27.582Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-13T10:36:27.582Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-13T10:36:27.582Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-13T10:36:27.582Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-13T10:36:27.840Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-13T10:36:27.840Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-13T10:36:27.840Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-13T10:36:27.840Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-13T10:36:27.840Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-13T10:36:27.840Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-13T10:36:27.840Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-13T10:36:27.840Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-13T10:36:27.840Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-13T10:36:27.840Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-13T10:36:27.840Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-13T10:36:27.840Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-13T10:36:27.841Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-13T10:36:27.841Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.07s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.07s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-05-13T10:36:28.099Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-05-13T10:36:28.099Z] === RUN TestContainerBindMountNonRecursive [2022-05-13T10:36:28.665Z] check_test.go:307: [dfab4c1e9a021] daemon is not started [2022-05-13T10:36:28.665Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-05-13T10:36:29.062Z] --- PASS: TestConfigCreateResolve (2.15s) [2022-05-13T10:36:29.062Z] PASS [2022-05-13T10:36:29.062Z] [2022-05-13T10:36:29.062Z] DONE 6 tests in 13.466s [2022-05-13T10:36:29.062Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-05-13T10:36:29.062Z] INFO: Testing against a local daemon [2022-05-13T10:36:29.062Z] === RUN TestAttachWithTTY [2022-05-13T10:36:29.062Z] --- PASS: TestAttachWithTTY (0.06s) [2022-05-13T10:36:29.062Z] === RUN TestAttachWithoutTTy [2022-05-13T10:36:29.062Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-05-13T10:36:29.062Z] === RUN TestCheckpoint [2022-05-13T10:36:29.062Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-13T10:36:29.062Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/commit [2022-05-13T10:36:29.062Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-13T10:36:29.062Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:36:29.062Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:36:29.062Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:36:29.062Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-13T10:36:29.062Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-13T10:36:29.062Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-13T10:36:29.062Z] === CONT TestContainerInvalidJSON/commit [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-13T10:36:29.062Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-13T10:36:29.062Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-13T10:36:29.062Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-13T10:36:29.062Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-13T10:36:29.062Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-13T10:36:29.062Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-13T10:36:29.063Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-13T10:36:29.063Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-13T10:36:29.063Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-13T10:36:29.063Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-13T10:36:29.063Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-13T10:36:29.063Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-13T10:36:29.063Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-13T10:36:29.063Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-13T10:36:29.063Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-13T10:36:29.063Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-13T10:36:29.063Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-13T10:36:29.063Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-05-13T10:36:29.063Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-13T10:36:29.063Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-05-13T10:36:29.063Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-13T10:36:29.063Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-05-13T10:36:29.063Z] === RUN TestCopyEmptyFile [2022-05-13T10:36:29.321Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-05-13T10:36:29.321Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-13T10:36:29.321Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-05-13T10:36:29.321Z] === RUN TestCopyFromContainer [2022-05-13T10:36:30.041Z] --- PASS: TestContainerBindMountNonRecursive (2.17s) [2022-05-13T10:36:30.041Z] === RUN TestContainerVolumesMountedAsShared [2022-05-13T10:36:30.256Z] === RUN TestCopyFromContainer// [2022-05-13T10:36:30.514Z] === RUN TestCopyFromContainer//bar/root [2022-05-13T10:36:30.514Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-13T10:36:30.514Z] === RUN TestCopyFromContainer/bar/quux [2022-05-13T10:36:30.514Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-13T10:36:30.773Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-13T10:36:30.773Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-13T10:36:30.773Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-13T10:36:30.773Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-13T10:36:30.977Z] --- PASS: TestContainerVolumesMountedAsShared (0.86s) [2022-05-13T10:36:30.977Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-13T10:36:31.031Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-13T10:36:31.031Z] --- PASS: TestCopyFromContainer (1.71s) [2022-05-13T10:36:31.031Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-05-13T10:36:31.031Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-05-13T10:36:31.031Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-05-13T10:36:31.031Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-05-13T10:36:31.031Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-05-13T10:36:31.031Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-05-13T10:36:31.031Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-05-13T10:36:31.031Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-05-13T10:36:31.031Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-05-13T10:36:31.031Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-05-13T10:36:31.031Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-13T10:36:31.031Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:36:31.031Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:36:31.031Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:36:31.031Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:36:31.031Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:36:31.031Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:36:31.031Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:36:31.031Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:36:31.031Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:36:31.031Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-05-13T10:36:31.031Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-13T10:36:31.031Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-13T10:36:31.031Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-13T10:36:31.031Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-13T10:36:31.031Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-05-13T10:36:31.031Z] === RUN TestCreateWithInvalidEnv [2022-05-13T10:36:31.031Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-13T10:36:31.031Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-13T10:36:31.031Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-13T10:36:31.031Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-13T10:36:31.031Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-13T10:36:31.031Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-13T10:36:31.031Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-13T10:36:31.031Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-13T10:36:31.031Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-13T10:36:31.031Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-05-13T10:36:31.031Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-13T10:36:31.031Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-13T10:36:31.031Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-13T10:36:31.031Z] === RUN TestCreateTmpfsMountsTarget [2022-05-13T10:36:31.031Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-05-13T10:36:31.031Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-13T10:36:31.407Z] time="2022-05-13T10:36:30Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-05-13T10:36:31.407Z] --- PASS: TestNodeReincarnation (5.02s) [2022-05-13T10:36:31.407Z] === RUN TestParallelCreate [2022-05-13T10:36:31.407Z] 2022/05/13 10:36:30 Closing DB instances... [2022-05-13T10:36:31.407Z] --- PASS: TestParallelCreate (0.02s) [2022-05-13T10:36:31.407Z] === RUN TestParallelDelete [2022-05-13T10:36:31.407Z] 2022/05/13 10:36:30 Closing DB instances... [2022-05-13T10:36:31.407Z] --- PASS: TestParallelDelete (0.02s) [2022-05-13T10:36:31.407Z] === RUN TestNetworkDBIslands [2022-05-13T10:36:31.407Z] time="2022-05-13T10:36:30Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:d760e61b7feb with config:&{NodeID:d760e61b7feb 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-13T10:36:31.407Z] time="2022-05-13T10:36:30Z" level=info msg="Node d760e61b7feb/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:31.407Z] time="2022-05-13T10:36:30Z" level=info msg="Node d760e61b7feb/172.28.191.12, added to nodes list" [2022-05-13T10:36:31.407Z] time="2022-05-13T10:36:30Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:e3c05b9aee07 with config:&{NodeID:e3c05b9aee07 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-13T10:36:31.407Z] time="2022-05-13T10:36:30Z" level=info msg="Node e3c05b9aee07/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:31.407Z] time="2022-05-13T10:36:30Z" level=info msg="Node e3c05b9aee07/172.28.191.12, added to nodes list" [2022-05-13T10:36:31.407Z] time="2022-05-13T10:36:30Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-05-13T10:36:31.407Z] time="2022-05-13T10:36:30Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-05-13T10:36:31.407Z] time="2022-05-13T10:36:30Z" level=debug msg="memberlist: Stream connection from=[::1]:49361" [2022-05-13T10:36:31.407Z] time="2022-05-13T10:36:30Z" level=info msg="Node e3c05b9aee07/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:31.407Z] time="2022-05-13T10:36:30Z" level=info msg="Node e3c05b9aee07/172.28.191.12, added to nodes list" [2022-05-13T10:36:31.407Z] time="2022-05-13T10:36:30Z" level=info msg="Node d760e61b7feb/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:31.407Z] time="2022-05-13T10:36:30Z" level=info msg="Node d760e61b7feb/172.28.191.12, added to nodes list" [2022-05-13T10:36:31.407Z] time="2022-05-13T10:36:30Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-05-13T10:36:31.407Z] time="2022-05-13T10:36:30Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49362" [2022-05-13T10:36:31.544Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-05-13T10:36:31.544Z] --- PASS: TestContainerVolumesMountedAsSlave (0.65s) [2022-05-13T10:36:31.544Z] === RUN TestNetworkNat [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:da90fbda4111 with config:&{NodeID:da90fbda4111 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-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="Node da90fbda4111/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="Node da90fbda4111/172.28.191.12, added to nodes list" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=debug msg="memberlist: Stream connection from=[::1]:49363" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="Node da90fbda4111/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="Node da90fbda4111/172.28.191.12, added to nodes list" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="Node d760e61b7feb/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="Node d760e61b7feb/172.28.191.12, added to nodes list" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="Node e3c05b9aee07/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="Node e3c05b9aee07/172.28.191.12, added to nodes list" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49364" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="Node da90fbda4111/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="Node da90fbda4111/172.28.191.12, added to nodes list" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:757f25303be7 with config:&{NodeID:757f25303be7 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-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="Node 757f25303be7/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="Node 757f25303be7/172.28.191.12, added to nodes list" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=debug msg="memberlist: Stream connection from=[::1]:49365" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="Node 757f25303be7/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="Node 757f25303be7/172.28.191.12, added to nodes list" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="Node e3c05b9aee07/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="Node e3c05b9aee07/172.28.191.12, added to nodes list" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="Node da90fbda4111/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="Node da90fbda4111/172.28.191.12, added to nodes list" [2022-05-13T10:36:31.862Z] time="2022-05-13T10:36:31Z" level=info msg="Node d760e61b7feb/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:32.111Z] check_test.go:307: [db470162873fc] daemon is not started [2022-05-13T10:36:32.112Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:31Z" level=info msg="Node d760e61b7feb/172.28.191.12, added to nodes list" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:31Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49366" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:31Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:31Z" level=info msg="Node 757f25303be7/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:31Z" level=info msg="Node 757f25303be7/172.28.191.12, added to nodes list" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=info msg="Node 757f25303be7/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=info msg="Node 757f25303be7/172.28.191.12, added to nodes list" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:44b613adcfe1 with config:&{NodeID:44b613adcfe1 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-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=info msg="Node 44b613adcfe1/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=info msg="Node 44b613adcfe1/172.28.191.12, added to nodes list" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=debug msg="memberlist: Stream connection from=[::1]:49367" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=info msg="Node 44b613adcfe1/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=info msg="Node 44b613adcfe1/172.28.191.12, added to nodes list" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=info msg="Node e3c05b9aee07/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=info msg="Node e3c05b9aee07/172.28.191.12, added to nodes list" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=info msg="Node da90fbda4111/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=info msg="Node da90fbda4111/172.28.191.12, added to nodes list" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=info msg="Node d760e61b7feb/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=info msg="Node d760e61b7feb/172.28.191.12, added to nodes list" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=info msg="Node 757f25303be7/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=info msg="Node 757f25303be7/172.28.191.12, added to nodes list" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49368" [2022-05-13T10:36:32.327Z] time="2022-05-13T10:36:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-05-13T10:36:32.687Z] --- PASS: TestNetworkNat (0.86s) [2022-05-13T10:36:32.687Z] === RUN TestNetworkLocalhostTCPNat [2022-05-13T10:36:32.782Z] time="2022-05-13T10:36:32Z" level=info msg="Node 44b613adcfe1/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:32.782Z] time="2022-05-13T10:36:32Z" level=info msg="Node 44b613adcfe1/172.28.191.12, added to nodes list" [2022-05-13T10:36:32.782Z] time="2022-05-13T10:36:32Z" level=info msg="Node 44b613adcfe1/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:32.782Z] time="2022-05-13T10:36:32Z" level=info msg="Node 44b613adcfe1/172.28.191.12, added to nodes list" [2022-05-13T10:36:32.782Z] time="2022-05-13T10:36:32Z" level=info msg="Node 44b613adcfe1/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:32.782Z] time="2022-05-13T10:36:32Z" level=info msg="Node 44b613adcfe1/172.28.191.12, added to nodes list" [2022-05-13T10:36:32.782Z] networkdb_test.go:835: Re-joining: 3 [2022-05-13T10:36:32.782Z] time="2022-05-13T10:36:32Z" level=info msg="The new bootstrap node list is:[172.28.191.12:10033 172.28.191.12:10034 172.28.191.12:10035]" [2022-05-13T10:36:32.782Z] time="2022-05-13T10:36:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.191.12:10033" [2022-05-13T10:36:32.782Z] time="2022-05-13T10:36:32Z" level=debug msg="memberlist: Stream connection from=172.28.191.12:49369" [2022-05-13T10:36:32.782Z] time="2022-05-13T10:36:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.191.12:10034" [2022-05-13T10:36:32.782Z] time="2022-05-13T10:36:32Z" level=debug msg="memberlist: Stream connection from=172.28.191.12:49370" [2022-05-13T10:36:32.782Z] time="2022-05-13T10:36:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.191.12:10035" [2022-05-13T10:36:32.782Z] time="2022-05-13T10:36:32Z" level=debug msg="memberlist: Stream connection from=172.28.191.12:49371" [2022-05-13T10:36:32.934Z] --- PASS: TestCreateWithCustomMaskedPaths (1.48s) [2022-05-13T10:36:32.934Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-13T10:36:33.237Z] networkdb_test.go:835: Re-joining: 4 [2022-05-13T10:36:33.237Z] time="2022-05-13T10:36:32Z" level=info msg="The new bootstrap node list is:[172.28.191.12:10033 172.28.191.12:10034 172.28.191.12:10035]" [2022-05-13T10:36:33.237Z] time="2022-05-13T10:36:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.191.12:10033" [2022-05-13T10:36:33.237Z] time="2022-05-13T10:36:32Z" level=debug msg="memberlist: Stream connection from=172.28.191.12:49372" [2022-05-13T10:36:33.237Z] time="2022-05-13T10:36:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.191.12:10034" [2022-05-13T10:36:33.237Z] time="2022-05-13T10:36:32Z" level=debug msg="memberlist: Stream connection from=172.28.191.12:49373" [2022-05-13T10:36:33.237Z] time="2022-05-13T10:36:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.191.12:10035" [2022-05-13T10:36:33.237Z] time="2022-05-13T10:36:32Z" level=debug msg="memberlist: Stream connection from=172.28.191.12:49374" [2022-05-13T10:36:33.237Z] time="2022-05-13T10:36:33Z" level=info msg="node 0 leaving" [2022-05-13T10:36:33.237Z] time="2022-05-13T10:36:33Z" level=info msg="Node d760e61b7feb change state NodeActive --> NodeLeft" [2022-05-13T10:36:33.237Z] time="2022-05-13T10:36:33Z" level=info msg="node3(da90fbda4111): Node leave event for d760e61b7feb/172.28.191.12" [2022-05-13T10:36:33.237Z] time="2022-05-13T10:36:33Z" level=info msg="Node d760e61b7feb change state NodeActive --> NodeLeft" [2022-05-13T10:36:33.237Z] time="2022-05-13T10:36:33Z" level=info msg="node4(757f25303be7): Node leave event for d760e61b7feb/172.28.191.12" [2022-05-13T10:36:33.237Z] time="2022-05-13T10:36:33Z" level=info msg="Node d760e61b7feb change state NodeActive --> NodeLeft" [2022-05-13T10:36:33.237Z] time="2022-05-13T10:36:33Z" level=info msg="node2(e3c05b9aee07): Node leave event for d760e61b7feb/172.28.191.12" [2022-05-13T10:36:33.237Z] time="2022-05-13T10:36:33Z" level=info msg="Node d760e61b7feb change state NodeActive --> NodeLeft" [2022-05-13T10:36:33.237Z] time="2022-05-13T10:36:33Z" level=info msg="node1(d760e61b7feb): Node leave event for d760e61b7feb/172.28.191.12" [2022-05-13T10:36:33.263Z] --- PASS: TestNetworkLocalhostTCPNat (0.62s) [2022-05-13T10:36:33.263Z] === RUN TestNetworkLoopbackNat [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="Node d760e61b7feb change state NodeActive --> NodeLeft" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="node5(44b613adcfe1): Node leave event for d760e61b7feb/172.28.191.12" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="Node d760e61b7feb/172.28.191.12, left gossip cluster" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="Node d760e61b7feb/172.28.191.12, left gossip cluster" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="Node d760e61b7feb/172.28.191.12, left gossip cluster" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="Node d760e61b7feb/172.28.191.12, left gossip cluster" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="Node d760e61b7feb/172.28.191.12, left gossip cluster" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->172.28.191.12:10037: use of closed network connection" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="node 1 leaving" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="Node e3c05b9aee07 change state NodeActive --> NodeLeft" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="node3(da90fbda4111): Node leave event for e3c05b9aee07/172.28.191.12" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="Node e3c05b9aee07/172.28.191.12, left gossip cluster" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="Node e3c05b9aee07 change state NodeActive --> NodeLeft" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="Node e3c05b9aee07 change state NodeActive --> NodeFailed" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="node4(757f25303be7): Node leave event for e3c05b9aee07/172.28.191.12" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="Node e3c05b9aee07/172.28.191.12, added to failed nodes list" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="Node e3c05b9aee07 change state NodeActive --> NodeLeft" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="node5(44b613adcfe1): Node leave event for e3c05b9aee07/172.28.191.12" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=error msg="node: e3c05b9aee07 is unknown to memberlist" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="Node e3c05b9aee07/172.28.191.12, left gossip cluster" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="Node e3c05b9aee07/172.28.191.12, left gossip cluster" [2022-05-13T10:36:33.856Z] time="2022-05-13T10:36:33Z" level=info msg="Node e3c05b9aee07/172.28.191.12, left gossip cluster" [2022-05-13T10:36:34.309Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.53s) [2022-05-13T10:36:34.309Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-13T10:36:34.309Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:36:34.309Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:36:34.309Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:36:34.309Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:36:34.309Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:36:34.309Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:36:34.309Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:36:34.309Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:36:34.309Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:36:34.309Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:36:34.309Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:36:34.309Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:36:34.309Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:36:34.309Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:36:34.309Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:36:34.309Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-05-13T10:36:34.309Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-13T10:36:34.309Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-13T10:36:34.309Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-13T10:36:34.309Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-13T10:36:34.309Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-13T10:36:34.309Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-13T10:36:34.311Z] time="2022-05-13T10:36:33Z" level=info msg="node 2 leaving" [2022-05-13T10:36:34.311Z] time="2022-05-13T10:36:33Z" level=info msg="Node da90fbda4111 change state NodeActive --> NodeLeft" [2022-05-13T10:36:34.311Z] time="2022-05-13T10:36:33Z" level=info msg="node4(757f25303be7): Node leave event for da90fbda4111/172.28.191.12" [2022-05-13T10:36:34.311Z] time="2022-05-13T10:36:33Z" level=info msg="Node da90fbda4111 change state NodeActive --> NodeLeft" [2022-05-13T10:36:34.311Z] time="2022-05-13T10:36:33Z" level=info msg="node5(44b613adcfe1): Node leave event for da90fbda4111/172.28.191.12" [2022-05-13T10:36:34.311Z] time="2022-05-13T10:36:34Z" level=info msg="Node da90fbda4111 change state NodeActive --> NodeLeft" [2022-05-13T10:36:34.311Z] time="2022-05-13T10:36:34Z" level=info msg="node3(da90fbda4111): Node leave event for da90fbda4111/172.28.191.12" [2022-05-13T10:36:34.311Z] time="2022-05-13T10:36:34Z" level=info msg="Node da90fbda4111/172.28.191.12, left gossip cluster" [2022-05-13T10:36:34.568Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.50s) [2022-05-13T10:36:34.568Z] === RUN TestCreateDifferentPlatform [2022-05-13T10:36:34.568Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-13T10:36:34.568Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-13T10:36:34.568Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-05-13T10:36:34.568Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-13T10:36:34.568Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-13T10:36:34.568Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-13T10:36:34.568Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-05-13T10:36:34.568Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-13T10:36:34.637Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-13T10:36:34.637Z] docker_cli_daemon_plugins_test.go:80: [daca9f19e2c6a] daemon is not started [2022-05-13T10:36:34.766Z] time="2022-05-13T10:36:34Z" level=info msg="Node da90fbda4111/172.28.191.12, left gossip cluster" [2022-05-13T10:36:34.766Z] time="2022-05-13T10:36:34Z" level=info msg="Node da90fbda4111/172.28.191.12, left gossip cluster" [2022-05-13T10:36:34.766Z] networkdb_test.go:867: node5: OK [2022-05-13T10:36:34.766Z] networkdb_test.go:867: node4: OK [2022-05-13T10:36:34.766Z] time="2022-05-13T10:36:34Z" level=info msg="node 0 coming back" [2022-05-13T10:36:34.766Z] time="2022-05-13T10:36:34Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:45303680e036 with config:&{NodeID:45303680e036 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-13T10:36:34.766Z] time="2022-05-13T10:36:34Z" level=info msg="Node 45303680e036/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:34.766Z] time="2022-05-13T10:36:34Z" level=info msg="Node 45303680e036/172.28.191.12, added to nodes list" [2022-05-13T10:36:34.766Z] time="2022-05-13T10:36:34Z" level=info msg="node 1 coming back" [2022-05-13T10:36:34.766Z] time="2022-05-13T10:36:34Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:06ced7bf9f7f with config:&{NodeID:06ced7bf9f7f 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-13T10:36:34.766Z] time="2022-05-13T10:36:34Z" level=info msg="Node 06ced7bf9f7f/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:34.766Z] time="2022-05-13T10:36:34Z" level=info msg="Node 06ced7bf9f7f/172.28.191.12, added to nodes list" [2022-05-13T10:36:34.766Z] time="2022-05-13T10:36:34Z" level=info msg="node 2 coming back" [2022-05-13T10:36:34.766Z] time="2022-05-13T10:36:34Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:3d1333787ab9 with config:&{NodeID:3d1333787ab9 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-13T10:36:34.766Z] time="2022-05-13T10:36:34Z" level=info msg="Node 3d1333787ab9/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:34.766Z] time="2022-05-13T10:36:34Z" level=info msg="Node 3d1333787ab9/172.28.191.12, added to nodes list" [2022-05-13T10:36:34.828Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.09s) [2022-05-13T10:36:34.828Z] === RUN TestContainerStartOnDaemonRestart [2022-05-13T10:36:34.828Z] === PAUSE TestContainerStartOnDaemonRestart [2022-05-13T10:36:34.828Z] === RUN TestDaemonRestartIpcMode [2022-05-13T10:36:34.828Z] === PAUSE TestDaemonRestartIpcMode [2022-05-13T10:36:34.828Z] === RUN TestDaemonHostGatewayIP [2022-05-13T10:36:34.828Z] === PAUSE TestDaemonHostGatewayIP [2022-05-13T10:36:34.828Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-13T10:36:34.828Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-13T10:36:34.828Z] === RUN TestContainerKillOnDaemonStart [2022-05-13T10:36:34.828Z] === PAUSE TestContainerKillOnDaemonStart [2022-05-13T10:36:34.828Z] === RUN TestDiff [2022-05-13T10:36:35.395Z] --- PASS: TestDiff (0.56s) [2022-05-13T10:36:35.395Z] === RUN TestExecWithCloseStdin [2022-05-13T10:36:35.571Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-05-13T10:36:35.962Z] --- PASS: TestExecWithCloseStdin (0.64s) [2022-05-13T10:36:35.962Z] === RUN TestExec [2022-05-13T10:36:36.137Z] --- PASS: TestNetworkLoopbackNat (3.00s) [2022-05-13T10:36:36.137Z] === RUN TestPause [2022-05-13T10:36:36.530Z] --- PASS: TestExec (0.64s) [2022-05-13T10:36:36.530Z] === RUN TestExecUser [2022-05-13T10:36:37.071Z] --- PASS: TestPause (0.73s) [2022-05-13T10:36:37.071Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-13T10:36:37.071Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-13T10:36:37.071Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-13T10:36:37.071Z] === RUN TestPauseStopPausedContainer [2022-05-13T10:36:37.097Z] --- PASS: TestExecUser (0.63s) [2022-05-13T10:36:37.097Z] === RUN TestExportContainerAndImportImage [2022-05-13T10:36:37.637Z] --- PASS: TestPauseStopPausedContainer (0.71s) [2022-05-13T10:36:37.637Z] === RUN TestPidHost [2022-05-13T10:36:38.036Z] --- PASS: TestExportContainerAndImportImage (0.73s) [2022-05-13T10:36:38.036Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-13T10:36:38.476Z] time="2022-05-13T10:36:37Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.28.191.12:10033 172.28.191.12:10034 172.28.191.12:10035]" [2022-05-13T10:36:38.476Z] time="2022-05-13T10:36:38Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.28.191.12:10033 172.28.191.12:10034 172.28.191.12:10035]" [2022-05-13T10:36:38.573Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-13T10:36:38.573Z] docker_cli_daemon_plugins_test.go:170: [dd3593e10d652] daemon is not started [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.191.12:10033" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=debug msg="memberlist: Stream connection from=172.28.191.12:49375" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 757f25303be7/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 757f25303be7/172.28.191.12, added to nodes list" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 44b613adcfe1/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 44b613adcfe1/172.28.191.12, added to nodes list" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 45303680e036/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 45303680e036/172.28.191.12, is the new incarnation of the shutdown node d760e61b7feb/172.28.191.12" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 45303680e036/172.28.191.12, added to nodes list" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=debug msg="memberlist: Stream connection from=172.28.191.12:49376" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.191.12:10034" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 45303680e036/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 45303680e036/172.28.191.12, added to nodes list" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 757f25303be7/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 757f25303be7/172.28.191.12, added to nodes list" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 44b613adcfe1/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 06ced7bf9f7f/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 06ced7bf9f7f/172.28.191.12, is the new incarnation of the shutdown node e3c05b9aee07/172.28.191.12" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 06ced7bf9f7f/172.28.191.12, added to nodes list" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 44b613adcfe1/172.28.191.12, added to nodes list" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.191.12:10035" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=debug msg="memberlist: Stream connection from=172.28.191.12:49377" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 45303680e036/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 45303680e036/172.28.191.12, added to nodes list" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 06ced7bf9f7f/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 06ced7bf9f7f/172.28.191.12, added to nodes list" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 44b613adcfe1/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 44b613adcfe1/172.28.191.12, added to nodes list" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 757f25303be7/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 757f25303be7/172.28.191.12, added to nodes list" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 3d1333787ab9/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 3d1333787ab9/172.28.191.12, is the new incarnation of the shutdown node da90fbda4111/172.28.191.12" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 3d1333787ab9/172.28.191.12, added to nodes list" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 06ced7bf9f7f/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 06ced7bf9f7f/172.28.191.12, added to nodes list" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 06ced7bf9f7f/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 06ced7bf9f7f/172.28.191.12, is the new incarnation of the shutdown node e3c05b9aee07/172.28.191.12" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 06ced7bf9f7f/172.28.191.12, added to nodes list" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 45303680e036/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 45303680e036/172.28.191.12, is the new incarnation of the shutdown node d760e61b7feb/172.28.191.12" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 45303680e036/172.28.191.12, added to nodes list" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 3d1333787ab9/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 3d1333787ab9/172.28.191.12, is the new incarnation of the shutdown node da90fbda4111/172.28.191.12" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 3d1333787ab9/172.28.191.12, added to nodes list" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 3d1333787ab9/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 3d1333787ab9/172.28.191.12, added to nodes list" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 3d1333787ab9/172.28.191.12, joined gossip cluster" [2022-05-13T10:36:38.931Z] time="2022-05-13T10:36:38Z" level=info msg="Node 3d1333787ab9/172.28.191.12, added to nodes list" [2022-05-13T10:36:39.139Z] --- PASS: TestPidHost (1.68s) [2022-05-13T10:36:39.139Z] === RUN TestPsFilter [2022-05-13T10:36:39.387Z] time="2022-05-13T10:36:39Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.191.12:10033" [2022-05-13T10:36:39.387Z] time="2022-05-13T10:36:39Z" level=debug msg="memberlist: Stream connection from=172.28.191.12:49378" [2022-05-13T10:36:39.387Z] time="2022-05-13T10:36:39Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.191.12:10034" [2022-05-13T10:36:39.387Z] time="2022-05-13T10:36:39Z" level=debug msg="memberlist: Stream connection from=172.28.191.12:49379" [2022-05-13T10:36:39.387Z] time="2022-05-13T10:36:39Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.191.12:10035" [2022-05-13T10:36:39.387Z] time="2022-05-13T10:36:39Z" level=debug msg="memberlist: Stream connection from=172.28.191.12:49380" [2022-05-13T10:36:39.397Z] --- PASS: TestPsFilter (0.12s) [2022-05-13T10:36:39.397Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-13T10:36:39.411Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-05-13T10:36:39.411Z] === RUN TestHealthCheckWorkdir [2022-05-13T10:36:39.842Z] 2022/05/13 10:36:39 Closing DB instances... [2022-05-13T10:36:39.963Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-05-13T10:36:39.977Z] --- PASS: TestHealthCheckWorkdir (0.65s) [2022-05-13T10:36:39.977Z] === RUN TestHealthKillContainer [2022-05-13T10:36:40.222Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.81s) [2022-05-13T10:36:40.222Z] === RUN TestRemoveContainerWithVolume [2022-05-13T10:36:40.298Z] time="2022-05-13T10:36:39Z" level=info msg="Node 45303680e036 change state NodeActive --> NodeLeft" [2022-05-13T10:36:40.298Z] time="2022-05-13T10:36:39Z" level=info msg="node4(757f25303be7): Node leave event for 45303680e036/172.28.191.12" [2022-05-13T10:36:40.298Z] time="2022-05-13T10:36:39Z" level=info msg="Node 45303680e036 change state NodeActive --> NodeLeft" [2022-05-13T10:36:40.298Z] time="2022-05-13T10:36:39Z" level=info msg="node3(3d1333787ab9): Node leave event for 45303680e036/172.28.191.12" [2022-05-13T10:36:40.298Z] time="2022-05-13T10:36:39Z" level=info msg="Node 45303680e036 change state NodeActive --> NodeLeft" [2022-05-13T10:36:40.298Z] time="2022-05-13T10:36:39Z" level=info msg="node5(44b613adcfe1): Node leave event for 45303680e036/172.28.191.12" [2022-05-13T10:36:40.298Z] time="2022-05-13T10:36:39Z" level=info msg="Node 45303680e036 change state NodeActive --> NodeLeft" [2022-05-13T10:36:40.298Z] time="2022-05-13T10:36:39Z" level=info msg="node1(45303680e036): Node leave event for 45303680e036/172.28.191.12" [2022-05-13T10:36:40.298Z] time="2022-05-13T10:36:40Z" level=info msg="Node 45303680e036/172.28.191.12, left gossip cluster" [2022-05-13T10:36:40.298Z] time="2022-05-13T10:36:40Z" level=info msg="Node 45303680e036/172.28.191.12, left gossip cluster" [2022-05-13T10:36:40.298Z] time="2022-05-13T10:36:40Z" level=info msg="Node 45303680e036/172.28.191.12, left gossip cluster" [2022-05-13T10:36:40.298Z] time="2022-05-13T10:36:40Z" level=info msg="Node 45303680e036 change state NodeActive --> NodeLeft" [2022-05-13T10:36:40.298Z] time="2022-05-13T10:36:40Z" level=info msg="node2(06ced7bf9f7f): Node leave event for 45303680e036/172.28.191.12" [2022-05-13T10:36:40.299Z] time="2022-05-13T10:36:40Z" level=info msg="Node 45303680e036/172.28.191.12, left gossip cluster" [2022-05-13T10:36:40.299Z] time="2022-05-13T10:36:40Z" level=info msg="Node 45303680e036/172.28.191.12, left gossip cluster" [2022-05-13T10:36:40.299Z] time="2022-05-13T10:36:40Z" level=info msg="Node 06ced7bf9f7f change state NodeActive --> NodeLeft" [2022-05-13T10:36:40.299Z] time="2022-05-13T10:36:40Z" level=info msg="node4(757f25303be7): Node leave event for 06ced7bf9f7f/172.28.191.12" [2022-05-13T10:36:40.299Z] time="2022-05-13T10:36:40Z" level=info msg="Node 06ced7bf9f7f change state NodeActive --> NodeLeft" [2022-05-13T10:36:40.299Z] time="2022-05-13T10:36:40Z" level=info msg="node3(3d1333787ab9): Node leave event for 06ced7bf9f7f/172.28.191.12" [2022-05-13T10:36:40.299Z] time="2022-05-13T10:36:40Z" level=info msg="Node 06ced7bf9f7f change state NodeActive --> NodeLeft" [2022-05-13T10:36:40.299Z] time="2022-05-13T10:36:40Z" level=info msg="node5(44b613adcfe1): Node leave event for 06ced7bf9f7f/172.28.191.12" [2022-05-13T10:36:40.299Z] time="2022-05-13T10:36:40Z" level=info msg="Node 06ced7bf9f7f change state NodeActive --> NodeLeft" [2022-05-13T10:36:40.299Z] time="2022-05-13T10:36:40Z" level=info msg="node2(06ced7bf9f7f): Node leave event for 06ced7bf9f7f/172.28.191.12" [2022-05-13T10:36:40.753Z] time="2022-05-13T10:36:40Z" level=info msg="Node 06ced7bf9f7f/172.28.191.12, left gossip cluster" [2022-05-13T10:36:40.753Z] time="2022-05-13T10:36:40Z" level=info msg="Node 06ced7bf9f7f/172.28.191.12, left gossip cluster" [2022-05-13T10:36:40.753Z] time="2022-05-13T10:36:40Z" level=info msg="Node 06ced7bf9f7f/172.28.191.12, left gossip cluster" [2022-05-13T10:36:40.753Z] time="2022-05-13T10:36:40Z" level=info msg="Node 06ced7bf9f7f/172.28.191.12, left gossip cluster" [2022-05-13T10:36:40.753Z] time="2022-05-13T10:36:40Z" level=info msg="Node 3d1333787ab9 change state NodeActive --> NodeLeft" [2022-05-13T10:36:40.753Z] time="2022-05-13T10:36:40Z" level=info msg="node5(44b613adcfe1): Node leave event for 3d1333787ab9/172.28.191.12" [2022-05-13T10:36:40.753Z] time="2022-05-13T10:36:40Z" level=info msg="Node 3d1333787ab9 change state NodeActive --> NodeLeft" [2022-05-13T10:36:40.753Z] time="2022-05-13T10:36:40Z" level=info msg="node4(757f25303be7): Node leave event for 3d1333787ab9/172.28.191.12" [2022-05-13T10:36:40.753Z] time="2022-05-13T10:36:40Z" level=info msg="Node 3d1333787ab9 change state NodeActive --> NodeLeft" [2022-05-13T10:36:40.753Z] time="2022-05-13T10:36:40Z" level=info msg="node3(3d1333787ab9): Node leave event for 3d1333787ab9/172.28.191.12" [2022-05-13T10:36:40.789Z] --- PASS: TestRemoveContainerWithVolume (0.72s) [2022-05-13T10:36:40.789Z] === RUN TestRemoveContainerRunning [2022-05-13T10:36:41.208Z] time="2022-05-13T10:36:40Z" level=info msg="Node 3d1333787ab9/172.28.191.12, left gossip cluster" [2022-05-13T10:36:41.208Z] time="2022-05-13T10:36:40Z" level=info msg="Node 3d1333787ab9/172.28.191.12, left gossip cluster" [2022-05-13T10:36:41.208Z] time="2022-05-13T10:36:40Z" level=info msg="Node 3d1333787ab9/172.28.191.12, left gossip cluster" [2022-05-13T10:36:41.208Z] time="2022-05-13T10:36:41Z" level=debug msg="memberlist: Failed ping: 757f25303be7 (timeout reached)" [2022-05-13T10:36:41.208Z] time="2022-05-13T10:36:41Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.28.191.12:10037: use of closed network connection" [2022-05-13T10:36:41.208Z] time="2022-05-13T10:36:41Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.28.191.12:10035: use of closed network connection" [2022-05-13T10:36:41.208Z] time="2022-05-13T10:36:41Z" level=debug msg="memberlist: Stream connection from=172.28.191.12:49381" [2022-05-13T10:36:41.357Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-13T10:36:41.616Z] --- PASS: TestRemoveContainerRunning (0.80s) [2022-05-13T10:36:41.616Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-13T10:36:41.616Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-13T10:36:41.663Z] time="2022-05-13T10:36:41Z" level=info msg="Node 757f25303be7 change state NodeActive --> NodeLeft" [2022-05-13T10:36:41.663Z] time="2022-05-13T10:36:41Z" level=info msg="node5(44b613adcfe1): Node leave event for 757f25303be7/172.28.191.12" [2022-05-13T10:36:41.663Z] time="2022-05-13T10:36:41Z" level=info msg="Node 757f25303be7 change state NodeActive --> NodeLeft" [2022-05-13T10:36:41.663Z] time="2022-05-13T10:36:41Z" level=info msg="node4(757f25303be7): Node leave event for 757f25303be7/172.28.191.12" [2022-05-13T10:36:42.118Z] time="2022-05-13T10:36:41Z" level=warning msg="memberlist: Was able to connect to 757f25303be7 but other probes failed, network may be misconfigured" [2022-05-13T10:36:42.118Z] time="2022-05-13T10:36:41Z" level=info msg="Node 757f25303be7/172.28.191.12, left gossip cluster" [2022-05-13T10:36:42.551Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.74s) [2022-05-13T10:36:42.551Z] === RUN TestRemoveInvalidContainer [2022-05-13T10:36:42.551Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-05-13T10:36:42.551Z] === RUN TestRenameLinkedContainer [2022-05-13T10:36:42.573Z] time="2022-05-13T10:36:42Z" level=info msg="Node 757f25303be7/172.28.191.12, left gossip cluster" [2022-05-13T10:36:43.028Z] time="2022-05-13T10:36:42Z" level=info msg="Node 44b613adcfe1/172.28.191.12, left gossip cluster" [2022-05-13T10:36:43.028Z] time="2022-05-13T10:36:42Z" level=info msg="Node 44b613adcfe1 change state NodeActive --> NodeFailed" [2022-05-13T10:36:43.028Z] time="2022-05-13T10:36:42Z" level=info msg="Node 44b613adcfe1/172.28.191.12, added to failed nodes list" [2022-05-13T10:36:43.028Z] --- PASS: TestNetworkDBIslands (12.27s) [2022-05-13T10:36:43.028Z] PASS [2022-05-13T10:36:43.028Z] coverage: 60.0% of statements [2022-05-13T10:36:43.028Z] ok github.com/docker/docker/libnetwork/networkdb 105.019s coverage: 60.0% of statements [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/quota [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/rootless [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/volume [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-13T10:36:43.028Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-13T10:36:43.485Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-05-13T10:36:44.051Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-05-13T10:36:44.384Z] ok github.com/docker/docker/libnetwork/networkdb 105.002s coverage: 60.5% of statements [2022-05-13T10:36:44.384Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-13T10:36:44.384Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-05-13T10:36:44.384Z] ok github.com/docker/docker/libnetwork/osl 4.290s coverage: 39.7% of statements [2022-05-13T10:36:44.384Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-05-13T10:36:44.621Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-05-13T10:36:44.647Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-05-13T10:36:45.187Z] check_test.go:307: [d03b84fe03630] daemon is not started [2022-05-13T10:36:45.187Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-05-13T10:36:45.591Z] ok github.com/docker/docker/libnetwork/portmapper 0.280s coverage: 48.6% of statements [2022-05-13T10:36:45.591Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-05-13T10:36:45.591Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-13T10:36:45.753Z] --- PASS: TestRenameLinkedContainer (3.15s) [2022-05-13T10:36:45.753Z] === RUN TestRenameStoppedContainer [2022-05-13T10:36:45.850Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-05-13T10:36:45.850Z] [2022-05-13T10:36:45.850Z] === Skipped [2022-05-13T10:36:45.850Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-05-13T10:36:45.850Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-13T10:36:45.850Z] [2022-05-13T10:36:45.850Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-05-13T10:36:45.850Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-13T10:36:45.850Z] [2022-05-13T10:36:45.850Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-05-13T10:36:45.850Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-13T10:36:45.850Z] [2022-05-13T10:36:45.850Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-13T10:36:45.850Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:36:45.850Z] [2022-05-13T10:36:45.850Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-13T10:36:45.850Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:36:45.850Z] [2022-05-13T10:36:45.850Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-13T10:36:45.850Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:36:45.850Z] [2022-05-13T10:36:45.850Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-13T10:36:45.850Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:36:45.850Z] [2022-05-13T10:36:45.850Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-13T10:36:45.850Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:36:45.850Z] [2022-05-13T10:36:45.850Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-05-13T10:36:45.850Z] firewalld_test.go:14: firewalld is not running [2022-05-13T10:36:45.850Z] [2022-05-13T10:36:45.851Z] DONE 326 tests, 9 skipped in 201.992s [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === Skipped [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-05-13T10:36:45.916Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.01s) [2022-05-13T10:36:45.916Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-05-13T10:36:45.916Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-05-13T10:36:45.916Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.02s) [2022-05-13T10:36:45.916Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-05-13T10:36:45.916Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-13T10:36:45.916Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-13T10:36:45.916Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-13T10:36:45.916Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.02s) [2022-05-13T10:36:45.916Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-13T10:36:45.916Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-05-13T10:36:45.916Z] daemon_test.go:145: root required [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-13T10:36:45.916Z] reload_test.go:342: root required [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-05-13T10:36:45.916Z] config_test.go:480: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-13T10:36:45.916Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-05-13T10:36:45.916Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-05-13T10:36:45.916Z] download_test.go:267: Needs fixing on Windows [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-05-13T10:36:45.916Z] layer_test.go:291: Failing on Windows [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-05-13T10:36:45.916Z] layer_test.go:340: Failing on Windows [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-05-13T10:36:45.916Z] layer_test.go:455: Failing on Windows [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-05-13T10:36:45.916Z] layer_test.go:684: Failing on Windows [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-05-13T10:36:45.916Z] migration_test.go:45: Failing on Windows [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-05-13T10:36:45.916Z] migration_test.go:181: Failing on Windows [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-05-13T10:36:45.916Z] mount_test.go:17: Failing on Windows [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-05-13T10:36:45.916Z] mount_test.go:76: Failing on Windows [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-05-13T10:36:45.916Z] mount_test.go:125: Failing on Windows [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-05-13T10:36:45.916Z] mount_test.go:212: Failing on Windows [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-05-13T10:36:45.916Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-05-13T10:36:45.916Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-13T10:36:45.916Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-05-13T10:36:45.916Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-05-13T10:36:45.916Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-05-13T10:36:45.916Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-05-13T10:36:45.916Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-05-13T10:36:45.916Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-05-13T10:36:45.916Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-05-13T10:36:45.916Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-05-13T10:36:45.916Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-05-13T10:36:45.916Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-13T10:36:45.916Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-13T10:36:45.916Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-13T10:36:45.916Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-13T10:36:45.916Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-13T10:36:45.916Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-05-13T10:36:45.916Z] archive_test.go:133: Xz not present in msys2 [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-05-13T10:36:45.916Z] archive_test.go:140: zstd not installed [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-05-13T10:36:45.916Z] archive_test.go:252: Failing on Windows CI machines [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-05-13T10:36:45.916Z] archive_windows_test.go:16: Currently fails [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-05-13T10:36:45.916Z] changes_test.go:196: needs more investigation [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-05-13T10:36:45.916Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-05-13T10:36:45.916Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-05-13T10:36:45.916Z] changes_test.go:433: needs further investigation [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-05-13T10:36:45.916Z] changes_test.go:469: needs further investigation [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-05-13T10:36:45.916Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-13T10:36:45.916Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-05-13T10:36:45.916Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.01s) [2022-05-13T10:36:45.916Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-05-13T10:36:45.916Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-05-13T10:36:45.916Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-13T10:36:45.916Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-13T10:36:45.916Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.01s) [2022-05-13T10:36:45.916Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-05-13T10:36:45.916Z] poller_test.go:40: No chmod on Windows [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-13T10:36:45.916Z] fileutils_test.go:133: Needs porting to Windows [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-13T10:36:45.916Z] fileutils_test.go:179: Needs porting to Windows [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-05-13T10:36:45.916Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-05-13T10:36:45.916Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.916Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-05-13T10:36:45.916Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:36:45.916Z] [2022-05-13T10:36:45.917Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-05-13T10:36:45.917Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-13T10:36:45.917Z] [2022-05-13T10:36:45.917Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-05-13T10:36:45.917Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-13T10:36:45.917Z] [2022-05-13T10:36:45.917Z] DONE 2329 tests, 70 skipped in 305.637s [2022-05-13T10:36:46.371Z] INFO: make.ps1 ended at 05/13/2022 10:36:45 Post stage [Pipeline] junit [2022-05-13T10:36:46.433Z] Recording test results [2022-05-13T10:36:46.691Z] --- PASS: TestRenameStoppedContainer (0.89s) [2022-05-13T10:36:46.691Z] === RUN TestRenameRunningContainerAndReuse [2022-05-13T10:36:46.949Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-05-13T10:36:47.844Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [2022-05-13T10:36:47.897Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-05-13T10:36:47.897Z] INFO: Unit tests ended at 05/13/2022 10:36:47. Duration:00:05:21.2453441 [2022-05-13T10:36:47.897Z] INFO: Building busybox [2022-05-13T10:36:47.897Z] Sending build context to Docker daemon 5.12kB [2022-05-13T10:36:47.897Z] [2022-05-13T10:36:47.897Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-05-13T10:36:47.897Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-05-13T10:36:47.897Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-05-13T10:36:47.897Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-05-13T10:36:47.897Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-05-13T10:36:47.897Z] ---> 7c569352fed3 [2022-05-13T10:36:47.897Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-13T10:36:48.085Z] --- PASS: TestHealthKillContainer (8.13s) [2022-05-13T10:36:48.085Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-13T10:36:48.203Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43269/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 -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:8e4b5db542e45b11e57c920876e3d80a37158567 hack/make.sh dynbinary test-integration [2022-05-13T10:36:48.324Z] --- PASS: TestRenameRunningContainerAndReuse (1.52s) [2022-05-13T10:36:48.324Z] === RUN TestRenameInvalidName [2022-05-13T10:36:48.352Z] ---> Running in 614615d2b1e2 [2022-05-13T10:36:48.389Z] Removing intermediate container 44e9430c6ad4 [2022-05-13T10:36:48.389Z] ---> fb1366370ec4 [2022-05-13T10:36:48.389Z] 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-13T10:36:48.389Z] ---> Running in cfe94369c7c4 [2022-05-13T10:36:48.389Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-05-13T10:36:48.389Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-13T10:36:48.389Z] go: downloading github.com/fatih/color v1.10.0 [2022-05-13T10:36:48.389Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-13T10:36:48.389Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-13T10:36:48.389Z] go: downloading github.com/pkg/errors v0.9.1 [2022-05-13T10:36:48.389Z] go: downloading golang.org/x/tools v0.1.0 [2022-05-13T10:36:48.389Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-13T10:36:48.389Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-13T10:36:48.389Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-13T10:36:48.389Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-13T10:36:48.389Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-13T10:36:48.389Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-13T10:36:48.389Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-13T10:36:48.389Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-13T10:36:48.389Z] go: downloading golang.org/x/mod v0.3.0 [2022-05-13T10:36:48.465Z] [2022-05-13T10:36:48.582Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-05-13T10:36:48.651Z] --- PASS: TestInspectCpusetInConfigPre120 (0.54s) [2022-05-13T10:36:48.651Z] === RUN TestIpcModeNone [2022-05-13T10:36:48.724Z] Removing bundles/ [2022-05-13T10:36:48.725Z] [2022-05-13T10:36:48.725Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-13T10:36:48.725Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-13T10:36:48.725Z] GOOS="" GOARCH="" GOARM="" [2022-05-13T10:36:48.840Z] --- PASS: TestRenameInvalidName (0.76s) [2022-05-13T10:36:48.840Z] === RUN TestRenameAnonymousContainer [2022-05-13T10:36:49.219Z] --- PASS: TestIpcModeNone (0.62s) [2022-05-13T10:36:49.219Z] === RUN TestIpcModePrivate [2022-05-13T10:36:49.477Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false [2022-05-13T10:36:49.735Z] --- PASS: TestIpcModePrivate (0.62s) [2022-05-13T10:36:49.735Z] === RUN TestIpcModeShareable [2022-05-13T10:36:49.775Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-13T10:36:50.302Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true [2022-05-13T10:36:50.302Z] --- PASS: TestIpcModeShareable (0.62s) [2022-05-13T10:36:50.302Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-13T10:36:50.341Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-05-13T10:36:51.277Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-13T10:36:51.536Z] --- PASS: TestRenameAnonymousContainer (2.82s) [2022-05-13T10:36:51.536Z] === RUN TestRenameContainerWithSameName [2022-05-13T10:36:52.017Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-13T10:36:52.017Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-13T10:36:52.017Z] GOOS="" GOARCH="" GOARM="" [2022-05-13T10:36:52.017Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-13T10:36:52.017Z] [2022-05-13T10:36:52.017Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-05-13T10:36:52.017Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-05-13T10:36:52.017Z] Using test binary docker [2022-05-13T10:36:52.017Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-13T10:36:52.017Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-13T10:36:52.017Z] INFO: Waiting for daemon to start... [2022-05-13T10:36:52.017Z] Starting dockerd [2022-05-13T10:36:52.017Z] . [2022-05-13T10:36:52.017Z] INFO: Building docker-sdk-python3:5.0.3... [2022-05-13T10:36:52.115Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-05-13T10:36:52.206Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.74s) [2022-05-13T10:36:52.206Z] === RUN TestAPIIpcModeHost [2022-05-13T10:36:52.377Z] --- PASS: TestRenameContainerWithSameName (0.82s) [2022-05-13T10:36:52.377Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-13T10:36:52.377Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-13T10:36:52.464Z] --- PASS: TestAPIIpcModeHost (0.38s) [2022-05-13T10:36:52.464Z] === RUN TestDaemonIpcModeShareable [2022-05-13T10:36:53.021Z] Removing intermediate container 614615d2b1e2 [2022-05-13T10:36:53.021Z] ---> 5d302fa68d48 [2022-05-13T10:36:53.021Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-05-13T10:36:53.477Z] ---> Running in ab5256d86d8c [2022-05-13T10:36:53.477Z] Removing intermediate container ab5256d86d8c [2022-05-13T10:36:53.477Z] ---> b6a1d664da0a [2022-05-13T10:36:53.477Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-05-13T10:36:53.752Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-05-13T10:36:53.838Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-05-13T10:36:53.838Z] --- PASS: TestDaemonIpcModeShareable (1.19s) [2022-05-13T10:36:53.838Z] === RUN TestDaemonIpcModePrivate [2022-05-13T10:36:53.931Z] ---> Running in 03cbeddf24c0 [2022-05-13T10:36:54.011Z] --- PASS: TestRenameContainerWithLinkedContainer (1.62s) [2022-05-13T10:36:54.011Z] === RUN TestResize [2022-05-13T10:36:54.385Z] Removing intermediate container 03cbeddf24c0 [2022-05-13T10:36:54.385Z] ---> fd0c083d0ee6 [2022-05-13T10:36:54.385Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-05-13T10:36:54.775Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-05-13T10:36:54.775Z] --- PASS: TestDaemonIpcModePrivate (1.19s) [2022-05-13T10:36:54.775Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-13T10:36:54.946Z] --- PASS: TestResize (0.76s) [2022-05-13T10:36:54.946Z] === RUN TestResizeWithInvalidSize [2022-05-13T10:36:55.346Z] [2022-05-13T10:36:55.512Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-05-13T10:36:55.771Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2022-05-13T10:36:55.771Z] === RUN TestResizeWhenContainerNotStarted [2022-05-13T10:36:55.801Z] ---> c1fc7ce9d73d [2022-05-13T10:36:55.801Z] 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-13T10:36:56.150Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-05-13T10:36:56.150Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.20s) [2022-05-13T10:36:56.150Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-13T10:36:56.257Z] ---> Running in 6baa33767866 [2022-05-13T10:36:56.337Z] --- PASS: TestResizeWhenContainerNotStarted (0.79s) [2022-05-13T10:36:56.337Z] === RUN TestDaemonRestartKillContainers [2022-05-13T10:36:56.337Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-13T10:36:56.337Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-13T10:36:56.337Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-13T10:36:56.337Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-13T10:36:56.337Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-13T10:36:56.337Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-13T10:36:56.337Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-13T10:36:56.337Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-13T10:36:56.337Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-13T10:36:56.337Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-13T10:36:56.337Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-13T10:36:56.337Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-13T10:36:56.337Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-13T10:36:56.337Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-13T10:36:56.337Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-13T10:36:56.337Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-13T10:36:56.337Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-13T10:36:56.337Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-13T10:36:56.337Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-13T10:36:56.337Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-13T10:36:56.337Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-13T10:36:56.337Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-13T10:36:56.337Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-13T10:36:56.337Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-13T10:36:56.337Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-13T10:36:56.337Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-13T10:36:56.337Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-13T10:36:56.337Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-13T10:36:56.337Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-13T10:36:56.337Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-13T10:36:56.337Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-13T10:36:56.337Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-13T10:36:56.337Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-13T10:36:56.337Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-13T10:36:56.595Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-13T10:36:57.085Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-05-13T10:36:57.345Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.18s) [2022-05-13T10:36:57.345Z] === RUN TestIpcModeOlderClient [2022-05-13T10:36:57.345Z] === PAUSE TestIpcModeOlderClient [2022-05-13T10:36:57.345Z] === RUN TestKillContainerInvalidSignal [2022-05-13T10:36:57.531Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-05-13T10:36:57.936Z] --- PASS: TestKillContainerInvalidSignal (0.46s) [2022-05-13T10:36:57.936Z] === RUN TestKillContainer [2022-05-13T10:36:57.936Z] === RUN TestKillContainer/no_signal [2022-05-13T10:36:58.098Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-05-13T10:36:58.208Z] === RUN TestKillContainer/non_killing_signal [2022-05-13T10:36:58.467Z] === RUN TestKillContainer/killing_signal [2022-05-13T10:36:59.049Z] --- PASS: TestKillContainer (1.41s) [2022-05-13T10:36:59.049Z] --- PASS: TestKillContainer/no_signal (0.43s) [2022-05-13T10:36:59.049Z] --- PASS: TestKillContainer/non_killing_signal (0.33s) [2022-05-13T10:36:59.049Z] --- PASS: TestKillContainer/killing_signal (0.46s) [2022-05-13T10:36:59.049Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-13T10:36:59.049Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-13T10:36:59.473Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-13T10:36:59.615Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-13T10:37:00.550Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.24s) [2022-05-13T10:37:00.550Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2022-05-13T10:37:00.550Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.67s) [2022-05-13T10:37:00.550Z] === RUN TestKillStoppedContainer [2022-05-13T10:37:00.550Z] --- PASS: TestKillStoppedContainer (0.07s) [2022-05-13T10:37:00.550Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-13T10:37:00.550Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2022-05-13T10:37:00.550Z] === RUN TestKillDifferentUserContainer [2022-05-13T10:37:00.847Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-13T10:37:01.117Z] --- PASS: TestKillDifferentUserContainer (0.51s) [2022-05-13T10:37:01.117Z] === RUN TestInspectOomKilledTrue [2022-05-13T10:37:01.117Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:37:01.117Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-13T10:37:01.117Z] === RUN TestInspectOomKilledFalse [2022-05-13T10:37:01.117Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:37:01.117Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-13T10:37:01.117Z] === RUN TestLinksEtcHostsContentMatch [2022-05-13T10:37:01.377Z] --- PASS: TestLinksEtcHostsContentMatch (0.30s) [2022-05-13T10:37:01.377Z] === RUN TestLinksContainerNames [2022-05-13T10:37:01.781Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-05-13T10:37:02.039Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-13T10:37:02.039Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-13T10:37:02.297Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-13T10:37:02.312Z] --- PASS: TestLinksContainerNames (0.88s) [2022-05-13T10:37:02.312Z] === RUN TestLogsFollowTailEmpty [2022-05-13T10:37:02.555Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-13T10:37:02.572Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2022-05-13T10:37:02.572Z] === RUN TestContainerNetworkMountsNoChown [2022-05-13T10:37:03.139Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/default [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/default [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/private [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/private [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/rprivate [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/slave [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/slave [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/rslave [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/shared [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/shared [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/rshared [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-13T10:37:03.139Z] === CONT TestMountDaemonRoot/default [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-13T10:37:03.139Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-13T10:37:03.139Z] === CONT TestMountDaemonRoot/rshared [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-13T10:37:03.139Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-13T10:37:03.139Z] === CONT TestMountDaemonRoot/shared [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-13T10:37:03.139Z] === CONT TestMountDaemonRoot/rslave [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-13T10:37:03.139Z] === CONT TestMountDaemonRoot/slave [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-13T10:37:03.139Z] === CONT TestMountDaemonRoot/rprivate [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-13T10:37:03.139Z] === CONT TestMountDaemonRoot/private [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-13T10:37:03.139Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-13T10:37:03.139Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-13T10:37:03.139Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-13T10:37:03.139Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-13T10:37:03.139Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-13T10:37:03.139Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-13T10:37:03.139Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-13T10:37:03.139Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-13T10:37:03.397Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-13T10:37:03.397Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-13T10:37:03.397Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-13T10:37:03.397Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-13T10:37:03.397Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-13T10:37:03.397Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-13T10:37:03.397Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-13T10:37:03.397Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-13T10:37:03.397Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-13T10:37:03.397Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-13T10:37:03.397Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-13T10:37:03.397Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-13T10:37:03.397Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-13T10:37:03.397Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-13T10:37:03.397Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-13T10:37:03.488Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-13T10:37:03.656Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-13T10:37:03.656Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-13T10:37:03.656Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-13T10:37:03.656Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-13T10:37:03.656Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-05-13T10:37:03.656Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-05-13T10:37:03.656Z] === RUN TestContainerBindMountNonRecursive [2022-05-13T10:37:03.747Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-13T10:37:04.681Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-13T10:37:05.032Z] --- PASS: TestContainerBindMountNonRecursive (1.33s) [2022-05-13T10:37:05.032Z] === RUN TestContainerVolumesMountedAsShared [2022-05-13T10:37:05.290Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s) [2022-05-13T10:37:05.290Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-13T10:37:05.858Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s) [2022-05-13T10:37:05.858Z] === RUN TestNetworkNat [2022-05-13T10:37:06.056Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-13T10:37:06.117Z] --- PASS: TestNetworkNat (0.45s) [2022-05-13T10:37:06.117Z] === RUN TestNetworkLocalhostTCPNat [2022-05-13T10:37:06.228Z] Removing intermediate container cfe94369c7c4 [2022-05-13T10:37:06.228Z] ---> 6a1673ec2626 [2022-05-13T10:37:06.228Z] 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-13T10:37:06.228Z] ---> Running in a4b586e36e8b [2022-05-13T10:37:06.571Z] Removing intermediate container 6baa33767866 [2022-05-13T10:37:06.571Z] ---> da83d7512c8c [2022-05-13T10:37:06.571Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-05-13T10:37:06.571Z] ---> Running in 9a3d4e8d9fd0 [2022-05-13T10:37:06.621Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-13T10:37:06.683Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-05-13T10:37:06.683Z] === RUN TestNetworkLoopbackNat [2022-05-13T10:37:07.026Z] [2022-05-13T10:37:07.026Z] SUCCESS: Specified value was saved. [2022-05-13T10:37:07.554Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-13T10:37:07.554Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-13T10:37:08.121Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-05-13T10:37:08.380Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-13T10:37:09.212Z] --- PASS: TestNetworkLoopbackNat (2.61s) [2022-05-13T10:37:09.212Z] === RUN TestPause [2022-05-13T10:37:09.778Z] --- PASS: TestPause (0.49s) [2022-05-13T10:37:09.778Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-13T10:37:09.778Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-13T10:37:09.778Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-13T10:37:09.778Z] === RUN TestPauseStopPausedContainer [2022-05-13T10:37:09.910Z] Removing intermediate container 9a3d4e8d9fd0 [2022-05-13T10:37:09.910Z] ---> 13f0e7217dfc [2022-05-13T10:37:09.910Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-05-13T10:37:09.910Z] ---> Running in 772d1669dcf5 [2022-05-13T10:37:10.036Z] --- PASS: TestPauseStopPausedContainer (0.46s) [2022-05-13T10:37:10.036Z] === RUN TestPidHost [2022-05-13T10:37:10.912Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-13T10:37:11.170Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-13T10:37:11.412Z] --- PASS: TestPidHost (0.99s) [2022-05-13T10:37:11.412Z] === RUN TestPsFilter [2022-05-13T10:37:11.412Z] --- PASS: TestPsFilter (0.10s) [2022-05-13T10:37:11.412Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-13T10:37:11.671Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-05-13T10:37:11.671Z] === RUN TestRemoveContainerWithVolume [2022-05-13T10:37:11.930Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2022-05-13T10:37:11.930Z] === RUN TestRemoveContainerRunning [2022-05-13T10:37:12.121Z] INFO: Installing go-winres version v0.2.3 in C:\gopath\bin [2022-05-13T10:37:12.121Z] go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-13T10:37:12.121Z] go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-13T10:37:12.121Z] go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-13T10:37:12.121Z] go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-13T10:37:12.121Z] go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-13T10:37:12.497Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-05-13T10:37:12.497Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-13T10:37:12.591Z] go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-13T10:37:12.591Z] go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-13T10:37:13.065Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2022-05-13T10:37:13.065Z] === RUN TestRemoveInvalidContainer [2022-05-13T10:37:13.065Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-05-13T10:37:13.065Z] === RUN TestRenameLinkedContainer [2022-05-13T10:37:13.088Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-13T10:37:13.346Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-13T10:37:13.605Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-13T10:37:13.605Z] check_test.go:307: [d83c35c0713c0] daemon is not started [2022-05-13T10:37:13.864Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-05-13T10:37:14.575Z] Cannot create a file when that file already exists. [2022-05-13T10:37:14.801Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-13T10:37:15.009Z] --- PASS: TestRenameLinkedContainer (1.74s) [2022-05-13T10:37:15.009Z] === RUN TestRenameStoppedContainer [2022-05-13T10:37:15.009Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-05-13T10:37:15.009Z] === RUN TestRenameRunningContainerAndReuse [2022-05-13T10:37:15.737Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-13T10:37:15.944Z] --- PASS: TestRenameRunningContainerAndReuse (0.89s) [2022-05-13T10:37:15.944Z] === RUN TestRenameInvalidName [2022-05-13T10:37:16.305Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-05-13T10:37:16.511Z] --- PASS: TestRenameInvalidName (0.41s) [2022-05-13T10:37:16.511Z] === RUN TestRenameAnonymousContainer [2022-05-13T10:37:17.240Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-13T10:37:17.886Z] --- PASS: TestRenameAnonymousContainer (1.65s) [2022-05-13T10:37:17.886Z] === RUN TestRenameContainerWithSameName [2022-05-13T10:37:18.454Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2022-05-13T10:37:18.454Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-13T10:37:18.617Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-13T10:37:18.877Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-13T10:37:19.341Z] Removing intermediate container 772d1669dcf5 [2022-05-13T10:37:19.341Z] ---> 04743f4fc7c5 [2022-05-13T10:37:19.341Z] Step 13/13 : CMD ["sh"] [2022-05-13T10:37:19.341Z] ---> Running in e75e3eb010c6 [2022-05-13T10:37:19.389Z] --- PASS: TestRenameContainerWithLinkedContainer (0.88s) [2022-05-13T10:37:19.389Z] === RUN TestResize [2022-05-13T10:37:19.647Z] --- PASS: TestResize (0.42s) [2022-05-13T10:37:19.647Z] === RUN TestResizeWithInvalidSize [2022-05-13T10:37:19.796Z] Removing intermediate container e75e3eb010c6 [2022-05-13T10:37:19.796Z] ---> 9991e04904c1 [2022-05-13T10:37:19.796Z] Successfully built 9991e04904c1 [2022-05-13T10:37:19.796Z] Successfully tagged busybox:latest [2022-05-13T10:37:19.796Z] INFO: Docker images of the daemon under test [2022-05-13T10:37:19.796Z] [2022-05-13T10:37:19.796Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-13T10:37:19.796Z] busybox latest 9991e04904c1 Less than a second ago 4.95GB [2022-05-13T10:37:19.796Z] mcr.microsoft.com/windows/servercore ltsc2022 7c569352fed3 8 days ago 4.9GB [2022-05-13T10:37:19.796Z] microsoft/windowsservercore latest 7c569352fed3 8 days ago 4.9GB [2022-05-13T10:37:19.796Z] [2022-05-13T10:37:19.796Z] INFO: Running integration tests at 05/13/2022 10:37:19... [2022-05-13T10:37:19.796Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-05-13T10:37:19.796Z] INFO: Integration API tests being run from the host: [2022-05-13T10:37:19.796Z] INFO: make.ps1 starting at 05/13/2022 10:37:19 [2022-05-13T10:37:20.214Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-05-13T10:37:20.214Z] === RUN TestResizeWhenContainerNotStarted [2022-05-13T10:37:20.473Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2022-05-13T10:37:20.473Z] === RUN TestDaemonRestartKillContainers [2022-05-13T10:37:20.473Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-13T10:37:20.473Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-13T10:37:20.473Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-13T10:37:20.473Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-13T10:37:20.473Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-13T10:37:20.473Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-13T10:37:20.473Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-13T10:37:20.473Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-13T10:37:20.473Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-13T10:37:20.473Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-13T10:37:20.473Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-13T10:37:20.473Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-13T10:37:20.473Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-13T10:37:20.473Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-13T10:37:20.473Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-13T10:37:20.473Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-13T10:37:20.473Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-13T10:37:20.473Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-13T10:37:20.473Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-13T10:37:20.473Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-13T10:37:20.473Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-13T10:37:20.473Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-13T10:37:20.473Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-13T10:37:20.473Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-13T10:37:20.473Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-13T10:37:20.473Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-13T10:37:20.473Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-13T10:37:20.473Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-13T10:37:20.473Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-13T10:37:20.473Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-13T10:37:20.473Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-13T10:37:20.473Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-13T10:37:20.473Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-13T10:37:20.473Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-13T10:37:21.321Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-05-13T10:37:22.165Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-05-13T10:37:22.165Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.96s) [2022-05-13T10:37:22.165Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.33s) [2022-05-13T10:37:22.165Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.54s) [2022-05-13T10:37:22.165Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.38s) [2022-05-13T10:37:22.165Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.48s) [2022-05-13T10:37:22.165Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.51s) [2022-05-13T10:37:22.165Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.03s) [2022-05-13T10:37:22.165Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.93s) [2022-05-13T10:37:22.165Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.52s) [2022-05-13T10:37:22.165Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.72s) [2022-05-13T10:37:22.165Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.47s) [2022-05-13T10:37:22.165Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.64s) [2022-05-13T10:37:22.165Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.64s) [2022-05-13T10:37:22.165Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.73s) [2022-05-13T10:37:22.165Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.34s) [2022-05-13T10:37:22.165Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.99s) [2022-05-13T10:37:22.165Z] === RUN TestCgroupNamespacesRun [2022-05-13T10:37:22.377Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-13T10:37:23.215Z] Removing intermediate container a4b586e36e8b [2022-05-13T10:37:23.215Z] ---> cf517f806528 [2022-05-13T10:37:23.215Z] Step 11/13 : ENTRYPOINT ["powershell.exe"] [2022-05-13T10:37:23.215Z] ---> Running in d6d8d2c5cee5 [2022-05-13T10:37:23.215Z] Removing intermediate container d6d8d2c5cee5 [2022-05-13T10:37:23.215Z] ---> be6b90cd6c72 [2022-05-13T10:37:23.215Z] Step 12/13 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-05-13T10:37:23.215Z] ---> Running in 2f72eef0325f [2022-05-13T10:37:23.215Z] Removing intermediate container 2f72eef0325f [2022-05-13T10:37:23.215Z] ---> f19036d66c06 [2022-05-13T10:37:23.215Z] Step 13/13 : COPY . . [2022-05-13T10:37:23.540Z] --- PASS: TestCgroupNamespacesRun (1.89s) [2022-05-13T10:37:23.541Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-13T10:37:24.281Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-13T10:37:24.848Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-13T10:37:25.444Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.01s) [2022-05-13T10:37:25.444Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-13T10:37:25.784Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-13T10:37:26.723Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-13T10:37:27.977Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.14s) [2022-05-13T10:37:27.977Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-13T10:37:28.102Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-13T10:37:28.670Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-13T10:37:29.605Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-13T10:37:29.880Z] --- PASS: TestCgroupNamespacesRunHostMode (1.92s) [2022-05-13T10:37:29.880Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-13T10:37:30.172Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-13T10:37:30.923Z] sha256:b697ddaa90aeb33d01bf133f5c1276d4ad4d7ad0026c8a33aeadea1efd59b0b1 [2022-05-13T10:37:30.923Z] INFO: Starting docker-py tests... [2022-05-13T10:37:30.923Z] ============================= test session starts ============================== [2022-05-13T10:37:30.923Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-05-13T10:37:30.923Z] rootdir: /src, inifile: pytest.ini [2022-05-13T10:37:30.923Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-05-13T10:37:30.923Z] collected 395 items / 2 deselected / 393 selected [2022-05-13T10:37:30.923Z] [2022-05-13T10:37:31.108Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-13T10:37:31.676Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-13T10:37:31.781Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.09s) [2022-05-13T10:37:31.781Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-13T10:37:31.781Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-05-13T10:37:32.243Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-13T10:37:32.716Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-13T10:37:32.810Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-13T10:37:33.283Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.71s) [2022-05-13T10:37:33.283Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-13T10:37:34.219Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.88s) [2022-05-13T10:37:34.219Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-13T10:37:34.219Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-05-13T10:37:35.610Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-05-13T10:37:35.610Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-13T10:37:35.869Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.67s) [2022-05-13T10:37:35.869Z] === RUN TestNISDomainname [2022-05-13T10:37:36.095Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-13T10:37:36.803Z] --- PASS: TestNISDomainname (0.97s) [2022-05-13T10:37:36.803Z] === RUN TestHostnameDnsResolution [2022-05-13T10:37:38.178Z] --- PASS: TestHostnameDnsResolution (1.30s) [2022-05-13T10:37:38.178Z] === RUN TestUnprivilegedPortsAndPing [2022-05-13T10:37:38.436Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-13T10:37:38.694Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-13T10:37:38.953Z] --- PASS: TestUnprivilegedPortsAndPing (0.83s) [2022-05-13T10:37:38.953Z] === RUN TestPrivilegedHostDevices [2022-05-13T10:37:39.379Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-05-13T10:37:39.379Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.82s) [2022-05-13T10:37:39.379Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.63s) [2022-05-13T10:37:39.379Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.27s) [2022-05-13T10:37:39.379Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.82s) [2022-05-13T10:37:39.379Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.87s) [2022-05-13T10:37:39.379Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.00s) [2022-05-13T10:37:39.379Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.88s) [2022-05-13T10:37:39.379Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.80s) [2022-05-13T10:37:39.379Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.68s) [2022-05-13T10:37:39.379Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.35s) [2022-05-13T10:37:39.379Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.25s) [2022-05-13T10:37:39.379Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.34s) [2022-05-13T10:37:39.379Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-05-13T10:37:39.379Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.45s) [2022-05-13T10:37:39.379Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.41s) [2022-05-13T10:37:39.379Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.69s) [2022-05-13T10:37:39.379Z] === RUN TestCgroupNamespacesRun [2022-05-13T10:37:39.888Z] --- PASS: TestPrivilegedHostDevices (0.98s) [2022-05-13T10:37:39.888Z] === RUN TestStats [2022-05-13T10:37:40.147Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-05-13T10:37:40.712Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-13T10:37:40.755Z] --- PASS: TestCgroupNamespacesRun (1.20s) [2022-05-13T10:37:40.755Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-13T10:37:40.755Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-05-13T10:37:40.755Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-05-13T10:37:40.755Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-13T10:37:42.129Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.18s) [2022-05-13T10:37:42.129Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-13T10:37:42.290Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-05-13T10:37:42.611Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-13T10:37:42.611Z] --- PASS: TestStats (2.80s) [2022-05-13T10:37:42.611Z] === RUN TestStopContainerWithTimeout [2022-05-13T10:37:42.611Z] === RUN TestStopContainerWithTimeout/0 [2022-05-13T10:37:42.611Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-13T10:37:42.611Z] === RUN TestStopContainerWithTimeout/1 [2022-05-13T10:37:42.611Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-13T10:37:42.611Z] === RUN TestStopContainerWithTimeout/3 [2022-05-13T10:37:42.611Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-13T10:37:42.611Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-13T10:37:42.611Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-13T10:37:42.611Z] === CONT TestStopContainerWithTimeout/0 [2022-05-13T10:37:42.611Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-13T10:37:42.851Z] tests/integration/api_client_test.py ..... [ 7%] [2022-05-13T10:37:42.869Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-05-13T10:37:43.082Z] --- PASS: TestCgroupNamespacesRunHostMode (1.19s) [2022-05-13T10:37:43.082Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-13T10:37:44.245Z] === CONT TestStopContainerWithTimeout/3 [2022-05-13T10:37:44.473Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.20s) [2022-05-13T10:37:44.474Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-13T10:37:44.663Z] tests/integration/api_config_test.py ...... [ 8%] [2022-05-13T10:37:45.408Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s) [2022-05-13T10:37:45.408Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-13T10:37:45.975Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2022-05-13T10:37:45.975Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-13T10:37:46.146Z] === CONT TestStopContainerWithTimeout/1 [2022-05-13T10:37:47.082Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-13T10:37:47.342Z] check_test.go:307: [deeecb19ff1d1] daemon is not started [2022-05-13T10:37:47.342Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-05-13T10:37:47.351Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.22s) [2022-05-13T10:37:47.351Z] === RUN TestNISDomainname [2022-05-13T10:37:47.601Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-05-13T10:37:47.601Z] --- PASS: TestStopContainerWithTimeout/0 (1.21s) [2022-05-13T10:37:47.601Z] --- PASS: TestStopContainerWithTimeout/-1 (3.08s) [2022-05-13T10:37:47.601Z] --- PASS: TestStopContainerWithTimeout/3 (2.76s) [2022-05-13T10:37:47.601Z] --- PASS: TestStopContainerWithTimeout/1 (1.76s) [2022-05-13T10:37:47.601Z] === RUN TestDeleteDevicemapper [2022-05-13T10:37:47.601Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-13T10:37:47.601Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-13T10:37:47.601Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-13T10:37:47.860Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-13T10:37:47.918Z] --- PASS: TestNISDomainname (0.55s) [2022-05-13T10:37:47.919Z] === RUN TestHostnameDnsResolution [2022-05-13T10:37:48.485Z] --- PASS: TestHostnameDnsResolution (0.67s) [2022-05-13T10:37:48.485Z] === RUN TestUnprivilegedPortsAndPing [2022-05-13T10:37:48.797Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-05-13T10:37:49.053Z] --- PASS: TestUnprivilegedPortsAndPing (0.55s) [2022-05-13T10:37:49.053Z] === RUN TestPrivilegedHostDevices [2022-05-13T10:37:49.363Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-13T10:37:49.621Z] --- PASS: TestPrivilegedHostDevices (0.52s) [2022-05-13T10:37:49.621Z] === RUN TestStats [2022-05-13T10:37:49.930Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.24s) [2022-05-13T10:37:49.930Z] === RUN TestUpdateMemory [2022-05-13T10:37:49.930Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:37:49.930Z] --- SKIP: TestUpdateMemory (0.00s) [2022-05-13T10:37:49.930Z] === RUN TestUpdateCPUQuota [2022-05-13T10:37:50.496Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-13T10:37:51.430Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-13T10:37:51.430Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-05-13T10:37:51.430Z] --- PASS: TestUpdateCPUQuota (1.44s) [2022-05-13T10:37:51.430Z] === RUN TestUpdatePidsLimit [2022-05-13T10:37:51.430Z] === RUN TestUpdatePidsLimit/update_from_none [2022-05-13T10:37:51.688Z] === RUN TestUpdatePidsLimit/no_change [2022-05-13T10:37:51.947Z] === RUN TestUpdatePidsLimit/update_lower [2022-05-13T10:37:52.150Z] --- PASS: TestStats (2.47s) [2022-05-13T10:37:52.150Z] === RUN TestStopContainerWithTimeout [2022-05-13T10:37:52.150Z] === RUN TestStopContainerWithTimeout/0 [2022-05-13T10:37:52.150Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-13T10:37:52.150Z] === RUN TestStopContainerWithTimeout/1 [2022-05-13T10:37:52.150Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-13T10:37:52.150Z] === RUN TestStopContainerWithTimeout/3 [2022-05-13T10:37:52.150Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-13T10:37:52.150Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-13T10:37:52.150Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-13T10:37:52.150Z] === CONT TestStopContainerWithTimeout/0 [2022-05-13T10:37:52.150Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-13T10:37:52.342Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-05-13T10:37:52.342Z] [2022-05-13T10:37:52.342Z] ________ ____ __. [2022-05-13T10:37:52.342Z] \_____ \ | |/ _| [2022-05-13T10:37:52.342Z] / | \| < [2022-05-13T10:37:52.342Z] / | \ | \ [2022-05-13T10:37:52.342Z] \_______ /____|__ \ [2022-05-13T10:37:52.342Z] \/ \/ [2022-05-13T10:37:52.342Z] [2022-05-13T10:37:52.342Z] INFO: make.ps1 ended at 05/13/2022 10:37:41 [2022-05-13T10:37:52.342Z] INFO: Binaries build ended at 05/13/2022 10:37:43. Duration:00:01:37.3543045 [2022-05-13T10:37:52.342Z] INFO: Copying the built daemon binary to d:\CI\PR-43269\3\binary\dockerd-8e4b5db542.exe... [2022-05-13T10:37:52.342Z] INFO: Copying the built client binary to d:\CI\PR-43269\3\binary\docker-8e4b5db542.exe... [2022-05-13T10:37:52.342Z] INFO: Copying the golang package from the container to d:\CI\PR-43269\3\installer\go.zip... [2022-05-13T10:37:52.342Z] INFO: Extracting go.zip to d:\CI\PR-43269\3\go [2022-05-13T10:37:52.513Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-05-13T10:37:52.718Z] === CONT TestStopContainerWithTimeout/3 [2022-05-13T10:37:52.771Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-05-13T10:37:53.030Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-05-13T10:37:53.597Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-05-13T10:37:54.979Z] --- PASS: TestUpdatePidsLimit (3.46s) [2022-05-13T10:37:54.979Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.34s) [2022-05-13T10:37:54.979Z] --- PASS: TestUpdatePidsLimit/no_change (0.35s) [2022-05-13T10:37:54.979Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2022-05-13T10:37:54.979Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s) [2022-05-13T10:37:54.979Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2022-05-13T10:37:54.979Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.34s) [2022-05-13T10:37:54.979Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s) [2022-05-13T10:37:54.979Z] === RUN TestUpdateRestartPolicy [2022-05-13T10:37:55.248Z] === CONT TestStopContainerWithTimeout/1 [2022-05-13T10:37:56.182Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-05-13T10:37:56.182Z] --- PASS: TestStopContainerWithTimeout/0 (0.72s) [2022-05-13T10:37:56.182Z] --- PASS: TestStopContainerWithTimeout/-1 (2.69s) [2022-05-13T10:37:56.182Z] --- PASS: TestStopContainerWithTimeout/3 (2.40s) [2022-05-13T10:37:56.182Z] --- PASS: TestStopContainerWithTimeout/1 (1.47s) [2022-05-13T10:37:56.182Z] === RUN TestDeleteDevicemapper [2022-05-13T10:37:56.182Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-13T10:37:56.182Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-13T10:37:56.182Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-13T10:37:56.989Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:37:56.989Z] INFO: Testing against a local daemon [2022-05-13T10:37:56.989Z] === RUN TestBuildWithSession [2022-05-13T10:37:56.989Z] build_session_test.go:25: TODO: BuildKit [2022-05-13T10:37:56.989Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-13T10:37:56.989Z] === RUN TestBuildSquashParent [2022-05-13T10:37:56.989Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:37:56.989Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-05-13T10:37:56.989Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-13T10:37:56.989Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:37:56.989Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:37:56.989Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:37:56.989Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:37:56.989Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:37:56.989Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:37:56.989Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:37:56.989Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:37:56.989Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:37:56.989Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:37:56.989Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:37:56.989Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:37:56.989Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:37:56.989Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:37:56.989Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:37:56.989Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:37:57.506Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-13T10:37:58.078Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-13T10:37:58.087Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.97s) [2022-05-13T10:37:58.087Z] === RUN TestUpdateMemory [2022-05-13T10:37:58.087Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:37:58.087Z] --- SKIP: TestUpdateMemory (0.00s) [2022-05-13T10:37:58.087Z] === RUN TestUpdateCPUQuota [2022-05-13T10:37:59.089Z] ---> bb81bbb76bf9 [2022-05-13T10:37:59.089Z] Successfully built bb81bbb76bf9 [2022-05-13T10:37:59.089Z] Successfully tagged docker:latest [2022-05-13T10:37:59.089Z] INFO: Image build ended at 05/13/2022 10:37:55. Duration:00:04:22.8814799 [2022-05-13T10:37:59.090Z] [2022-05-13T10:37:59.090Z] [2022-05-13T10:37:59.090Z] INFO: Building the test binaries at 05/13/2022 10:37:55... [2022-05-13T10:37:59.455Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-05-13T10:37:59.464Z] --- PASS: TestUpdateCPUQuota (1.32s) [2022-05-13T10:37:59.464Z] === RUN TestUpdatePidsLimit [2022-05-13T10:37:59.464Z] === RUN TestUpdatePidsLimit/update_from_none [2022-05-13T10:37:59.725Z] === RUN TestUpdatePidsLimit/no_change [2022-05-13T10:38:00.022Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-13T10:38:00.022Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-05-13T10:38:00.293Z] === RUN TestUpdatePidsLimit/update_lower [2022-05-13T10:38:00.552Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-05-13T10:38:00.811Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-05-13T10:38:01.071Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-05-13T10:38:01.307Z] INFO: make.ps1 starting at 05/13/2022 10:38:01 [2022-05-13T10:38:01.330Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-05-13T10:38:01.776Z] INFO: Git commit (8e4b5db542) assumed from DOCKER_GITCOMMIT environment variable [2022-05-13T10:38:01.776Z] INFO: Invoking autogen... [2022-05-13T10:38:02.249Z] { [2022-05-13T10:38:02.249Z] "RT_GROUP_ICON": { [2022-05-13T10:38:02.249Z] "#1": { [2022-05-13T10:38:02.249Z] "0409": "../../winresources/docker.ico" [2022-05-13T10:38:02.249Z] } [2022-05-13T10:38:02.249Z] }, [2022-05-13T10:38:02.249Z] "RT_MANIFEST": { [2022-05-13T10:38:02.249Z] "#1": { [2022-05-13T10:38:02.249Z] "0409": { [2022-05-13T10:38:02.249Z] "identity": {}, [2022-05-13T10:38:02.250Z] "description": "Docker Engine", [2022-05-13T10:38:02.250Z] "minimum-os": "vista", [2022-05-13T10:38:02.250Z] "execution-level": "", [2022-05-13T10:38:02.250Z] "ui-access": false, [2022-05-13T10:38:02.250Z] "auto-elevate": false, [2022-05-13T10:38:02.250Z] "dpi-awareness": "unaware", [2022-05-13T10:38:02.250Z] "disable-theming": false, [2022-05-13T10:38:02.250Z] "disable-window-filtering": false, [2022-05-13T10:38:02.250Z] "high-resolution-scrolling-aware": false, [2022-05-13T10:38:02.250Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-13T10:38:02.250Z] "long-path-aware": false, [2022-05-13T10:38:02.250Z] "printer-driver-isolation": false, [2022-05-13T10:38:02.250Z] "gdi-scaling": false, [2022-05-13T10:38:02.250Z] "segment-heap": false, [2022-05-13T10:38:02.250Z] "use-common-controls-v6": false [2022-05-13T10:38:02.250Z] } [2022-05-13T10:38:02.250Z] } [2022-05-13T10:38:02.250Z] }, [2022-05-13T10:38:02.250Z] "RT_MESSAGETABLE": { [2022-05-13T10:38:02.250Z] "#1": { [2022-05-13T10:38:02.250Z] "0409": "../../winresources/event_messages.bin" [2022-05-13T10:38:02.250Z] } [2022-05-13T10:38:02.250Z] }, [2022-05-13T10:38:02.250Z] "RT_VERSION": { [2022-05-13T10:38:02.250Z] "#1": { [2022-05-13T10:38:02.250Z] "0409": { [2022-05-13T10:38:02.250Z] "fixed": { [2022-05-13T10:38:02.250Z] "file_version": "0.0.0.0", [2022-05-13T10:38:02.250Z] "product_version": "0.0.0.0", [2022-05-13T10:38:02.250Z] "type": "Unknown" [2022-05-13T10:38:02.250Z] }, [2022-05-13T10:38:02.250Z] "info": { [2022-05-13T10:38:02.250Z] "0000": { [2022-05-13T10:38:02.250Z] "CompanyName": "", [2022-05-13T10:38:02.250Z] "FileVersion": "0.0.0-dev", [2022-05-13T10:38:02.250Z] "LegalCopyright": "Copyright (C) 2015-2022 Docker Inc.", [2022-05-13T10:38:02.250Z] "OriginalFileName": "dockerd.exe", [2022-05-13T10:38:02.250Z] "ProductName": "", [2022-05-13T10:38:02.250Z] "ProductVersion": "0.0.0-dev", [2022-05-13T10:38:02.250Z] "SpecialBuild": "8e4b5db542" [2022-05-13T10:38:02.250Z] } [2022-05-13T10:38:02.250Z] } [2022-05-13T10:38:02.250Z] } [2022-05-13T10:38:02.250Z] } [2022-05-13T10:38:02.250Z] } [2022-05-13T10:38:02.250Z] } [2022-05-13T10:38:02.268Z] --- PASS: TestUpdatePidsLimit (2.82s) [2022-05-13T10:38:02.268Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.29s) [2022-05-13T10:38:02.268Z] --- PASS: TestUpdatePidsLimit/no_change (0.32s) [2022-05-13T10:38:02.268Z] --- PASS: TestUpdatePidsLimit/update_lower (0.32s) [2022-05-13T10:38:02.268Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.31s) [2022-05-13T10:38:02.268Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.30s) [2022-05-13T10:38:02.268Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.29s) [2022-05-13T10:38:02.268Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.31s) [2022-05-13T10:38:02.268Z] === RUN TestUpdateRestartPolicy [2022-05-13T10:38:02.850Z] powershell.exe : cmd\dockerd\config.go [2022-05-13T10:38:02.850Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-61f48df7\powershellWrapper.ps1:3 char:1 [2022-05-13T10:38:02.850Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2022-05-13T10:38:02.850Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2022-05-13T10:38:02.850Z] + CategoryInfo : NotSpecified: (cmd\dockerd\config.go:String) [], RemoteException [2022-05-13T10:38:02.850Z] + FullyQualifiedErrorId : NativeCommandError [2022-05-13T10:38:02.850Z] [2022-05-13T10:38:02.850Z] cmd\dockerd\config_windows.go [2022-05-13T10:38:02.850Z] cmd\dockerd\daemon.go [2022-05-13T10:38:02.850Z] cmd\dockerd\daemon_test.go [2022-05-13T10:38:02.850Z] cmd\dockerd\daemon_windows.go [2022-05-13T10:38:02.850Z] cmd\dockerd\docker.go [2022-05-13T10:38:02.850Z] cmd\dockerd\docker_windows.go [2022-05-13T10:38:02.850Z] cmd\dockerd\genwinres_windows.go [2022-05-13T10:38:02.850Z] cmd\dockerd\metrics.go [2022-05-13T10:38:02.850Z] cmd\dockerd\options.go [2022-05-13T10:38:02.850Z] cmd\dockerd\options_test.go [2022-05-13T10:38:02.850Z] cmd\dockerd\service_windows.go [2022-05-13T10:38:02.850Z] INFO: Building daemon... [2022-05-13T10:38:03.304Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-05-13T10:38:04.678Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-05-13T10:38:04.678Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-13T10:38:06.579Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-05-13T10:38:06.579Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-13T10:38:07.145Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-13T10:38:07.403Z] --- PASS: TestUpdateRestartPolicy (12.71s) [2022-05-13T10:38:07.403Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-13T10:38:07.403Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-13T10:38:07.969Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-13T10:38:08.227Z] --- PASS: TestUpdateRestartWithAutoRemove (0.74s) [2022-05-13T10:38:08.227Z] === RUN TestWaitNonBlocked [2022-05-13T10:38:08.227Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:38:08.227Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:38:08.227Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:38:08.227Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:38:08.227Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:38:08.227Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:38:08.227Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-13T10:38:08.794Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-13T10:38:08.794Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-05-13T10:38:08.794Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-13T10:38:09.359Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-05-13T10:38:09.359Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-05-13T10:38:09.359Z] check_test.go:307: [d5686e5760439] daemon is not started [2022-05-13T10:38:09.359Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-05-13T10:38:09.359Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-05-13T10:38:09.359Z] check_test.go:307: [d4c02038eda52] daemon is not started [2022-05-13T10:38:09.359Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-05-13T10:38:09.359Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-05-13T10:38:09.359Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.14s) [2022-05-13T10:38:09.359Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.17s) [2022-05-13T10:38:09.359Z] === RUN TestWaitBlocked [2022-05-13T10:38:09.359Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-13T10:38:09.359Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-13T10:38:09.359Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-13T10:38:09.359Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-13T10:38:09.359Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-13T10:38:09.359Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-13T10:38:10.293Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-13T10:38:10.860Z] --- PASS: TestWaitBlocked (0.02s) [2022-05-13T10:38:10.860Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.38s) [2022-05-13T10:38:10.860Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.41s) [2022-05-13T10:38:10.860Z] === CONT TestContainerStartOnDaemonRestart [2022-05-13T10:38:10.860Z] === CONT TestContainerKillOnDaemonStart [2022-05-13T10:38:11.912Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:38:11.912Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:38:13.390Z] check_test.go:307: [d9ff5e05932bc] daemon is not started [2022-05-13T10:38:13.390Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-05-13T10:38:14.048Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-05-13T10:38:14.324Z] --- PASS: TestContainerStartOnDaemonRestart (3.29s) [2022-05-13T10:38:14.324Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-13T10:38:14.473Z] --- PASS: TestUpdateRestartPolicy (11.81s) [2022-05-13T10:38:14.473Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-13T10:38:14.731Z] --- PASS: TestUpdateRestartWithAutoRemove (0.62s) [2022-05-13T10:38:14.731Z] === RUN TestWaitNonBlocked [2022-05-13T10:38:14.731Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:38:14.731Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:38:14.731Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:38:14.731Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:38:14.731Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:38:14.731Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:38:15.668Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-05-13T10:38:15.668Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.81s) [2022-05-13T10:38:15.668Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.84s) [2022-05-13T10:38:15.668Z] === RUN TestWaitBlocked [2022-05-13T10:38:15.668Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-13T10:38:15.668Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-13T10:38:15.668Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-13T10:38:15.668Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-13T10:38:15.668Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-13T10:38:15.668Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-13T10:38:16.225Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-13T10:38:16.605Z] --- PASS: TestWaitBlocked (0.02s) [2022-05-13T10:38:16.605Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.00s) [2022-05-13T10:38:16.605Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.02s) [2022-05-13T10:38:16.605Z] === CONT TestContainerStartOnDaemonRestart [2022-05-13T10:38:16.605Z] === CONT TestContainerKillOnDaemonStart [2022-05-13T10:38:16.792Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.74s) [2022-05-13T10:38:16.792Z] === CONT TestDaemonHostGatewayIP [2022-05-13T10:38:17.050Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-13T10:38:17.577Z] INFO: Extraction ended at 05/13/2022 10:38:13. Duration:00:00:29.0044501 [2022-05-13T10:38:17.577Z] INFO: Updating the golang and path environment variables [2022-05-13T10:38:17.577Z] INFO: GOPATH=d:\gopath [2022-05-13T10:38:17.577Z] INFO: go version go1.18.2 windows/amd64 [2022-05-13T10:38:17.577Z] INFO: Running the daemon under test in debug mode [2022-05-13T10:38:17.577Z] INFO: Running the daemon under test in containerd mode [2022-05-13T10:38:17.577Z] INFO: Starting a daemon under test... [2022-05-13T10:38:17.577Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43269\3\daemon --pidfile d:\CI\PR-43269\3\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-05-13T10:38:17.577Z] INFO: Containerd started successfully. [2022-05-13T10:38:17.577Z] INFO: Process started successfully. [2022-05-13T10:38:17.577Z] INFO: Start tailing logs of the daemon under tests [2022-05-13T10:38:17.577Z] INFO: Waiting for the daemon under test to start... [2022-05-13T10:38:17.627Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-05-13T10:38:18.198Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-13T10:38:18.455Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-13T10:38:18.946Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-05-13T10:38:18.946Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (16.71s) [2022-05-13T10:38:18.946Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (16.75s) [2022-05-13T10:38:18.946Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (16.82s) [2022-05-13T10:38:18.946Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (16.93s) [2022-05-13T10:38:18.946Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.97s) [2022-05-13T10:38:18.946Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (8.21s) [2022-05-13T10:38:18.946Z] === RUN TestBuildMultiStageCopy [2022-05-13T10:38:18.946Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-13T10:38:19.389Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-13T10:38:19.893Z] --- PASS: TestContainerStartOnDaemonRestart (2.90s) [2022-05-13T10:38:19.893Z] === CONT TestIpcModeOlderClient [2022-05-13T10:38:19.893Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-05-13T10:38:19.893Z] === CONT TestDaemonHostGatewayIP [2022-05-13T10:38:20.323Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-13T10:38:20.323Z] --- PASS: TestDaemonHostGatewayIP (3.38s) [2022-05-13T10:38:20.323Z] === CONT TestDaemonRestartIpcMode [2022-05-13T10:38:20.323Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-13T10:38:20.584Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-05-13T10:38:22.427Z] --- PASS: TestDaemonHostGatewayIP (2.90s) [2022-05-13T10:38:22.427Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-13T10:38:23.871Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-05-13T10:38:24.129Z] --- PASS: TestContainerKillOnDaemonStart (13.30s) [2022-05-13T10:38:24.129Z] === CONT TestIpcModeOlderClient [2022-05-13T10:38:24.129Z] --- PASS: TestDaemonRestartIpcMode (3.97s) [2022-05-13T10:38:24.129Z] --- PASS: TestIpcModeOlderClient (0.12s) [2022-05-13T10:38:24.129Z] PASS [2022-05-13T10:38:24.129Z] [2022-05-13T10:38:24.129Z] === Skipped [2022-05-13T10:38:24.129Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-05-13T10:38:24.129Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-13T10:38:24.129Z] [2022-05-13T10:38:24.129Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2022-05-13T10:38:24.129Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:38:24.129Z] [2022-05-13T10:38:24.129Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-05-13T10:38:24.129Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:38:24.129Z] [2022-05-13T10:38:24.129Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-13T10:38:24.129Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-13T10:38:24.129Z] [2022-05-13T10:38:24.129Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-13T10:38:24.129Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-13T10:38:24.129Z] [2022-05-13T10:38:24.129Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-05-13T10:38:24.129Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:38:24.129Z] [2022-05-13T10:38:24.129Z] DONE 237 tests, 6 skipped in 163.202s [2022-05-13T10:38:24.129Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-13T10:38:24.129Z] ++ 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-13T10:38:24.386Z] ++ set -e [2022-05-13T10:38:24.386Z] ++ '[' -n 0 ']' [2022-05-13T10:38:24.386Z] ++ set -x [2022-05-13T10:38:24.387Z] ++ 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-13T10:38:24.387Z] === RUN TestConfigDaemonLibtrustID [2022-05-13T10:38:24.952Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2022-05-13T10:38:24.952Z] === RUN TestConfigDaemonID [2022-05-13T10:38:24.965Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.39s) [2022-05-13T10:38:24.965Z] === CONT TestDaemonRestartIpcMode [2022-05-13T10:38:25.206Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-13T10:38:25.206Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-13T10:38:25.206Z] GOOS="" GOARCH="" GOARM="" [2022-05-13T10:38:25.206Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-13T10:38:25.206Z] [2022-05-13T10:38:25.206Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-13T10:38:25.206Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-13T10:38:25.206Z] HOSTNAME=6bcdf78df6b7 [2022-05-13T10:38:25.206Z] TESTDEBUG=0 [2022-05-13T10:38:25.206Z] DEST=bundles/test-integration [2022-05-13T10:38:25.206Z] PWD=/go/src/github.com/docker/docker [2022-05-13T10:38:25.206Z] DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 [2022-05-13T10:38:25.206Z] container=docker [2022-05-13T10:38:25.206Z] HOME=/root [2022-05-13T10:38:25.206Z] GOLANG_VERSION=1.18.2 [2022-05-13T10:38:25.206Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-13T10:38:25.206Z] VALIDATE_BRANCH=master [2022-05-13T10:38:25.206Z] TERM=xterm [2022-05-13T10:38:25.206Z] DOCKER_PKG=github.com/docker/docker [2022-05-13T10:38:25.206Z] SHLVL=1 [2022-05-13T10:38:25.206Z] TIMEOUT=120m [2022-05-13T10:38:25.206Z] DOCKER_BUILDTAGS= journald [2022-05-13T10:38:25.206Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-13T10:38:25.206Z] GO111MODULE=off [2022-05-13T10:38:25.206Z] DOCKER_EXPERIMENTAL=1 [2022-05-13T10:38:25.206Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-13T10:38:25.206Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-13T10:38:25.206Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-13T10:38:25.206Z] GOPATH=/go [2022-05-13T10:38:25.206Z] PKG_CONFIG=pkg-config [2022-05-13T10:38:25.206Z] _=/usr/bin/env [2022-05-13T10:38:25.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-13T10:38:26.324Z] daemon_test.go:84: [d87a41435677c] daemon is not started [2022-05-13T10:38:26.324Z] --- PASS: TestConfigDaemonID (1.06s) [2022-05-13T10:38:26.324Z] === RUN TestDaemonConfigValidation [2022-05-13T10:38:26.324Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-13T10:38:26.324Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-13T10:38:26.324Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-13T10:38:26.324Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-13T10:38:26.324Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-13T10:38:26.324Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-13T10:38:26.324Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-13T10:38:26.324Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-13T10:38:26.324Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-13T10:38:26.324Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-13T10:38:26.324Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-13T10:38:26.324Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-13T10:38:26.324Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-13T10:38:26.324Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-13T10:38:26.324Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-13T10:38:26.324Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-05-13T10:38:26.582Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-13T10:38:26.582Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.20s) [2022-05-13T10:38:26.582Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.21s) [2022-05-13T10:38:26.582Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.12s) [2022-05-13T10:38:26.582Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.25s) [2022-05-13T10:38:26.582Z] --- PASS: TestDaemonConfigValidation/valid_config (0.17s) [2022-05-13T10:38:26.582Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-13T10:38:26.582Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-13T10:38:27.517Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-13T10:38:28.253Z] --- PASS: TestDaemonRestartIpcMode (2.85s) [2022-05-13T10:38:28.889Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-13T10:38:29.224Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-13T10:38:29.224Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-13T10:38:29.629Z] --- PASS: TestContainerKillOnDaemonStart (12.70s) [2022-05-13T10:38:29.629Z] PASS [2022-05-13T10:38:29.629Z] [2022-05-13T10:38:29.629Z] === Skipped [2022-05-13T10:38:29.629Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-05-13T10:38:29.629Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-13T10:38:29.629Z] [2022-05-13T10:38:29.629Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-05-13T10:38:29.629Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:38:29.629Z] [2022-05-13T10:38:29.629Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-05-13T10:38:29.630Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:38:29.630Z] [2022-05-13T10:38:29.630Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-13T10:38:29.630Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-13T10:38:29.630Z] [2022-05-13T10:38:29.630Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-05-13T10:38:29.630Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-05-13T10:38:29.630Z] [2022-05-13T10:38:29.630Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-13T10:38:29.630Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-13T10:38:29.630Z] [2022-05-13T10:38:29.630Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-05-13T10:38:29.630Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:38:29.630Z] [2022-05-13T10:38:29.630Z] DONE 237 tests, 7 skipped in 120.645s [2022-05-13T10:38:29.630Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-13T10:38:29.630Z] === RUN TestConfigDaemonLibtrustID [2022-05-13T10:38:29.824Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-13T10:38:29.824Z] daemon_test.go:198: [dc33e0632aa8d] daemon is not started [2022-05-13T10:38:29.824Z] --- PASS: TestConfigDaemonSeccompProfiles (3.16s) [2022-05-13T10:38:29.824Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2022-05-13T10:38:29.824Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2022-05-13T10:38:29.824Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.06s) [2022-05-13T10:38:29.824Z] === RUN TestDaemonProxy [2022-05-13T10:38:29.824Z] === RUN TestDaemonProxy/environment_variables [2022-05-13T10:38:29.888Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-05-13T10:38:29.888Z] === RUN TestConfigDaemonID [2022-05-13T10:38:30.183Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-13T10:38:30.391Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-05-13T10:38:30.392Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-13T10:38:31.262Z] daemon_test.go:84: [d0cd30a9e03ea] daemon is not started [2022-05-13T10:38:31.262Z] --- PASS: TestConfigDaemonID (1.06s) [2022-05-13T10:38:31.262Z] === RUN TestDaemonConfigValidation [2022-05-13T10:38:31.262Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-13T10:38:31.262Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-13T10:38:31.262Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-13T10:38:31.262Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-13T10:38:31.262Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-13T10:38:31.262Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-13T10:38:31.262Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-13T10:38:31.262Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-13T10:38:31.262Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-13T10:38:31.262Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-13T10:38:31.262Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-13T10:38:31.262Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-13T10:38:31.262Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-13T10:38:31.262Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-13T10:38:31.262Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-13T10:38:31.325Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-13T10:38:31.522Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-13T10:38:31.522Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.15s) [2022-05-13T10:38:31.522Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.16s) [2022-05-13T10:38:31.522Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.17s) [2022-05-13T10:38:31.522Z] --- PASS: TestDaemonConfigValidation/valid_config (0.18s) [2022-05-13T10:38:31.522Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s) [2022-05-13T10:38:31.522Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-13T10:38:31.522Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-13T10:38:31.583Z] === RUN TestDaemonProxy/command-line_options [2022-05-13T10:38:31.583Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-13T10:38:31.708Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-13T10:38:32.459Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-13T10:38:33.235Z] --- PASS: TestBuildMultiStageCopy (14.14s) [2022-05-13T10:38:33.235Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.05s) [2022-05-13T10:38:33.235Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.89s) [2022-05-13T10:38:33.235Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.15s) [2022-05-13T10:38:33.235Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.36s) [2022-05-13T10:38:33.235Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.69s) [2022-05-13T10:38:33.235Z] === RUN TestBuildMultiStageParentConfig [2022-05-13T10:38:33.486Z] === RUN TestDaemonProxy/configuration_file [2022-05-13T10:38:33.745Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-05-13T10:38:33.838Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-13T10:38:34.318Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-13T10:38:34.776Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-13T10:38:34.776Z] daemon_test.go:198: [dc259c57c9205] daemon is not started [2022-05-13T10:38:34.776Z] --- PASS: TestConfigDaemonSeccompProfiles (3.14s) [2022-05-13T10:38:34.776Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2022-05-13T10:38:34.776Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2022-05-13T10:38:34.776Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-05-13T10:38:34.776Z] === RUN TestDaemonProxy [2022-05-13T10:38:34.776Z] === RUN TestDaemonProxy/environment_variables [2022-05-13T10:38:35.196Z] ...INFO: Daemon under test started and replied! [2022-05-13T10:38:35.196Z] INFO: Docker version of the daemon under test [2022-05-13T10:38:35.196Z] [2022-05-13T10:38:35.196Z] Client: [2022-05-13T10:38:35.196Z] Version: 17.06.2-ce [2022-05-13T10:38:35.196Z] API version: 1.30 [2022-05-13T10:38:35.196Z] Go version: go1.8.3 [2022-05-13T10:38:35.196Z] Git commit: cec0b72 [2022-05-13T10:38:35.196Z] Built: Tue Sep 5 19:57:19 2017 [2022-05-13T10:38:35.196Z] OS/Arch: windows/amd64 [2022-05-13T10:38:35.196Z] [2022-05-13T10:38:35.196Z] Server: [2022-05-13T10:38:35.196Z] Version: 0.0.0-dev [2022-05-13T10:38:35.196Z] API version: 1.42 (minimum version 1.24) [2022-05-13T10:38:35.196Z] Go version: go1.18.2 [2022-05-13T10:38:35.196Z] Git commit: 8e4b5db542 [2022-05-13T10:38:35.196Z] Built: [2022-05-13T10:38:35.196Z] OS/Arch: windows/amd64 [2022-05-13T10:38:35.196Z] Experimental: false [2022-05-13T10:38:35.196Z] [2022-05-13T10:38:35.196Z] INFO: Docker info of the daemon under test [2022-05-13T10:38:35.196Z] [2022-05-13T10:38:35.196Z] Containers: 0 [2022-05-13T10:38:35.196Z] Running: 0 [2022-05-13T10:38:35.196Z] Paused: 0 [2022-05-13T10:38:35.196Z] Stopped: 0 [2022-05-13T10:38:35.196Z] Images: 0 [2022-05-13T10:38:35.196Z] Server Version: 0.0.0-dev [2022-05-13T10:38:35.196Z] Storage Driver: windowsfilter [2022-05-13T10:38:35.196Z] Windows: [2022-05-13T10:38:35.196Z] Logging Driver: json-file [2022-05-13T10:38:35.196Z] Plugins: [2022-05-13T10:38:35.196Z] Volume: local [2022-05-13T10:38:35.197Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-13T10:38:35.197Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-13T10:38:35.197Z] Swarm: inactive [2022-05-13T10:38:35.197Z] Default Isolation: process [2022-05-13T10:38:35.197Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-13T10:38:35.197Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-13T10:38:35.197Z] OSType: windows [2022-05-13T10:38:35.197Z] Architecture: x86_64 [2022-05-13T10:38:35.197Z] CPUs: 4 [2022-05-13T10:38:35.197Z] Total Memory: 32GiB [2022-05-13T10:38:35.197Z] Name: azwin-2-7d98c0 [2022-05-13T10:38:35.197Z] ID: 1bedcdc6-4442-4276-955c-106ebe158a2f [2022-05-13T10:38:35.197Z] Docker Root Dir: D:\CI\PR-43269\3\daemon [2022-05-13T10:38:35.197Z] Debug Mode (client): false [2022-05-13T10:38:35.197Z] Debug Mode (server): true [2022-05-13T10:38:35.197Z] File Descriptors: -1 [2022-05-13T10:38:35.197Z] Goroutines: 29 [2022-05-13T10:38:35.197Z] System Time: 2022-05-13T10:38:33.7202657Z [2022-05-13T10:38:35.197Z] EventsListeners: 0 [2022-05-13T10:38:35.197Z] Registry: https://index.docker.io/v1/ [2022-05-13T10:38:35.197Z] Labels: [2022-05-13T10:38:35.197Z] Experimental: false [2022-05-13T10:38:35.197Z] Insecure Registries: [2022-05-13T10:38:35.197Z] 127.0.0.0/8 [2022-05-13T10:38:35.197Z] Live Restore Enabled: false [2022-05-13T10:38:35.197Z] [2022-05-13T10:38:35.197Z] [2022-05-13T10:38:35.197Z] INFO: Docker images of the daemon under test [2022-05-13T10:38:35.197Z] [2022-05-13T10:38:35.197Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-13T10:38:35.197Z] [2022-05-13T10:38:35.197Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-05-13T10:38:35.197Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-05-13T10:38:35.197Z] ltsc2022: Pulling from windows/servercore [2022-05-13T10:38:35.197Z] 97f65a0ec59e: Pulling fs layer [2022-05-13T10:38:35.197Z] 12fb50a031bd: Pulling fs layer [2022-05-13T10:38:35.253Z] === RUN TestDaemonProxy/conflicting_options [2022-05-13T10:38:35.512Z] === RUN TestDaemonProxy/reload_sanitized [2022-05-13T10:38:36.079Z] --- PASS: TestDaemonProxy (6.36s) [2022-05-13T10:38:36.079Z] --- PASS: TestDaemonProxy/environment_variables (1.77s) [2022-05-13T10:38:36.079Z] --- PASS: TestDaemonProxy/command-line_options (1.78s) [2022-05-13T10:38:36.079Z] --- PASS: TestDaemonProxy/configuration_file (1.78s) [2022-05-13T10:38:36.079Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-05-13T10:38:36.079Z] --- PASS: TestDaemonProxy/reload_sanitized (0.53s) [2022-05-13T10:38:36.079Z] PASS [2022-05-13T10:38:36.079Z] [2022-05-13T10:38:36.079Z] DONE 18 tests in 11.808s [2022-05-13T10:38:36.079Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-05-13T10:38:36.079Z] ++ 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-13T10:38:36.079Z] ++ set -e [2022-05-13T10:38:36.079Z] ++ '[' -n 0 ']' [2022-05-13T10:38:36.079Z] ++ set -x [2022-05-13T10:38:36.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-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-13T10:38:36.120Z] --- PASS: TestBuildMultiStageParentConfig (2.90s) [2022-05-13T10:38:36.120Z] === RUN TestBuildLabelWithTargets [2022-05-13T10:38:36.120Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:38:36.120Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-05-13T10:38:36.120Z] === RUN TestBuildWithEmptyLayers [2022-05-13T10:38:36.338Z] INFO: Testing against a local daemon [2022-05-13T10:38:36.338Z] === RUN TestCommitInheritsEnv [2022-05-13T10:38:36.679Z] === RUN TestDaemonProxy/command-line_options [2022-05-13T10:38:36.903Z] --- PASS: TestCommitInheritsEnv (0.43s) [2022-05-13T10:38:36.903Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-13T10:38:36.903Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-05-13T10:38:36.903Z] === RUN TestImportWithCustomPlatform [2022-05-13T10:38:36.903Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-13T10:38:36.903Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-13T10:38:36.903Z] === RUN TestImportWithCustomPlatform// [2022-05-13T10:38:36.903Z] === RUN TestImportWithCustomPlatform/linux [2022-05-13T10:38:37.161Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-13T10:38:37.161Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-13T10:38:37.419Z] === RUN TestImportWithCustomPlatform/macos [2022-05-13T10:38:37.419Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-13T10:38:37.419Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-13T10:38:37.419Z] --- PASS: TestImportWithCustomPlatform (0.66s) [2022-05-13T10:38:37.419Z] --- PASS: TestImportWithCustomPlatform/#00 (0.12s) [2022-05-13T10:38:37.419Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-13T10:38:37.419Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-13T10:38:37.419Z] --- PASS: TestImportWithCustomPlatform/linux (0.20s) [2022-05-13T10:38:37.419Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.13s) [2022-05-13T10:38:37.419Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.15s) [2022-05-13T10:38:37.419Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-13T10:38:37.419Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-13T10:38:37.419Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-13T10:38:37.419Z] === RUN TestImagesFilterMultiReference [2022-05-13T10:38:37.419Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-05-13T10:38:37.420Z] === RUN TestImagePullPlatformInvalid [2022-05-13T10:38:37.643Z] --- PASS: TestBuildWithEmptyLayers (1.45s) [2022-05-13T10:38:37.643Z] === RUN TestBuildMultiStageOnBuild [2022-05-13T10:38:37.678Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-05-13T10:38:37.678Z] === RUN TestRemoveImageOrphaning [2022-05-13T10:38:37.678Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-05-13T10:38:37.936Z] --- PASS: TestRemoveImageOrphaning (0.48s) [2022-05-13T10:38:37.936Z] === RUN TestRemoveImageGarbageCollector [2022-05-13T10:38:38.069Z] === RUN TestDaemonProxy/configuration_file [2022-05-13T10:38:38.200Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-13T10:38:38.460Z] time="2022-05-13T10:38:38Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-05-13T10:38:39.834Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-13T10:38:39.834Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-05-13T10:38:39.834Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-13T10:38:39.834Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-05-13T10:38:39.834Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-13T10:38:39.834Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-05-13T10:38:39.834Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-13T10:38:39.834Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-05-13T10:38:39.834Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-13T10:38:39.834Z] check_test.go:307: [dfa47979fc50f] daemon is not started [2022-05-13T10:38:39.834Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-05-13T10:38:40.007Z] === RUN TestDaemonProxy/conflicting_options [2022-05-13T10:38:40.266Z] === RUN TestDaemonProxy/reload_sanitized [2022-05-13T10:38:40.400Z] --- PASS: TestRemoveImageGarbageCollector (2.43s) [2022-05-13T10:38:40.400Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-13T10:38:40.400Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-05-13T10:38:40.400Z] === RUN TestTagInvalidReference [2022-05-13T10:38:40.658Z] --- PASS: TestTagInvalidReference (0.03s) [2022-05-13T10:38:40.658Z] === RUN TestTagValidPrefixedRepo [2022-05-13T10:38:40.658Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-05-13T10:38:40.658Z] === RUN TestTagExistedNameWithoutForce [2022-05-13T10:38:40.658Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-05-13T10:38:40.658Z] === RUN TestTagOfficialNames [2022-05-13T10:38:40.658Z] --- PASS: TestTagOfficialNames (0.06s) [2022-05-13T10:38:40.658Z] === RUN TestTagMatchesDigest [2022-05-13T10:38:40.658Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-05-13T10:38:40.658Z] === CONT TestImportExtremelyLargeImageWorks [2022-05-13T10:38:40.833Z] daemon_test.go:375: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-05-13T10:38:40.833Z] --- PASS: TestDaemonProxy (6.25s) [2022-05-13T10:38:40.833Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-05-13T10:38:40.833Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2022-05-13T10:38:40.833Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) [2022-05-13T10:38:40.833Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-05-13T10:38:40.833Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.53s) [2022-05-13T10:38:40.833Z] PASS [2022-05-13T10:38:40.833Z] [2022-05-13T10:38:40.833Z] === Skipped [2022-05-13T10:38:40.833Z] === SKIP: amd64.integration.daemon TestDaemonProxy/reload_sanitized (0.53s) [2022-05-13T10:38:40.833Z] daemon_test.go:375: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-05-13T10:38:40.833Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.53s) [2022-05-13T10:38:40.833Z] [2022-05-13T10:38:40.833Z] DONE 18 tests, 1 skipped in 11.459s [2022-05-13T10:38:40.833Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-05-13T10:38:41.092Z] INFO: Testing against a local daemon [2022-05-13T10:38:41.092Z] === RUN TestCommitInheritsEnv [2022-05-13T10:38:41.350Z] --- PASS: TestCommitInheritsEnv (0.44s) [2022-05-13T10:38:41.350Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-13T10:38:41.350Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-05-13T10:38:41.350Z] === RUN TestImportWithCustomPlatform [2022-05-13T10:38:41.350Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-13T10:38:41.608Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-13T10:38:41.608Z] === RUN TestImportWithCustomPlatform// [2022-05-13T10:38:41.608Z] === RUN TestImportWithCustomPlatform/linux [2022-05-13T10:38:41.608Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-13T10:38:41.608Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-13T10:38:41.867Z] === RUN TestImportWithCustomPlatform/macos [2022-05-13T10:38:41.867Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-13T10:38:41.867Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-13T10:38:41.867Z] --- PASS: TestImportWithCustomPlatform (0.41s) [2022-05-13T10:38:41.867Z] --- PASS: TestImportWithCustomPlatform/#00 (0.10s) [2022-05-13T10:38:41.867Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-13T10:38:41.867Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-13T10:38:41.867Z] --- PASS: TestImportWithCustomPlatform/linux (0.09s) [2022-05-13T10:38:41.867Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.08s) [2022-05-13T10:38:41.867Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.11s) [2022-05-13T10:38:41.867Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-13T10:38:41.867Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-13T10:38:41.867Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-13T10:38:41.867Z] === RUN TestImagesFilterMultiReference [2022-05-13T10:38:41.867Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-05-13T10:38:41.867Z] === RUN TestImagePullPlatformInvalid [2022-05-13T10:38:41.867Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-05-13T10:38:41.867Z] === RUN TestRemoveImageOrphaning [2022-05-13T10:38:42.435Z] --- PASS: TestRemoveImageOrphaning (0.38s) [2022-05-13T10:38:42.435Z] === RUN TestRemoveImageGarbageCollector [2022-05-13T10:38:43.001Z] time="2022-05-13T10:38:42Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-05-13T10:38:43.187Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-05-13T10:38:43.445Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-13T10:38:43.726Z] 12fb50a031bd: Verifying Checksum [2022-05-13T10:38:43.726Z] 12fb50a031bd: Download complete [2022-05-13T10:38:44.905Z] --- PASS: TestRemoveImageGarbageCollector (2.27s) [2022-05-13T10:38:44.905Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-13T10:38:44.905Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-05-13T10:38:44.905Z] === RUN TestTagInvalidReference [2022-05-13T10:38:44.905Z] --- PASS: TestTagInvalidReference (0.03s) [2022-05-13T10:38:44.905Z] === RUN TestTagValidPrefixedRepo [2022-05-13T10:38:44.905Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-05-13T10:38:44.905Z] === RUN TestTagExistedNameWithoutForce [2022-05-13T10:38:44.905Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-05-13T10:38:44.905Z] === RUN TestTagOfficialNames [2022-05-13T10:38:44.905Z] --- PASS: TestTagOfficialNames (0.06s) [2022-05-13T10:38:44.905Z] === RUN TestTagMatchesDigest [2022-05-13T10:38:44.905Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-05-13T10:38:44.905Z] === CONT TestImportExtremelyLargeImageWorks [2022-05-13T10:38:47.631Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-05-13T10:38:48.388Z] 97f65a0ec59e: Verifying Checksum [2022-05-13T10:38:48.388Z] 97f65a0ec59e: Download complete [2022-05-13T10:38:48.564Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-13T10:38:49.131Z] check_test.go:307: [d45ac89315c33] daemon is not started [2022-05-13T10:38:49.131Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-05-13T10:38:51.660Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-13T10:38:51.660Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-13T10:38:51.770Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-13T10:38:51.770Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-13T10:38:52.399Z] --- PASS: TestBuildMultiStageOnBuild (13.88s) [2022-05-13T10:38:52.399Z] === RUN TestBuildUncleanTarFilenames [2022-05-13T10:38:52.399Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:38:52.399Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-05-13T10:38:52.399Z] === RUN TestBuildMultiStageLayerLeak [2022-05-13T10:38:52.593Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-05-13T10:38:57.859Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-13T10:38:58.117Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-05-13T10:38:59.491Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-05-13T10:38:59.749Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-05-13T10:39:00.683Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-05-13T10:39:00.683Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from config [2022-05-13T10:39:00.942Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from config [2022-05-13T10:39:01.513Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from config [2022-05-13T10:39:02.079Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from config [2022-05-13T10:39:02.644Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from config [2022-05-13T10:39:02.902Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-13T10:39:03.183Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from cli [2022-05-13T10:39:03.443Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-13T10:39:03.701Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from cli [2022-05-13T10:39:04.266Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from cli [2022-05-13T10:39:04.523Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from cli [2022-05-13T10:39:04.738Z] --- PASS: TestBuildMultiStageLayerLeak (11.69s) [2022-05-13T10:39:04.738Z] === RUN TestBuildWithHugeFile [2022-05-13T10:39:05.090Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-13T10:39:05.090Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from cli [2022-05-13T10:39:05.655Z] check_test.go:307: [d3244623665f7] daemon is not started [2022-05-13T10:39:05.655Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-05-13T10:39:06.314Z] .........................xx.................... [ 29%] [2022-05-13T10:39:06.683Z] check_test.go:307: [d95cb8b2de048] daemon is not started [2022-05-13T10:39:06.683Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-05-13T10:39:07.253Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-05-13T10:39:08.188Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-13T10:39:08.757Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-05-13T10:39:09.015Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-13T10:39:09.015Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-13T10:39:09.874Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-13T10:39:10.390Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-13T10:39:11.764Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-13T10:39:11.764Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-05-13T10:39:12.332Z] check_test.go:307: [d720a8d987c1a] daemon is not started [2022-05-13T10:39:12.332Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-05-13T10:39:13.265Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-13T10:39:15.164Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-05-13T10:39:17.064Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-05-13T10:39:18.006Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-13T10:39:21.250Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-05-13T10:39:22.184Z] check_test.go:307: [de84861f2caf2] daemon is not started [2022-05-13T10:39:22.184Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-05-13T10:39:22.351Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-05-13T10:39:24.084Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-13T10:39:24.577Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-13T10:39:24.577Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-13T10:39:25.459Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-13T10:39:25.516Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-13T10:39:26.086Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-13T10:39:26.086Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-13T10:39:26.839Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-13T10:39:27.026Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-13T10:39:28.745Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-13T10:39:28.936Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-13T10:39:29.839Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-05-13T10:39:29.876Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-13T10:39:30.117Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-05-13T10:39:30.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-13T10:39:31.075Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-13T10:39:32.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-13T10:39:32.583Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-13T10:39:33.398Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-05-13T10:39:33.523Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-13T10:39:34.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-13T10:39:34.472Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-05-13T10:39:35.032Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-13T10:39:35.297Z] check_test.go:307: [d2d7872642bbc] daemon is not started [2022-05-13T10:39:35.297Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-05-13T10:39:35.864Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-05-13T10:39:35.972Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-13T10:39:35.972Z] Using test binary docker [2022-05-13T10:39:35.972Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-13T10:39:35.972Z] +++ /etc/init.d/apparmor start [2022-05-13T10:39:35.972Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-13T10:39:35.972Z] INFO: Waiting for daemon to start... [2022-05-13T10:39:35.972Z] Starting dockerd [2022-05-13T10:39:35.972Z] +++ 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-13T10:39:36.430Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-05-13T10:39:36.996Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-05-13T10:39:38.896Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-05-13T10:39:38.896Z] check_test.go:307: [dc3359bfd84b2] daemon is not started [2022-05-13T10:39:38.896Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-05-13T10:39:40.167Z] . [2022-05-13T10:39:40.167Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-13T10:39:40.167Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-13T10:39:40.167Z] Error: No such image: emptyfs [2022-05-13T10:39:40.167Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-13T10:39:40.167Z] ++++ docker load [2022-05-13T10:39:40.167Z] Running integration-test (iteration 1) [2022-05-13T10:39:40.167Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-05-13T10:39:40.167Z] ++ 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-13T10:39:40.167Z] ++ set -e [2022-05-13T10:39:40.167Z] ++ '[' -n 0 ']' [2022-05-13T10:39:40.167Z] ++ set -x [2022-05-13T10:39:40.167Z] ++ 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-13T10:39:40.167Z] Loaded image: busybox:latest [2022-05-13T10:39:40.167Z] Loaded image: busybox:glibc [2022-05-13T10:39:40.271Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-13T10:39:41.107Z] Loaded image: debian:bullseye-slim [2022-05-13T10:39:41.107Z] Loaded image: hello-world:latest [2022-05-13T10:39:41.107Z] Loaded image: arm32v7/hello-world:latest [2022-05-13T10:39:41.107Z] INFO: Testing against a local daemon [2022-05-13T10:39:41.107Z] === RUN TestCgroupNamespacesBuild [2022-05-13T10:39:41.206Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-13T10:39:41.207Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-13T10:39:41.207Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-05-13T10:39:42.487Z] --- PASS: TestCgroupNamespacesBuild (1.14s) [2022-05-13T10:39:42.487Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-13T10:39:43.425Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.11s) [2022-05-13T10:39:43.425Z] === RUN TestBuildWithSession [2022-05-13T10:39:43.425Z] build_session_test.go:25: TODO: BuildKit [2022-05-13T10:39:43.425Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-13T10:39:43.425Z] === RUN TestBuildSquashParent [2022-05-13T10:39:43.735Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-05-13T10:39:44.525Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-05-13T10:39:44.525Z] [2022-05-13T10:39:44.525Z] ________ ____ __. [2022-05-13T10:39:44.525Z] \_____ \ | |/ _| [2022-05-13T10:39:44.525Z] / | \| < [2022-05-13T10:39:44.525Z] / | \ | \ [2022-05-13T10:39:44.525Z] \_______ /____|__ \ [2022-05-13T10:39:44.525Z] \/ \/ [2022-05-13T10:39:44.525Z] [2022-05-13T10:39:44.525Z] INFO: make.ps1 ended at 05/13/2022 10:39:35 [2022-05-13T10:39:44.525Z] INFO: Binaries build ended at 05/13/2022 10:39:36. Duration:00:01:41.3768009 [2022-05-13T10:39:44.525Z] INFO: Copying the built daemon binary to d:\CI\PR-43269\3\binary\dockerd-8e4b5db542.exe... [2022-05-13T10:39:44.525Z] INFO: Copying the built client binary to d:\CI\PR-43269\3\binary\docker-8e4b5db542.exe... [2022-05-13T10:39:44.525Z] INFO: Copying the golang package from the container to d:\CI\PR-43269\3\installer\go.zip... [2022-05-13T10:39:44.525Z] INFO: Extracting go.zip to d:\CI\PR-43269\3\go [2022-05-13T10:39:45.108Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-13T10:39:47.620Z] --- PASS: TestBuildSquashParent (3.84s) [2022-05-13T10:39:47.620Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-13T10:39:47.620Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:39:47.620Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:39:47.620Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:39:47.620Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:39:47.620Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:39:47.620Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:39:47.620Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:39:47.620Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:39:47.620Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:39:47.620Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:39:47.620Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:39:47.620Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:39:47.620Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:39:47.620Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:39:47.636Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-13T10:39:47.636Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-05-13T10:39:48.579Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:39:48.579Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:39:49.012Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-05-13T10:39:49.579Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-13T10:39:49.982Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:39:49.982Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:39:50.621Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-05-13T10:39:50.923Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-05-13T10:39:50.923Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.29s) [2022-05-13T10:39:50.923Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.35s) [2022-05-13T10:39:50.923Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.14s) [2022-05-13T10:39:50.923Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.21s) [2022-05-13T10:39:50.923Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.15s) [2022-05-13T10:39:50.923Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.07s) [2022-05-13T10:39:50.923Z] === RUN TestBuildMultiStageCopy [2022-05-13T10:39:50.923Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-13T10:39:50.955Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-05-13T10:39:51.863Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-13T10:39:52.123Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-13T10:39:52.383Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-13T10:39:52.642Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-13T10:39:52.902Z] --- PASS: TestBuildMultiStageCopy (1.88s) [2022-05-13T10:39:52.902Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.07s) [2022-05-13T10:39:52.902Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-05-13T10:39:52.902Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s) [2022-05-13T10:39:52.902Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2022-05-13T10:39:52.902Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2022-05-13T10:39:52.902Z] === RUN TestBuildMultiStageParentConfig [2022-05-13T10:39:53.471Z] --- PASS: TestBuildMultiStageParentConfig (0.57s) [2022-05-13T10:39:53.471Z] === RUN TestBuildLabelWithTargets [2022-05-13T10:39:54.410Z] --- PASS: TestBuildLabelWithTargets (0.96s) [2022-05-13T10:39:54.410Z] === RUN TestBuildWithEmptyLayers [2022-05-13T10:39:54.670Z] --- PASS: TestBuildWithEmptyLayers (0.45s) [2022-05-13T10:39:54.670Z] === RUN TestBuildMultiStageOnBuild [2022-05-13T10:39:55.155Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-05-13T10:39:56.050Z] --- PASS: TestBuildMultiStageOnBuild (1.31s) [2022-05-13T10:39:56.050Z] === RUN TestBuildUncleanTarFilenames [2022-05-13T10:39:56.088Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-13T10:39:56.625Z] --- PASS: TestBuildUncleanTarFilenames (0.62s) [2022-05-13T10:39:56.625Z] === RUN TestBuildMultiStageLayerLeak [2022-05-13T10:39:57.987Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-05-13T10:39:58.005Z] --- PASS: TestBuildMultiStageLayerLeak (1.37s) [2022-05-13T10:39:58.005Z] === RUN TestBuildWithHugeFile [2022-05-13T10:39:58.244Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-13T10:39:59.865Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-05-13T10:40:00.773Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-13T10:40:01.605Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-05-13T10:40:02.672Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-05-13T10:40:04.572Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-05-13T10:40:05.506Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-05-13T10:40:05.967Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-05-13T10:40:06.439Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-05-13T10:40:09.720Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-05-13T10:40:09.821Z] INFO: Extraction ended at 05/13/2022 10:40:07. Duration:00:00:28.8886934 [2022-05-13T10:40:09.821Z] INFO: Updating the golang and path environment variables [2022-05-13T10:40:09.821Z] INFO: GOPATH=d:\gopath [2022-05-13T10:40:09.821Z] INFO: go version go1.18.2 windows/amd64 [2022-05-13T10:40:09.821Z] INFO: Running the daemon under test in debug mode [2022-05-13T10:40:09.821Z] INFO: Starting a daemon under test... [2022-05-13T10:40:09.821Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43269\3\daemon --pidfile d:\CI\PR-43269\3\docker.pid -D [2022-05-13T10:40:09.821Z] INFO: Process started successfully. [2022-05-13T10:40:09.821Z] INFO: Start tailing logs of the daemon under tests [2022-05-13T10:40:09.821Z] INFO: Waiting for the daemon under test to start... [2022-05-13T10:40:10.248Z] ............................ [ 66%] [2022-05-13T10:40:16.281Z] docker_cli_daemon_test.go:2503: [daced12251f74] daemon is not started [2022-05-13T10:40:17.214Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-05-13T10:40:17.779Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-13T10:40:17.779Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-13T10:40:23.060Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-13T10:40:23.060Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-13T10:40:23.318Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-13T10:40:23.885Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-13T10:40:23.885Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-13T10:40:24.451Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-13T10:40:24.451Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-13T10:40:26.350Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-13T10:40:26.916Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-13T10:40:28.815Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-13T10:40:28.815Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-05-13T10:40:30.714Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-13T10:40:30.714Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-05-13T10:40:31.050Z] .....INFO: Daemon under test started and replied! [2022-05-13T10:40:31.050Z] INFO: Docker version of the daemon under test [2022-05-13T10:40:31.050Z] [2022-05-13T10:40:31.050Z] Client: [2022-05-13T10:40:31.050Z] Version: 17.06.2-ce [2022-05-13T10:40:31.050Z] API version: 1.30 [2022-05-13T10:40:31.050Z] Go version: go1.8.3 [2022-05-13T10:40:31.050Z] Git commit: cec0b72 [2022-05-13T10:40:31.050Z] Built: Tue Sep 5 19:57:19 2017 [2022-05-13T10:40:31.050Z] OS/Arch: windows/amd64 [2022-05-13T10:40:31.050Z] [2022-05-13T10:40:31.050Z] Server: [2022-05-13T10:40:31.050Z] Version: 0.0.0-dev [2022-05-13T10:40:31.050Z] API version: 1.42 (minimum version 1.24) [2022-05-13T10:40:31.050Z] Go version: go1.18.2 [2022-05-13T10:40:31.050Z] Git commit: 8e4b5db542 [2022-05-13T10:40:31.050Z] Built: [2022-05-13T10:40:31.050Z] OS/Arch: windows/amd64 [2022-05-13T10:40:31.050Z] Experimental: false [2022-05-13T10:40:31.050Z] [2022-05-13T10:40:31.050Z] INFO: Docker info of the daemon under test [2022-05-13T10:40:31.050Z] [2022-05-13T10:40:31.050Z] Containers: 0 [2022-05-13T10:40:31.050Z] Running: 0 [2022-05-13T10:40:31.051Z] Paused: 0 [2022-05-13T10:40:31.051Z] Stopped: 0 [2022-05-13T10:40:31.051Z] Images: 0 [2022-05-13T10:40:31.051Z] Server Version: 0.0.0-dev [2022-05-13T10:40:31.051Z] Storage Driver: windowsfilter [2022-05-13T10:40:31.051Z] Windows: [2022-05-13T10:40:31.051Z] Logging Driver: json-file [2022-05-13T10:40:31.051Z] Plugins: [2022-05-13T10:40:31.051Z] Volume: local [2022-05-13T10:40:31.051Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-13T10:40:31.051Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-13T10:40:31.051Z] Swarm: inactive [2022-05-13T10:40:31.051Z] Default Isolation: process [2022-05-13T10:40:31.051Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-13T10:40:31.051Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-05-13T10:40:31.051Z] OSType: windows [2022-05-13T10:40:31.051Z] Architecture: x86_64 [2022-05-13T10:40:31.051Z] CPUs: 4 [2022-05-13T10:40:31.051Z] Total Memory: 32GiB [2022-05-13T10:40:31.051Z] Name: azwin-2-5dff20 [2022-05-13T10:40:31.051Z] ID: 46dd9e9c-b807-4ecb-b064-7dbae1c4f1e0 [2022-05-13T10:40:31.051Z] Docker Root Dir: D:\CI\PR-43269\3\daemon [2022-05-13T10:40:31.051Z] Debug Mode (client): false [2022-05-13T10:40:31.051Z] Debug Mode (server): true [2022-05-13T10:40:31.051Z] File Descriptors: -1 [2022-05-13T10:40:31.051Z] Goroutines: 16 [2022-05-13T10:40:31.051Z] System Time: 2022-05-13T10:40:27.7970444Z [2022-05-13T10:40:31.051Z] EventsListeners: 0 [2022-05-13T10:40:31.051Z] Registry: https://index.docker.io/v1/ [2022-05-13T10:40:31.051Z] Labels: [2022-05-13T10:40:31.051Z] Experimental: false [2022-05-13T10:40:31.051Z] Insecure Registries: [2022-05-13T10:40:31.051Z] 127.0.0.0/8 [2022-05-13T10:40:31.051Z] Live Restore Enabled: false [2022-05-13T10:40:31.051Z] [2022-05-13T10:40:31.051Z] [2022-05-13T10:40:31.051Z] INFO: Docker images of the daemon under test [2022-05-13T10:40:31.051Z] [2022-05-13T10:40:31.051Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-13T10:40:31.051Z] [2022-05-13T10:40:31.051Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-05-13T10:40:31.051Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-05-13T10:40:31.051Z] ltsc2019: Pulling from windows/servercore [2022-05-13T10:40:31.051Z] b111c3320c94: Pulling fs layer [2022-05-13T10:40:31.051Z] 8b534d64a7c3: Pulling fs layer [2022-05-13T10:40:32.088Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-13T10:40:33.462Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-05-13T10:40:33.462Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-13T10:40:33.462Z] check_test.go:307: [d2d0238f42647] daemon is not started [2022-05-13T10:40:33.462Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-05-13T10:40:34.396Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-13T10:40:36.937Z] 8b534d64a7c3: Verifying Checksum [2022-05-13T10:40:36.937Z] 8b534d64a7c3: Download complete [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite (339.14s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (6.64s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.71s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.57s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.30s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.10s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.40s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.27s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.15s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.18s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.17s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.54s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.53s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.49s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.33s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.33s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.38s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.48s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.11s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.55s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.64s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.15s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.99s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.23s) [2022-05-13T10:40:39.661Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.08s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.21s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.73s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.72s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.80s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.72s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.26s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.57s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.58s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.77s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.65s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.72s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.73s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.78s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.75s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.95s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.56s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.65s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.59s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.52s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.40s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.13s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.87s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.55s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.58s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.54s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.34s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.89s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.66s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.56s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (1.93s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.92s) [2022-05-13T10:40:39.661Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-05-13T10:40:39.661Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.66s) [2022-05-13T10:40:39.661Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.68s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.02s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.18s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.66s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.89s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.48s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.84s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.24s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.14s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.07s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.04s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.52s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.57s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.66s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.12s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.07s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.57s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.10s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.80s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.86s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.90s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.62s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.42s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.79s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.43s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.60s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.59s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.92s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.28s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.19s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.10s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.53s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.00s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.51s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.24s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.57s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.89s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.13s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.12s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.03s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.69s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.71s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.95s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.80s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.64s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.13s) [2022-05-13T10:40:39.662Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.65s) [2022-05-13T10:40:39.662Z] === RUN TestDockerSwarmSuite [2022-05-13T10:40:39.662Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-05-13T10:40:41.036Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-13T10:40:42.411Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-05-13T10:40:44.706Z] --- PASS: TestBuildWithHugeFile (43.48s) [2022-05-13T10:40:44.706Z] === RUN TestBuildWCOWSandboxSize [2022-05-13T10:40:44.706Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-13T10:40:44.706Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-13T10:40:44.706Z] === RUN TestBuildWithEmptyDockerfile [2022-05-13T10:40:44.706Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:40:44.706Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:40:44.706Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:40:44.706Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:40:44.706Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:40:44.706Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:40:44.706Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:40:44.706Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:40:44.706Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:40:44.706Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-05-13T10:40:44.706Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2022-05-13T10:40:44.706Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2022-05-13T10:40:44.706Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-05-13T10:40:44.706Z] === RUN TestBuildPreserveOwnership [2022-05-13T10:40:44.706Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-13T10:40:44.706Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-13T10:40:44.706Z] --- PASS: TestBuildPreserveOwnership (2.90s) [2022-05-13T10:40:44.706Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.86s) [2022-05-13T10:40:44.706Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.03s) [2022-05-13T10:40:44.706Z] === RUN TestBuildPlatformInvalid [2022-05-13T10:40:44.706Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-05-13T10:40:44.706Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-13T10:40:44.758Z] 97f65a0ec59e: Pull complete [2022-05-13T10:40:45.645Z] Loaded image: busybox:latest [2022-05-13T10:40:45.646Z] Loaded image: busybox:glibc [2022-05-13T10:40:45.693Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-05-13T10:40:46.584Z] Loaded image: debian:bullseye-slim [2022-05-13T10:40:46.584Z] Loaded image: hello-world:latest [2022-05-13T10:40:46.584Z] Loaded image: arm32v7/hello-world:latest [2022-05-13T10:40:47.368Z] b111c3320c94: Verifying Checksum [2022-05-13T10:40:47.368Z] b111c3320c94: Download complete [2022-05-13T10:40:50.970Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-05-13T10:40:51.866Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-05-13T10:40:54.711Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.32s) [2022-05-13T10:40:54.711Z] PASS [2022-05-13T10:40:54.711Z] [2022-05-13T10:40:54.711Z] === Skipped [2022-05-13T10:40:54.711Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-05-13T10:40:54.711Z] build_session_test.go:25: TODO: BuildKit [2022-05-13T10:40:54.711Z] [2022-05-13T10:40:54.711Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-13T10:40:54.711Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-13T10:40:54.711Z] [2022-05-13T10:40:54.711Z] DONE 34 tests, 2 skipped in 74.419s [2022-05-13T10:40:54.711Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-05-13T10:40:54.711Z] ++ 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-13T10:40:54.711Z] ++ set -e [2022-05-13T10:40:54.711Z] ++ '[' -n 0 ']' [2022-05-13T10:40:54.711Z] ++ set -x [2022-05-13T10:40:54.711Z] ++ 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-13T10:40:54.711Z] INFO: Testing against a local daemon [2022-05-13T10:40:54.711Z] === RUN TestConfigInspect [2022-05-13T10:40:56.624Z] --- PASS: TestConfigInspect (2.15s) [2022-05-13T10:40:56.624Z] === RUN TestConfigList [2022-05-13T10:40:58.532Z] --- PASS: TestConfigList (2.14s) [2022-05-13T10:40:58.532Z] === RUN TestConfigsCreateAndDelete [2022-05-13T10:41:01.068Z] --- PASS: TestConfigsCreateAndDelete (2.16s) [2022-05-13T10:41:01.068Z] === RUN TestConfigsUpdate [2022-05-13T10:41:01.422Z] --- PASS: TestBuildWithHugeFile (112.31s) [2022-05-13T10:41:01.422Z] === RUN TestBuildWCOWSandboxSize [2022-05-13T10:41:01.422Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-13T10:41:01.422Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-13T10:41:01.422Z] === RUN TestBuildWithEmptyDockerfile [2022-05-13T10:41:01.422Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:41:01.422Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:41:01.422Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:41:01.422Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:41:01.422Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:41:01.422Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:41:01.422Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:41:01.422Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:41:01.422Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:41:01.422Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2022-05-13T10:41:01.422Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-05-13T10:41:01.422Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-05-13T10:41:01.422Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-05-13T10:41:01.422Z] === RUN TestBuildPreserveOwnership [2022-05-13T10:41:01.422Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:41:01.422Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-05-13T10:41:01.422Z] === RUN TestBuildPlatformInvalid [2022-05-13T10:41:01.422Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-05-13T10:41:01.422Z] PASS [2022-05-13T10:41:01.422Z] ok github.com/docker/docker/integration/build 181.531s [2022-05-13T10:41:01.422Z] [2022-05-13T10:41:01.422Z] === Skipped [2022-05-13T10:41:01.422Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-05-13T10:41:01.422Z] build_session_test.go:25: TODO: BuildKit [2022-05-13T10:41:01.422Z] [2022-05-13T10:41:01.422Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-05-13T10:41:01.422Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:41:01.422Z] [2022-05-13T10:41:01.422Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-05-13T10:41:01.422Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:41:01.422Z] [2022-05-13T10:41:01.422Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-05-13T10:41:01.422Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:41:01.422Z] [2022-05-13T10:41:01.422Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-05-13T10:41:01.422Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-13T10:41:01.422Z] [2022-05-13T10:41:01.422Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-05-13T10:41:01.422Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:41:01.422Z] [2022-05-13T10:41:01.422Z] DONE 29 tests, 6 skipped in 214.990s [2022-05-13T10:41:01.422Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-05-13T10:41:01.422Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:41:01.422Z] INFO: Testing against a local daemon [2022-05-13T10:41:01.422Z] === RUN TestConfigInspect [2022-05-13T10:41:01.422Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:41:01.422Z] --- SKIP: TestConfigInspect (0.00s) [2022-05-13T10:41:01.422Z] === RUN TestConfigList [2022-05-13T10:41:01.422Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:41:01.422Z] --- SKIP: TestConfigList (0.00s) [2022-05-13T10:41:01.422Z] === RUN TestConfigsCreateAndDelete [2022-05-13T10:41:01.422Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:41:01.422Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-05-13T10:41:01.422Z] === RUN TestConfigsUpdate [2022-05-13T10:41:01.422Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:41:01.422Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-05-13T10:41:01.422Z] === RUN TestTemplatedConfig [2022-05-13T10:41:01.422Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:41:01.422Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-13T10:41:01.422Z] === RUN TestConfigCreateResolve [2022-05-13T10:41:01.422Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:41:01.422Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-05-13T10:41:01.422Z] PASS [2022-05-13T10:41:01.422Z] ok github.com/docker/docker/integration/config 0.092s [2022-05-13T10:41:01.422Z] [2022-05-13T10:41:01.422Z] === Skipped [2022-05-13T10:41:01.422Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-05-13T10:41:01.422Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:41:01.422Z] [2022-05-13T10:41:01.422Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-05-13T10:41:01.422Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:41:01.422Z] [2022-05-13T10:41:01.422Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-05-13T10:41:01.422Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:41:01.422Z] [2022-05-13T10:41:01.422Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-05-13T10:41:01.422Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:41:01.422Z] [2022-05-13T10:41:01.422Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-05-13T10:41:01.422Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:41:01.422Z] [2022-05-13T10:41:01.422Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-05-13T10:41:01.422Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:41:01.422Z] [2022-05-13T10:41:01.422Z] DONE 6 tests, 6 skipped in 1.906s [2022-05-13T10:41:01.422Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-05-13T10:41:01.422Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:41:01.422Z] INFO: Testing against a local daemon [2022-05-13T10:41:01.422Z] === RUN TestAttachWithTTY [2022-05-13T10:41:01.422Z] --- PASS: TestAttachWithTTY (0.15s) [2022-05-13T10:41:01.422Z] === RUN TestAttachWithoutTTy [2022-05-13T10:41:01.422Z] --- PASS: TestAttachWithoutTTy (0.16s) [2022-05-13T10:41:01.422Z] === RUN TestCheckpoint [2022-05-13T10:41:01.422Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-13T10:41:01.422Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/commit [2022-05-13T10:41:01.422Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-13T10:41:01.422Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:41:01.422Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:41:01.422Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:41:01.422Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:41:01.422Z] === CONT TestContainerInvalidJSON/commit [2022-05-13T10:41:01.422Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:41:01.422Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-13T10:41:01.422Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-13T10:41:01.422Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-13T10:41:01.422Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-13T10:41:01.422Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-05-13T10:41:01.422Z] --- PASS: TestContainerInvalidJSON/containers/create (0.02s) [2022-05-13T10:41:01.422Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.01s) [2022-05-13T10:41:01.422Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-13T10:41:01.422Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-13T10:41:01.422Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-13T10:41:01.422Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-05-13T10:41:01.422Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.01s) [2022-05-13T10:41:01.422Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-13T10:41:01.422Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-13T10:41:01.422Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-13T10:41:01.422Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.02s) [2022-05-13T10:41:01.422Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.01s) [2022-05-13T10:41:01.422Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-13T10:41:01.423Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.01s) [2022-05-13T10:41:01.423Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-13T10:41:01.423Z] --- PASS: TestContainerInvalidJSON/commit (0.02s) [2022-05-13T10:41:01.423Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.01s) [2022-05-13T10:41:01.423Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-13T10:41:01.423Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.01s) [2022-05-13T10:41:01.423Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-13T10:41:01.423Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-05-13T10:41:01.423Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-13T10:41:01.423Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-13T10:41:01.423Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-13T10:41:01.423Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-13T10:41:01.423Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-13T10:41:01.423Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.25s) [2022-05-13T10:41:01.423Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-13T10:41:01.879Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.24s) [2022-05-13T10:41:01.879Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-13T10:41:01.879Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.24s) [2022-05-13T10:41:01.879Z] === RUN TestCopyEmptyFile [2022-05-13T10:41:02.333Z] --- PASS: TestCopyEmptyFile (0.44s) [2022-05-13T10:41:02.333Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-13T10:41:02.787Z] --- PASS: TestCopyToContainerPathIsNotDir (0.26s) [2022-05-13T10:41:02.787Z] === RUN TestCopyFromContainer [2022-05-13T10:41:02.787Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:41:02.787Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-05-13T10:41:02.787Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-13T10:41:02.787Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:41:02.787Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:41:02.787Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:41:02.787Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:41:02.787Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:41:02.787Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:41:02.787Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:41:02.787Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:41:02.787Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:41:02.787Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-05-13T10:41:02.787Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-05-13T10:41:02.787Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-05-13T10:41:02.787Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-05-13T10:41:02.787Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-13T10:41:02.787Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-13T10:41:02.787Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-05-13T10:41:02.787Z] === RUN TestCreateWithInvalidEnv [2022-05-13T10:41:02.787Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-13T10:41:02.787Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-13T10:41:02.787Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-13T10:41:02.787Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-13T10:41:02.787Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-13T10:41:02.787Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-13T10:41:02.787Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-13T10:41:02.787Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-13T10:41:02.787Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-13T10:41:02.787Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-05-13T10:41:02.787Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-13T10:41:02.787Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-13T10:41:02.787Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-13T10:41:02.787Z] === RUN TestCreateTmpfsMountsTarget [2022-05-13T10:41:02.787Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:41:02.787Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-05-13T10:41:02.787Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-13T10:41:02.788Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:41:02.788Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-05-13T10:41:02.788Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-13T10:41:02.788Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:41:02.788Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-13T10:41:02.788Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-13T10:41:02.788Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:41:02.788Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:41:02.788Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:41:02.788Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:41:02.788Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:41:02.788Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:41:02.788Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:41:02.788Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:41:02.788Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:41:02.788Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:41:02.788Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:41:02.788Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:41:02.788Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:41:02.788Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:41:02.788Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:41:02.788Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-05-13T10:41:02.788Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-13T10:41:02.788Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-13T10:41:02.788Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-13T10:41:02.788Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-13T10:41:02.788Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-05-13T10:41:02.788Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-13T10:41:02.788Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-13T10:41:02.788Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-13T10:41:02.788Z] === RUN TestCreateDifferentPlatform [2022-05-13T10:41:02.788Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-13T10:41:02.788Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-13T10:41:02.788Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-05-13T10:41:02.788Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-05-13T10:41:02.788Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-13T10:41:02.788Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-13T10:41:02.788Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.14s) [2022-05-13T10:41:02.788Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-13T10:41:02.975Z] --- PASS: TestConfigsUpdate (2.20s) [2022-05-13T10:41:02.975Z] === RUN TestTemplatedConfig [2022-05-13T10:41:03.167Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-13T10:41:03.167Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-13T10:41:03.244Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-13T10:41:03.244Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-13T10:41:03.244Z] === RUN TestContainerKillOnDaemonStart [2022-05-13T10:41:03.244Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:41:03.244Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-13T10:41:03.244Z] === RUN TestWindowsDevices [2022-05-13T10:41:03.244Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-05-13T10:41:03.244Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-05-13T10:41:03.244Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:41:03.244Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:41:03.244Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:41:03.244Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:41:03.244Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:41:03.244Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:41:03.244Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-05-13T10:41:03.244Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-05-13T10:41:03.245Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:41:03.245Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:41:03.245Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:41:03.245Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:41:03.245Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:41:03.245Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:41:03.245Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-05-13T10:41:03.245Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-13T10:41:03.245Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:41:03.245Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:41:03.245Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-13T10:41:03.245Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-13T10:41:03.245Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:41:03.245Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:41:03.699Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:41:03.699Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:41:04.101Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-05-13T10:41:04.887Z] --- PASS: TestTemplatedConfig (1.98s) [2022-05-13T10:41:04.887Z] === RUN TestConfigCreateResolve [2022-05-13T10:41:05.036Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-05-13T10:41:06.986Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-05-13T10:41:07.424Z] --- PASS: TestConfigCreateResolve (2.18s) [2022-05-13T10:41:07.424Z] PASS [2022-05-13T10:41:07.424Z] [2022-05-13T10:41:07.424Z] DONE 6 tests in 12.897s [2022-05-13T10:41:07.424Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-05-13T10:41:07.424Z] ++ 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-13T10:41:07.424Z] ++ set -e [2022-05-13T10:41:07.424Z] ++ '[' -n 0 ']' [2022-05-13T10:41:07.424Z] ++ set -x [2022-05-13T10:41:07.424Z] ++ 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-13T10:41:07.424Z] INFO: Testing against a local daemon [2022-05-13T10:41:07.424Z] === RUN TestAttachWithTTY [2022-05-13T10:41:07.424Z] --- PASS: TestAttachWithTTY (0.06s) [2022-05-13T10:41:07.424Z] === RUN TestAttachWithoutTTy [2022-05-13T10:41:07.424Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-05-13T10:41:07.424Z] === RUN TestCheckpoint [2022-05-13T10:41:07.424Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-13T10:41:07.424Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/commit [2022-05-13T10:41:07.424Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-13T10:41:07.424Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:41:07.424Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:41:07.424Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:41:07.424Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-13T10:41:07.424Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-13T10:41:07.424Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-13T10:41:07.424Z] === CONT TestContainerInvalidJSON/commit [2022-05-13T10:41:07.424Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-13T10:41:07.424Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-13T10:41:07.424Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-13T10:41:07.424Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-13T10:41:07.424Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-13T10:41:07.424Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-13T10:41:07.424Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-13T10:41:07.424Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-13T10:41:07.424Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-13T10:41:07.424Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-05-13T10:41:07.424Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-13T10:41:07.424Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-05-13T10:41:07.424Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-13T10:41:07.424Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-05-13T10:41:07.424Z] === RUN TestCopyEmptyFile [2022-05-13T10:41:07.684Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-05-13T10:41:07.684Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-13T10:41:07.684Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-05-13T10:41:07.684Z] === RUN TestCopyFromContainer [2022-05-13T10:41:08.319Z] docker_api_swarm_test.go:563: [d2b70f155e4d4] joining swarm manager [de185d9e2b10e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:41:08.623Z] === RUN TestCopyFromContainer// [2022-05-13T10:41:08.623Z] === RUN TestCopyFromContainer//bar/root [2022-05-13T10:41:08.623Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-13T10:41:08.623Z] === RUN TestCopyFromContainer/bar/quux [2022-05-13T10:41:08.870Z] tests/integration/client_test.py ..... [ 75%] [2022-05-13T10:41:08.870Z] tests/integration/context_api_test.py ... [ 76%] [2022-05-13T10:41:08.883Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-13T10:41:08.883Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-13T10:41:08.883Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-13T10:41:08.883Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-13T10:41:08.883Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-13T10:41:09.143Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-13T10:41:09.143Z] --- PASS: TestCopyFromContainer (1.50s) [2022-05-13T10:41:09.143Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-05-13T10:41:09.143Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-05-13T10:41:09.143Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-05-13T10:41:09.143Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-05-13T10:41:09.143Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-05-13T10:41:09.143Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-05-13T10:41:09.143Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-05-13T10:41:09.143Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-05-13T10:41:09.143Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-05-13T10:41:09.143Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-05-13T10:41:09.143Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-13T10:41:09.143Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:41:09.143Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:41:09.143Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:41:09.143Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:41:09.143Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:41:09.143Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:41:09.143Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:41:09.143Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:41:09.143Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:41:09.143Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-05-13T10:41:09.143Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-13T10:41:09.143Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-13T10:41:09.143Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-13T10:41:09.143Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-13T10:41:09.143Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-05-13T10:41:09.143Z] === RUN TestCreateWithInvalidEnv [2022-05-13T10:41:09.143Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-13T10:41:09.143Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-13T10:41:09.143Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-13T10:41:09.143Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-13T10:41:09.143Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-13T10:41:09.143Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-13T10:41:09.143Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-13T10:41:09.143Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-13T10:41:09.143Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-13T10:41:09.143Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-05-13T10:41:09.143Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-13T10:41:09.143Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-13T10:41:09.143Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-13T10:41:09.143Z] === RUN TestCreateTmpfsMountsTarget [2022-05-13T10:41:09.143Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-05-13T10:41:09.143Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-13T10:41:09.473Z] tests/integration/errors_test.py . [ 76%] [2022-05-13T10:41:09.614Z] --- PASS: TestWindowsDevices (0.03s) [2022-05-13T10:41:09.614Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.15s) [2022-05-13T10:41:09.614Z] --- PASS: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.38s) [2022-05-13T10:41:09.614Z] --- PASS: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.41s) [2022-05-13T10:41:09.614Z] --- PASS: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.23s) [2022-05-13T10:41:09.614Z] --- PASS: TestWindowsDevices/process/no_device_mounted (6.15s) [2022-05-13T10:41:09.614Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.81s) [2022-05-13T10:41:09.614Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.20s) [2022-05-13T10:41:09.614Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.62s) [2022-05-13T10:41:09.614Z] === RUN TestDiff [2022-05-13T10:41:09.614Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-13T10:41:09.614Z] --- SKIP: TestDiff (0.00s) [2022-05-13T10:41:09.614Z] === RUN TestExecWithCloseStdin [2022-05-13T10:41:10.523Z] --- PASS: TestCreateWithCustomMaskedPaths (1.18s) [2022-05-13T10:41:10.523Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-13T10:41:11.463Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.16s) [2022-05-13T10:41:11.463Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-13T10:41:11.463Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:41:11.463Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:41:11.463Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:41:11.463Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:41:11.463Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:41:11.463Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:41:11.463Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:41:11.463Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:41:11.463Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:41:11.463Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:41:11.463Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:41:11.463Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:41:11.463Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:41:11.463Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:41:11.463Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:41:11.723Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-05-13T10:41:11.723Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-13T10:41:11.723Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-13T10:41:11.723Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-13T10:41:11.723Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-13T10:41:11.723Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-13T10:41:11.723Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-13T10:41:11.982Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2022-05-13T10:41:11.982Z] === RUN TestCreateDifferentPlatform [2022-05-13T10:41:11.982Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-13T10:41:11.982Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-13T10:41:11.982Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-05-13T10:41:11.982Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-13T10:41:11.982Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-13T10:41:11.982Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-13T10:41:11.982Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-05-13T10:41:11.982Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-13T10:41:11.982Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-13T10:41:11.982Z] === RUN TestContainerStartOnDaemonRestart [2022-05-13T10:41:11.982Z] === PAUSE TestContainerStartOnDaemonRestart [2022-05-13T10:41:11.982Z] === RUN TestDaemonRestartIpcMode [2022-05-13T10:41:11.982Z] === PAUSE TestDaemonRestartIpcMode [2022-05-13T10:41:11.982Z] === RUN TestDaemonHostGatewayIP [2022-05-13T10:41:11.983Z] === PAUSE TestDaemonHostGatewayIP [2022-05-13T10:41:11.983Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-13T10:41:11.983Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-13T10:41:11.983Z] === RUN TestContainerKillOnDaemonStart [2022-05-13T10:41:11.983Z] === PAUSE TestContainerKillOnDaemonStart [2022-05-13T10:41:11.983Z] === RUN TestDiff [2022-05-13T10:41:12.500Z] --- PASS: TestExecWithCloseStdin (2.53s) [2022-05-13T10:41:12.500Z] === RUN TestExec [2022-05-13T10:41:12.509Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-13T10:41:12.551Z] --- PASS: TestDiff (0.42s) [2022-05-13T10:41:12.551Z] === RUN TestExecWithCloseStdin [2022-05-13T10:41:13.120Z] --- PASS: TestExecWithCloseStdin (0.49s) [2022-05-13T10:41:13.120Z] === RUN TestExec [2022-05-13T10:41:13.380Z] --- PASS: TestExec (0.46s) [2022-05-13T10:41:13.380Z] === RUN TestExecUser [2022-05-13T10:41:13.446Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-13T10:41:13.949Z] --- PASS: TestExecUser (0.46s) [2022-05-13T10:41:13.949Z] === RUN TestExportContainerAndImportImage [2022-05-13T10:41:14.013Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-13T10:41:14.023Z] --- PASS: TestExec (2.15s) [2022-05-13T10:41:14.023Z] === RUN TestExecUser [2022-05-13T10:41:14.023Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-13T10:41:14.023Z] --- SKIP: TestExecUser (0.00s) [2022-05-13T10:41:14.023Z] === RUN TestExportContainerAndImportImage [2022-05-13T10:41:14.023Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:41:14.023Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-05-13T10:41:14.023Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-13T10:41:14.023Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:41:14.023Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-05-13T10:41:14.023Z] === RUN TestHealthCheckWorkdir [2022-05-13T10:41:14.023Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-13T10:41:14.023Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-05-13T10:41:14.023Z] === RUN TestHealthKillContainer [2022-05-13T10:41:14.023Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-13T10:41:14.023Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-05-13T10:41:14.023Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-13T10:41:14.023Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-13T10:41:14.023Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-13T10:41:14.023Z] === RUN TestKillContainerInvalidSignal [2022-05-13T10:41:14.518Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2022-05-13T10:41:14.518Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-13T10:41:14.579Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-13T10:41:15.898Z] --- PASS: TestExportContainerAfterDaemonRestart (1.26s) [2022-05-13T10:41:15.898Z] === RUN TestHealthCheckWorkdir [2022-05-13T10:41:15.952Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-13T10:41:15.952Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-05-13T10:41:15.952Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-13T10:41:16.173Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2022-05-13T10:41:16.173Z] === RUN TestHealthKillContainer [2022-05-13T10:41:16.184Z] --- PASS: TestKillContainerInvalidSignal (2.01s) [2022-05-13T10:41:16.184Z] === RUN TestKillContainer [2022-05-13T10:41:16.184Z] === RUN TestKillContainer/no_signal [2022-05-13T10:41:16.210Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-13T10:41:18.342Z] === RUN TestKillContainer/non_killing_signal [2022-05-13T10:41:18.342Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-13T10:41:18.342Z] === RUN TestKillContainer/killing_signal [2022-05-13T10:41:21.225Z] --- PASS: TestKillContainer (4.67s) [2022-05-13T10:41:21.225Z] --- PASS: TestKillContainer/no_signal (2.00s) [2022-05-13T10:41:21.225Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-13T10:41:21.225Z] --- PASS: TestKillContainer/killing_signal (2.61s) [2022-05-13T10:41:21.225Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-13T10:41:21.225Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-13T10:41:21.225Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-13T10:41:21.225Z] === RUN TestKillStoppedContainer [2022-05-13T10:41:21.225Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-13T10:41:21.225Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-05-13T10:41:21.225Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-13T10:41:21.225Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-13T10:41:21.225Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-13T10:41:21.225Z] === RUN TestKillDifferentUserContainer [2022-05-13T10:41:21.225Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-13T10:41:21.225Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-05-13T10:41:21.225Z] === RUN TestInspectOomKilledTrue [2022-05-13T10:41:21.225Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:41:21.225Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-13T10:41:21.225Z] === RUN TestInspectOomKilledFalse [2022-05-13T10:41:21.225Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:41:21.225Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-13T10:41:21.225Z] === RUN TestLogsFollowTailEmpty [2022-05-13T10:41:21.386Z] --- PASS: TestImportExtremelyLargeImageWorks (145.39s) [2022-05-13T10:41:21.387Z] PASS [2022-05-13T10:41:21.387Z] [2022-05-13T10:41:21.387Z] DONE 22 tests in 149.338s [2022-05-13T10:41:21.387Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-05-13T10:41:21.387Z] INFO: Testing against a local daemon [2022-05-13T10:41:21.387Z] === RUN TestNetworkCreateDelete [2022-05-13T10:41:21.387Z] --- PASS: TestNetworkCreateDelete (0.19s) [2022-05-13T10:41:21.387Z] === RUN TestDockerNetworkDeletePreferID [2022-05-13T10:41:21.387Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-05-13T10:41:21.387Z] === RUN TestDaemonDNSFallback [2022-05-13T10:41:21.387Z] --- PASS: TestDaemonDNSFallback (6.36s) [2022-05-13T10:41:21.387Z] === RUN TestInspectNetwork [2022-05-13T10:41:21.387Z] === RUN TestInspectNetwork/full_network_id [2022-05-13T10:41:21.387Z] === RUN TestInspectNetwork/partial_network_id [2022-05-13T10:41:21.387Z] === RUN TestInspectNetwork/network_name [2022-05-13T10:41:21.387Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-05-13T10:41:21.475Z] docker_api_swarm_test.go:585: [db439bd6aaec6] joining swarm manager [de185d9e2b10e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:41:22.749Z] --- PASS: TestLogsFollowTailEmpty (2.02s) [2022-05-13T10:41:22.749Z] === RUN TestNetworkNat [2022-05-13T10:41:22.749Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-13T10:41:22.749Z] --- SKIP: TestNetworkNat (0.00s) [2022-05-13T10:41:22.749Z] === RUN TestNetworkLocalhostTCPNat [2022-05-13T10:41:24.328Z] --- PASS: TestHealthKillContainer (7.85s) [2022-05-13T10:41:24.328Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-13T10:41:24.587Z] --- PASS: TestInspectCpusetInConfigPre120 (0.39s) [2022-05-13T10:41:24.587Z] === RUN TestIpcModeNone [2022-05-13T10:41:24.667Z] --- PASS: TestInspectNetwork (7.07s) [2022-05-13T10:41:24.667Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-05-13T10:41:24.667Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-05-13T10:41:24.667Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-05-13T10:41:24.667Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-05-13T10:41:24.667Z] === RUN TestRunContainerWithBridgeNone [2022-05-13T10:41:24.755Z] check_test.go:378: [d2b70f155e4d4] daemon is not started [2022-05-13T10:41:24.846Z] --- PASS: TestIpcModeNone (0.45s) [2022-05-13T10:41:24.846Z] === RUN TestIpcModePrivate [2022-05-13T10:41:25.416Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:76, shared: false, mustBeShared: false [2022-05-13T10:41:25.416Z] --- PASS: TestIpcModePrivate (0.46s) [2022-05-13T10:41:25.416Z] === RUN TestIpcModeShareable [2022-05-13T10:41:25.676Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:70, shared: true, mustBeShared: true [2022-05-13T10:41:25.935Z] --- PASS: TestIpcModeShareable (0.46s) [2022-05-13T10:41:25.935Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-13T10:41:26.042Z] --- PASS: TestRunContainerWithBridgeNone (1.69s) [2022-05-13T10:41:26.042Z] === RUN TestNetworkInvalidJSON [2022-05-13T10:41:26.042Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-13T10:41:26.042Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-13T10:41:26.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:41:26.042Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:41:26.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:41:26.042Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:41:26.042Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-13T10:41:26.042Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-13T10:41:26.042Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:41:26.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-13T10:41:26.042Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-13T10:41:26.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-13T10:41:26.042Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-13T10:41:26.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-13T10:41:26.042Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-13T10:41:26.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-13T10:41:26.042Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:41:26.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-13T10:41:26.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-13T10:41:26.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-13T10:41:26.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-13T10:41:26.042Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-05-13T10:41:26.043Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-05-13T10:41:26.043Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-13T10:41:26.043Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-13T10:41:26.043Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-13T10:41:26.043Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-13T10:41:26.043Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-05-13T10:41:26.043Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-13T10:41:26.043Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-13T10:41:26.043Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-13T10:41:26.043Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-13T10:41:26.043Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-13T10:41:26.043Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-13T10:41:26.043Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-13T10:41:26.043Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-13T10:41:26.043Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-13T10:41:26.043Z] === RUN TestNetworkList [2022-05-13T10:41:26.043Z] === RUN TestNetworkList//networks [2022-05-13T10:41:26.043Z] === PAUSE TestNetworkList//networks [2022-05-13T10:41:26.043Z] === RUN TestNetworkList//networks/ [2022-05-13T10:41:26.043Z] === PAUSE TestNetworkList//networks/ [2022-05-13T10:41:26.043Z] === CONT TestNetworkList//networks [2022-05-13T10:41:26.043Z] === CONT TestNetworkList//networks/ [2022-05-13T10:41:26.043Z] --- PASS: TestNetworkList (0.01s) [2022-05-13T10:41:26.043Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-13T10:41:26.043Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-13T10:41:26.043Z] === RUN TestHostIPv4BridgeLabel [2022-05-13T10:41:26.458Z] --- PASS: TestNetworkLocalhostTCPNat (3.39s) [2022-05-13T10:41:26.458Z] === RUN TestNetworkLoopbackNat [2022-05-13T10:41:26.458Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-13T10:41:26.458Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-05-13T10:41:26.458Z] === RUN TestPause [2022-05-13T10:41:26.458Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-13T10:41:26.458Z] --- SKIP: TestPause (0.00s) [2022-05-13T10:41:26.458Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-13T10:41:26.609Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-05-13T10:41:26.609Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-13T10:41:26.661Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-13T10:41:26.661Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-13T10:41:27.226Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-13T10:41:27.316Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.42s) [2022-05-13T10:41:27.316Z] === RUN TestAPIIpcModeHost [2022-05-13T10:41:27.543Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-05-13T10:41:27.543Z] === RUN TestDaemonDefaultNetworkPools [2022-05-13T10:41:27.575Z] --- PASS: TestAPIIpcModeHost (0.36s) [2022-05-13T10:41:27.575Z] === RUN TestDaemonIpcModeShareable [2022-05-13T10:41:27.792Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-13T10:41:27.986Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-05-13T10:41:28.358Z] === RUN TestDockerSuite/TestBuildFails [2022-05-13T10:41:28.477Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-05-13T10:41:28.477Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-13T10:41:28.620Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.13s) [2022-05-13T10:41:28.620Z] === RUN TestPauseStopPausedContainer [2022-05-13T10:41:28.620Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:41:28.620Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-05-13T10:41:28.620Z] === RUN TestPsFilter [2022-05-13T10:41:28.620Z] --- PASS: TestPsFilter (0.38s) [2022-05-13T10:41:28.620Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-13T10:41:28.925Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-13T10:41:28.925Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-13T10:41:28.955Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: true, mustBeShared: true [2022-05-13T10:41:28.955Z] --- PASS: TestDaemonIpcModeShareable (1.14s) [2022-05-13T10:41:28.955Z] === RUN TestDaemonIpcModePrivate [2022-05-13T10:41:29.412Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2022-05-13T10:41:29.412Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-13T10:41:29.894Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: false, mustBeShared: false [2022-05-13T10:41:29.894Z] --- PASS: TestDaemonIpcModePrivate (1.10s) [2022-05-13T10:41:29.894Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-13T10:41:30.785Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-05-13T10:41:30.785Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-13T10:41:30.833Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: false, mustBeShared: false [2022-05-13T10:41:31.092Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.15s) [2022-05-13T10:41:31.092Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-13T10:41:31.351Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-05-13T10:41:31.351Z] === RUN TestServiceWithPredefinedNetwork [2022-05-13T10:41:31.452Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-13T10:41:31.505Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.61s) [2022-05-13T10:41:31.505Z] === RUN TestRemoveContainerWithVolume [2022-05-13T10:41:32.031Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: true, mustBeShared: true [2022-05-13T10:41:32.290Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.14s) [2022-05-13T10:41:32.290Z] === RUN TestIpcModeOlderClient [2022-05-13T10:41:32.290Z] === PAUSE TestIpcModeOlderClient [2022-05-13T10:41:32.290Z] === RUN TestKillContainerInvalidSignal [2022-05-13T10:41:32.550Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2022-05-13T10:41:32.550Z] === RUN TestKillContainer [2022-05-13T10:41:32.550Z] === RUN TestKillContainer/no_signal [2022-05-13T10:41:33.120Z] === RUN TestKillContainer/non_killing_signal [2022-05-13T10:41:33.353Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-13T10:41:33.379Z] === RUN TestKillContainer/killing_signal [2022-05-13T10:41:33.884Z] --- PASS: TestServiceWithPredefinedNetwork (2.30s) [2022-05-13T10:41:33.884Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-13T10:41:33.884Z] service_test.go:243: FLAKY_TEST [2022-05-13T10:41:33.884Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-13T10:41:33.884Z] === RUN TestServiceWithDataPathPortInit [2022-05-13T10:41:33.948Z] --- PASS: TestKillContainer (1.34s) [2022-05-13T10:41:33.948Z] --- PASS: TestKillContainer/no_signal (0.47s) [2022-05-13T10:41:33.948Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2022-05-13T10:41:33.948Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2022-05-13T10:41:33.948Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-13T10:41:33.949Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-13T10:41:34.388Z] --- PASS: TestRemoveContainerWithVolume (2.57s) [2022-05-13T10:41:34.388Z] === RUN TestRemoveContainerRunning [2022-05-13T10:41:34.523Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-13T10:41:34.725Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-13T10:41:34.983Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-05-13T10:41:34.983Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-05-13T10:41:34.983Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-05-13T10:41:35.092Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.25s) [2022-05-13T10:41:35.093Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s) [2022-05-13T10:41:35.093Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.68s) [2022-05-13T10:41:35.093Z] === RUN TestKillStoppedContainer [2022-05-13T10:41:35.352Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-05-13T10:41:35.352Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-13T10:41:35.352Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-05-13T10:41:35.352Z] === RUN TestKillDifferentUserContainer [2022-05-13T10:41:35.612Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-05-13T10:41:35.612Z] === RUN TestInspectOomKilledTrue [2022-05-13T10:41:35.912Z] --- PASS: TestRemoveContainerRunning (2.01s) [2022-05-13T10:41:35.912Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-13T10:41:36.181Z] --- PASS: TestInspectOomKilledTrue (0.47s) [2022-05-13T10:41:36.181Z] === RUN TestInspectOomKilledFalse [2022-05-13T10:41:36.357Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-13T10:41:36.441Z] --- PASS: TestInspectOomKilledFalse (0.39s) [2022-05-13T10:41:36.441Z] === RUN TestLinksEtcHostsContentMatch [2022-05-13T10:41:36.615Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-13T10:41:37.010Z] --- PASS: TestLinksEtcHostsContentMatch (0.30s) [2022-05-13T10:41:37.010Z] === RUN TestLinksContainerNames [2022-05-13T10:41:37.579Z] --- PASS: TestLinksContainerNames (0.80s) [2022-05-13T10:41:37.579Z] === RUN TestLogsFollowTailEmpty [2022-05-13T10:41:37.990Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-13T10:41:37.990Z] docker_api_swarm_test.go:46: [d1ec4b349d04c] joining swarm manager [d19be49624f66]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:41:38.073Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.99s) [2022-05-13T10:41:38.073Z] === RUN TestRemoveInvalidContainer [2022-05-13T10:41:38.073Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-05-13T10:41:38.073Z] === RUN TestRenameLinkedContainer [2022-05-13T10:41:38.073Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-13T10:41:38.073Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-05-13T10:41:38.073Z] === RUN TestRenameStoppedContainer [2022-05-13T10:41:38.147Z] --- PASS: TestLogsFollowTailEmpty (0.39s) [2022-05-13T10:41:38.148Z] === RUN TestContainerNetworkMountsNoChown [2022-05-13T10:41:38.407Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/default [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/default [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/private [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/private [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/rprivate [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/slave [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/slave [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/rslave [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/shared [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/shared [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/rshared [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-13T10:41:38.407Z] === CONT TestMountDaemonRoot/default [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-13T10:41:38.407Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-13T10:41:38.407Z] === CONT TestMountDaemonRoot/rshared [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-13T10:41:38.407Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-13T10:41:38.407Z] === CONT TestMountDaemonRoot/shared [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-13T10:41:38.407Z] === CONT TestMountDaemonRoot/rslave [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-13T10:41:38.407Z] === CONT TestMountDaemonRoot/slave [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-13T10:41:38.407Z] === CONT TestMountDaemonRoot/rprivate [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-13T10:41:38.407Z] === CONT TestMountDaemonRoot/private [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-13T10:41:38.407Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-13T10:41:38.407Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-13T10:41:38.407Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-13T10:41:38.407Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-13T10:41:38.667Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-13T10:41:38.667Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-13T10:41:38.667Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-13T10:41:38.667Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-13T10:41:38.667Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-13T10:41:38.667Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-13T10:41:38.667Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-13T10:41:38.667Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-13T10:41:38.667Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-13T10:41:38.667Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-13T10:41:38.667Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-13T10:41:38.667Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-13T10:41:38.667Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-13T10:41:38.667Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-13T10:41:38.667Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-13T10:41:38.667Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-13T10:41:38.667Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-13T10:41:38.667Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-13T10:41:38.927Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-13T10:41:38.927Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-13T10:41:38.927Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-13T10:41:38.927Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-13T10:41:38.927Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-13T10:41:38.927Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.03s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.01s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-05-13T10:41:38.927Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2022-05-13T10:41:38.927Z] === RUN TestContainerBindMountNonRecursive [2022-05-13T10:41:39.891Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-13T10:41:40.306Z] --- PASS: TestContainerBindMountNonRecursive (1.26s) [2022-05-13T10:41:40.306Z] === RUN TestContainerVolumesMountedAsShared [2022-05-13T10:41:40.566Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s) [2022-05-13T10:41:40.566Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-13T10:41:40.825Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-13T10:41:40.825Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-13T10:41:40.826Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s) [2022-05-13T10:41:40.826Z] === RUN TestNetworkNat [2022-05-13T10:41:40.956Z] --- PASS: TestRenameStoppedContainer (2.60s) [2022-05-13T10:41:40.956Z] === RUN TestRenameRunningContainerAndReuse [2022-05-13T10:41:41.394Z] --- PASS: TestNetworkNat (0.43s) [2022-05-13T10:41:41.394Z] === RUN TestNetworkLocalhostTCPNat [2022-05-13T10:41:41.654Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s) [2022-05-13T10:41:41.654Z] === RUN TestNetworkLoopbackNat [2022-05-13T10:41:42.725Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-13T10:41:43.991Z] ......... [ 85%] [2022-05-13T10:41:44.099Z] --- PASS: TestImportExtremelyLargeImageWorks (183.05s) [2022-05-13T10:41:44.100Z] PASS [2022-05-13T10:41:44.100Z] [2022-05-13T10:41:44.100Z] DONE 22 tests in 187.704s [2022-05-13T10:41:44.100Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-05-13T10:41:44.100Z] ++ 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-13T10:41:44.100Z] ++ set -e [2022-05-13T10:41:44.100Z] ++ '[' -n 0 ']' [2022-05-13T10:41:44.100Z] ++ set -x [2022-05-13T10:41:44.100Z] ++ 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-13T10:41:44.100Z] INFO: Testing against a local daemon [2022-05-13T10:41:44.100Z] === RUN TestNetworkCreateDelete [2022-05-13T10:41:44.100Z] --- PASS: TestNetworkCreateDelete (0.18s) [2022-05-13T10:41:44.100Z] === RUN TestDockerNetworkDeletePreferID [2022-05-13T10:41:44.191Z] --- PASS: TestNetworkLoopbackNat (2.53s) [2022-05-13T10:41:44.191Z] === RUN TestPause [2022-05-13T10:41:44.666Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-13T10:41:44.666Z] --- PASS: TestDockerNetworkDeletePreferID (0.49s) [2022-05-13T10:41:44.666Z] === RUN TestDaemonDNSFallback [2022-05-13T10:41:44.677Z] --- PASS: TestRenameRunningContainerAndReuse (4.25s) [2022-05-13T10:41:44.677Z] === RUN TestRenameInvalidName [2022-05-13T10:41:44.761Z] --- PASS: TestPause (0.43s) [2022-05-13T10:41:44.761Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-13T10:41:44.761Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-13T10:41:44.761Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-13T10:41:44.761Z] === RUN TestPauseStopPausedContainer [2022-05-13T10:41:45.021Z] --- PASS: TestPauseStopPausedContainer (0.43s) [2022-05-13T10:41:45.021Z] === RUN TestPidHost [2022-05-13T10:41:45.960Z] --- PASS: TestPidHost (0.95s) [2022-05-13T10:41:45.960Z] === RUN TestPsFilter [2022-05-13T10:41:46.041Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-13T10:41:46.220Z] --- PASS: TestPsFilter (0.10s) [2022-05-13T10:41:46.220Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-13T10:41:46.480Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2022-05-13T10:41:46.480Z] === RUN TestRemoveContainerWithVolume [2022-05-13T10:41:47.049Z] --- PASS: TestRemoveContainerWithVolume (0.39s) [2022-05-13T10:41:47.049Z] === RUN TestRemoveContainerRunning [2022-05-13T10:41:47.309Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-05-13T10:41:47.309Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-13T10:41:47.566Z] --- PASS: TestRenameInvalidName (2.46s) [2022-05-13T10:41:47.566Z] === RUN TestRenameAnonymousContainer [2022-05-13T10:41:47.877Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2022-05-13T10:41:47.877Z] === RUN TestRemoveInvalidContainer [2022-05-13T10:41:47.877Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-05-13T10:41:47.877Z] === RUN TestRenameLinkedContainer [2022-05-13T10:41:48.569Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-13T10:41:48.690Z] tests/integration/models_images_test.py ............... [ 89%] [2022-05-13T10:41:48.757Z] --- PASS: TestServiceWithDataPathPortInit (14.09s) [2022-05-13T10:41:48.757Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-13T10:41:48.826Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-13T10:41:49.760Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-13T10:41:49.784Z] --- PASS: TestRenameLinkedContainer (1.69s) [2022-05-13T10:41:49.784Z] === RUN TestRenameStoppedContainer [2022-05-13T10:41:49.784Z] --- PASS: TestRenameStoppedContainer (0.42s) [2022-05-13T10:41:49.784Z] === RUN TestRenameRunningContainerAndReuse [2022-05-13T10:41:49.869Z] tests/integration/models_networks_test.py .... [ 90%] [2022-05-13T10:41:50.326Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-13T10:41:50.583Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-13T10:41:50.583Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-13T10:41:50.657Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:yq6c9lpmgrlfbn73kjaeo9tzv Created:2022-05-13 10:41:48.911056546 +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[a9e68899030acad5b5e336fe8413e7c616a4888de23d31f8d6a91596356da42e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9jcfcho8hyt1d086x7bp32c10 EndpointID:0a32ff6e59ecd3aaeeaff45fbbba06d44409b835e76db57d6a3390942c473d3c MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:9ef140016e431f1dc5a3b3d321c6fc47d8d24f50208228a244e739713e4d7963 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:2700215b8283 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9jcfcho8hyt1d086x7bp32c10 EndpointID:0a32ff6e59ecd3aaeeaff45fbbba06d44409b835e76db57d6a3390942c473d3c EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-05-13T10:41:50.722Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s) [2022-05-13T10:41:50.722Z] === RUN TestRenameInvalidName [2022-05-13T10:41:51.149Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-13T10:41:51.290Z] --- PASS: TestRenameInvalidName (0.39s) [2022-05-13T10:41:51.290Z] === RUN TestRenameAnonymousContainer [2022-05-13T10:41:51.407Z] --- PASS: TestDaemonDNSFallback (6.69s) [2022-05-13T10:41:51.407Z] === RUN TestInspectNetwork [2022-05-13T10:41:51.664Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-13T10:41:51.922Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-13T10:41:52.179Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-13T10:41:52.437Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-13T10:41:52.670Z] --- PASS: TestRenameAnonymousContainer (1.60s) [2022-05-13T10:41:52.670Z] === RUN TestRenameContainerWithSameName [2022-05-13T10:41:53.003Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-13T10:41:53.239Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-05-13T10:41:53.239Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-13T10:41:53.936Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-13T10:41:54.178Z] --- PASS: TestRenameContainerWithLinkedContainer (0.85s) [2022-05-13T10:41:54.178Z] === RUN TestResize [2022-05-13T10:41:54.438Z] --- PASS: TestResize (0.42s) [2022-05-13T10:41:54.438Z] === RUN TestResizeWithInvalidSize [2022-05-13T10:41:54.838Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.10s) [2022-05-13T10:41:54.839Z] PASS [2022-05-13T10:41:54.839Z] [2022-05-13T10:41:54.839Z] === Skipped [2022-05-13T10:41:54.839Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-13T10:41:54.839Z] service_test.go:243: FLAKY_TEST [2022-05-13T10:41:54.839Z] [2022-05-13T10:41:54.839Z] DONE 38 tests, 1 skipped in 44.429s [2022-05-13T10:41:54.839Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-13T10:41:54.839Z] INFO: Testing against a local daemon [2022-05-13T10:41:54.839Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-13T10:41:54.839Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-13T10:41:54.839Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-13T10:41:54.839Z] === RUN TestDockerNetworkIpvlan [2022-05-13T10:41:54.839Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-13T10:41:54.839Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-13T10:41:54.839Z] PASS [2022-05-13T10:41:54.839Z] [2022-05-13T10:41:54.839Z] === Skipped [2022-05-13T10:41:54.839Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-13T10:41:54.839Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-13T10:41:54.839Z] [2022-05-13T10:41:54.839Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-13T10:41:54.839Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-13T10:41:54.839Z] [2022-05-13T10:41:54.839Z] DONE 2 tests, 2 skipped in 0.022s [2022-05-13T10:41:54.839Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-13T10:41:54.839Z] INFO: Testing against a local daemon [2022-05-13T10:41:54.839Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-13T10:41:55.007Z] --- PASS: TestResizeWithInvalidSize (0.41s) [2022-05-13T10:41:55.008Z] === RUN TestResizeWhenContainerNotStarted [2022-05-13T10:41:55.268Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2022-05-13T10:41:55.268Z] === RUN TestDaemonRestartKillContainers [2022-05-13T10:41:55.268Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-13T10:41:55.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-13T10:41:55.268Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-13T10:41:55.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-13T10:41:55.268Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-13T10:41:55.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-13T10:41:55.268Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-13T10:41:55.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-13T10:41:55.268Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-13T10:41:55.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-13T10:41:55.268Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-13T10:41:55.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-13T10:41:55.268Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-13T10:41:55.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-13T10:41:55.268Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-13T10:41:55.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-13T10:41:55.268Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-13T10:41:55.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-13T10:41:55.268Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-13T10:41:55.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-13T10:41:55.268Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-13T10:41:55.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-13T10:41:55.268Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-13T10:41:55.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-13T10:41:55.268Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-13T10:41:55.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-13T10:41:55.268Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-13T10:41:55.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-13T10:41:55.268Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-13T10:41:55.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-13T10:41:55.268Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-13T10:41:55.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-13T10:41:55.268Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-13T10:41:55.268Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-13T10:41:55.313Z] === RUN TestInspectNetwork/full_network_id [2022-05-13T10:41:55.313Z] === RUN TestInspectNetwork/partial_network_id [2022-05-13T10:41:55.313Z] === RUN TestInspectNetwork/network_name [2022-05-13T10:41:55.313Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-05-13T10:41:55.313Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-05-13T10:41:56.212Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s) [2022-05-13T10:41:56.212Z] === RUN TestDockerNetworkMacvlan [2022-05-13T10:41:56.247Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-05-13T10:41:56.397Z] tests/integration/models_nodes_test.py . [ 90%] [2022-05-13T10:41:56.397Z] tests/integration/models_resources_test.py . [ 91%] [2022-05-13T10:41:56.504Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-13T10:41:56.779Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-05-13T10:41:57.177Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-13T10:41:57.345Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-05-13T10:41:58.115Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-13T10:41:58.137Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-05-13T10:41:58.212Z] --- PASS: TestRenameAnonymousContainer (10.67s) [2022-05-13T10:41:58.212Z] === RUN TestRenameContainerWithSameName [2022-05-13T10:41:58.283Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-05-13T10:41:59.494Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-13T10:41:59.494Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-13T10:41:59.782Z] --- PASS: TestInspectNetwork (8.02s) [2022-05-13T10:41:59.782Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-05-13T10:41:59.782Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-05-13T10:41:59.782Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-05-13T10:41:59.782Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-05-13T10:41:59.782Z] === RUN TestRunContainerWithBridgeNone [2022-05-13T10:42:00.183Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-05-13T10:42:00.370Z] --- PASS: TestRenameContainerWithSameName (2.14s) [2022-05-13T10:42:00.370Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-13T10:42:00.370Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-13T10:42:00.370Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-05-13T10:42:00.370Z] === RUN TestResize [2022-05-13T10:42:00.433Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-13T10:42:00.692Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-13T10:42:01.157Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-13T10:42:01.385Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-05-13T10:42:01.385Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-05-13T10:42:01.415Z] --- PASS: TestRunContainerWithBridgeNone (2.01s) [2022-05-13T10:42:01.415Z] === RUN TestNetworkInvalidJSON [2022-05-13T10:42:01.415Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-13T10:42:01.415Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-13T10:42:01.415Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:42:01.415Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:42:01.415Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:42:01.415Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:42:01.415Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-13T10:42:01.415Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-13T10:42:01.415Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:42:01.415Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-13T10:42:01.415Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-13T10:42:01.415Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-13T10:42:01.415Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-13T10:42:01.415Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-13T10:42:01.415Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-13T10:42:01.415Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-13T10:42:01.415Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:42:01.415Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-13T10:42:01.415Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-13T10:42:01.415Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-13T10:42:01.415Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-13T10:42:01.415Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-05-13T10:42:01.415Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-05-13T10:42:01.415Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-13T10:42:01.415Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-13T10:42:01.415Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-13T10:42:01.415Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-13T10:42:01.415Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-05-13T10:42:01.415Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-13T10:42:01.415Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-13T10:42:01.415Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-13T10:42:01.415Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-13T10:42:01.415Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-13T10:42:01.415Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-13T10:42:01.415Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-13T10:42:01.415Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-13T10:42:01.415Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-13T10:42:01.415Z] === RUN TestNetworkList [2022-05-13T10:42:01.415Z] === RUN TestNetworkList//networks [2022-05-13T10:42:01.415Z] === PAUSE TestNetworkList//networks [2022-05-13T10:42:01.415Z] === RUN TestNetworkList//networks/ [2022-05-13T10:42:01.415Z] === PAUSE TestNetworkList//networks/ [2022-05-13T10:42:01.415Z] === CONT TestNetworkList//networks [2022-05-13T10:42:01.415Z] === CONT TestNetworkList//networks/ [2022-05-13T10:42:01.415Z] --- PASS: TestNetworkList (0.02s) [2022-05-13T10:42:01.415Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-13T10:42:01.415Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-13T10:42:01.415Z] === RUN TestHostIPv4BridgeLabel [2022-05-13T10:42:01.980Z] --- PASS: TestHostIPv4BridgeLabel (0.61s) [2022-05-13T10:42:01.980Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-13T10:42:02.085Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-05-13T10:42:02.529Z] --- PASS: TestResize (2.23s) [2022-05-13T10:42:02.529Z] === RUN TestResizeWithInvalidSize [2022-05-13T10:42:03.356Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2022-05-13T10:42:03.356Z] === RUN TestDaemonDefaultNetworkPools [2022-05-13T10:42:03.614Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-13T10:42:03.873Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-13T10:42:03.873Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2022-05-13T10:42:03.873Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-13T10:42:03.873Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-13T10:42:03.873Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-13T10:42:03.985Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-13T10:42:03.985Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-13T10:42:04.130Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-13T10:42:04.389Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-13T10:42:04.690Z] --- PASS: TestResizeWithInvalidSize (2.19s) [2022-05-13T10:42:04.690Z] === RUN TestResizeWhenContainerNotStarted [2022-05-13T10:42:04.955Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2022-05-13T10:42:04.955Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-13T10:42:05.317Z] tests/integration/regression_test.py ...... [ 98%] [2022-05-13T10:42:05.427Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-05-13T10:42:05.521Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-13T10:42:05.829Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-05-13T10:42:05.829Z] tests/integration/credentials/utils_test.py . [100%] [2022-05-13T10:42:05.829Z] [2022-05-13T10:42:05.829Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-05-13T10:42:05.830Z] =========================== short test summary info ============================ [2022-05-13T10:42:05.830Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-05-13T10:42:05.830Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-05-13T10:42:05.830Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-05-13T10:42:05.830Z] Not supported on most drivers [2022-05-13T10:42:05.830Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-05-13T10:42:05.830Z] Output of docker top depends on host distro, and is not formalized. [2022-05-13T10:42:05.830Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-05-13T10:42:05.830Z] Output of docker top depends on host distro, and is not formalized. [2022-05-13T10:42:05.830Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-05-13T10:42:05.830Z] Can fail if eth0 has multiple IP addresses [2022-05-13T10:42:05.830Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-05-13T10:42:05.830Z] This doesn't seem to be taken into account by the engine [2022-05-13T10:42:05.830Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-05-13T10:42:05.830Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-05-13T10:42:05.830Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 280.40 seconds == [2022-05-13T10:42:05.922Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-13T10:42:05.993Z] --- PASS: TestDockerNetworkMacvlan (9.86s) [2022-05-13T10:42:05.993Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-05-13T10:42:05.993Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-05-13T10:42:05.993Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.85s) [2022-05-13T10:42:05.993Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.90s) [2022-05-13T10:42:05.993Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.12s) [2022-05-13T10:42:05.993Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.62s) [2022-05-13T10:42:05.993Z] PASS [2022-05-13T10:42:05.993Z] [2022-05-13T10:42:05.993Z] DONE 8 tests in 11.161s [2022-05-13T10:42:05.993Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-13T10:42:05.993Z] testing: warning: no tests to run [2022-05-13T10:42:05.993Z] PASS [2022-05-13T10:42:05.993Z] [2022-05-13T10:42:05.993Z] DONE 0 tests in 0.007s [2022-05-13T10:42:05.993Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-13T10:42:05.993Z] INFO: Testing against a local daemon [2022-05-13T10:42:05.993Z] === RUN TestAuthZPluginAllowRequest [2022-05-13T10:42:06.085Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-05-13T10:42:06.454Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s) [2022-05-13T10:42:06.455Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-13T10:42:06.713Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-13T10:42:06.971Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2022-05-13T10:42:06.971Z] === RUN TestServiceWithPredefinedNetwork [2022-05-13T10:42:07.367Z] --- PASS: TestAuthZPluginAllowRequest (1.21s) [2022-05-13T10:42:07.367Z] === RUN TestAuthZPluginTLS [2022-05-13T10:42:07.580Z] --- PASS: TestResizeWhenContainerNotStarted (2.83s) [2022-05-13T10:42:07.581Z] === RUN TestDaemonRestartKillContainers [2022-05-13T10:42:07.581Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:42:07.581Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-13T10:42:07.581Z] === RUN TestStats [2022-05-13T10:42:07.581Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-13T10:42:07.581Z] --- SKIP: TestStats (0.00s) [2022-05-13T10:42:07.581Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-13T10:42:07.624Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-05-13T10:42:07.624Z] === RUN TestAuthZPluginDenyRequest [2022-05-13T10:42:07.836Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-13T10:42:07.836Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-13T10:42:08.190Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-05-13T10:42:08.190Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-13T10:42:08.756Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-05-13T10:42:08.756Z] === RUN TestAuthZPluginDenyResponse [2022-05-13T10:42:09.322Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-05-13T10:42:09.322Z] === RUN TestAuthZPluginAllowEventStream [2022-05-13T10:42:09.743Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-13T10:42:09.743Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-13T10:42:10.252Z] --- PASS: TestServiceWithPredefinedNetwork (2.91s) [2022-05-13T10:42:10.252Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-13T10:42:10.252Z] service_test.go:243: FLAKY_TEST [2022-05-13T10:42:10.252Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-13T10:42:10.252Z] === RUN TestServiceWithDataPathPortInit [2022-05-13T10:42:10.252Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-13T10:42:10.252Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-13T10:42:10.514Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-13T10:42:10.696Z] --- PASS: TestAuthZPluginAllowEventStream (1.18s) [2022-05-13T10:42:10.696Z] === RUN TestAuthZPluginErrorResponse [2022-05-13T10:42:10.954Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-05-13T10:42:10.954Z] === RUN TestAuthZPluginErrorRequest [2022-05-13T10:42:11.124Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-13T10:42:11.520Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-05-13T10:42:11.520Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-13T10:42:12.086Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-05-13T10:42:12.086Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-13T10:42:13.029Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-05-13T10:42:13.029Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.66s) [2022-05-13T10:42:13.029Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s) [2022-05-13T10:42:13.029Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.97s) [2022-05-13T10:42:13.029Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.22s) [2022-05-13T10:42:13.029Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-05-13T10:42:13.029Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.28s) [2022-05-13T10:42:13.029Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.34s) [2022-05-13T10:42:13.030Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.49s) [2022-05-13T10:42:13.030Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.92s) [2022-05-13T10:42:13.030Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.65s) [2022-05-13T10:42:13.030Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.97s) [2022-05-13T10:42:13.030Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.81s) [2022-05-13T10:42:13.030Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.91s) [2022-05-13T10:42:13.030Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.68s) [2022-05-13T10:42:13.030Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.72s) [2022-05-13T10:42:13.030Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.63s) [2022-05-13T10:42:13.030Z] === RUN TestCgroupNamespacesRun [2022-05-13T10:42:13.347Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.34s) [2022-05-13T10:42:13.347Z] === RUN TestStopContainerWithTimeout [2022-05-13T10:42:13.347Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-13T10:42:13.347Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-05-13T10:42:13.347Z] === RUN TestUpdateRestartPolicy [2022-05-13T10:42:13.461Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.46s) [2022-05-13T10:42:13.461Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-13T10:42:13.968Z] --- PASS: TestCgroupNamespacesRun (1.15s) [2022-05-13T10:42:13.968Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-13T10:42:15.347Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.12s) [2022-05-13T10:42:15.347Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-13T10:42:15.361Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.47s) [2022-05-13T10:42:15.361Z] === RUN TestAuthZPluginHeader [2022-05-13T10:42:15.618Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-05-13T10:42:15.618Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-13T10:42:16.287Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.12s) [2022-05-13T10:42:16.287Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-13T10:42:17.226Z] --- PASS: TestCgroupNamespacesRunHostMode (1.13s) [2022-05-13T10:42:17.226Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-13T10:42:18.326Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-13T10:42:18.326Z] [2022-05-13T10:42:18.326Z] Unloading profiles will leave already running processes permanently [2022-05-13T10:42:18.326Z] unconfined, which can lead to unexpected situations. [2022-05-13T10:42:18.326Z] [2022-05-13T10:42:18.326Z] To set a process to complain mode, use the command line tool [2022-05-13T10:42:18.326Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-13T10:42:18.326Z] Post stage [Pipeline] junit [2022-05-13T10:42:18.380Z] Recording test results [2022-05-13T10:42:18.517Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-05-13T10:42:18.608Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s) [2022-05-13T10:42:18.608Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-13T10:42:18.627Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-13T10:42:18.785Z] + echo Ensuring container killed. [2022-05-13T10:42:18.785Z] Ensuring container killed. [2022-05-13T10:42:18.785Z] + docker rm -vf docker-pr3 [2022-05-13T10:42:18.785Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-05-13T10:42:19.058Z] + echo Chowning /workspace to jenkins user [2022-05-13T10:42:19.058Z] Chowning /workspace to jenkins user [2022-05-13T10:42:19.058Z] + id -u [2022-05-13T10:42:19.058Z] + id -g [2022-05-13T10:42:19.058Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43269:/workspace busybox chown -R 1000:1000 /workspace [2022-05-13T10:42:19.547Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.12s) [2022-05-13T10:42:19.547Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-13T10:42:19.804Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.18s) [2022-05-13T10:42:19.804Z] === RUN TestAuthZPluginV2Disable [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-13T10:42:20.485Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2022-05-13T10:42:20.485Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-13T10:42:20.524Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-13T10:42:20.747Z] + bundleName=docker-py [2022-05-13T10:42:20.747Z] + echo Creating docker-py-bundles.tar.gz [2022-05-13T10:42:20.747Z] Creating docker-py-bundles.tar.gz [2022-05-13T10:42:20.747Z] + 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-13T10:42:20.756Z] Archiving artifacts [2022-05-13T10:42:20.979Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43269/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-05-13T10:42:21.368Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43269/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 -e DOCKER_GRAPHDRIVER docker:8e4b5db542e45b11e57c920876e3d80a37158567 hack/make.sh binary [2022-05-13T10:42:21.424Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.11s) [2022-05-13T10:42:21.424Z] === RUN TestNISDomainname [2022-05-13T10:42:21.456Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-13T10:42:21.623Z] [2022-05-13T10:42:21.878Z] Removing bundles/ [2022-05-13T10:42:21.878Z] [2022-05-13T10:42:21.878Z] ---> Making bundle: binary (in bundles/binary) [2022-05-13T10:42:21.878Z] Building: bundles/binary-daemon/dockerd-dev [2022-05-13T10:42:21.878Z] GOOS="" GOARCH="" GOARM="" [2022-05-13T10:42:21.993Z] --- PASS: TestNISDomainname (0.54s) [2022-05-13T10:42:21.993Z] === RUN TestHostnameDnsResolution [2022-05-13T10:42:22.561Z] --- PASS: TestHostnameDnsResolution (0.71s) [2022-05-13T10:42:22.561Z] === RUN TestUnprivilegedPortsAndPing [2022-05-13T10:42:22.828Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-13T10:42:22.828Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-05-13T10:42:22.828Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-13T10:42:23.130Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s) [2022-05-13T10:42:23.130Z] === RUN TestPrivilegedHostDevices [2022-05-13T10:42:23.699Z] --- PASS: TestPrivilegedHostDevices (0.51s) [2022-05-13T10:42:23.699Z] === RUN TestStats [2022-05-13T10:42:23.986Z] --- PASS: TestAuthZPluginV2Disable (3.41s) [2022-05-13T10:42:23.986Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-13T10:42:25.908Z] 12fb50a031bd: Pull complete [2022-05-13T10:42:25.908Z] Digest: sha256:93373be6f6c576ef3f778b9d5e7b54231975bb6876a07d90c4e4599a29a65d54 [2022-05-13T10:42:25.908Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:42:25.908Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-05-13T10:42:25.908Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-05-13T10:42:25.908Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.707' [2022-05-13T10:42:25.908Z] WARN: Skipping validation tests [2022-05-13T10:42:25.908Z] INFO: Running unit tests at 05/13/2022 10:42:10... [2022-05-13T10:42:25.908Z] INFO: make.ps1 starting at 05/13/2022 10:42:15 [2022-05-13T10:42:25.908Z] INFO: Git commit (8e4b5db542) assumed from DOCKER_GITCOMMIT environment variable [2022-05-13T10:42:25.908Z] INFO: Running unit tests... [2022-05-13T10:42:25.909Z] 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-13T10:42:26.108Z] --- PASS: TestServiceWithDataPathPortInit (16.03s) [2022-05-13T10:42:26.108Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-13T10:42:26.108Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-13T10:42:26.235Z] --- PASS: TestStats (2.43s) [2022-05-13T10:42:26.235Z] === RUN TestStopContainerWithTimeout [2022-05-13T10:42:26.235Z] === RUN TestStopContainerWithTimeout/0 [2022-05-13T10:42:26.235Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-13T10:42:26.235Z] === RUN TestStopContainerWithTimeout/1 [2022-05-13T10:42:26.235Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-13T10:42:26.235Z] === RUN TestStopContainerWithTimeout/3 [2022-05-13T10:42:26.235Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-13T10:42:26.235Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-13T10:42:26.235Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-13T10:42:26.235Z] === CONT TestStopContainerWithTimeout/0 [2022-05-13T10:42:26.235Z] === CONT TestStopContainerWithTimeout/3 [2022-05-13T10:42:26.513Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.22s) [2022-05-13T10:42:26.513Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-13T10:42:26.674Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-13T10:42:26.805Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-13T10:42:28.574Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-13T10:42:28.574Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-13T10:42:28.711Z] === CONT TestStopContainerWithTimeout/1 [2022-05-13T10:42:29.508Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:dgzmn6czwyrqaw9dyjti3u95w Created:2022-05-13 10:42:27.193684038 +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[3e577d4719a9aaf89b2eccfa135439519202f638ac701057a7dd554d3ee7bdd1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.w7756yt3566jjz38ipo4anxal EndpointID:6ab298ef60c46ff4c3c73bf8522d859290e706fa0b59b6b4138406a32842d168 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:114b543a7ce2abadb5631f4639d69e4ffc318797c6e0aa2908d472148fbe0383 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:74485bf98d35 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.w7756yt3566jjz38ipo4anxal EndpointID:6ab298ef60c46ff4c3c73bf8522d859290e706fa0b59b6b4138406a32842d168 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-05-13T10:42:30.074Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-13T10:42:30.091Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-05-13T10:42:30.091Z] --- PASS: TestStopContainerWithTimeout/0 (0.66s) [2022-05-13T10:42:30.091Z] --- PASS: TestStopContainerWithTimeout/3 (2.56s) [2022-05-13T10:42:30.091Z] --- PASS: TestStopContainerWithTimeout/-1 (2.40s) [2022-05-13T10:42:30.091Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2022-05-13T10:42:30.091Z] === RUN TestDeleteDevicemapper [2022-05-13T10:42:30.091Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-13T10:42:30.091Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-13T10:42:30.091Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-13T10:42:30.333Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-13T10:42:31.268Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-13T10:42:31.526Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-13T10:42:31.997Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.52s) [2022-05-13T10:42:31.997Z] === RUN TestUpdateMemory [2022-05-13T10:42:32.257Z] --- PASS: TestUpdateMemory (0.53s) [2022-05-13T10:42:32.257Z] === RUN TestUpdateCPUQuota [2022-05-13T10:42:32.826Z] --- PASS: TestUpdateCPUQuota (0.69s) [2022-05-13T10:42:32.826Z] === RUN TestUpdatePidsLimit [2022-05-13T10:42:32.826Z] === RUN TestUpdatePidsLimit/update_from_none [2022-05-13T10:42:32.899Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-13T10:42:33.085Z] === RUN TestUpdatePidsLimit/no_change [2022-05-13T10:42:33.156Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-13T10:42:33.156Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-13T10:42:33.344Z] === RUN TestUpdatePidsLimit/update_lower [2022-05-13T10:42:33.344Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-05-13T10:42:33.414Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-13T10:42:33.604Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-05-13T10:42:33.672Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-13T10:42:33.863Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-05-13T10:42:33.930Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.05s) [2022-05-13T10:42:33.930Z] PASS [2022-05-13T10:42:33.930Z] [2022-05-13T10:42:33.930Z] === Skipped [2022-05-13T10:42:33.930Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-13T10:42:33.930Z] service_test.go:243: FLAKY_TEST [2022-05-13T10:42:33.930Z] [2022-05-13T10:42:33.930Z] DONE 38 tests, 1 skipped in 50.037s [2022-05-13T10:42:33.930Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-13T10:42:33.930Z] ++ 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-13T10:42:33.930Z] ++ set -e [2022-05-13T10:42:33.930Z] ++ '[' -n 0 ']' [2022-05-13T10:42:33.930Z] ++ set -x [2022-05-13T10:42:33.930Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-13T10:42:33.930Z] INFO: Testing against a local daemon [2022-05-13T10:42:33.930Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-13T10:42:33.930Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-13T10:42:33.930Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-13T10:42:33.930Z] === RUN TestDockerNetworkIpvlan [2022-05-13T10:42:33.930Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-13T10:42:33.930Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-13T10:42:33.930Z] PASS [2022-05-13T10:42:33.930Z] [2022-05-13T10:42:33.930Z] === Skipped [2022-05-13T10:42:33.930Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-13T10:42:33.930Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-13T10:42:33.930Z] [2022-05-13T10:42:33.930Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-13T10:42:33.930Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-13T10:42:33.930Z] [2022-05-13T10:42:33.930Z] DONE 2 tests, 2 skipped in 0.125s [2022-05-13T10:42:33.930Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-13T10:42:33.930Z] ++ 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-13T10:42:33.930Z] ++ set -e [2022-05-13T10:42:33.930Z] ++ '[' -n 0 ']' [2022-05-13T10:42:33.930Z] ++ set -x [2022-05-13T10:42:33.930Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-13T10:42:34.123Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-05-13T10:42:34.188Z] INFO: Testing against a local daemon [2022-05-13T10:42:34.188Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-13T10:42:34.188Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-13T10:42:34.692Z] --- PASS: TestUpdatePidsLimit (1.90s) [2022-05-13T10:42:34.692Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.19s) [2022-05-13T10:42:34.692Z] --- PASS: TestUpdatePidsLimit/no_change (0.20s) [2022-05-13T10:42:34.692Z] --- PASS: TestUpdatePidsLimit/update_lower (0.22s) [2022-05-13T10:42:34.692Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s) [2022-05-13T10:42:34.692Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s) [2022-05-13T10:42:34.692Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s) [2022-05-13T10:42:34.692Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s) [2022-05-13T10:42:34.692Z] === RUN TestUpdateRestartPolicy [2022-05-13T10:42:35.560Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2022-05-13T10:42:35.560Z] === RUN TestDockerNetworkMacvlan [2022-05-13T10:42:35.818Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-13T10:42:36.195Z] ? github.com/docker/docker/api [no test files] [2022-05-13T10:42:36.385Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-05-13T10:42:36.385Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-13T10:42:37.320Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-05-13T10:42:37.906Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-05-13T10:42:38.423Z] --- PASS: TestUpdateRestartPolicy (22.16s) [2022-05-13T10:42:38.423Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-13T10:42:38.423Z] --- PASS: TestUpdateRestartWithAutoRemove (2.19s) [2022-05-13T10:42:38.423Z] === RUN TestWaitNonBlocked [2022-05-13T10:42:38.424Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:42:38.424Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:42:38.424Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:42:38.424Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:42:38.424Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:42:38.424Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:42:38.475Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-13T10:42:38.710Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.38s) [2022-05-13T10:42:38.710Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-13T10:42:39.848Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-13T10:42:40.105Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-05-13T10:42:40.591Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-05-13T10:42:40.591Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.15s) [2022-05-13T10:42:40.591Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.23s) [2022-05-13T10:42:40.591Z] === RUN TestWaitBlocked [2022-05-13T10:42:40.591Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:42:40.591Z] --- SKIP: TestWaitBlocked (0.00s) [2022-05-13T10:42:40.591Z] PASS [2022-05-13T10:42:40.591Z] ok github.com/docker/docker/integration/container 99.507s [2022-05-13T10:42:40.591Z] [2022-05-13T10:42:40.591Z] === Skipped [2022-05-13T10:42:40.591Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-05-13T10:42:40.591Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-13T10:42:40.591Z] [2022-05-13T10:42:40.591Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-05-13T10:42:40.591Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:42:40.591Z] [2022-05-13T10:42:40.591Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-05-13T10:42:40.591Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-13T10:42:40.591Z] [2022-05-13T10:42:40.591Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-05-13T10:42:40.591Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:42:40.591Z] [2022-05-13T10:42:40.591Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-05-13T10:42:40.591Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:42:40.591Z] [2022-05-13T10:42:40.591Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-13T10:42:40.591Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:42:40.591Z] [2022-05-13T10:42:40.591Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-13T10:42:40.591Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-13T10:42:40.591Z] [2022-05-13T10:42:40.591Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-13T10:42:40.591Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-13T10:42:40.591Z] [2022-05-13T10:42:40.591Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-05-13T10:42:40.591Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:42:40.591Z] [2022-05-13T10:42:40.591Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.15s) [2022-05-13T10:42:40.591Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-13T10:42:40.591Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.15s) [2022-05-13T10:42:40.591Z] [2022-05-13T10:42:40.591Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-05-13T10:42:40.591Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-13T10:42:40.591Z] [2022-05-13T10:42:40.591Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-05-13T10:42:40.591Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-13T10:42:40.591Z] [2022-05-13T10:42:40.591Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-05-13T10:42:40.591Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:42:40.591Z] [2022-05-13T10:42:40.591Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-05-13T10:42:40.591Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:42:40.591Z] [2022-05-13T10:42:40.591Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-05-13T10:42:40.591Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-13T10:42:40.591Z] [2022-05-13T10:42:40.591Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-05-13T10:42:40.592Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-13T10:42:40.592Z] [2022-05-13T10:42:40.592Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-13T10:42:40.592Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-13T10:42:40.592Z] [2022-05-13T10:42:40.592Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-05-13T10:42:40.592Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-13T10:42:40.592Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-13T10:42:40.592Z] [2022-05-13T10:42:40.592Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-13T10:42:40.592Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-13T10:42:40.592Z] [2022-05-13T10:42:40.592Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-05-13T10:42:40.592Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-13T10:42:40.592Z] [2022-05-13T10:42:40.592Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-13T10:42:40.592Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-13T10:42:40.592Z] [2022-05-13T10:42:40.592Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-05-13T10:42:40.592Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-13T10:42:40.592Z] [2022-05-13T10:42:40.592Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-05-13T10:42:40.592Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:42:40.592Z] [2022-05-13T10:42:40.592Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-05-13T10:42:40.592Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:42:40.592Z] [2022-05-13T10:42:40.592Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-05-13T10:42:40.592Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-13T10:42:40.592Z] [2022-05-13T10:42:40.592Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-05-13T10:42:40.592Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-13T10:42:40.592Z] [2022-05-13T10:42:40.592Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-05-13T10:42:40.592Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-13T10:42:40.592Z] [2022-05-13T10:42:40.592Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-05-13T10:42:40.592Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:42:40.592Z] [2022-05-13T10:42:40.592Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-05-13T10:42:40.592Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-13T10:42:40.592Z] [2022-05-13T10:42:40.592Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-05-13T10:42:40.592Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-13T10:42:40.592Z] [2022-05-13T10:42:40.592Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-05-13T10:42:40.592Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:42:40.592Z] [2022-05-13T10:42:40.592Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-05-13T10:42:40.592Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-13T10:42:40.592Z] [2022-05-13T10:42:40.592Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-05-13T10:42:40.592Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-13T10:42:40.592Z] [2022-05-13T10:42:40.592Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-05-13T10:42:40.592Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:42:40.592Z] [2022-05-13T10:42:40.592Z] DONE 122 tests, 34 skipped in 102.225s [2022-05-13T10:42:40.592Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-05-13T10:42:42.007Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-13T10:42:42.572Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-05-13T10:42:42.572Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-13T10:42:43.947Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-13T10:42:44.206Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-13T10:42:44.465Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-05-13T10:42:46.905Z] --- PASS: TestUpdateRestartPolicy (10.87s) [2022-05-13T10:42:46.905Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-13T10:42:46.905Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2022-05-13T10:42:46.905Z] === RUN TestWaitNonBlocked [2022-05-13T10:42:46.905Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:42:46.905Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:42:46.905Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:42:46.905Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:42:46.905Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:42:46.905Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:42:46.905Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-05-13T10:42:46.905Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.66s) [2022-05-13T10:42:46.905Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s) [2022-05-13T10:42:46.905Z] === RUN TestWaitBlocked [2022-05-13T10:42:46.905Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-13T10:42:46.905Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-13T10:42:46.905Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-13T10:42:46.905Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-13T10:42:46.905Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-13T10:42:46.905Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-13T10:42:47.001Z] docker_api_swarm_test.go:304: [d39ea04c6a7b6] joining swarm manager [d4c15e0a9d6f3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:42:47.474Z] --- PASS: TestWaitBlocked (0.01s) [2022-05-13T10:42:47.474Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.62s) [2022-05-13T10:42:47.474Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.76s) [2022-05-13T10:42:47.474Z] === CONT TestContainerStartOnDaemonRestart [2022-05-13T10:42:47.474Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-13T10:42:47.936Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-05-13T10:42:47.936Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-13T10:42:48.194Z] docker_api_swarm_test.go:305: [dfbf9f3ae011c] joining swarm manager [d4c15e0a9d6f3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:42:49.129Z] --- PASS: TestDockerNetworkMacvlan (13.66s) [2022-05-13T10:42:49.129Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2022-05-13T10:42:49.129Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-05-13T10:42:49.129Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.14s) [2022-05-13T10:42:49.129Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.27s) [2022-05-13T10:42:49.129Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.57s) [2022-05-13T10:42:49.129Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.91s) [2022-05-13T10:42:49.129Z] PASS [2022-05-13T10:42:49.129Z] [2022-05-13T10:42:49.129Z] DONE 8 tests in 15.153s [2022-05-13T10:42:49.129Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-13T10:42:49.129Z] ++ 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-13T10:42:49.129Z] ++ set -e [2022-05-13T10:42:49.129Z] ++ '[' -n 0 ']' [2022-05-13T10:42:49.129Z] ++ set -x [2022-05-13T10:42:49.129Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-13T10:42:49.129Z] testing: warning: no tests to run [2022-05-13T10:42:49.129Z] PASS [2022-05-13T10:42:49.129Z] [2022-05-13T10:42:49.129Z] DONE 0 tests in 0.039s [2022-05-13T10:42:49.129Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-13T10:42:49.129Z] ++ 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-13T10:42:49.129Z] ++ set -e [2022-05-13T10:42:49.129Z] ++ '[' -n 0 ']' [2022-05-13T10:42:49.129Z] ++ set -x [2022-05-13T10:42:49.129Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-13T10:42:49.384Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.00s) [2022-05-13T10:42:49.384Z] === CONT TestIpcModeOlderClient [2022-05-13T10:42:49.387Z] INFO: Testing against a local daemon [2022-05-13T10:42:49.387Z] === RUN TestAuthZPluginAllowRequest [2022-05-13T10:42:49.644Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-05-13T10:42:49.644Z] === CONT TestContainerKillOnDaemonStart [2022-05-13T10:42:49.644Z] --- PASS: TestContainerStartOnDaemonRestart (2.09s) [2022-05-13T10:42:49.644Z] === CONT TestDaemonHostGatewayIP [2022-05-13T10:42:50.321Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-05-13T10:42:50.321Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-13T10:42:50.888Z] --- PASS: TestAuthZPluginAllowRequest (1.49s) [2022-05-13T10:42:50.888Z] === RUN TestAuthZPluginTLS [2022-05-13T10:42:51.146Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-13T10:42:51.406Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-05-13T10:42:51.406Z] === RUN TestAuthZPluginDenyRequest [2022-05-13T10:42:51.974Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-13T10:42:51.974Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2022-05-13T10:42:51.974Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-13T10:42:52.185Z] --- PASS: TestDaemonHostGatewayIP (2.44s) [2022-05-13T10:42:52.185Z] === CONT TestDaemonRestartIpcMode [2022-05-13T10:42:52.540Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2022-05-13T10:42:52.540Z] === RUN TestAuthZPluginDenyResponse [2022-05-13T10:42:53.106Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2022-05-13T10:42:53.106Z] === RUN TestAuthZPluginAllowEventStream [2022-05-13T10:42:53.579Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-05-13T10:42:53.579Z] PASS [2022-05-13T10:42:53.579Z] [2022-05-13T10:42:53.579Z] DONE 17 tests in 47.521s [2022-05-13T10:42:53.579Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-13T10:42:53.579Z] INFO: Testing against a local daemon [2022-05-13T10:42:53.579Z] === RUN TestPluginInvalidJSON [2022-05-13T10:42:53.579Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:42:53.579Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:42:53.579Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:42:53.579Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:42:53.579Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-13T10:42:53.579Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-13T10:42:53.579Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:42:53.579Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-13T10:42:53.579Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-13T10:42:53.579Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-13T10:42:53.579Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-13T10:42:53.579Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-13T10:42:53.579Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-13T10:42:53.579Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-13T10:42:53.579Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-13T10:42:53.579Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:42:53.579Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-13T10:42:53.579Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-13T10:42:53.579Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-13T10:42:53.579Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-13T10:42:53.579Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-13T10:42:53.579Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-05-13T10:42:53.579Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2022-05-13T10:42:53.579Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-13T10:42:53.579Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-13T10:42:53.579Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-13T10:42:53.579Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-13T10:42:53.579Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-05-13T10:42:53.579Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-13T10:42:53.579Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-13T10:42:53.579Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-13T10:42:53.579Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-13T10:42:53.579Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-13T10:42:53.579Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-13T10:42:53.579Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-13T10:42:53.579Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-13T10:42:53.579Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-13T10:42:53.579Z] === RUN TestPluginInstall [2022-05-13T10:42:53.579Z] === RUN TestPluginInstall/no_auth [2022-05-13T10:42:54.092Z] --- PASS: TestDaemonRestartIpcMode (2.17s) [2022-05-13T10:42:54.482Z] --- PASS: TestAuthZPluginAllowEventStream (1.39s) [2022-05-13T10:42:54.482Z] === RUN TestAuthZPluginErrorResponse [2022-05-13T10:42:54.514Z] time="2022-05-13T10:42:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-13T10:42:54.514Z] time="2022-05-13T10:42:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f7fdc24061862a954c9c70e2334ef06dc536b637fdcba8b959454a3e13bd18e2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-13T10:42:54.514Z] time="2022-05-13T10:42:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-13T10:42:54.514Z] time="2022-05-13T10:42:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f7fdc24061862a954c9c70e2334ef06dc536b637fdcba8b959454a3e13bd18e2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-13T10:42:54.514Z] === RUN TestPluginInstall/with_htpasswd [2022-05-13T10:42:55.047Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2022-05-13T10:42:55.047Z] === RUN TestAuthZPluginErrorRequest [2022-05-13T10:42:55.081Z] time="2022-05-13T10:42:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-13T10:42:55.082Z] time="2022-05-13T10:42:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7dda7e6c3353fc1d87ab08366861b034a639956cd61c30381b11b400685ccee5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-13T10:42:55.082Z] time="2022-05-13T10:42:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-13T10:42:55.082Z] time="2022-05-13T10:42:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7dda7e6c3353fc1d87ab08366861b034a639956cd61c30381b11b400685ccee5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-13T10:42:55.340Z] === RUN TestPluginInstall/with_insecure [2022-05-13T10:42:55.613Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-05-13T10:42:55.613Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-13T10:42:56.178Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2022-05-13T10:42:56.178Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-13T10:42:56.274Z] time="2022-05-13T10:42:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-13T10:42:56.275Z] time="2022-05-13T10:42:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7b2ef1226060150159266056abfd03eba5094a403961247aa8e8c90a9587dbf5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-13T10:42:56.275Z] time="2022-05-13T10:42:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-13T10:42:56.275Z] time="2022-05-13T10:42:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7b2ef1226060150159266056abfd03eba5094a403961247aa8e8c90a9587dbf5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-13T10:42:56.275Z] plugin_test.go:195: [d1b1de475c119] daemon is not started [2022-05-13T10:42:56.275Z] --- PASS: TestPluginInstall (2.78s) [2022-05-13T10:42:56.275Z] --- PASS: TestPluginInstall/no_auth (1.08s) [2022-05-13T10:42:56.275Z] --- PASS: TestPluginInstall/with_htpasswd (0.62s) [2022-05-13T10:42:56.275Z] --- PASS: TestPluginInstall/with_insecure (1.08s) [2022-05-13T10:42:56.275Z] === RUN TestPluginsWithRuntimes [2022-05-13T10:42:57.237Z] === RUN TestMiddlewares [2022-05-13T10:42:57.237Z] --- PASS: TestMiddlewares (0.00s) [2022-05-13T10:42:57.237Z] PASS [2022-05-13T10:42:57.237Z] coverage: 7.9% of statements [2022-05-13T10:42:57.237Z] ok github.com/docker/docker/api/server 0.059s coverage: 7.9% of statements [2022-05-13T10:42:58.080Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.78s) [2022-05-13T10:42:58.080Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-13T10:42:58.176Z] === RUN TestPluginsWithRuntimes/No_Args [2022-05-13T10:42:58.744Z] === RUN TestPluginsWithRuntimes/With_Args [2022-05-13T10:42:59.037Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-13T10:42:59.680Z] --- PASS: TestPluginsWithRuntimes (3.30s) [2022-05-13T10:42:59.680Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.87s) [2022-05-13T10:42:59.680Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.88s) [2022-05-13T10:42:59.680Z] === RUN TestPluginBackCompatMediaTypes [2022-05-13T10:42:59.970Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.86s) [2022-05-13T10:42:59.970Z] === RUN TestAuthZPluginHeader [2022-05-13T10:43:00.248Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s) [2022-05-13T10:43:00.248Z] PASS [2022-05-13T10:43:00.248Z] [2022-05-13T10:43:00.248Z] DONE 24 tests in 6.720s [2022-05-13T10:43:00.248Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-13T10:43:00.248Z] INFO: Testing against a local daemon [2022-05-13T10:43:00.248Z] === RUN TestExternalGraphDriver [2022-05-13T10:43:00.248Z] === RUN TestExternalGraphDriver/json [2022-05-13T10:43:00.537Z] --- PASS: TestAuthZPluginHeader (0.79s) [2022-05-13T10:43:00.537Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-13T10:43:01.055Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-05-13T10:43:02.150Z] === RUN TestExternalGraphDriver/spec [2022-05-13T10:43:02.220Z] --- PASS: TestContainerKillOnDaemonStart (11.70s) [2022-05-13T10:43:02.220Z] PASS [2022-05-13T10:43:02.220Z] [2022-05-13T10:43:02.220Z] === Skipped [2022-05-13T10:43:02.220Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-05-13T10:43:02.220Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-13T10:43:02.220Z] [2022-05-13T10:43:02.220Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-13T10:43:02.220Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-13T10:43:02.220Z] [2022-05-13T10:43:02.220Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-13T10:43:02.220Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-13T10:43:02.220Z] [2022-05-13T10:43:02.220Z] DONE 237 tests, 3 skipped in 114.283s [2022-05-13T10:43:02.220Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-13T10:43:02.220Z] ++ 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-13T10:43:02.220Z] ++ set -e [2022-05-13T10:43:02.220Z] ++ '[' -n 0 ']' [2022-05-13T10:43:02.220Z] ++ set -x [2022-05-13T10:43:02.220Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-13T10:43:02.220Z] === RUN TestConfigDaemonLibtrustID [2022-05-13T10:43:02.220Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-05-13T10:43:02.220Z] === RUN TestConfigDaemonID [2022-05-13T10:43:02.956Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-05-13T10:43:03.168Z] daemon_test.go:84: [db06219eddac4] daemon is not started [2022-05-13T10:43:03.169Z] --- PASS: TestConfigDaemonID (1.04s) [2022-05-13T10:43:03.169Z] === RUN TestDaemonConfigValidation [2022-05-13T10:43:03.169Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-13T10:43:03.169Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-13T10:43:03.169Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-13T10:43:03.169Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-13T10:43:03.169Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-13T10:43:03.169Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-13T10:43:03.169Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-13T10:43:03.169Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-13T10:43:03.169Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-13T10:43:03.169Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-13T10:43:03.169Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-13T10:43:03.169Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-13T10:43:03.169Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-13T10:43:03.169Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-13T10:43:03.169Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-13T10:43:03.169Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-13T10:43:03.169Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-05-13T10:43:03.169Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-05-13T10:43:03.169Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-05-13T10:43:03.169Z] --- PASS: TestDaemonConfigValidation/valid_config (0.09s) [2022-05-13T10:43:03.169Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2022-05-13T10:43:03.169Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-13T10:43:03.169Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-13T10:43:03.529Z] === RUN TestExternalGraphDriver/pull [2022-05-13T10:43:04.134Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-13T10:43:04.330Z] === RUN TestDockerSuite/TestBuildRm [2022-05-13T10:43:04.898Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.26s) [2022-05-13T10:43:04.898Z] === RUN TestAuthZPluginV2Disable [2022-05-13T10:43:05.432Z] --- PASS: TestExternalGraphDriver (5.11s) [2022-05-13T10:43:05.432Z] --- PASS: TestExternalGraphDriver/json (1.66s) [2022-05-13T10:43:05.432Z] --- PASS: TestExternalGraphDriver/spec (1.71s) [2022-05-13T10:43:05.432Z] --- PASS: TestExternalGraphDriver/pull (1.71s) [2022-05-13T10:43:05.432Z] === RUN TestGraphdriverPluginV2 [2022-05-13T10:43:05.522Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-13T10:43:05.708Z] === RUN TestConfigDaemonLibtrustID [2022-05-13T10:43:05.708Z] daemon_test.go:31: runtime.GOOS == "windows" [2022-05-13T10:43:05.708Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-05-13T10:43:05.708Z] === RUN TestConfigDaemonID [2022-05-13T10:43:05.708Z] daemon_test.go:50: runtime.GOOS == "windows" [2022-05-13T10:43:05.708Z] --- SKIP: TestConfigDaemonID (0.00s) [2022-05-13T10:43:05.708Z] === RUN TestDaemonConfigValidation [2022-05-13T10:43:05.708Z] daemon_test.go:87: runtime.GOOS == "windows" [2022-05-13T10:43:05.708Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-05-13T10:43:05.708Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-13T10:43:05.709Z] daemon_test.go:153: runtime.GOOS == "windows" [2022-05-13T10:43:05.709Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-05-13T10:43:05.709Z] === RUN TestDaemonProxy [2022-05-13T10:43:05.709Z] daemon_test.go:201: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-13T10:43:05.709Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-13T10:43:05.709Z] PASS [2022-05-13T10:43:05.709Z] ok github.com/docker/docker/integration/daemon 0.134s [2022-05-13T10:43:05.709Z] [2022-05-13T10:43:05.709Z] === Skipped [2022-05-13T10:43:05.709Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-05-13T10:43:05.709Z] daemon_test.go:31: runtime.GOOS == "windows" [2022-05-13T10:43:05.709Z] [2022-05-13T10:43:05.709Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonID (0.00s) [2022-05-13T10:43:05.709Z] daemon_test.go:50: runtime.GOOS == "windows" [2022-05-13T10:43:05.709Z] [2022-05-13T10:43:05.709Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-05-13T10:43:05.709Z] daemon_test.go:87: runtime.GOOS == "windows" [2022-05-13T10:43:05.709Z] [2022-05-13T10:43:05.709Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-05-13T10:43:05.709Z] daemon_test.go:153: runtime.GOOS == "windows" [2022-05-13T10:43:05.709Z] [2022-05-13T10:43:05.709Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-05-13T10:43:05.709Z] daemon_test.go:201: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-13T10:43:05.709Z] [2022-05-13T10:43:05.709Z] DONE 5 tests, 5 skipped in 23.401s [2022-05-13T10:43:05.709Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-05-13T10:43:06.461Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-13T10:43:06.461Z] daemon_test.go:198: [d0538e9443f79] daemon is not started [2022-05-13T10:43:06.461Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s) [2022-05-13T10:43:06.461Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2022-05-13T10:43:06.461Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-05-13T10:43:06.461Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-05-13T10:43:06.461Z] === RUN TestDaemonProxy [2022-05-13T10:43:06.461Z] === RUN TestDaemonProxy/environment_variables [2022-05-13T10:43:06.797Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-13T10:43:07.363Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-13T10:43:08.297Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-13T10:43:08.370Z] === RUN TestDaemonProxy/command-line_options [2022-05-13T10:43:08.556Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-13T10:43:08.556Z] --- PASS: TestAuthZPluginV2Disable (3.80s) [2022-05-13T10:43:08.556Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-13T10:43:09.121Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-13T10:43:09.445Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:43:09.445Z] INFO: Testing against a local daemon [2022-05-13T10:43:09.445Z] === RUN TestCommitInheritsEnv [2022-05-13T10:43:09.445Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:43:09.445Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-05-13T10:43:09.445Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-13T10:43:09.445Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-13T10:43:09.445Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-13T10:43:09.445Z] === RUN TestImportWithCustomPlatform [2022-05-13T10:43:09.445Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-13T10:43:09.445Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-05-13T10:43:09.445Z] === RUN TestImagesFilterMultiReference [2022-05-13T10:43:09.445Z] --- PASS: TestImagesFilterMultiReference (0.15s) [2022-05-13T10:43:09.445Z] === RUN TestImagePullPlatformInvalid [2022-05-13T10:43:09.445Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-05-13T10:43:09.445Z] === RUN TestRemoveImageOrphaning [2022-05-13T10:43:09.618Z] --- PASS: TestGraphdriverPluginV2 (3.93s) [2022-05-13T10:43:09.618Z] PASS [2022-05-13T10:43:09.618Z] [2022-05-13T10:43:09.618Z] DONE 5 tests in 9.083s [2022-05-13T10:43:09.618Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-13T10:43:09.618Z] INFO: Testing against a local daemon [2022-05-13T10:43:09.618Z] === RUN TestContinueAfterPluginCrash [2022-05-13T10:43:09.618Z] === PAUSE TestContinueAfterPluginCrash [2022-05-13T10:43:09.618Z] === RUN TestReadPluginNoRead [2022-05-13T10:43:09.618Z] === PAUSE TestReadPluginNoRead [2022-05-13T10:43:09.618Z] === RUN TestDaemonStartWithLogOpt [2022-05-13T10:43:09.618Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-13T10:43:09.618Z] === CONT TestContinueAfterPluginCrash [2022-05-13T10:43:09.618Z] === CONT TestDaemonStartWithLogOpt [2022-05-13T10:43:09.750Z] === RUN TestDaemonProxy/configuration_file [2022-05-13T10:43:10.055Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-13T10:43:10.404Z] --- PASS: TestRemoveImageOrphaning (1.39s) [2022-05-13T10:43:10.405Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-13T10:43:10.860Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.08s) [2022-05-13T10:43:10.860Z] === RUN TestTagInvalidReference [2022-05-13T10:43:10.860Z] --- PASS: TestTagInvalidReference (0.05s) [2022-05-13T10:43:10.860Z] === RUN TestTagValidPrefixedRepo [2022-05-13T10:43:10.860Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-05-13T10:43:10.860Z] === RUN TestTagExistedNameWithoutForce [2022-05-13T10:43:10.860Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-05-13T10:43:10.860Z] === RUN TestTagOfficialNames [2022-05-13T10:43:10.860Z] --- PASS: TestTagOfficialNames (0.12s) [2022-05-13T10:43:10.860Z] === RUN TestTagMatchesDigest [2022-05-13T10:43:10.860Z] --- PASS: TestTagMatchesDigest (0.06s) [2022-05-13T10:43:10.860Z] PASS [2022-05-13T10:43:10.860Z] ok github.com/docker/docker/integration/image 2.121s [2022-05-13T10:43:10.989Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-13T10:43:11.315Z] [2022-05-13T10:43:11.315Z] === Skipped [2022-05-13T10:43:11.315Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-05-13T10:43:11.315Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:43:11.315Z] [2022-05-13T10:43:11.315Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-13T10:43:11.315Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-13T10:43:11.315Z] [2022-05-13T10:43:11.315Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-05-13T10:43:11.315Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-13T10:43:11.315Z] [2022-05-13T10:43:11.315Z] DONE 12 tests, 3 skipped in 7.033s [2022-05-13T10:43:11.315Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-05-13T10:43:11.554Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-13T10:43:11.658Z] === RUN TestDaemonProxy/conflicting_options [2022-05-13T10:43:12.046Z] === RUN TestDaemonProxy/reload_sanitized [2022-05-13T10:43:12.121Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.50s) [2022-05-13T10:43:12.121Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-13T10:43:12.615Z] --- PASS: TestDaemonProxy (6.23s) [2022-05-13T10:43:12.615Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-05-13T10:43:12.615Z] --- PASS: TestDaemonProxy/command-line_options (1.72s) [2022-05-13T10:43:12.615Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) [2022-05-13T10:43:12.615Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-05-13T10:43:12.615Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-05-13T10:43:12.615Z] PASS [2022-05-13T10:43:12.615Z] [2022-05-13T10:43:12.615Z] DONE 18 tests in 11.290s [2022-05-13T10:43:12.615Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-05-13T10:43:12.615Z] ++ 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-13T10:43:12.615Z] ++ set -e [2022-05-13T10:43:12.615Z] ++ '[' -n 0 ']' [2022-05-13T10:43:12.615Z] ++ set -x [2022-05-13T10:43:12.615Z] ++ 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-13T10:43:12.875Z] INFO: Testing against a local daemon [2022-05-13T10:43:12.875Z] === RUN TestCommitInheritsEnv [2022-05-13T10:43:12.927Z] --- PASS: TestDaemonStartWithLogOpt (3.67s) [2022-05-13T10:43:12.927Z] === CONT TestReadPluginNoRead [2022-05-13T10:43:13.135Z] --- PASS: TestCommitInheritsEnv (0.26s) [2022-05-13T10:43:13.135Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-13T10:43:13.135Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-05-13T10:43:13.135Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-13T10:43:13.135Z] === RUN TestImportWithCustomPlatform [2022-05-13T10:43:13.135Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-13T10:43:13.135Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-13T10:43:13.135Z] === RUN TestImportWithCustomPlatform// [2022-05-13T10:43:13.135Z] === RUN TestImportWithCustomPlatform/linux [2022-05-13T10:43:13.135Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-13T10:43:13.135Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-13T10:43:13.395Z] === RUN TestImportWithCustomPlatform/macos [2022-05-13T10:43:13.395Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-13T10:43:13.395Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-13T10:43:13.395Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-05-13T10:43:13.395Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-05-13T10:43:13.395Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-13T10:43:13.395Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-13T10:43:13.395Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-05-13T10:43:13.395Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-05-13T10:43:13.395Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-05-13T10:43:13.395Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-13T10:43:13.395Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-13T10:43:13.395Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-13T10:43:13.395Z] === RUN TestImagesFilterMultiReference [2022-05-13T10:43:13.395Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-05-13T10:43:13.395Z] === RUN TestImagePullPlatformInvalid [2022-05-13T10:43:13.395Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-05-13T10:43:13.395Z] === RUN TestRemoveImageOrphaning [2022-05-13T10:43:13.562Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:43:13.562Z] INFO: Testing against a local daemon [2022-05-13T10:43:13.562Z] === RUN TestNetworkCreateDelete [2022-05-13T10:43:13.562Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:43:13.562Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-05-13T10:43:13.562Z] === RUN TestDockerNetworkDeletePreferID [2022-05-13T10:43:13.562Z] 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-13T10:43:13.562Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-05-13T10:43:13.562Z] === RUN TestDaemonDNSFallback [2022-05-13T10:43:13.562Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:43:13.562Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-05-13T10:43:13.562Z] === RUN TestInspectNetwork [2022-05-13T10:43:13.562Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-13T10:43:13.562Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-13T10:43:13.562Z] === RUN TestRunContainerWithBridgeNone [2022-05-13T10:43:13.562Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:43:13.562Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-13T10:43:13.562Z] === RUN TestNetworkInvalidJSON [2022-05-13T10:43:13.562Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-13T10:43:13.562Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-13T10:43:13.562Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:43:13.562Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:43:13.562Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:43:13.562Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:43:13.562Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-13T10:43:13.562Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:43:13.562Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-13T10:43:13.562Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-13T10:43:13.562Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:43:13.562Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-13T10:43:13.562Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-13T10:43:13.562Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-13T10:43:13.562Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-13T10:43:13.562Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-13T10:43:13.562Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-13T10:43:13.562Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-13T10:43:13.562Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-13T10:43:13.562Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-13T10:43:13.562Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-13T10:43:13.562Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-05-13T10:43:13.562Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.01s) [2022-05-13T10:43:13.562Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-13T10:43:13.562Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-13T10:43:13.562Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-13T10:43:13.562Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-13T10:43:13.562Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.02s) [2022-05-13T10:43:13.562Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-13T10:43:13.562Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-13T10:43:13.562Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-13T10:43:13.562Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-13T10:43:13.562Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.02s) [2022-05-13T10:43:13.562Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.01s) [2022-05-13T10:43:13.562Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-13T10:43:13.562Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-13T10:43:13.562Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-13T10:43:13.562Z] === RUN TestNetworkList [2022-05-13T10:43:13.562Z] === RUN TestNetworkList//networks [2022-05-13T10:43:13.562Z] === PAUSE TestNetworkList//networks [2022-05-13T10:43:13.562Z] === RUN TestNetworkList//networks/ [2022-05-13T10:43:13.562Z] === PAUSE TestNetworkList//networks/ [2022-05-13T10:43:13.562Z] === CONT TestNetworkList//networks [2022-05-13T10:43:13.562Z] === CONT TestNetworkList//networks/ [2022-05-13T10:43:13.562Z] --- PASS: TestNetworkList (0.05s) [2022-05-13T10:43:13.562Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-13T10:43:13.562Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-13T10:43:13.562Z] === RUN TestHostIPv4BridgeLabel [2022-05-13T10:43:13.562Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-13T10:43:13.562Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-13T10:43:13.562Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-13T10:43:13.562Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-13T10:43:13.562Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-05-13T10:43:13.562Z] === RUN TestDaemonDefaultNetworkPools [2022-05-13T10:43:13.562Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-13T10:43:13.562Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-05-13T10:43:13.562Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-13T10:43:13.562Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-13T10:43:13.562Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-13T10:43:13.562Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-13T10:43:13.562Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-13T10:43:13.562Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-13T10:43:13.562Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-13T10:43:13.562Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-13T10:43:13.562Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-13T10:43:13.562Z] === RUN TestServiceWithPredefinedNetwork [2022-05-13T10:43:13.562Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-13T10:43:13.562Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-13T10:43:13.562Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-13T10:43:13.562Z] service_test.go:243: FLAKY_TEST [2022-05-13T10:43:13.562Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-13T10:43:13.562Z] === RUN TestServiceWithDataPathPortInit [2022-05-13T10:43:13.562Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-13T10:43:13.562Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-05-13T10:43:13.562Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-13T10:43:13.562Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-13T10:43:13.562Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-13T10:43:13.562Z] PASS [2022-05-13T10:43:13.562Z] ok github.com/docker/docker/integration/network 0.189s [2022-05-13T10:43:13.562Z] [2022-05-13T10:43:13.562Z] === Skipped [2022-05-13T10:43:13.562Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-05-13T10:43:13.562Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:43:13.562Z] [2022-05-13T10:43:13.562Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-05-13T10:43:13.562Z] 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-13T10:43:13.562Z] [2022-05-13T10:43:13.562Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-05-13T10:43:13.562Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:43:13.562Z] [2022-05-13T10:43:13.562Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-05-13T10:43:13.562Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-13T10:43:13.562Z] [2022-05-13T10:43:13.562Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-05-13T10:43:13.562Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:43:13.562Z] [2022-05-13T10:43:13.562Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-05-13T10:43:13.562Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-13T10:43:13.562Z] [2022-05-13T10:43:13.562Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-05-13T10:43:13.562Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-13T10:43:13.562Z] [2022-05-13T10:43:13.562Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-05-13T10:43:13.562Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-13T10:43:13.562Z] [2022-05-13T10:43:13.562Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-13T10:43:13.562Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-13T10:43:13.562Z] [2022-05-13T10:43:13.562Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-13T10:43:13.562Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-13T10:43:13.562Z] [2022-05-13T10:43:13.562Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-13T10:43:13.562Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-13T10:43:13.562Z] [2022-05-13T10:43:13.562Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-05-13T10:43:13.562Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-13T10:43:13.562Z] [2022-05-13T10:43:13.562Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-13T10:43:13.562Z] service_test.go:243: FLAKY_TEST [2022-05-13T10:43:13.562Z] [2022-05-13T10:43:13.562Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-05-13T10:43:13.562Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-13T10:43:13.562Z] [2022-05-13T10:43:13.562Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-13T10:43:13.562Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-13T10:43:13.562Z] [2022-05-13T10:43:13.562Z] DONE 34 tests, 15 skipped in 2.185s [2022-05-13T10:43:13.562Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-05-13T10:43:13.655Z] --- PASS: TestRemoveImageOrphaning (0.26s) [2022-05-13T10:43:13.655Z] === RUN TestRemoveImageGarbageCollector [2022-05-13T10:43:13.655Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-13T10:43:13.655Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-05-13T10:43:13.655Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-13T10:43:13.655Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-05-13T10:43:13.655Z] === RUN TestTagInvalidReference [2022-05-13T10:43:13.655Z] --- PASS: TestTagInvalidReference (0.01s) [2022-05-13T10:43:13.655Z] === RUN TestTagValidPrefixedRepo [2022-05-13T10:43:13.655Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-05-13T10:43:13.655Z] === RUN TestTagExistedNameWithoutForce [2022-05-13T10:43:13.915Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-05-13T10:43:13.915Z] === RUN TestTagOfficialNames [2022-05-13T10:43:13.915Z] --- PASS: TestTagOfficialNames (0.05s) [2022-05-13T10:43:13.915Z] === RUN TestTagMatchesDigest [2022-05-13T10:43:13.915Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-05-13T10:43:13.915Z] PASS [2022-05-13T10:43:13.915Z] [2022-05-13T10:43:13.915Z] === Skipped [2022-05-13T10:43:13.915Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-13T10:43:13.915Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-05-13T10:43:13.915Z] [2022-05-13T10:43:13.915Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-05-13T10:43:13.915Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-13T10:43:13.915Z] [2022-05-13T10:43:13.915Z] DONE 22 tests, 2 skipped in 1.261s [2022-05-13T10:43:13.915Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-05-13T10:43:13.915Z] ++ 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-13T10:43:13.915Z] ++ set -e [2022-05-13T10:43:13.915Z] ++ '[' -n 0 ']' [2022-05-13T10:43:13.915Z] ++ set -x [2022-05-13T10:43:13.915Z] ++ 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-13T10:43:13.915Z] INFO: Testing against a local daemon [2022-05-13T10:43:13.915Z] === RUN TestNetworkCreateDelete [2022-05-13T10:43:14.175Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-05-13T10:43:14.175Z] === RUN TestDockerNetworkDeletePreferID [2022-05-13T10:43:14.435Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2022-05-13T10:43:14.435Z] === RUN TestDaemonDNSFallback [2022-05-13T10:43:14.522Z] testing: warning: no tests to run [2022-05-13T10:43:14.522Z] PASS [2022-05-13T10:43:14.522Z] ok github.com/docker/docker/integration/network/ipvlan 0.100s [2022-05-13T10:43:14.522Z] [2022-05-13T10:43:14.522Z] DONE 0 tests in 0.787s [2022-05-13T10:43:14.522Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-05-13T10:43:14.653Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-13T10:43:14.653Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-13T10:43:14.824Z] b111c3320c94: Pull complete [2022-05-13T10:43:14.911Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-13T10:43:14.911Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-05-13T10:43:14.911Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-13T10:43:15.169Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-13T10:43:15.471Z] === RUN TestReadPluginNoRead/default [2022-05-13T10:43:15.483Z] testing: warning: no tests to run [2022-05-13T10:43:15.483Z] PASS [2022-05-13T10:43:15.483Z] ok github.com/docker/docker/integration/network/macvlan 0.079s [2022-05-13T10:43:15.483Z] [2022-05-13T10:43:15.483Z] DONE 0 tests in 0.765s [2022-05-13T10:43:15.483Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-05-13T10:43:15.938Z] testing: warning: no tests to run [2022-05-13T10:43:15.938Z] PASS [2022-05-13T10:43:15.938Z] ok github.com/docker/docker/integration/plugin 0.090s [2022-05-13T10:43:15.938Z] [2022-05-13T10:43:15.938Z] DONE 0 tests in 0.796s [2022-05-13T10:43:16.393Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-05-13T10:43:16.407Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-13T10:43:16.543Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-13T10:43:16.543Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-13T10:43:16.848Z] testing: warning: no tests to run [2022-05-13T10:43:16.848Z] PASS [2022-05-13T10:43:16.848Z] ok github.com/docker/docker/integration/plugin/authz 0.079s [2022-05-13T10:43:16.848Z] [2022-05-13T10:43:16.848Z] DONE 0 tests in 0.761s [2022-05-13T10:43:17.304Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-05-13T10:43:17.480Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-05-13T10:43:17.480Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-13T10:43:17.781Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-13T10:43:17.781Z] --- PASS: TestContinueAfterPluginCrash (8.54s) [2022-05-13T10:43:19.155Z] === CONT TestReadPluginNoRead [2022-05-13T10:43:19.155Z] read_test.go:92: [d7150d6a7a24f] daemon is not started [2022-05-13T10:43:19.155Z] --- PASS: TestReadPluginNoRead (6.00s) [2022-05-13T10:43:19.155Z] --- PASS: TestReadPluginNoRead/default (1.23s) [2022-05-13T10:43:19.155Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.20s) [2022-05-13T10:43:19.155Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.27s) [2022-05-13T10:43:19.155Z] PASS [2022-05-13T10:43:19.155Z] [2022-05-13T10:43:19.155Z] DONE 6 tests in 9.693s [2022-05-13T10:43:19.155Z] 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-13T10:43:19.155Z] testing: warning: no tests to run [2022-05-13T10:43:19.155Z] PASS [2022-05-13T10:43:19.155Z] [2022-05-13T10:43:19.155Z] DONE 0 tests in 0.008s [2022-05-13T10:43:19.155Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-13T10:43:19.155Z] INFO: Testing against a local daemon [2022-05-13T10:43:19.155Z] === RUN TestPluginWithDevMounts [2022-05-13T10:43:19.155Z] === PAUSE TestPluginWithDevMounts [2022-05-13T10:43:19.155Z] === CONT TestPluginWithDevMounts [2022-05-13T10:43:20.010Z] docker_api_swarm_test.go:272: [d48e8b9612d47] joining swarm manager [dcf98970898de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:43:20.531Z] --- PASS: TestPluginWithDevMounts (1.59s) [2022-05-13T10:43:20.531Z] PASS [2022-05-13T10:43:20.531Z] [2022-05-13T10:43:20.531Z] DONE 1 tests in 1.615s [2022-05-13T10:43:20.789Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-13T10:43:20.789Z] INFO: Testing against a local daemon [2022-05-13T10:43:20.789Z] === RUN TestSecretInspect [2022-05-13T10:43:21.008Z] --- PASS: TestDaemonDNSFallback (6.32s) [2022-05-13T10:43:21.008Z] === RUN TestInspectNetwork [2022-05-13T10:43:21.396Z] docker_api_swarm_test.go:273: [d85b74330b4ab] joining swarm manager [dcf98970898de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:43:21.962Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-13T10:43:21.972Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:43:21.972Z] INFO: Testing against a local daemon [2022-05-13T10:43:21.972Z] === RUN TestPluginInvalidJSON [2022-05-13T10:43:21.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:43:21.972Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:43:21.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:43:21.972Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:43:21.972Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-13T10:43:21.972Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-13T10:43:21.972Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:43:21.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-13T10:43:21.972Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:43:21.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-13T10:43:21.972Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-13T10:43:21.972Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-13T10:43:21.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-13T10:43:21.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-13T10:43:21.972Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-13T10:43:21.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-13T10:43:21.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-13T10:43:21.972Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-13T10:43:21.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-13T10:43:21.972Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-13T10:43:21.972Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-13T10:43:21.972Z] --- PASS: TestPluginInvalidJSON (0.05s) [2022-05-13T10:43:21.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.02s) [2022-05-13T10:43:21.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.01s) [2022-05-13T10:43:21.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-13T10:43:21.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-13T10:43:21.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-13T10:43:21.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.02s) [2022-05-13T10:43:21.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.01s) [2022-05-13T10:43:21.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-13T10:43:21.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-13T10:43:21.972Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-13T10:43:21.972Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.02s) [2022-05-13T10:43:21.972Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.01s) [2022-05-13T10:43:21.972Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-13T10:43:21.972Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-13T10:43:21.972Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-13T10:43:21.972Z] === RUN TestPluginInstall [2022-05-13T10:43:21.972Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-13T10:43:21.972Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-13T10:43:21.972Z] === RUN TestPluginsWithRuntimes [2022-05-13T10:43:21.972Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-13T10:43:21.972Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-13T10:43:21.972Z] === RUN TestPluginBackCompatMediaTypes [2022-05-13T10:43:21.972Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-13T10:43:21.972Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-13T10:43:21.972Z] PASS [2022-05-13T10:43:21.972Z] ok github.com/docker/docker/integration/plugin/common 0.123s [2022-05-13T10:43:21.972Z] [2022-05-13T10:43:21.972Z] === Skipped [2022-05-13T10:43:21.972Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-05-13T10:43:21.972Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-13T10:43:21.972Z] [2022-05-13T10:43:21.972Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-05-13T10:43:21.972Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-13T10:43:21.972Z] [2022-05-13T10:43:21.972Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-05-13T10:43:21.972Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-13T10:43:21.972Z] [2022-05-13T10:43:21.972Z] DONE 19 tests, 3 skipped in 4.802s [2022-05-13T10:43:21.972Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-05-13T10:43:22.895Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-13T10:43:23.318Z] --- PASS: TestSecretInspect (2.16s) [2022-05-13T10:43:23.318Z] === RUN TestSecretList [2022-05-13T10:43:23.463Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-13T10:43:23.547Z] === RUN TestInspectNetwork/full_network_id [2022-05-13T10:43:23.547Z] === RUN TestInspectNetwork/partial_network_id [2022-05-13T10:43:23.547Z] === RUN TestInspectNetwork/network_name [2022-05-13T10:43:23.547Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-05-13T10:43:24.030Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-13T10:43:24.138Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:43:24.138Z] INFO: Testing against a local daemon [2022-05-13T10:43:24.138Z] === RUN TestExternalGraphDriver [2022-05-13T10:43:24.138Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-13T10:43:24.138Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-05-13T10:43:24.138Z] === RUN TestGraphdriverPluginV2 [2022-05-13T10:43:24.138Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-13T10:43:24.138Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-05-13T10:43:24.138Z] PASS [2022-05-13T10:43:24.138Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.138s [2022-05-13T10:43:24.289Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.99s) [2022-05-13T10:43:24.289Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-13T10:43:24.548Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-13T10:43:24.593Z] [2022-05-13T10:43:24.593Z] === Skipped [2022-05-13T10:43:24.593Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-05-13T10:43:24.593Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-13T10:43:24.593Z] [2022-05-13T10:43:24.593Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-05-13T10:43:24.593Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-13T10:43:24.593Z] [2022-05-13T10:43:24.593Z] DONE 2 tests, 2 skipped in 2.351s [2022-05-13T10:43:24.593Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-05-13T10:43:25.219Z] --- PASS: TestSecretList (2.19s) [2022-05-13T10:43:25.219Z] === RUN TestSecretsCreateAndDelete [2022-05-13T10:43:25.922Z] === RUN TestDockerSuite/TestBuildUser [2022-05-13T10:43:26.759Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:43:26.759Z] INFO: Testing against a local daemon [2022-05-13T10:43:26.759Z] === RUN TestReadPluginNoRead [2022-05-13T10:43:26.759Z] read_test.go:21: no unix domain sockets on Windows [2022-05-13T10:43:26.759Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-05-13T10:43:26.759Z] PASS [2022-05-13T10:43:26.759Z] ok github.com/docker/docker/integration/plugin/logging 0.119s [2022-05-13T10:43:26.759Z] [2022-05-13T10:43:26.759Z] === Skipped [2022-05-13T10:43:26.759Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-05-13T10:43:26.759Z] read_test.go:21: no unix domain sockets on Windows [2022-05-13T10:43:26.759Z] [2022-05-13T10:43:26.759Z] DONE 1 tests, 1 skipped in 2.243s [2022-05-13T10:43:26.759Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-05-13T10:43:26.856Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-13T10:43:27.121Z] --- PASS: TestSecretsCreateAndDelete (2.17s) [2022-05-13T10:43:27.121Z] === RUN TestSecretsUpdate [2022-05-13T10:43:27.744Z] --- PASS: TestInspectNetwork (6.90s) [2022-05-13T10:43:27.744Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-05-13T10:43:27.744Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-05-13T10:43:27.744Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-05-13T10:43:27.744Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-05-13T10:43:27.744Z] === RUN TestRunContainerWithBridgeNone [2022-05-13T10:43:28.284Z] testing: warning: no tests to run [2022-05-13T10:43:28.284Z] PASS [2022-05-13T10:43:28.284Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.081s [2022-05-13T10:43:28.284Z] [2022-05-13T10:43:28.284Z] DONE 0 tests in 1.149s [2022-05-13T10:43:28.284Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-05-13T10:43:29.125Z] --- PASS: TestRunContainerWithBridgeNone (1.49s) [2022-05-13T10:43:29.125Z] === RUN TestNetworkInvalidJSON [2022-05-13T10:43:29.125Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-13T10:43:29.125Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-13T10:43:29.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:43:29.125Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:43:29.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:43:29.125Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:43:29.125Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-13T10:43:29.125Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-13T10:43:29.125Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:43:29.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-13T10:43:29.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-13T10:43:29.125Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-13T10:43:29.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-13T10:43:29.125Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-13T10:43:29.125Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-13T10:43:29.125Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:43:29.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-13T10:43:29.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-13T10:43:29.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-13T10:43:29.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-13T10:43:29.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-13T10:43:29.125Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-05-13T10:43:29.125Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-05-13T10:43:29.125Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-13T10:43:29.125Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-13T10:43:29.125Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-13T10:43:29.125Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-13T10:43:29.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-13T10:43:29.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-13T10:43:29.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-13T10:43:29.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-13T10:43:29.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-13T10:43:29.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-05-13T10:43:29.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-13T10:43:29.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-13T10:43:29.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-13T10:43:29.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-13T10:43:29.125Z] === RUN TestNetworkList [2022-05-13T10:43:29.125Z] === RUN TestNetworkList//networks [2022-05-13T10:43:29.125Z] === PAUSE TestNetworkList//networks [2022-05-13T10:43:29.125Z] === RUN TestNetworkList//networks/ [2022-05-13T10:43:29.125Z] === PAUSE TestNetworkList//networks/ [2022-05-13T10:43:29.125Z] === CONT TestNetworkList//networks [2022-05-13T10:43:29.125Z] === CONT TestNetworkList//networks/ [2022-05-13T10:43:29.125Z] --- PASS: TestNetworkList (0.01s) [2022-05-13T10:43:29.125Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-13T10:43:29.125Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-13T10:43:29.125Z] === RUN TestHostIPv4BridgeLabel [2022-05-13T10:43:29.385Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-13T10:43:29.651Z] --- PASS: TestSecretsUpdate (2.17s) [2022-05-13T10:43:29.651Z] === RUN TestTemplatedSecret [2022-05-13T10:43:29.694Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-05-13T10:43:29.695Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-13T10:43:30.454Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:43:30.454Z] INFO: Testing against a local daemon [2022-05-13T10:43:30.454Z] === RUN TestPluginWithDevMounts [2022-05-13T10:43:30.454Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:30.454Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-13T10:43:30.454Z] PASS [2022-05-13T10:43:30.454Z] ok github.com/docker/docker/integration/plugin/volumes 0.096s [2022-05-13T10:43:30.454Z] [2022-05-13T10:43:30.454Z] === Skipped [2022-05-13T10:43:30.454Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-05-13T10:43:30.454Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:30.454Z] [2022-05-13T10:43:30.454Z] DONE 1 tests, 1 skipped in 2.349s [2022-05-13T10:43:30.454Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-05-13T10:43:31.075Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-05-13T10:43:31.075Z] === RUN TestDaemonDefaultNetworkPools [2022-05-13T10:43:31.644Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2022-05-13T10:43:31.644Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-13T10:43:32.180Z] --- PASS: TestTemplatedSecret (2.57s) [2022-05-13T10:43:32.180Z] === RUN TestSecretCreateResolve [2022-05-13T10:43:32.582Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-05-13T10:43:32.582Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-13T10:43:32.622Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:43:32.622Z] INFO: Testing against a local daemon [2022-05-13T10:43:32.622Z] === RUN TestSecretInspect [2022-05-13T10:43:32.622Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:32.622Z] --- SKIP: TestSecretInspect (0.00s) [2022-05-13T10:43:32.622Z] === RUN TestSecretList [2022-05-13T10:43:32.622Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:32.622Z] --- SKIP: TestSecretList (0.00s) [2022-05-13T10:43:32.622Z] === RUN TestSecretsCreateAndDelete [2022-05-13T10:43:32.622Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:32.622Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-05-13T10:43:32.622Z] === RUN TestSecretsUpdate [2022-05-13T10:43:32.622Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:32.622Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-05-13T10:43:32.622Z] === RUN TestTemplatedSecret [2022-05-13T10:43:32.622Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:32.622Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-05-13T10:43:32.622Z] === RUN TestSecretCreateResolve [2022-05-13T10:43:32.622Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:43:32.622Z] --- SKIP: TestSecretCreateResolve (0.02s) [2022-05-13T10:43:32.622Z] PASS [2022-05-13T10:43:32.622Z] ok github.com/docker/docker/integration/secret 0.129s [2022-05-13T10:43:32.622Z] [2022-05-13T10:43:32.622Z] === Skipped [2022-05-13T10:43:32.622Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-05-13T10:43:32.622Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:32.622Z] [2022-05-13T10:43:32.622Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-05-13T10:43:32.622Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:32.622Z] [2022-05-13T10:43:32.622Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-05-13T10:43:32.622Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:32.622Z] [2022-05-13T10:43:32.622Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-05-13T10:43:32.622Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:32.622Z] [2022-05-13T10:43:32.622Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-05-13T10:43:32.622Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:32.622Z] [2022-05-13T10:43:32.622Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.02s) [2022-05-13T10:43:32.622Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:43:32.622Z] [2022-05-13T10:43:32.622Z] DONE 6 tests, 6 skipped in 1.881s [2022-05-13T10:43:32.622Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-05-13T10:43:33.962Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2022-05-13T10:43:33.962Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-13T10:43:34.080Z] --- PASS: TestSecretCreateResolve (1.77s) [2022-05-13T10:43:34.080Z] PASS [2022-05-13T10:43:34.080Z] [2022-05-13T10:43:34.080Z] DONE 6 tests in 13.054s [2022-05-13T10:43:34.080Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-05-13T10:43:34.080Z] INFO: Testing against a local daemon [2022-05-13T10:43:34.080Z] === RUN TestServiceCreateInit [2022-05-13T10:43:34.080Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-13T10:43:34.532Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-05-13T10:43:34.532Z] === RUN TestServiceWithPredefinedNetwork [2022-05-13T10:43:35.514Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:43:35.514Z] INFO: Testing against a local daemon [2022-05-13T10:43:35.514Z] === RUN TestServiceCreateInit [2022-05-13T10:43:35.514Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-13T10:43:35.514Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-13T10:43:35.514Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] --- PASS: TestServiceCreateInit (0.06s) [2022-05-13T10:43:35.514Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-13T10:43:35.514Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-13T10:43:35.514Z] === RUN TestCreateServiceMultipleTimes [2022-05-13T10:43:35.514Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-05-13T10:43:35.514Z] === RUN TestCreateServiceConflict [2022-05-13T10:43:35.514Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-05-13T10:43:35.514Z] === RUN TestCreateServiceMaxReplicas [2022-05-13T10:43:35.514Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-05-13T10:43:35.514Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-13T10:43:35.514Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-13T10:43:35.514Z] === RUN TestCreateServiceSecretFileMode [2022-05-13T10:43:35.514Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-05-13T10:43:35.514Z] === RUN TestCreateServiceConfigFileMode [2022-05-13T10:43:35.514Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-05-13T10:43:35.514Z] === RUN TestCreateServiceSysctls [2022-05-13T10:43:35.514Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2022-05-13T10:43:35.514Z] === RUN TestCreateServiceCapabilities [2022-05-13T10:43:35.514Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-05-13T10:43:35.514Z] === RUN TestInspect [2022-05-13T10:43:35.514Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] --- SKIP: TestInspect (0.00s) [2022-05-13T10:43:35.514Z] === RUN TestCreateJob [2022-05-13T10:43:35.514Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] --- SKIP: TestCreateJob (0.00s) [2022-05-13T10:43:35.514Z] === RUN TestReplicatedJob [2022-05-13T10:43:35.514Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] --- SKIP: TestReplicatedJob (0.00s) [2022-05-13T10:43:35.514Z] === RUN TestUpdateReplicatedJob [2022-05-13T10:43:35.514Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-05-13T10:43:35.514Z] === RUN TestServiceListWithStatuses [2022-05-13T10:43:35.514Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-13T10:43:35.514Z] === RUN TestDockerNetworkConnectAlias [2022-05-13T10:43:35.514Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-05-13T10:43:35.514Z] === RUN TestDockerNetworkReConnect [2022-05-13T10:43:35.514Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-05-13T10:43:35.514Z] === RUN TestServicePlugin [2022-05-13T10:43:35.514Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-13T10:43:35.514Z] === RUN TestServiceUpdateLabel [2022-05-13T10:43:35.514Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:43:35.514Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-05-13T10:43:35.514Z] === RUN TestServiceUpdateSecrets [2022-05-13T10:43:35.514Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:43:35.514Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-05-13T10:43:35.514Z] === RUN TestServiceUpdateConfigs [2022-05-13T10:43:35.514Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:43:35.514Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-05-13T10:43:35.514Z] === RUN TestServiceUpdateNetwork [2022-05-13T10:43:35.514Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:43:35.514Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-05-13T10:43:35.514Z] === RUN TestServiceUpdatePidsLimit [2022-05-13T10:43:35.514Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:43:35.514Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-05-13T10:43:35.514Z] PASS [2022-05-13T10:43:35.514Z] ok github.com/docker/docker/integration/service 0.293s [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === Skipped [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-13T10:43:35.514Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-13T10:43:35.514Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-05-13T10:43:35.514Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-05-13T10:43:35.514Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-05-13T10:43:35.514Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-13T10:43:35.514Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-05-13T10:43:35.514Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-05-13T10:43:35.514Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2022-05-13T10:43:35.514Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-05-13T10:43:35.514Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-05-13T10:43:35.514Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-05-13T10:43:35.514Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-05-13T10:43:35.514Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-05-13T10:43:35.514Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-05-13T10:43:35.514Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-05-13T10:43:35.514Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-05-13T10:43:35.514Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-05-13T10:43:35.514Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-05-13T10:43:35.514Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-05-13T10:43:35.514Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-05-13T10:43:35.514Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-05-13T10:43:35.514Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-05-13T10:43:35.514Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:43:35.514Z] [2022-05-13T10:43:35.514Z] DONE 24 tests, 23 skipped in 2.858s [2022-05-13T10:43:35.514Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-05-13T10:43:36.439Z] --- PASS: TestServiceWithPredefinedNetwork (1.83s) [2022-05-13T10:43:36.439Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-13T10:43:36.439Z] service_test.go:243: FLAKY_TEST [2022-05-13T10:43:36.439Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-13T10:43:36.439Z] === RUN TestServiceWithDataPathPortInit [2022-05-13T10:43:37.680Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:43:37.680Z] INFO: Testing against a local daemon [2022-05-13T10:43:37.680Z] === RUN TestSessionCreate [2022-05-13T10:43:37.680Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-13T10:43:37.680Z] --- SKIP: TestSessionCreate (0.00s) [2022-05-13T10:43:37.680Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-13T10:43:37.680Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-13T10:43:37.680Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-05-13T10:43:37.680Z] PASS [2022-05-13T10:43:37.680Z] ok github.com/docker/docker/integration/session 0.122s [2022-05-13T10:43:37.680Z] [2022-05-13T10:43:37.680Z] === Skipped [2022-05-13T10:43:37.680Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-05-13T10:43:37.680Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-13T10:43:37.680Z] [2022-05-13T10:43:37.680Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-05-13T10:43:37.680Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-13T10:43:37.680Z] [2022-05-13T10:43:37.680Z] DONE 2 tests, 2 skipped in 1.749s [2022-05-13T10:43:37.680Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-05-13T10:43:38.267Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-13T10:43:39.348Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-13T10:43:39.348Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-13T10:43:39.606Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-13T10:43:39.844Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:43:39.844Z] INFO: Testing against a local daemon [2022-05-13T10:43:39.844Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-13T10:43:39.844Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:39.844Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-13T10:43:39.844Z] === RUN TestDiskUsage [2022-05-13T10:43:39.844Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-13T10:43:39.844Z] --- SKIP: TestDiskUsage (0.00s) [2022-05-13T10:43:39.844Z] === RUN TestEventsExecDie [2022-05-13T10:43:39.844Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-13T10:43:39.844Z] --- SKIP: TestEventsExecDie (0.00s) [2022-05-13T10:43:39.844Z] === RUN TestEventsBackwardsCompatible [2022-05-13T10:43:39.844Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-13T10:43:39.844Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-05-13T10:43:39.844Z] === RUN TestEventsVolumeCreate [2022-05-13T10:43:39.844Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-13T10:43:39.844Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-05-13T10:43:39.844Z] === RUN TestInfoAPI [2022-05-13T10:43:39.844Z] --- PASS: TestInfoAPI (0.06s) [2022-05-13T10:43:39.844Z] === RUN TestInfoAPIWarnings [2022-05-13T10:43:39.844Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:43:39.844Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-05-13T10:43:39.844Z] === RUN TestInfoDebug [2022-05-13T10:43:39.844Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-13T10:43:39.844Z] --- SKIP: TestInfoDebug (0.00s) [2022-05-13T10:43:39.844Z] === RUN TestInfoInsecureRegistries [2022-05-13T10:43:39.844Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-13T10:43:39.844Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-05-13T10:43:39.844Z] === RUN TestInfoRegistryMirrors [2022-05-13T10:43:39.844Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-13T10:43:39.844Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-05-13T10:43:39.844Z] === RUN TestLoginFailsWithBadCredentials [2022-05-13T10:43:40.311Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-13T10:43:40.805Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2022-05-13T10:43:40.805Z] === RUN TestPingCacheHeaders [2022-05-13T10:43:40.805Z] --- PASS: TestPingCacheHeaders (0.05s) [2022-05-13T10:43:40.805Z] === RUN TestPingGet [2022-05-13T10:43:40.805Z] --- PASS: TestPingGet (0.05s) [2022-05-13T10:43:40.805Z] === RUN TestPingHead [2022-05-13T10:43:40.805Z] --- PASS: TestPingHead (0.05s) [2022-05-13T10:43:40.805Z] === RUN TestPingSwarmHeader [2022-05-13T10:43:40.805Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:40.805Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-05-13T10:43:40.805Z] === RUN TestVersion [2022-05-13T10:43:40.805Z] --- PASS: TestVersion (0.05s) [2022-05-13T10:43:40.805Z] PASS [2022-05-13T10:43:40.805Z] ok github.com/docker/docker/integration/system 1.317s [2022-05-13T10:43:40.879Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-05-13T10:43:40.879Z] PASS [2022-05-13T10:43:40.879Z] [2022-05-13T10:43:40.879Z] DONE 17 tests in 51.492s [2022-05-13T10:43:40.879Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-13T10:43:40.879Z] ++ 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-13T10:43:40.879Z] ++ set -e [2022-05-13T10:43:40.879Z] ++ '[' -n 0 ']' [2022-05-13T10:43:40.879Z] ++ set -x [2022-05-13T10:43:40.879Z] ++ 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-13T10:43:40.879Z] INFO: Testing against a local daemon [2022-05-13T10:43:40.879Z] === RUN TestPluginInvalidJSON [2022-05-13T10:43:40.879Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:43:40.879Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:43:40.879Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:43:40.880Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:43:40.880Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-13T10:43:40.880Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-13T10:43:40.880Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:43:40.880Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-13T10:43:40.880Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-13T10:43:40.880Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-13T10:43:40.880Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-13T10:43:40.880Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-13T10:43:40.880Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-13T10:43:40.880Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-13T10:43:40.880Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-13T10:43:40.880Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-13T10:43:40.880Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:43:40.880Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-13T10:43:40.880Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-13T10:43:40.880Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-13T10:43:40.880Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-13T10:43:40.880Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-05-13T10:43:40.880Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-13T10:43:40.880Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.01s) [2022-05-13T10:43:40.880Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-13T10:43:40.880Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-13T10:43:40.880Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-13T10:43:40.880Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-13T10:43:40.880Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.01s) [2022-05-13T10:43:40.880Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-13T10:43:40.880Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-13T10:43:40.880Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-13T10:43:40.880Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-13T10:43:40.880Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-13T10:43:40.880Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-13T10:43:40.880Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-13T10:43:40.880Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-13T10:43:40.880Z] === RUN TestPluginInstall [2022-05-13T10:43:40.880Z] === RUN TestPluginInstall/no_auth [2022-05-13T10:43:41.138Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-13T10:43:41.263Z] [2022-05-13T10:43:41.263Z] === Skipped [2022-05-13T10:43:41.263Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-13T10:43:41.263Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:41.263Z] [2022-05-13T10:43:41.263Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-05-13T10:43:41.263Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-13T10:43:41.263Z] [2022-05-13T10:43:41.263Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-05-13T10:43:41.263Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-13T10:43:41.263Z] [2022-05-13T10:43:41.263Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-05-13T10:43:41.263Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-13T10:43:41.263Z] [2022-05-13T10:43:41.263Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-05-13T10:43:41.263Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-13T10:43:41.263Z] [2022-05-13T10:43:41.263Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-05-13T10:43:41.263Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:43:41.263Z] [2022-05-13T10:43:41.263Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-05-13T10:43:41.263Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-13T10:43:41.263Z] [2022-05-13T10:43:41.263Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-05-13T10:43:41.263Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-13T10:43:41.263Z] [2022-05-13T10:43:41.263Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-05-13T10:43:41.263Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-13T10:43:41.263Z] [2022-05-13T10:43:41.263Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-05-13T10:43:41.263Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:43:41.263Z] [2022-05-13T10:43:41.263Z] DONE 16 tests, 10 skipped in 3.492s [2022-05-13T10:43:41.263Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-05-13T10:43:41.553Z] --- PASS: TestServiceCreateInit (7.59s) [2022-05-13T10:43:41.554Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.91s) [2022-05-13T10:43:41.554Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.66s) [2022-05-13T10:43:41.554Z] === RUN TestCreateServiceMultipleTimes [2022-05-13T10:43:42.073Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-13T10:43:42.073Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-05-13T10:43:42.073Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-13T10:43:42.073Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-05-13T10:43:42.073Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-13T10:43:42.073Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-05-13T10:43:42.073Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-13T10:43:42.073Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-05-13T10:43:42.073Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-13T10:43:42.641Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-05-13T10:43:43.208Z] time="2022-05-13T10:43:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-13T10:43:43.208Z] time="2022-05-13T10:43:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:002d692124e731f4156b828bea1626bdc71655349920b63b9cfe3324b7f1d150" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-13T10:43:43.208Z] time="2022-05-13T10:43:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-13T10:43:43.208Z] time="2022-05-13T10:43:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:002d692124e731f4156b828bea1626bdc71655349920b63b9cfe3324b7f1d150" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-13T10:43:43.428Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:43:43.428Z] INFO: Testing against a local daemon [2022-05-13T10:43:43.428Z] === RUN TestVolumesCreateAndList [2022-05-13T10:43:43.428Z] --- PASS: TestVolumesCreateAndList (0.07s) [2022-05-13T10:43:43.428Z] === RUN TestVolumesRemove [2022-05-13T10:43:43.428Z] --- PASS: TestVolumesRemove (0.19s) [2022-05-13T10:43:43.428Z] === RUN TestVolumesInspect [2022-05-13T10:43:43.428Z] --- PASS: TestVolumesInspect (0.06s) [2022-05-13T10:43:43.428Z] === RUN TestVolumesInvalidJSON [2022-05-13T10:43:43.428Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-13T10:43:43.428Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-13T10:43:43.428Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-13T10:43:43.428Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-13T10:43:43.428Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-13T10:43:43.428Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-13T10:43:43.428Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-13T10:43:43.428Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-05-13T10:43:43.428Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-05-13T10:43:43.428Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-13T10:43:43.428Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-13T10:43:43.428Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-13T10:43:43.428Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-13T10:43:43.428Z] PASS [2022-05-13T10:43:43.428Z] ok github.com/docker/docker/integration/volume 0.428s [2022-05-13T10:43:43.428Z] [2022-05-13T10:43:43.428Z] DONE 9 tests in 2.392s [2022-05-13T10:43:43.775Z] === RUN TestPluginInstall/with_htpasswd [2022-05-13T10:43:43.775Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-13T10:43:43.883Z] INFO: make.ps1 ended at 05/13/2022 10:43:43 [2022-05-13T10:43:43.883Z] INFO: Integration CLI tests being run from the host: [2022-05-13T10:43:43.883Z] 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-13T10:43:44.033Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-13T10:43:44.292Z] time="2022-05-13T10:43:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-13T10:43:44.292Z] time="2022-05-13T10:43:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:837987ef28e618d97c126b11aa70ba273bb713f943d5e60b3d69ecddaa8aaac8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-13T10:43:44.292Z] time="2022-05-13T10:43:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-13T10:43:44.292Z] time="2022-05-13T10:43:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:837987ef28e618d97c126b11aa70ba273bb713f943d5e60b3d69ecddaa8aaac8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-13T10:43:44.859Z] === RUN TestPluginInstall/with_insecure [2022-05-13T10:43:45.117Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-13T10:43:46.053Z] time="2022-05-13T10:43:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-13T10:43:46.053Z] time="2022-05-13T10:43:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e633cbd5f6117f97941f893fde2be7c75f22caf6eedaa5726a59bb1a084541de" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-13T10:43:46.053Z] time="2022-05-13T10:43:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-13T10:43:46.053Z] time="2022-05-13T10:43:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e633cbd5f6117f97941f893fde2be7c75f22caf6eedaa5726a59bb1a084541de" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-13T10:43:46.312Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-13T10:43:46.312Z] plugin_test.go:195: [d4a89e10d6d9c] daemon is not started [2022-05-13T10:43:46.312Z] --- PASS: TestPluginInstall (5.48s) [2022-05-13T10:43:46.312Z] --- PASS: TestPluginInstall/no_auth (2.74s) [2022-05-13T10:43:46.312Z] --- PASS: TestPluginInstall/with_htpasswd (1.15s) [2022-05-13T10:43:46.312Z] --- PASS: TestPluginInstall/with_insecure (1.59s) [2022-05-13T10:43:46.312Z] === RUN TestPluginsWithRuntimes [2022-05-13T10:43:47.247Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-13T10:43:47.247Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-13T10:43:48.182Z] === RUN TestPluginsWithRuntimes/No_Args [2022-05-13T10:43:49.115Z] === RUN TestPluginsWithRuntimes/With_Args [2022-05-13T10:43:49.373Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-13T10:43:50.307Z] --- PASS: TestPluginsWithRuntimes (3.92s) [2022-05-13T10:43:50.307Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.05s) [2022-05-13T10:43:50.307Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.06s) [2022-05-13T10:43:50.307Z] === RUN TestPluginBackCompatMediaTypes [2022-05-13T10:43:50.873Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-13T10:43:51.131Z] --- PASS: TestPluginBackCompatMediaTypes (0.73s) [2022-05-13T10:43:51.131Z] PASS [2022-05-13T10:43:51.131Z] [2022-05-13T10:43:51.131Z] DONE 24 tests in 10.306s [2022-05-13T10:43:51.131Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-13T10:43:51.131Z] ++ 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-13T10:43:51.131Z] ++ set -e [2022-05-13T10:43:51.131Z] ++ '[' -n 0 ']' [2022-05-13T10:43:51.131Z] ++ set -x [2022-05-13T10:43:51.131Z] ++ 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-13T10:43:51.131Z] INFO: Testing against a local daemon [2022-05-13T10:43:51.131Z] === RUN TestExternalGraphDriver [2022-05-13T10:43:51.334Z] --- PASS: TestServiceWithDataPathPortInit (13.71s) [2022-05-13T10:43:51.334Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-13T10:43:51.390Z] === RUN TestExternalGraphDriver/json [2022-05-13T10:43:51.649Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-13T10:43:51.909Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-13T10:43:52.477Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-13T10:43:52.477Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-05-13T10:43:52.716Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:pp50qa5sbaccubh3rl85w2e7b Created:2022-05-13 10:43:51.372685025 +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[6bcc6777bd68a9e8e1e2c8595bda6915c96547c08368739513a9cd12b3d1f73f:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vfyih3wb0fw4qfw34e29s0vp2 EndpointID:9b011d8151a2f4ad7db38f5578f656ad712942877503efab34e7cc14a4eb2c66 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:3309de55b49d25a6a74ba76849024cc0185c279f0583b3eb733bdd0710250561 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:0338359f530a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vfyih3wb0fw4qfw34e29s0vp2 EndpointID:9b011d8151a2f4ad7db38f5578f656ad712942877503efab34e7cc14a4eb2c66 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-05-13T10:43:52.739Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-13T10:43:52.997Z] === RUN TestExternalGraphDriver/spec [2022-05-13T10:43:53.255Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-13T10:43:54.176Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:43:54.176Z] INFO: Testing against a local daemon [2022-05-13T10:43:54.176Z] === RUN TestDockerSuite [2022-05-13T10:43:54.176Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-13T10:43:54.176Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-13T10:43:54.176Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-13T10:43:54.176Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-13T10:43:54.176Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-13T10:43:54.176Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-13T10:43:54.176Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-13T10:43:54.176Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-13T10:43:54.176Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-13T10:43:54.176Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-13T10:43:54.631Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-13T10:43:55.086Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-13T10:43:55.156Z] === RUN TestExternalGraphDriver/pull [2022-05-13T10:43:55.156Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-13T10:43:55.156Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-13T10:43:55.156Z] docker_cli_sni_test.go:18: Flakey test [2022-05-13T10:43:55.156Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-13T10:43:55.721Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-13T10:43:56.046Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-13T10:43:56.046Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-13T10:43:56.287Z] === RUN TestDockerSuite/TestCommitChange [2022-05-13T10:43:56.853Z] --- PASS: TestExternalGraphDriver (5.55s) [2022-05-13T10:43:56.853Z] --- PASS: TestExternalGraphDriver/json (1.84s) [2022-05-13T10:43:56.853Z] --- PASS: TestExternalGraphDriver/spec (1.80s) [2022-05-13T10:43:56.853Z] --- PASS: TestExternalGraphDriver/pull (1.87s) [2022-05-13T10:43:56.853Z] === RUN TestGraphdriverPluginV2 [2022-05-13T10:43:56.911Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.87s) [2022-05-13T10:43:56.911Z] PASS [2022-05-13T10:43:56.911Z] [2022-05-13T10:43:56.911Z] === Skipped [2022-05-13T10:43:56.911Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-13T10:43:56.911Z] service_test.go:243: FLAKY_TEST [2022-05-13T10:43:56.911Z] [2022-05-13T10:43:56.911Z] DONE 38 tests, 1 skipped in 42.997s [2022-05-13T10:43:56.911Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-13T10:43:56.911Z] ++ 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-13T10:43:56.911Z] ++ set -e [2022-05-13T10:43:56.911Z] ++ '[' -n 0 ']' [2022-05-13T10:43:56.911Z] ++ set -x [2022-05-13T10:43:56.911Z] ++ 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-13T10:43:56.911Z] INFO: Testing against a local daemon [2022-05-13T10:43:56.911Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-13T10:43:56.911Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-13T10:43:56.911Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-13T10:43:56.911Z] === RUN TestDockerNetworkIpvlan [2022-05-13T10:43:56.911Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-13T10:43:56.911Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-13T10:43:56.911Z] PASS [2022-05-13T10:43:56.911Z] [2022-05-13T10:43:56.911Z] === Skipped [2022-05-13T10:43:56.911Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-13T10:43:56.911Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-13T10:43:56.911Z] [2022-05-13T10:43:56.911Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-13T10:43:56.911Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-13T10:43:56.911Z] [2022-05-13T10:43:56.911Z] DONE 2 tests, 2 skipped in 0.089s [2022-05-13T10:43:56.911Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-13T10:43:56.911Z] ++ 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-13T10:43:56.911Z] ++ set -e [2022-05-13T10:43:56.911Z] ++ '[' -n 0 ']' [2022-05-13T10:43:56.911Z] ++ set -x [2022-05-13T10:43:56.911Z] ++ 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-13T10:43:57.114Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-13T10:43:57.171Z] INFO: Testing against a local daemon [2022-05-13T10:43:57.171Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-13T10:43:57.680Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-13T10:43:58.552Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.25s) [2022-05-13T10:43:58.552Z] === RUN TestDockerNetworkMacvlan [2022-05-13T10:43:59.054Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-13T10:43:59.122Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-05-13T10:43:59.633Z] --- PASS: TestCreateServiceMultipleTimes (15.71s) [2022-05-13T10:43:59.633Z] === RUN TestCreateServiceConflict [2022-05-13T10:43:59.633Z] --- PASS: TestCreateServiceConflict (2.20s) [2022-05-13T10:43:59.633Z] === RUN TestCreateServiceMaxReplicas [2022-05-13T10:43:59.692Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-05-13T10:43:59.989Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-13T10:44:00.555Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-13T10:44:00.630Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-05-13T10:44:01.123Z] --- PASS: TestGraphdriverPluginV2 (4.39s) [2022-05-13T10:44:01.123Z] PASS [2022-05-13T10:44:01.123Z] [2022-05-13T10:44:01.123Z] DONE 5 tests in 10.054s [2022-05-13T10:44:01.123Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-13T10:44:01.123Z] ++ 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-13T10:44:01.123Z] ++ set -e [2022-05-13T10:44:01.123Z] ++ '[' -n 0 ']' [2022-05-13T10:44:01.123Z] ++ set -x [2022-05-13T10:44:01.123Z] ++ 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-13T10:44:01.381Z] INFO: Testing against a local daemon [2022-05-13T10:44:01.381Z] === RUN TestContinueAfterPluginCrash [2022-05-13T10:44:01.381Z] === PAUSE TestContinueAfterPluginCrash [2022-05-13T10:44:01.381Z] === RUN TestReadPluginNoRead [2022-05-13T10:44:01.381Z] === PAUSE TestReadPluginNoRead [2022-05-13T10:44:01.381Z] === RUN TestDaemonStartWithLogOpt [2022-05-13T10:44:01.381Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-13T10:44:01.381Z] === CONT TestContinueAfterPluginCrash [2022-05-13T10:44:01.381Z] === CONT TestDaemonStartWithLogOpt [2022-05-13T10:44:01.946Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-13T10:44:02.164Z] --- PASS: TestCreateServiceMaxReplicas (2.78s) [2022-05-13T10:44:02.164Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-13T10:44:02.540Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-05-13T10:44:02.882Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-13T10:44:03.923Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-05-13T10:44:04.804Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-13T10:44:05.370Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-13T10:44:05.370Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-13T10:44:05.370Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-13T10:44:05.370Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-13T10:44:05.628Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-13T10:44:05.628Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-13T10:44:05.628Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-13T10:44:05.886Z] --- PASS: TestDaemonStartWithLogOpt (4.59s) [2022-05-13T10:44:05.886Z] === CONT TestReadPluginNoRead [2022-05-13T10:44:06.820Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-05-13T10:44:07.078Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-13T10:44:07.247Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-05-13T10:44:07.817Z] --- PASS: TestDockerNetworkMacvlan (9.62s) [2022-05-13T10:44:07.817Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-05-13T10:44:07.817Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-05-13T10:44:07.817Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.78s) [2022-05-13T10:44:07.817Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.89s) [2022-05-13T10:44:07.817Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.09s) [2022-05-13T10:44:07.817Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s) [2022-05-13T10:44:07.817Z] PASS [2022-05-13T10:44:07.817Z] [2022-05-13T10:44:07.817Z] DONE 8 tests in 10.960s [2022-05-13T10:44:08.078Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-13T10:44:08.078Z] ++ 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-13T10:44:08.078Z] ++ set -e [2022-05-13T10:44:08.078Z] ++ '[' -n 0 ']' [2022-05-13T10:44:08.078Z] ++ set -x [2022-05-13T10:44:08.078Z] ++ 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-13T10:44:08.078Z] testing: warning: no tests to run [2022-05-13T10:44:08.078Z] PASS [2022-05-13T10:44:08.078Z] [2022-05-13T10:44:08.078Z] DONE 0 tests in 0.025s [2022-05-13T10:44:08.078Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-13T10:44:08.078Z] ++ 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-13T10:44:08.078Z] ++ set -e [2022-05-13T10:44:08.078Z] ++ '[' -n 0 ']' [2022-05-13T10:44:08.078Z] ++ set -x [2022-05-13T10:44:08.078Z] ++ 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-13T10:44:08.078Z] INFO: Testing against a local daemon [2022-05-13T10:44:08.078Z] === RUN TestAuthZPluginAllowRequest [2022-05-13T10:44:08.980Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-13T10:44:08.980Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-13T10:44:09.238Z] === RUN TestReadPluginNoRead/default [2022-05-13T10:44:09.285Z] === RUN TestBoolValue [2022-05-13T10:44:09.285Z] --- PASS: TestBoolValue (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestBoolValueOrDefault [2022-05-13T10:44:09.285Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestInt64ValueOrZero [2022-05-13T10:44:09.285Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestInt64ValueOrDefault [2022-05-13T10:44:09.285Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestInt64ValueOrDefaultWithError [2022-05-13T10:44:09.285Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestJsonContentType [2022-05-13T10:44:09.285Z] --- PASS: TestJsonContentType (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestReadJSON [2022-05-13T10:44:09.285Z] === RUN TestReadJSON/nil_body [2022-05-13T10:44:09.285Z] === RUN TestReadJSON/empty_body [2022-05-13T10:44:09.285Z] === RUN TestReadJSON/with_valid_request [2022-05-13T10:44:09.285Z] === RUN TestReadJSON/with_whitespace [2022-05-13T10:44:09.285Z] === RUN TestReadJSON/with_extra_content [2022-05-13T10:44:09.285Z] === RUN TestReadJSON/invalid_JSON [2022-05-13T10:44:09.285Z] --- PASS: TestReadJSON (0.00s) [2022-05-13T10:44:09.285Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-05-13T10:44:09.285Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-05-13T10:44:09.285Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-05-13T10:44:09.285Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-05-13T10:44:09.285Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-05-13T10:44:09.285Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-05-13T10:44:09.285Z] PASS [2022-05-13T10:44:09.285Z] coverage: 31.9% of statements [2022-05-13T10:44:09.285Z] ok github.com/docker/docker/api/server/httputils 0.065s coverage: 31.9% of statements [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-13T10:44:09.285Z] === RUN TestMaskSecretKeys [2022-05-13T10:44:09.285Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-05-13T10:44:09.285Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-05-13T10:44:09.285Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-05-13T10:44:09.285Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-05-13T10:44:09.285Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-05-13T10:44:09.285Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-05-13T10:44:09.285Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestVersionMiddlewareVersion [2022-05-13T10:44:09.285Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-05-13T10:44:09.285Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-05-13T10:44:09.285Z] PASS [2022-05-13T10:44:09.285Z] coverage: 37.7% of statements [2022-05-13T10:44:09.285Z] ok github.com/docker/docker/api/server/middleware 0.071s coverage: 37.7% of statements [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-13T10:44:09.285Z] === RUN TestToJSON [2022-05-13T10:44:09.285Z] --- PASS: TestToJSON (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestToParamWithVersion [2022-05-13T10:44:09.285Z] --- PASS: TestToParamWithVersion (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestFromJSON [2022-05-13T10:44:09.285Z] --- PASS: TestFromJSON (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestEmpty [2022-05-13T10:44:09.285Z] --- PASS: TestEmpty (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestArgsMatchKVListEmptySources [2022-05-13T10:44:09.285Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestArgsMatchKVList [2022-05-13T10:44:09.285Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestArgsMatch [2022-05-13T10:44:09.285Z] --- PASS: TestArgsMatch (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestAdd [2022-05-13T10:44:09.285Z] --- PASS: TestAdd (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestDel [2022-05-13T10:44:09.285Z] --- PASS: TestDel (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestLen [2022-05-13T10:44:09.285Z] --- PASS: TestLen (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestExactMatch [2022-05-13T10:44:09.285Z] --- PASS: TestExactMatch (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestOnlyOneExactMatch [2022-05-13T10:44:09.285Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestContains [2022-05-13T10:44:09.285Z] --- PASS: TestContains (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestValidate [2022-05-13T10:44:09.285Z] --- PASS: TestValidate (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestWalkValues [2022-05-13T10:44:09.285Z] --- PASS: TestWalkValues (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestFuzzyMatch [2022-05-13T10:44:09.285Z] --- PASS: TestFuzzyMatch (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestClone [2022-05-13T10:44:09.285Z] --- PASS: TestClone (0.00s) [2022-05-13T10:44:09.285Z] PASS [2022-05-13T10:44:09.285Z] coverage: 92.2% of statements [2022-05-13T10:44:09.285Z] ok github.com/docker/docker/api/types/filters 0.052s coverage: 92.2% of statements [2022-05-13T10:44:09.285Z] === RUN TestStrSliceMarshalJSON [2022-05-13T10:44:09.285Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestStrSliceUnmarshalJSON [2022-05-13T10:44:09.285Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestStrSliceUnmarshalString [2022-05-13T10:44:09.285Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestStrSliceUnmarshalSlice [2022-05-13T10:44:09.285Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-05-13T10:44:09.285Z] PASS [2022-05-13T10:44:09.285Z] coverage: 90.0% of statements [2022-05-13T10:44:09.285Z] ok github.com/docker/docker/api/types/strslice 0.041s coverage: 90.0% of statements [2022-05-13T10:44:09.285Z] === RUN TestAdjustForAPIVersion [2022-05-13T10:44:09.285Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-05-13T10:44:09.285Z] PASS [2022-05-13T10:44:09.285Z] coverage: 6.0% of statements [2022-05-13T10:44:09.285Z] ok github.com/docker/docker/api/server/router/swarm 0.075s coverage: 6.0% of statements [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-13T10:44:09.285Z] === RUN TestGetVolumeByNameNotFoundNoSwarm [2022-05-13T10:44:09.285Z] --- PASS: TestGetVolumeByNameNotFoundNoSwarm (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestGetVolumeByNameNotFoundNotManager [2022-05-13T10:44:09.285Z] --- PASS: TestGetVolumeByNameNotFoundNotManager (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestGetVolumeByNameNotFound [2022-05-13T10:44:09.285Z] --- PASS: TestGetVolumeByNameNotFound (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestGetVolumeByNameFoundRegular [2022-05-13T10:44:09.285Z] --- PASS: TestGetVolumeByNameFoundRegular (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestGetVolumeByNameFoundSwarm [2022-05-13T10:44:09.285Z] --- PASS: TestGetVolumeByNameFoundSwarm (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestListVolumes [2022-05-13T10:44:09.285Z] --- PASS: TestListVolumes (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestListVolumesNoSwarm [2022-05-13T10:44:09.285Z] --- PASS: TestListVolumesNoSwarm (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestListVolumesNoManager [2022-05-13T10:44:09.285Z] --- PASS: TestListVolumesNoManager (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestCreateRegularVolume [2022-05-13T10:44:09.285Z] --- PASS: TestCreateRegularVolume (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestCreateSwarmVolumeNoSwarm [2022-05-13T10:44:09.285Z] --- PASS: TestCreateSwarmVolumeNoSwarm (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestCreateSwarmVolumeNotManager [2022-05-13T10:44:09.285Z] --- PASS: TestCreateSwarmVolumeNotManager (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestCreateVolumeCluster [2022-05-13T10:44:09.285Z] --- PASS: TestCreateVolumeCluster (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestUpdateVolume [2022-05-13T10:44:09.285Z] --- PASS: TestUpdateVolume (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestUpdateVolumeNoSwarm [2022-05-13T10:44:09.285Z] --- PASS: TestUpdateVolumeNoSwarm (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestUpdateVolumeNotFound [2022-05-13T10:44:09.285Z] --- PASS: TestUpdateVolumeNotFound (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestVolumeRemove [2022-05-13T10:44:09.285Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestVolumeRemoveSwarm [2022-05-13T10:44:09.285Z] --- PASS: TestVolumeRemoveSwarm (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestVolumeRemoveNotFoundNoSwarm [2022-05-13T10:44:09.285Z] --- PASS: TestVolumeRemoveNotFoundNoSwarm (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestVolumeRemoveNotFoundNoManager [2022-05-13T10:44:09.285Z] --- PASS: TestVolumeRemoveNotFoundNoManager (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestVolumeRemoveFoundNoSwarm [2022-05-13T10:44:09.285Z] --- PASS: TestVolumeRemoveFoundNoSwarm (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestVolumeRemoveNoSwarmInUse [2022-05-13T10:44:09.285Z] --- PASS: TestVolumeRemoveNoSwarmInUse (0.00s) [2022-05-13T10:44:09.285Z] === RUN TestVolumeRemoveSwarmForce [2022-05-13T10:44:09.285Z] --- PASS: TestVolumeRemoveSwarmForce (0.00s) [2022-05-13T10:44:09.285Z] PASS [2022-05-13T10:44:09.285Z] coverage: 67.9% of statements [2022-05-13T10:44:09.285Z] ok github.com/docker/docker/api/server/router/volume 0.058s coverage: 67.9% of statements [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/types [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-13T10:44:09.285Z] === RUN TestGetTimestamp [2022-05-13T10:44:09.285Z] === RUN TestCompareVersion [2022-05-13T10:44:09.285Z] --- PASS: TestCompareVersion (0.00s) [2022-05-13T10:44:09.285Z] PASS [2022-05-13T10:44:09.285Z] coverage: 77.3% of statements [2022-05-13T10:44:09.285Z] ok github.com/docker/docker/api/types/versions 0.056s coverage: 77.3% of statements [2022-05-13T10:44:09.285Z] --- PASS: TestGetTimestamp (0.19s) [2022-05-13T10:44:09.285Z] === RUN TestParseTimestamps [2022-05-13T10:44:09.285Z] --- PASS: TestParseTimestamps (0.00s) [2022-05-13T10:44:09.285Z] PASS [2022-05-13T10:44:09.285Z] coverage: 100.0% of statements [2022-05-13T10:44:09.285Z] ok github.com/docker/docker/api/types/time 0.242s coverage: 100.0% of statements [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/builder [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-13T10:44:09.285Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-13T10:44:09.285Z] === RUN TestIsGIT [2022-05-13T10:44:09.285Z] --- PASS: TestIsGIT (0.00s) [2022-05-13T10:44:09.285Z] PASS [2022-05-13T10:44:09.285Z] coverage: 100.0% of statements [2022-05-13T10:44:09.285Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.105s coverage: 100.0% of statements [2022-05-13T10:44:09.285Z] === RUN TestParseRemoteURL [2022-05-13T10:44:09.285Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-05-13T10:44:09.285Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-05-13T10:44:09.285Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-05-13T10:44:09.285Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-05-13T10:44:09.285Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-05-13T10:44:09.285Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-05-13T10:44:09.285Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-05-13T10:44:09.285Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-05-13T10:44:09.285Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-05-13T10:44:09.285Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-05-13T10:44:09.285Z] --- PASS: TestParseRemoteURL (0.00s) [2022-05-13T10:44:09.285Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-05-13T10:44:09.285Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-05-13T10:44:09.286Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-05-13T10:44:09.286Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-05-13T10:44:09.286Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-05-13T10:44:09.286Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-05-13T10:44:09.286Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-05-13T10:44:09.286Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-05-13T10:44:09.286Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-05-13T10:44:09.286Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestCloneArgsSmartHttp [2022-05-13T10:44:09.286Z] --- PASS: TestCloneArgsSmartHttp (0.03s) [2022-05-13T10:44:09.286Z] === RUN TestCloneArgsDumbHttp [2022-05-13T10:44:09.286Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestCloneArgsGit [2022-05-13T10:44:09.286Z] --- PASS: TestCloneArgsGit (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestCheckoutGit [2022-05-13T10:44:09.286Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-05-13T10:44:09.286Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestProcessNoDockerignore [2022-05-13T10:44:09.286Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestProcessShouldLeaveAllFiles [2022-05-13T10:44:09.286Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestDetectContentType [2022-05-13T10:44:09.286Z] --- PASS: TestDetectContentType (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestSelectAcceptableMIME [2022-05-13T10:44:09.286Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestInspectEmptyResponse [2022-05-13T10:44:09.286Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestInspectResponseBinary [2022-05-13T10:44:09.286Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestResponseUnsupportedContentType [2022-05-13T10:44:09.286Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestInspectResponseTextSimple [2022-05-13T10:44:09.286Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestInspectResponseEmptyContentType [2022-05-13T10:44:09.286Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestUnknownContentLength [2022-05-13T10:44:09.286Z] --- PASS: TestUnknownContentLength (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestDownloadRemote [2022-05-13T10:44:09.286Z] --- PASS: TestDownloadRemote (0.09s) [2022-05-13T10:44:09.286Z] === RUN TestGetWithStatusError [2022-05-13T10:44:09.286Z] --- PASS: TestGetWithStatusError (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestCloseRootDirectory [2022-05-13T10:44:09.286Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:44:09.286Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestHashFile [2022-05-13T10:44:09.286Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:44:09.286Z] --- SKIP: TestHashFile (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestHashSubdir [2022-05-13T10:44:09.286Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:44:09.286Z] --- SKIP: TestHashSubdir (0.01s) [2022-05-13T10:44:09.286Z] === RUN TestRemoveDirectory [2022-05-13T10:44:09.286Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:44:09.286Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-05-13T10:44:09.286Z] PASS [2022-05-13T10:44:09.286Z] coverage: 9.3% of statements [2022-05-13T10:44:09.286Z] ok github.com/docker/docker/builder/remotecontext 0.328s coverage: 9.3% of statements [2022-05-13T10:44:09.286Z] === RUN TestEnable [2022-05-13T10:44:09.286Z] --- PASS: TestEnable (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestDisable [2022-05-13T10:44:09.286Z] --- PASS: TestDisable (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestEnabled [2022-05-13T10:44:09.286Z] --- PASS: TestEnabled (0.00s) [2022-05-13T10:44:09.286Z] PASS [2022-05-13T10:44:09.286Z] coverage: 100.0% of statements [2022-05-13T10:44:09.286Z] ok github.com/docker/docker/cli/debug 0.041s coverage: 100.0% of statements [2022-05-13T10:44:09.286Z] === RUN TestGetAllAllowed [2022-05-13T10:44:09.286Z] --- PASS: TestGetAllAllowed (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestGetAllMeta [2022-05-13T10:44:09.286Z] --- PASS: TestGetAllMeta (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestWarnOnUnusedBuildArgs [2022-05-13T10:44:09.286Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestIsUnreferencedBuiltin [2022-05-13T10:44:09.286Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestIsExistingDirectory [2022-05-13T10:44:09.286Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestGetFilenameForDownload [2022-05-13T10:44:09.286Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestEnv2Variables [2022-05-13T10:44:09.286Z] --- PASS: TestEnv2Variables (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-05-13T10:44:09.286Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestMaintainer [2022-05-13T10:44:09.286Z] --- PASS: TestMaintainer (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestLabel [2022-05-13T10:44:09.286Z] --- PASS: TestLabel (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestFromScratch [2022-05-13T10:44:09.286Z] --- PASS: TestFromScratch (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestFromWithArg [2022-05-13T10:44:09.286Z] --- PASS: TestFromWithArg (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-05-13T10:44:09.286Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestFromWithUndefinedArg [2022-05-13T10:44:09.286Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestFromMultiStageWithNamedStage [2022-05-13T10:44:09.286Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestOnbuild [2022-05-13T10:44:09.286Z] --- PASS: TestOnbuild (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestWorkdir [2022-05-13T10:44:09.286Z] --- PASS: TestWorkdir (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestCmd [2022-05-13T10:44:09.286Z] --- PASS: TestCmd (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestHealthcheckNone [2022-05-13T10:44:09.286Z] --- PASS: TestHealthcheckNone (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestHealthcheckCmd [2022-05-13T10:44:09.286Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestEntrypoint [2022-05-13T10:44:09.286Z] --- PASS: TestEntrypoint (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestExpose [2022-05-13T10:44:09.286Z] --- PASS: TestExpose (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestUser [2022-05-13T10:44:09.286Z] --- PASS: TestUser (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestVolume [2022-05-13T10:44:09.286Z] --- PASS: TestVolume (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestStopSignal [2022-05-13T10:44:09.286Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-13T10:44:09.286Z] --- SKIP: TestStopSignal (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestArg [2022-05-13T10:44:09.286Z] --- PASS: TestArg (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestShell [2022-05-13T10:44:09.286Z] --- PASS: TestShell (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestPrependEnvOnCmd [2022-05-13T10:44:09.286Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestRunWithBuildArgs [2022-05-13T10:44:09.286Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestRunIgnoresHealthcheck [2022-05-13T10:44:09.286Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestDispatchUnsupportedOptions [2022-05-13T10:44:09.286Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-05-13T10:44:09.286Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-05-13T10:44:09.286Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-05-13T10:44:09.286Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-05-13T10:44:09.286Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-05-13T10:44:09.286Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-05-13T10:44:09.286Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestNormalizeWorkdir [2022-05-13T10:44:09.286Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestDispatch [2022-05-13T10:44:09.286Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-05-13T10:44:09.286Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-05-13T10:44:09.286Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-05-13T10:44:09.286Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-05-13T10:44:09.286Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-05-13T10:44:09.286Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-05-13T10:44:09.286Z] === RUN TestDispatch/COPY_url [2022-05-13T10:44:09.286Z] --- PASS: TestDispatch (0.07s) [2022-05-13T10:44:09.286Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-05-13T10:44:09.286Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-05-13T10:44:09.286Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-05-13T10:44:09.286Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-05-13T10:44:09.286Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-05-13T10:44:09.286Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-05-13T10:44:09.286Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestAddScratchImageAddsToMounts [2022-05-13T10:44:09.286Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestAddFromScratchPopulatesPlatform [2022-05-13T10:44:09.286Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-05-13T10:44:09.286Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-05-13T10:44:09.286Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestImageSourceGetAddsToMounts [2022-05-13T10:44:09.286Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestEmptyDockerfile [2022-05-13T10:44:09.286Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-05-13T10:44:09.286Z] === RUN TestSymlinkDockerfile [2022-05-13T10:44:09.286Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-05-13T10:44:09.286Z] === RUN TestDockerfileOutsideTheBuildContext [2022-05-13T10:44:09.286Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestNonExistingDockerfile [2022-05-13T10:44:09.286Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestCopyRunConfig [2022-05-13T10:44:09.286Z] --- PASS: TestCopyRunConfig (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestDeepCopyRunConfig [2022-05-13T10:44:09.286Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestExportImage [2022-05-13T10:44:09.286Z] --- PASS: TestExportImage (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestNormalizeDest [2022-05-13T10:44:09.286Z] --- PASS: TestNormalizeDest (0.00s) [2022-05-13T10:44:09.286Z] PASS [2022-05-13T10:44:09.286Z] coverage: 46.7% of statements [2022-05-13T10:44:09.286Z] ok github.com/docker/docker/builder/dockerfile 0.232s coverage: 46.7% of statements [2022-05-13T10:44:09.286Z] === RUN TestTCP4Proxy [2022-05-13T10:44:09.286Z] --- PASS: TestTCP4Proxy (0.01s) [2022-05-13T10:44:09.286Z] === RUN TestTCP4ProxyHalfClose [2022-05-13T10:44:09.286Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestTCP6Proxy [2022-05-13T10:44:09.286Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-13T10:44:09.286Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestTCPDualStackProxy [2022-05-13T10:44:09.286Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-13T10:44:09.286Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestUDP4Proxy [2022-05-13T10:44:09.286Z] --- PASS: TestUDP4Proxy (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestUDP6Proxy [2022-05-13T10:44:09.286Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-13T10:44:09.286Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestUDPWriteError [2022-05-13T10:44:09.286Z] --- PASS: TestUDPWriteError (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestSCTP4Proxy [2022-05-13T10:44:09.286Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-13T10:44:09.286Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-05-13T10:44:09.286Z] === RUN TestSCTP6Proxy [2022-05-13T10:44:09.286Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-13T10:44:09.286Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-05-13T10:44:09.286Z] PASS [2022-05-13T10:44:09.286Z] coverage: 49.4% of statements [2022-05-13T10:44:09.286Z] ok github.com/docker/docker/cmd/docker-proxy 0.061s coverage: 49.4% of statements [2022-05-13T10:44:09.458Z] --- PASS: TestAuthZPluginAllowRequest (1.12s) [2022-05-13T10:44:09.458Z] === RUN TestAuthZPluginTLS [2022-05-13T10:44:09.497Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-13T10:44:09.718Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-05-13T10:44:09.718Z] === RUN TestAuthZPluginDenyRequest [2022-05-13T10:44:10.287Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-05-13T10:44:10.287Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-13T10:44:10.430Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-13T10:44:10.856Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-05-13T10:44:10.856Z] === RUN TestAuthZPluginDenyResponse [2022-05-13T10:44:10.996Z] --- PASS: TestContinueAfterPluginCrash (9.70s) [2022-05-13T10:44:11.254Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-13T10:44:11.426Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-05-13T10:44:11.426Z] === RUN TestAuthZPluginAllowEventStream [2022-05-13T10:44:11.513Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes=== RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-13T10:44:11.513Z] [2022-05-13T10:44:12.081Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-13T10:44:12.365Z] --- PASS: TestAuthZPluginAllowEventStream (1.11s) [2022-05-13T10:44:12.365Z] === RUN TestAuthZPluginErrorResponse [2022-05-13T10:44:12.646Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-13T10:44:12.905Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-13T10:44:12.905Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-13T10:44:12.905Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-13T10:44:12.934Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-05-13T10:44:12.934Z] === RUN TestAuthZPluginErrorRequest [2022-05-13T10:44:13.309Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-05-13T10:44:13.471Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-13T10:44:13.471Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-13T10:44:13.471Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-13T10:44:13.503Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-05-13T10:44:13.503Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-13T10:44:13.729Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-13T10:44:13.729Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-13T10:44:13.729Z] docker_api_swarm_node_test.go:20: [df0aeef2caa11] joining swarm manager [d13e6b5f02d01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:44:13.912Z] Copying nested executables into bundles/binary-daemon [2022-05-13T10:44:14.072Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-05-13T10:44:14.072Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-13T10:44:14.664Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-13T10:44:14.922Z] === CONT TestReadPluginNoRead [2022-05-13T10:44:14.922Z] read_test.go:92: [d3691fcce646a] daemon is not started [2022-05-13T10:44:14.922Z] --- PASS: TestReadPluginNoRead (8.92s) [2022-05-13T10:44:14.922Z] --- PASS: TestReadPluginNoRead/default (2.02s) [2022-05-13T10:44:14.922Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.70s) [2022-05-13T10:44:14.922Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.96s) [2022-05-13T10:44:14.922Z] PASS [2022-05-13T10:44:14.922Z] [2022-05-13T10:44:14.922Z] DONE 6 tests in 13.629s [2022-05-13T10:44:14.922Z] 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-13T10:44:14.922Z] ++ 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-13T10:44:14.922Z] ++ set -e [2022-05-13T10:44:14.922Z] ++ '[' -n 0 ']' [2022-05-13T10:44:14.922Z] ++ set -x [2022-05-13T10:44:14.922Z] ++ 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-13T10:44:14.922Z] testing: warning: no tests to run [2022-05-13T10:44:14.922Z] PASS [2022-05-13T10:44:14.922Z] [2022-05-13T10:44:14.922Z] DONE 0 tests in 0.051s [2022-05-13T10:44:14.922Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-13T10:44:14.922Z] ++ 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-13T10:44:14.922Z] ++ set -e [2022-05-13T10:44:14.922Z] ++ '[' -n 0 ']' [2022-05-13T10:44:14.922Z] ++ set -x [2022-05-13T10:44:14.922Z] ++ 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-13T10:44:14.922Z] docker_api_swarm_node_test.go:21: [d55ca9077b747] joining swarm manager [d13e6b5f02d01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:44:14.922Z] INFO: Testing against a local daemon [2022-05-13T10:44:14.922Z] === RUN TestPluginWithDevMounts [2022-05-13T10:44:14.922Z] === PAUSE TestPluginWithDevMounts [2022-05-13T10:44:14.922Z] === CONT TestPluginWithDevMounts [2022-05-13T10:44:15.320Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-05-13T10:44:15.320Z] GOOS="" GOARCH="" GOARM="" [2022-05-13T10:44:15.452Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.37s) [2022-05-13T10:44:15.453Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-13T10:44:15.488Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-13T10:44:15.575Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-05-13T10:44:15.575Z] [2022-05-13T10:44:16.055Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-13T10:44:16.055Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-05-13T10:44:16.834Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.33s) [2022-05-13T10:44:16.834Z] === RUN TestAuthZPluginHeader [2022-05-13T10:44:16.860Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43269/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 -e DOCKER_GRAPHDRIVER docker:8e4b5db542e45b11e57c920876e3d80a37158567 hack/make.sh cross [2022-05-13T10:44:16.989Z] --- PASS: TestPluginWithDevMounts (1.78s) [2022-05-13T10:44:16.989Z] PASS [2022-05-13T10:44:16.989Z] [2022-05-13T10:44:16.989Z] DONE 1 tests in 1.909s [2022-05-13T10:44:16.989Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-13T10:44:16.989Z] ++ 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-13T10:44:16.989Z] ++ set -e [2022-05-13T10:44:16.989Z] ++ '[' -n 0 ']' [2022-05-13T10:44:16.989Z] ++ set -x [2022-05-13T10:44:16.989Z] ++ 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-13T10:44:16.989Z] INFO: Testing against a local daemon [2022-05-13T10:44:16.989Z] === RUN TestSecretInspect [2022-05-13T10:44:17.034Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.17s) [2022-05-13T10:44:17.034Z] === RUN TestCreateServiceSecretFileMode [2022-05-13T10:44:17.116Z] [2022-05-13T10:44:17.248Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-13T10:44:17.372Z] Removing bundles/ [2022-05-13T10:44:17.372Z] [2022-05-13T10:44:17.372Z] ---> Making bundle: cross (in bundles/cross) [2022-05-13T10:44:17.372Z] Cross building: bundles/cross/linux/amd64 [2022-05-13T10:44:17.372Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-05-13T10:44:17.372Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-05-13T10:44:17.403Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-05-13T10:44:17.403Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-13T10:44:17.403Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-13T10:44:17.403Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-05-13T10:44:17.403Z] === RUN TestAuthZPluginV2Disable [2022-05-13T10:44:17.403Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-13T10:44:17.403Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-05-13T10:44:17.403Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-13T10:44:17.403Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-13T10:44:17.403Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-05-13T10:44:17.403Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-13T10:44:17.403Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-13T10:44:17.403Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-05-13T10:44:17.403Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-13T10:44:17.600Z] --- PASS: TestCreateServiceSecretFileMode (2.53s) [2022-05-13T10:44:17.600Z] === RUN TestCreateServiceConfigFileMode [2022-05-13T10:44:17.815Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-13T10:44:17.815Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-13T10:44:18.380Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-13T10:44:18.946Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-13T10:44:19.511Z] --- PASS: TestSecretInspect (2.63s) [2022-05-13T10:44:19.511Z] === RUN TestSecretList [2022-05-13T10:44:19.567Z] === RUN TestCheckpointCreateError [2022-05-13T10:44:19.567Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestCheckpointCreate [2022-05-13T10:44:19.567Z] --- PASS: TestCheckpointCreate (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestCheckpointDeleteError [2022-05-13T10:44:19.567Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestCheckpointDelete [2022-05-13T10:44:19.567Z] --- PASS: TestCheckpointDelete (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestCheckpointListError [2022-05-13T10:44:19.567Z] --- PASS: TestCheckpointListError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestCheckpointList [2022-05-13T10:44:19.567Z] --- PASS: TestCheckpointList (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestCheckpointListContainerNotFound [2022-05-13T10:44:19.567Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestNewClientWithOpsFromEnv [2022-05-13T10:44:19.567Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-13T10:44:19.567Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestGetAPIPath [2022-05-13T10:44:19.567Z] --- PASS: TestGetAPIPath (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestParseHostURL [2022-05-13T10:44:19.567Z] --- PASS: TestParseHostURL (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-05-13T10:44:19.567Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestNegotiateAPIVersionEmpty [2022-05-13T10:44:19.567Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestNegotiateAPIVersion [2022-05-13T10:44:19.567Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-05-13T10:44:19.567Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-05-13T10:44:19.567Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-05-13T10:44:19.567Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-05-13T10:44:19.567Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-05-13T10:44:19.567Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-05-13T10:44:19.567Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-05-13T10:44:19.567Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-05-13T10:44:19.567Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-05-13T10:44:19.567Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-05-13T10:44:19.567Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestNegotiateAPVersionOverride [2022-05-13T10:44:19.567Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestNegotiateAPIVersionAutomatic [2022-05-13T10:44:19.567Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-05-13T10:44:19.567Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-05-13T10:44:19.567Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestClientRedirect [2022-05-13T10:44:19.567Z] === RUN TestClientRedirect/GET [2022-05-13T10:44:19.567Z] === RUN TestClientRedirect/POST [2022-05-13T10:44:19.567Z] === RUN TestClientRedirect/PUT [2022-05-13T10:44:19.567Z] === RUN TestClientRedirect/DELETE [2022-05-13T10:44:19.567Z] --- PASS: TestClientRedirect (0.00s) [2022-05-13T10:44:19.567Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-05-13T10:44:19.567Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-05-13T10:44:19.567Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-05-13T10:44:19.567Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestConfigCreateUnsupported [2022-05-13T10:44:19.567Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestConfigCreateError [2022-05-13T10:44:19.567Z] --- PASS: TestConfigCreateError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestConfigCreate [2022-05-13T10:44:19.567Z] --- PASS: TestConfigCreate (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestConfigInspectNotFound [2022-05-13T10:44:19.567Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestConfigInspectWithEmptyID [2022-05-13T10:44:19.567Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestConfigInspectUnsupported [2022-05-13T10:44:19.567Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestConfigInspectError [2022-05-13T10:44:19.567Z] --- PASS: TestConfigInspectError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestConfigInspectConfigNotFound [2022-05-13T10:44:19.567Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestConfigInspect [2022-05-13T10:44:19.567Z] --- PASS: TestConfigInspect (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestConfigListUnsupported [2022-05-13T10:44:19.567Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestConfigListError [2022-05-13T10:44:19.567Z] --- PASS: TestConfigListError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestConfigList [2022-05-13T10:44:19.567Z] --- PASS: TestConfigList (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestConfigRemoveUnsupported [2022-05-13T10:44:19.567Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestConfigRemoveError [2022-05-13T10:44:19.567Z] --- PASS: TestConfigRemoveError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestConfigRemove [2022-05-13T10:44:19.567Z] --- PASS: TestConfigRemove (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestConfigUpdateUnsupported [2022-05-13T10:44:19.567Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestConfigUpdateError [2022-05-13T10:44:19.567Z] --- PASS: TestConfigUpdateError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestConfigUpdate [2022-05-13T10:44:19.567Z] --- PASS: TestConfigUpdate (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerCommitError [2022-05-13T10:44:19.567Z] --- PASS: TestContainerCommitError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerCommit [2022-05-13T10:44:19.567Z] --- PASS: TestContainerCommit (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerStatPathError [2022-05-13T10:44:19.567Z] --- PASS: TestContainerStatPathError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerStatPathNotFoundError [2022-05-13T10:44:19.567Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerStatPathNoHeaderError [2022-05-13T10:44:19.567Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerStatPath [2022-05-13T10:44:19.567Z] --- PASS: TestContainerStatPath (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestCopyToContainerError [2022-05-13T10:44:19.567Z] --- PASS: TestCopyToContainerError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestCopyToContainerNotFoundError [2022-05-13T10:44:19.567Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestCopyToContainerEmptyResponse [2022-05-13T10:44:19.567Z] --- PASS: TestCopyToContainerEmptyResponse (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestCopyToContainer [2022-05-13T10:44:19.567Z] --- PASS: TestCopyToContainer (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestCopyFromContainerError [2022-05-13T10:44:19.567Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestCopyFromContainerNotFoundError [2022-05-13T10:44:19.567Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestCopyFromContainerEmptyResponse [2022-05-13T10:44:19.567Z] --- PASS: TestCopyFromContainerEmptyResponse (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestCopyFromContainerNoHeaderError [2022-05-13T10:44:19.567Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestCopyFromContainer [2022-05-13T10:44:19.567Z] --- PASS: TestCopyFromContainer (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerCreateError [2022-05-13T10:44:19.567Z] --- PASS: TestContainerCreateError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerCreateImageNotFound [2022-05-13T10:44:19.567Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerCreateWithName [2022-05-13T10:44:19.567Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerCreateAutoRemove [2022-05-13T10:44:19.567Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerDiffError [2022-05-13T10:44:19.567Z] --- PASS: TestContainerDiffError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerDiff [2022-05-13T10:44:19.567Z] --- PASS: TestContainerDiff (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerExecCreateError [2022-05-13T10:44:19.567Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerExecCreate [2022-05-13T10:44:19.567Z] --- PASS: TestContainerExecCreate (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerExecStartError [2022-05-13T10:44:19.567Z] --- PASS: TestContainerExecStartError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerExecStart [2022-05-13T10:44:19.567Z] --- PASS: TestContainerExecStart (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerExecInspectError [2022-05-13T10:44:19.567Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerExecInspect [2022-05-13T10:44:19.567Z] --- PASS: TestContainerExecInspect (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerExportError [2022-05-13T10:44:19.567Z] --- PASS: TestContainerExportError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerExport [2022-05-13T10:44:19.567Z] --- PASS: TestContainerExport (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerInspectError [2022-05-13T10:44:19.567Z] --- PASS: TestContainerInspectError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerInspectContainerNotFound [2022-05-13T10:44:19.567Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerInspectWithEmptyID [2022-05-13T10:44:19.567Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerInspect [2022-05-13T10:44:19.567Z] --- PASS: TestContainerInspect (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerInspectNode [2022-05-13T10:44:19.567Z] --- PASS: TestContainerInspectNode (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerKillError [2022-05-13T10:44:19.567Z] --- PASS: TestContainerKillError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerKill [2022-05-13T10:44:19.567Z] --- PASS: TestContainerKill (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerListError [2022-05-13T10:44:19.567Z] --- PASS: TestContainerListError (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerList [2022-05-13T10:44:19.567Z] --- PASS: TestContainerList (0.00s) [2022-05-13T10:44:19.567Z] === RUN TestContainerLogsNotFoundError [2022-05-13T10:44:19.568Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerLogsError [2022-05-13T10:44:19.568Z] --- PASS: TestContainerLogsError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerLogs [2022-05-13T10:44:19.568Z] --- PASS: TestContainerLogs (0.21s) [2022-05-13T10:44:19.568Z] === RUN TestContainerPauseError [2022-05-13T10:44:19.568Z] --- PASS: TestContainerPauseError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerPause [2022-05-13T10:44:19.568Z] --- PASS: TestContainerPause (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainersPruneError [2022-05-13T10:44:19.568Z] --- PASS: TestContainersPruneError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainersPrune [2022-05-13T10:44:19.568Z] --- PASS: TestContainersPrune (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerRemoveError [2022-05-13T10:44:19.568Z] --- PASS: TestContainerRemoveError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerRemoveNotFoundError [2022-05-13T10:44:19.568Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerRemove [2022-05-13T10:44:19.568Z] --- PASS: TestContainerRemove (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerRenameError [2022-05-13T10:44:19.568Z] --- PASS: TestContainerRenameError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerRename [2022-05-13T10:44:19.568Z] --- PASS: TestContainerRename (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerResizeError [2022-05-13T10:44:19.568Z] --- PASS: TestContainerResizeError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerExecResizeError [2022-05-13T10:44:19.568Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerResize [2022-05-13T10:44:19.568Z] --- PASS: TestContainerResize (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerExecResize [2022-05-13T10:44:19.568Z] --- PASS: TestContainerExecResize (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerRestartError [2022-05-13T10:44:19.568Z] --- PASS: TestContainerRestartError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerRestart [2022-05-13T10:44:19.568Z] --- PASS: TestContainerRestart (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerStartError [2022-05-13T10:44:19.568Z] --- PASS: TestContainerStartError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerStart [2022-05-13T10:44:19.568Z] --- PASS: TestContainerStart (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerStatsError [2022-05-13T10:44:19.568Z] --- PASS: TestContainerStatsError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerStats [2022-05-13T10:44:19.568Z] --- PASS: TestContainerStats (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerStopError [2022-05-13T10:44:19.568Z] --- PASS: TestContainerStopError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerStop [2022-05-13T10:44:19.568Z] --- PASS: TestContainerStop (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerTopError [2022-05-13T10:44:19.568Z] --- PASS: TestContainerTopError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerTop [2022-05-13T10:44:19.568Z] --- PASS: TestContainerTop (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerUnpauseError [2022-05-13T10:44:19.568Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerUnpause [2022-05-13T10:44:19.568Z] --- PASS: TestContainerUnpause (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerUpdateError [2022-05-13T10:44:19.568Z] --- PASS: TestContainerUpdateError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerUpdate [2022-05-13T10:44:19.568Z] --- PASS: TestContainerUpdate (0.02s) [2022-05-13T10:44:19.568Z] === RUN TestContainerWaitError [2022-05-13T10:44:19.568Z] --- PASS: TestContainerWaitError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestContainerWait [2022-05-13T10:44:19.568Z] --- PASS: TestContainerWait (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestDiskUsageError [2022-05-13T10:44:19.568Z] --- PASS: TestDiskUsageError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestDiskUsage [2022-05-13T10:44:19.568Z] --- PASS: TestDiskUsage (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestDistributionInspectUnsupported [2022-05-13T10:44:19.568Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestDistributionInspectWithEmptyID [2022-05-13T10:44:19.568Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestEventsErrorInOptions [2022-05-13T10:44:19.568Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestEventsErrorFromServer [2022-05-13T10:44:19.568Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestEvents [2022-05-13T10:44:19.568Z] --- PASS: TestEvents (0.03s) [2022-05-13T10:44:19.568Z] === RUN TestTLSCloseWriter [2022-05-13T10:44:19.568Z] === PAUSE TestTLSCloseWriter [2022-05-13T10:44:19.568Z] === RUN TestImageBuildError [2022-05-13T10:44:19.568Z] --- PASS: TestImageBuildError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageBuild [2022-05-13T10:44:19.568Z] --- PASS: TestImageBuild (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestGetDockerOS [2022-05-13T10:44:19.568Z] --- PASS: TestGetDockerOS (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageCreateError [2022-05-13T10:44:19.568Z] --- PASS: TestImageCreateError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageCreate [2022-05-13T10:44:19.568Z] --- PASS: TestImageCreate (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageHistoryError [2022-05-13T10:44:19.568Z] --- PASS: TestImageHistoryError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageHistory [2022-05-13T10:44:19.568Z] --- PASS: TestImageHistory (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageImportError [2022-05-13T10:44:19.568Z] --- PASS: TestImageImportError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageImport [2022-05-13T10:44:19.568Z] --- PASS: TestImageImport (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageInspectError [2022-05-13T10:44:19.568Z] --- PASS: TestImageInspectError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageInspectImageNotFound [2022-05-13T10:44:19.568Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageInspectWithEmptyID [2022-05-13T10:44:19.568Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageInspect [2022-05-13T10:44:19.568Z] --- PASS: TestImageInspect (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageListError [2022-05-13T10:44:19.568Z] --- PASS: TestImageListError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageList [2022-05-13T10:44:19.568Z] --- PASS: TestImageList (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageListApiBefore125 [2022-05-13T10:44:19.568Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageLoadError [2022-05-13T10:44:19.568Z] --- PASS: TestImageLoadError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageLoad [2022-05-13T10:44:19.568Z] --- PASS: TestImageLoad (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImagesPruneError [2022-05-13T10:44:19.568Z] --- PASS: TestImagesPruneError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImagesPrune [2022-05-13T10:44:19.568Z] --- PASS: TestImagesPrune (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImagePullReferenceParseError [2022-05-13T10:44:19.568Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImagePullAnyError [2022-05-13T10:44:19.568Z] --- PASS: TestImagePullAnyError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImagePullStatusUnauthorizedError [2022-05-13T10:44:19.568Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-13T10:44:19.568Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-13T10:44:19.568Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-05-13T10:44:19.568Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImagePullWithoutErrors [2022-05-13T10:44:19.568Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImagePushReferenceError [2022-05-13T10:44:19.568Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImagePushAnyError [2022-05-13T10:44:19.568Z] --- PASS: TestImagePushAnyError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImagePushStatusUnauthorizedError [2022-05-13T10:44:19.568Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-13T10:44:19.568Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-13T10:44:19.568Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-05-13T10:44:19.568Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImagePushWithoutErrors [2022-05-13T10:44:19.568Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-05-13T10:44:19.568Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-05-13T10:44:19.568Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-05-13T10:44:19.568Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-05-13T10:44:19.568Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-05-13T10:44:19.568Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-05-13T10:44:19.568Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-05-13T10:44:19.568Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-05-13T10:44:19.568Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageRemoveError [2022-05-13T10:44:19.568Z] --- PASS: TestImageRemoveError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageRemoveImageNotFound [2022-05-13T10:44:19.568Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageRemove [2022-05-13T10:44:19.568Z] --- PASS: TestImageRemove (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageSaveError [2022-05-13T10:44:19.568Z] --- PASS: TestImageSaveError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageSave [2022-05-13T10:44:19.568Z] --- PASS: TestImageSave (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageSearchAnyError [2022-05-13T10:44:19.568Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageSearchStatusUnauthorizedError [2022-05-13T10:44:19.568Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-13T10:44:19.568Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-13T10:44:19.568Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-05-13T10:44:19.568Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageSearchWithoutErrors [2022-05-13T10:44:19.568Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageTagError [2022-05-13T10:44:19.568Z] --- PASS: TestImageTagError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageTagInvalidReference [2022-05-13T10:44:19.568Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageTagInvalidSourceImageName [2022-05-13T10:44:19.568Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageTagHexSource [2022-05-13T10:44:19.568Z] --- PASS: TestImageTagHexSource (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestImageTag [2022-05-13T10:44:19.568Z] --- PASS: TestImageTag (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestInfoServerError [2022-05-13T10:44:19.568Z] --- PASS: TestInfoServerError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestInfoInvalidResponseJSONError [2022-05-13T10:44:19.568Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestInfo [2022-05-13T10:44:19.568Z] --- PASS: TestInfo (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNetworkConnectError [2022-05-13T10:44:19.568Z] --- PASS: TestNetworkConnectError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-05-13T10:44:19.568Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNetworkConnect [2022-05-13T10:44:19.568Z] --- PASS: TestNetworkConnect (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNetworkCreateError [2022-05-13T10:44:19.568Z] --- PASS: TestNetworkCreateError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNetworkCreate [2022-05-13T10:44:19.568Z] --- PASS: TestNetworkCreate (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNetworkDisconnectError [2022-05-13T10:44:19.568Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNetworkDisconnect [2022-05-13T10:44:19.568Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNetworkInspect [2022-05-13T10:44:19.568Z] === RUN TestNetworkInspect/empty_ID [2022-05-13T10:44:19.568Z] === RUN TestNetworkInspect/no_options [2022-05-13T10:44:19.568Z] === RUN TestNetworkInspect/verbose [2022-05-13T10:44:19.568Z] === RUN TestNetworkInspect/global_scope [2022-05-13T10:44:19.568Z] === RUN TestNetworkInspect/unknown_network [2022-05-13T10:44:19.568Z] === RUN TestNetworkInspect/server_error [2022-05-13T10:44:19.568Z] --- PASS: TestNetworkInspect (0.00s) [2022-05-13T10:44:19.568Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-05-13T10:44:19.568Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-05-13T10:44:19.568Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-05-13T10:44:19.568Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-05-13T10:44:19.568Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-05-13T10:44:19.568Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNetworkListError [2022-05-13T10:44:19.568Z] --- PASS: TestNetworkListError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNetworkList [2022-05-13T10:44:19.568Z] --- PASS: TestNetworkList (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNetworksPruneError [2022-05-13T10:44:19.568Z] --- PASS: TestNetworksPruneError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNetworksPrune [2022-05-13T10:44:19.568Z] --- PASS: TestNetworksPrune (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNetworkRemoveError [2022-05-13T10:44:19.568Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNetworkRemove [2022-05-13T10:44:19.568Z] --- PASS: TestNetworkRemove (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNodeInspectError [2022-05-13T10:44:19.568Z] --- PASS: TestNodeInspectError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNodeInspectNodeNotFound [2022-05-13T10:44:19.568Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNodeInspectWithEmptyID [2022-05-13T10:44:19.568Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNodeInspect [2022-05-13T10:44:19.568Z] --- PASS: TestNodeInspect (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNodeListError [2022-05-13T10:44:19.568Z] --- PASS: TestNodeListError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNodeList [2022-05-13T10:44:19.568Z] --- PASS: TestNodeList (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNodeRemoveError [2022-05-13T10:44:19.568Z] --- PASS: TestNodeRemoveError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNodeRemove [2022-05-13T10:44:19.568Z] --- PASS: TestNodeRemove (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNodeUpdateError [2022-05-13T10:44:19.568Z] --- PASS: TestNodeUpdateError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestNodeUpdate [2022-05-13T10:44:19.568Z] --- PASS: TestNodeUpdate (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestOptionWithHostFromEnv [2022-05-13T10:44:19.568Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestOptionWithTimeout [2022-05-13T10:44:19.568Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestOptionWithVersionFromEnv [2022-05-13T10:44:19.568Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestPingFail [2022-05-13T10:44:19.568Z] --- PASS: TestPingFail (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestPingWithError [2022-05-13T10:44:19.568Z] 2022/05/13 10:44:18 RoundTripper returned a response & error; ignoring response [2022-05-13T10:44:19.568Z] 2022/05/13 10:44:18 RoundTripper returned a response & error; ignoring response [2022-05-13T10:44:19.568Z] --- PASS: TestPingWithError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestPingSuccess [2022-05-13T10:44:19.568Z] --- PASS: TestPingSuccess (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestPingHeadFallback [2022-05-13T10:44:19.568Z] === RUN TestPingHeadFallback/OK [2022-05-13T10:44:19.568Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-05-13T10:44:19.568Z] === RUN TestPingHeadFallback/Not_Found [2022-05-13T10:44:19.568Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-05-13T10:44:19.568Z] --- PASS: TestPingHeadFallback (0.00s) [2022-05-13T10:44:19.568Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-05-13T10:44:19.568Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-05-13T10:44:19.568Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-05-13T10:44:19.568Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestPluginDisableError [2022-05-13T10:44:19.568Z] --- PASS: TestPluginDisableError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestPluginDisable [2022-05-13T10:44:19.568Z] --- PASS: TestPluginDisable (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestPluginEnableError [2022-05-13T10:44:19.568Z] --- PASS: TestPluginEnableError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestPluginEnable [2022-05-13T10:44:19.568Z] --- PASS: TestPluginEnable (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestPluginInspectError [2022-05-13T10:44:19.568Z] --- PASS: TestPluginInspectError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestPluginInspectWithEmptyID [2022-05-13T10:44:19.568Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestPluginInspect [2022-05-13T10:44:19.568Z] --- PASS: TestPluginInspect (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestPluginListError [2022-05-13T10:44:19.568Z] --- PASS: TestPluginListError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestPluginList [2022-05-13T10:44:19.568Z] --- PASS: TestPluginList (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestPluginPushError [2022-05-13T10:44:19.568Z] --- PASS: TestPluginPushError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestPluginPush [2022-05-13T10:44:19.568Z] --- PASS: TestPluginPush (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestPluginRemoveError [2022-05-13T10:44:19.568Z] --- PASS: TestPluginRemoveError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestPluginRemove [2022-05-13T10:44:19.568Z] --- PASS: TestPluginRemove (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestPluginSetError [2022-05-13T10:44:19.568Z] --- PASS: TestPluginSetError (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestPluginSet [2022-05-13T10:44:19.568Z] --- PASS: TestPluginSet (0.00s) [2022-05-13T10:44:19.568Z] === RUN TestSetHostHeader [2022-05-13T10:44:19.569Z] --- PASS: TestSetHostHeader (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestPlainTextError [2022-05-13T10:44:19.569Z] --- PASS: TestPlainTextError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestInfiniteError [2022-05-13T10:44:19.569Z] --- PASS: TestInfiniteError (0.02s) [2022-05-13T10:44:19.569Z] === RUN TestCanceledContext [2022-05-13T10:44:19.569Z] 2022/05/13 10:44:18 RoundTripper returned a response & error; ignoring response [2022-05-13T10:44:19.569Z] --- PASS: TestCanceledContext (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestDeadlineExceededContext [2022-05-13T10:44:19.569Z] 2022/05/13 10:44:18 RoundTripper returned a response & error; ignoring response [2022-05-13T10:44:19.569Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSecretCreateUnsupported [2022-05-13T10:44:19.569Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSecretCreateError [2022-05-13T10:44:19.569Z] --- PASS: TestSecretCreateError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSecretCreate [2022-05-13T10:44:19.569Z] --- PASS: TestSecretCreate (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSecretInspectUnsupported [2022-05-13T10:44:19.569Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSecretInspectError [2022-05-13T10:44:19.569Z] --- PASS: TestSecretInspectError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSecretInspectSecretNotFound [2022-05-13T10:44:19.569Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSecretInspectWithEmptyID [2022-05-13T10:44:19.569Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSecretInspect [2022-05-13T10:44:19.569Z] --- PASS: TestSecretInspect (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSecretListUnsupported [2022-05-13T10:44:19.569Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSecretListError [2022-05-13T10:44:19.569Z] --- PASS: TestSecretListError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSecretList [2022-05-13T10:44:19.569Z] --- PASS: TestSecretList (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSecretRemoveUnsupported [2022-05-13T10:44:19.569Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSecretRemoveError [2022-05-13T10:44:19.569Z] --- PASS: TestSecretRemoveError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSecretRemove [2022-05-13T10:44:19.569Z] --- PASS: TestSecretRemove (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSecretUpdateUnsupported [2022-05-13T10:44:19.569Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSecretUpdateError [2022-05-13T10:44:19.569Z] --- PASS: TestSecretUpdateError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSecretUpdate [2022-05-13T10:44:19.569Z] --- PASS: TestSecretUpdate (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestServiceCreateError [2022-05-13T10:44:19.569Z] --- PASS: TestServiceCreateError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestServiceCreate [2022-05-13T10:44:19.569Z] --- PASS: TestServiceCreate (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestServiceCreateCompatiblePlatforms [2022-05-13T10:44:19.569Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestServiceCreateDigestPinning [2022-05-13T10:44:19.569Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestServiceInspectError [2022-05-13T10:44:19.569Z] --- PASS: TestServiceInspectError (0.01s) [2022-05-13T10:44:19.569Z] === RUN TestServiceInspectServiceNotFound [2022-05-13T10:44:19.569Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestServiceInspectWithEmptyID [2022-05-13T10:44:19.569Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestServiceInspect [2022-05-13T10:44:19.569Z] --- PASS: TestServiceInspect (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestServiceListError [2022-05-13T10:44:19.569Z] --- PASS: TestServiceListError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestServiceList [2022-05-13T10:44:19.569Z] --- PASS: TestServiceList (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestServiceLogsError [2022-05-13T10:44:19.569Z] --- PASS: TestServiceLogsError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestServiceLogs [2022-05-13T10:44:19.569Z] --- PASS: TestServiceLogs (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestServiceRemoveError [2022-05-13T10:44:19.569Z] --- PASS: TestServiceRemoveError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestServiceRemoveNotFoundError [2022-05-13T10:44:19.569Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestServiceRemove [2022-05-13T10:44:19.569Z] --- PASS: TestServiceRemove (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestServiceUpdateError [2022-05-13T10:44:19.569Z] --- PASS: TestServiceUpdateError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestServiceUpdate [2022-05-13T10:44:19.569Z] --- PASS: TestServiceUpdate (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSwarmGetUnlockKeyError [2022-05-13T10:44:19.569Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSwarmGetUnlockKey [2022-05-13T10:44:19.569Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSwarmInitError [2022-05-13T10:44:19.569Z] --- PASS: TestSwarmInitError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSwarmInit [2022-05-13T10:44:19.569Z] --- PASS: TestSwarmInit (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSwarmInspectError [2022-05-13T10:44:19.569Z] --- PASS: TestSwarmInspectError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSwarmInspect [2022-05-13T10:44:19.569Z] --- PASS: TestSwarmInspect (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSwarmJoinError [2022-05-13T10:44:19.569Z] --- PASS: TestSwarmJoinError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSwarmJoin [2022-05-13T10:44:19.569Z] --- PASS: TestSwarmJoin (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSwarmLeaveError [2022-05-13T10:44:19.569Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSwarmLeave [2022-05-13T10:44:19.569Z] --- PASS: TestSwarmLeave (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSwarmUnlockError [2022-05-13T10:44:19.569Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSwarmUnlock [2022-05-13T10:44:19.569Z] --- PASS: TestSwarmUnlock (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSwarmUpdateError [2022-05-13T10:44:19.569Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestSwarmUpdate [2022-05-13T10:44:19.569Z] --- PASS: TestSwarmUpdate (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestTaskInspectError [2022-05-13T10:44:19.569Z] --- PASS: TestTaskInspectError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestTaskInspectWithEmptyID [2022-05-13T10:44:19.569Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestTaskInspect [2022-05-13T10:44:19.569Z] --- PASS: TestTaskInspect (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestTaskListError [2022-05-13T10:44:19.569Z] --- PASS: TestTaskListError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestTaskList [2022-05-13T10:44:19.569Z] --- PASS: TestTaskList (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestVolumeCreateError [2022-05-13T10:44:19.569Z] --- PASS: TestVolumeCreateError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestVolumeCreate [2022-05-13T10:44:19.569Z] --- PASS: TestVolumeCreate (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestVolumeInspectError [2022-05-13T10:44:19.569Z] --- PASS: TestVolumeInspectError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestVolumeInspectNotFound [2022-05-13T10:44:19.569Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestVolumeInspectWithEmptyID [2022-05-13T10:44:19.569Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestVolumeInspect [2022-05-13T10:44:19.569Z] --- PASS: TestVolumeInspect (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestVolumeListError [2022-05-13T10:44:19.569Z] --- PASS: TestVolumeListError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestVolumeList [2022-05-13T10:44:19.569Z] --- PASS: TestVolumeList (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestVolumeRemoveError [2022-05-13T10:44:19.569Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestVolumeRemove [2022-05-13T10:44:19.569Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestVolumeUpdateError [2022-05-13T10:44:19.569Z] --- PASS: TestVolumeUpdateError (0.00s) [2022-05-13T10:44:19.569Z] === RUN TestVolumeUpdate [2022-05-13T10:44:19.569Z] --- PASS: TestVolumeUpdate (0.00s) [2022-05-13T10:44:19.569Z] === CONT TestTLSCloseWriter [2022-05-13T10:44:19.569Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-05-13T10:44:19.569Z] PASS [2022-05-13T10:44:19.569Z] coverage: 74.9% of statements [2022-05-13T10:44:19.569Z] ok github.com/docker/docker/client 0.521s coverage: 74.9% of statements [2022-05-13T10:44:19.769Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-13T10:44:20.129Z] --- PASS: TestCreateServiceConfigFileMode (2.52s) [2022-05-13T10:44:20.129Z] === RUN TestCreateServiceSysctls [2022-05-13T10:44:20.335Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-13T10:44:20.335Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-13T10:44:20.911Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-13T10:44:21.478Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-13T10:44:22.044Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-13T10:44:22.044Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-13T10:44:22.302Z] --- PASS: TestSecretList (2.69s) [2022-05-13T10:44:22.302Z] === RUN TestSecretsCreateAndDelete [2022-05-13T10:44:22.868Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-13T10:44:23.410Z] --- PASS: TestCreateServiceSysctls (3.14s) [2022-05-13T10:44:23.411Z] === RUN TestCreateServiceCapabilities [2022-05-13T10:44:23.799Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-13T10:44:25.170Z] --- PASS: TestSecretsCreateAndDelete (2.68s) [2022-05-13T10:44:25.170Z] === RUN TestSecretsUpdate [2022-05-13T10:44:25.170Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-13T10:44:25.170Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-13T10:44:25.170Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-13T10:44:25.170Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-13T10:44:25.170Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-13T10:44:25.428Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-05-13T10:44:25.428Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-13T10:44:25.939Z] --- PASS: TestCreateServiceCapabilities (2.50s) [2022-05-13T10:44:25.939Z] === RUN TestInspect [2022-05-13T10:44:27.953Z] --- PASS: TestSecretsUpdate (2.58s) [2022-05-13T10:44:27.953Z] === RUN TestTemplatedSecret [2022-05-13T10:44:29.221Z] --- PASS: TestInspect (2.89s) [2022-05-13T10:44:29.221Z] === RUN TestCreateJob [2022-05-13T10:44:29.852Z] docker_api_swarm_test.go:502: [d139d2dc0299c] joining swarm manager [dbeeacbe54d05]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:44:29.852Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-13T10:44:30.790Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-13T10:44:30.790Z] --- PASS: TestTemplatedSecret (3.25s) [2022-05-13T10:44:30.790Z] === RUN TestSecretCreateResolve [2022-05-13T10:44:31.355Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-13T10:44:31.355Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-05-13T10:44:31.355Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-13T10:44:31.355Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-13T10:44:32.547Z] --- PASS: TestCreateJob (3.18s) [2022-05-13T10:44:32.547Z] === RUN TestReplicatedJob [2022-05-13T10:44:33.253Z] --- PASS: TestSecretCreateResolve (2.30s) [2022-05-13T10:44:33.253Z] PASS [2022-05-13T10:44:33.253Z] [2022-05-13T10:44:33.253Z] DONE 6 tests in 16.239s [2022-05-13T10:44:33.253Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-05-13T10:44:33.253Z] ++ 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-13T10:44:33.253Z] ++ set -e [2022-05-13T10:44:33.253Z] ++ '[' -n 0 ']' [2022-05-13T10:44:33.253Z] ++ set -x [2022-05-13T10:44:33.253Z] ++ 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-13T10:44:33.253Z] INFO: Testing against a local daemon [2022-05-13T10:44:33.253Z] === RUN TestServiceCreateInit [2022-05-13T10:44:33.253Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-13T10:44:33.818Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-13T10:44:34.383Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-13T10:44:35.498Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2022-05-13T10:44:35.498Z] PASS [2022-05-13T10:44:35.498Z] [2022-05-13T10:44:35.498Z] === Skipped [2022-05-13T10:44:35.498Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-05-13T10:44:35.498Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-13T10:44:35.498Z] [2022-05-13T10:44:35.498Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-05-13T10:44:35.498Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-13T10:44:35.498Z] [2022-05-13T10:44:35.498Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-05-13T10:44:35.498Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-13T10:44:35.498Z] [2022-05-13T10:44:35.498Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-05-13T10:44:35.498Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-13T10:44:35.498Z] [2022-05-13T10:44:35.498Z] DONE 17 tests, 4 skipped in 26.069s [2022-05-13T10:44:35.498Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-13T10:44:35.498Z] ++ 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-13T10:44:35.498Z] ++ set -e [2022-05-13T10:44:35.498Z] ++ '[' -n 0 ']' [2022-05-13T10:44:35.498Z] ++ set -x [2022-05-13T10:44:35.499Z] ++ 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-13T10:44:35.499Z] INFO: Testing against a local daemon [2022-05-13T10:44:35.499Z] === RUN TestPluginInvalidJSON [2022-05-13T10:44:35.499Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:44:35.499Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:44:35.499Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:44:35.499Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:44:35.499Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-13T10:44:35.499Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-13T10:44:35.499Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:44:35.499Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-13T10:44:35.499Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-13T10:44:35.499Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-13T10:44:35.499Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-13T10:44:35.499Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-13T10:44:35.499Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-13T10:44:35.499Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-13T10:44:35.499Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-13T10:44:35.499Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:44:35.499Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-13T10:44:35.499Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-13T10:44:35.499Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-13T10:44:35.499Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-13T10:44:35.499Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-13T10:44:35.499Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-05-13T10:44:35.499Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-05-13T10:44:35.499Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-13T10:44:35.499Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-13T10:44:35.499Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-13T10:44:35.499Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-13T10:44:35.499Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-13T10:44:35.499Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-13T10:44:35.499Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-13T10:44:35.499Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-13T10:44:35.499Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-13T10:44:35.499Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-13T10:44:35.499Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-13T10:44:35.499Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-13T10:44:35.499Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-13T10:44:35.499Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-13T10:44:35.499Z] === RUN TestPluginInstall [2022-05-13T10:44:35.499Z] === RUN TestPluginInstall/no_auth [2022-05-13T10:44:35.499Z] time="2022-05-13T10:44:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-13T10:44:35.499Z] time="2022-05-13T10:44:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:76e51a1ab0755a3c7cd85f1cf9049488c30bde9a94cbf6306f1f2d098e20d07e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-13T10:44:35.499Z] time="2022-05-13T10:44:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-13T10:44:35.499Z] time="2022-05-13T10:44:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:76e51a1ab0755a3c7cd85f1cf9049488c30bde9a94cbf6306f1f2d098e20d07e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-13T10:44:35.499Z] === RUN TestPluginInstall/with_htpasswd [2022-05-13T10:44:35.499Z] time="2022-05-13T10:44:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-13T10:44:35.499Z] time="2022-05-13T10:44:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d455d7fe2ab9ac63e17d65ecc3332d5d9e777b023ab2d55358803a66517468cb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-13T10:44:35.499Z] time="2022-05-13T10:44:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-13T10:44:35.499Z] time="2022-05-13T10:44:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d455d7fe2ab9ac63e17d65ecc3332d5d9e777b023ab2d55358803a66517468cb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-13T10:44:35.757Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-13T10:44:35.758Z] === RUN TestPluginInstall/with_insecure [2022-05-13T10:44:36.697Z] time="2022-05-13T10:44:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-13T10:44:36.697Z] time="2022-05-13T10:44:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8a0d33b9fc02b48ed095b02af4f7ae7fa3fd157c3cf45961372fa8753c1d468a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-13T10:44:36.698Z] time="2022-05-13T10:44:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-13T10:44:36.698Z] time="2022-05-13T10:44:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8a0d33b9fc02b48ed095b02af4f7ae7fa3fd157c3cf45961372fa8753c1d468a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-13T10:44:36.698Z] plugin_test.go:195: [d5f48e3bb3941] daemon is not started [2022-05-13T10:44:36.698Z] --- PASS: TestPluginInstall (2.53s) [2022-05-13T10:44:36.698Z] --- PASS: TestPluginInstall/no_auth (0.96s) [2022-05-13T10:44:36.698Z] --- PASS: TestPluginInstall/with_htpasswd (0.55s) [2022-05-13T10:44:36.698Z] --- PASS: TestPluginInstall/with_insecure (1.02s) [2022-05-13T10:44:36.698Z] === RUN TestPluginsWithRuntimes [2022-05-13T10:44:37.341Z] --- PASS: TestCheckoutGit (32.72s) [2022-05-13T10:44:37.341Z] === RUN TestValidGitTransport [2022-05-13T10:44:37.341Z] --- PASS: TestValidGitTransport (0.00s) [2022-05-13T10:44:37.341Z] === RUN TestGitInvalidRef [2022-05-13T10:44:37.341Z] --- PASS: TestGitInvalidRef (0.29s) [2022-05-13T10:44:37.341Z] PASS [2022-05-13T10:44:37.341Z] coverage: 86.3% of statements [2022-05-13T10:44:37.341Z] ok github.com/docker/docker/builder/remotecontext/git 33.222s coverage: 86.3% of statements [2022-05-13T10:44:37.810Z] ? github.com/docker/docker/cli [no test files] [2022-05-13T10:44:37.810Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-13T10:44:37.810Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-13T10:44:37.810Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-13T10:44:37.813Z] --- PASS: TestReplicatedJob (5.52s) [2022-05-13T10:44:37.813Z] === RUN TestUpdateReplicatedJob [2022-05-13T10:44:38.283Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-13T10:44:38.603Z] === RUN TestPluginsWithRuntimes/No_Args [2022-05-13T10:44:39.172Z] === RUN TestPluginsWithRuntimes/With_Args [2022-05-13T10:44:39.217Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-13T10:44:39.474Z] docker_api_swarm_test.go:507: [d8fe511b372e7] joining swarm manager [dbeeacbe54d05]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:44:40.040Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-13T10:44:40.110Z] --- PASS: TestPluginsWithRuntimes (3.26s) [2022-05-13T10:44:40.110Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.88s) [2022-05-13T10:44:40.110Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.86s) [2022-05-13T10:44:40.110Z] === RUN TestPluginBackCompatMediaTypes [2022-05-13T10:44:40.679Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-05-13T10:44:40.679Z] PASS [2022-05-13T10:44:40.679Z] [2022-05-13T10:44:40.679Z] DONE 24 tests in 6.511s [2022-05-13T10:44:40.679Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-13T10:44:40.679Z] ++ 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-13T10:44:40.679Z] ++ set -e [2022-05-13T10:44:40.679Z] ++ '[' -n 0 ']' [2022-05-13T10:44:40.679Z] ++ set -x [2022-05-13T10:44:40.679Z] ++ 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-13T10:44:40.679Z] INFO: Testing against a local daemon [2022-05-13T10:44:40.679Z] === RUN TestExternalGraphDriver [2022-05-13T10:44:40.679Z] === RUN TestExternalGraphDriver/json [2022-05-13T10:44:41.095Z] --- PASS: TestUpdateReplicatedJob (3.15s) [2022-05-13T10:44:41.095Z] === RUN TestServiceListWithStatuses [2022-05-13T10:44:41.095Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-13T10:44:41.095Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-13T10:44:41.095Z] === RUN TestDockerNetworkConnectAlias [2022-05-13T10:44:41.414Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-13T10:44:42.587Z] === RUN TestExternalGraphDriver/spec [2022-05-13T10:44:42.786Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-13T10:44:42.786Z] --- PASS: TestServiceCreateInit (9.39s) [2022-05-13T10:44:42.786Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.56s) [2022-05-13T10:44:42.786Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.81s) [2022-05-13T10:44:42.786Z] === RUN TestCreateServiceMultipleTimes [2022-05-13T10:44:43.379Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} [2022-05-13T10:44:43.967Z] === RUN TestExternalGraphDriver/pull [2022-05-13T10:44:44.751Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} [2022-05-13T10:44:45.279Z] --- PASS: TestDockerNetworkConnectAlias (4.12s) [2022-05-13T10:44:45.279Z] === RUN TestDockerNetworkReConnect [2022-05-13T10:44:45.347Z] --- PASS: TestExternalGraphDriver (4.73s) [2022-05-13T10:44:45.347Z] --- PASS: TestExternalGraphDriver/json (1.56s) [2022-05-13T10:44:45.347Z] --- PASS: TestExternalGraphDriver/spec (1.54s) [2022-05-13T10:44:45.347Z] --- PASS: TestExternalGraphDriver/pull (1.59s) [2022-05-13T10:44:45.347Z] === RUN TestGraphdriverPluginV2 [2022-05-13T10:44:45.347Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-13T10:44:45.347Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-05-13T10:44:45.347Z] PASS [2022-05-13T10:44:45.347Z] [2022-05-13T10:44:45.347Z] === Skipped [2022-05-13T10:44:45.347Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-05-13T10:44:45.347Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-13T10:44:45.347Z] [2022-05-13T10:44:45.347Z] DONE 5 tests, 1 skipped in 4.843s [2022-05-13T10:44:45.347Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-13T10:44:45.607Z] ++ 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-13T10:44:45.607Z] ++ set -e [2022-05-13T10:44:45.607Z] ++ '[' -n 0 ']' [2022-05-13T10:44:45.607Z] ++ set -x [2022-05-13T10:44:45.607Z] ++ 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-13T10:44:45.607Z] INFO: Testing against a local daemon [2022-05-13T10:44:45.607Z] === RUN TestContinueAfterPluginCrash [2022-05-13T10:44:45.607Z] === PAUSE TestContinueAfterPluginCrash [2022-05-13T10:44:45.607Z] === RUN TestReadPluginNoRead [2022-05-13T10:44:45.607Z] === PAUSE TestReadPluginNoRead [2022-05-13T10:44:45.607Z] === RUN TestDaemonStartWithLogOpt [2022-05-13T10:44:45.607Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-13T10:44:45.607Z] === CONT TestContinueAfterPluginCrash [2022-05-13T10:44:45.607Z] === CONT TestDaemonStartWithLogOpt [2022-05-13T10:44:46.125Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} [2022-05-13T10:44:46.468Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-05-13T10:44:46.468Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-05-13T10:44:46.468Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-05-13T10:44:46.468Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-05-13T10:44:46.468Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-05-13T10:44:46.468Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-05-13T10:44:46.468Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-05-13T10:44:46.468Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-05-13T10:44:46.468Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-05-13T10:44:46.468Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-05-13T10:44:46.468Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-05-13T10:44:46.468Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-05-13T10:44:46.468Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-05-13T10:44:46.468Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-05-13T10:44:46.468Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-05-13T10:44:46.468Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-05-13T10:44:46.468Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-05-13T10:44:46.468Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-05-13T10:44:46.468Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-05-13T10:44:46.468Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-05-13T10:44:46.468Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-05-13T10:44:46.468Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-05-13T10:44:46.468Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-05-13T10:44:46.468Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-05-13T10:44:46.468Z] === RUN TestConfigureDaemonLogs [2022-05-13T10:44:46.468Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-05-13T10:44:46.468Z] === RUN TestCommonOptionsInstallFlags [2022-05-13T10:44:46.468Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-05-13T10:44:46.468Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-05-13T10:44:46.468Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-05-13T10:44:46.468Z] PASS [2022-05-13T10:44:46.468Z] coverage: 19.7% of statements [2022-05-13T10:44:46.468Z] ok github.com/docker/docker/cmd/dockerd 0.223s coverage: 19.7% of statements [2022-05-13T10:44:46.468Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-05-13T10:44:46.468Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-13T10:44:47.499Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} [2022-05-13T10:44:48.574Z] --- PASS: TestDockerNetworkReConnect (3.49s) [2022-05-13T10:44:48.574Z] === RUN TestServicePlugin [2022-05-13T10:44:48.686Z] === RUN TestContainerStopSignal [2022-05-13T10:44:48.686Z] --- PASS: TestContainerStopSignal (0.00s) [2022-05-13T10:44:48.686Z] === RUN TestContainerStopTimeout [2022-05-13T10:44:48.686Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-05-13T10:44:48.686Z] === RUN TestContainerSecretReferenceDestTarget [2022-05-13T10:44:48.686Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-05-13T10:44:48.686Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-05-13T10:44:48.686Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-05-13T10:44:48.686Z] === RUN TestContainerLogPathSetForRingLogger [2022-05-13T10:44:48.686Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-05-13T10:44:48.686Z] === RUN TestReplaceAndAppendEnvVars [2022-05-13T10:44:48.686Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-05-13T10:44:48.686Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-05-13T10:44:48.686Z] === RUN TestNewMemoryStore [2022-05-13T10:44:48.686Z] --- PASS: TestNewMemoryStore (0.00s) [2022-05-13T10:44:48.686Z] === RUN TestAddContainers [2022-05-13T10:44:48.686Z] --- PASS: TestAddContainers (0.00s) [2022-05-13T10:44:48.686Z] === RUN TestGetContainer [2022-05-13T10:44:48.686Z] --- PASS: TestGetContainer (0.00s) [2022-05-13T10:44:48.686Z] === RUN TestDeleteContainer [2022-05-13T10:44:48.686Z] --- PASS: TestDeleteContainer (0.00s) [2022-05-13T10:44:48.686Z] === RUN TestListContainers [2022-05-13T10:44:48.686Z] --- PASS: TestListContainers (0.00s) [2022-05-13T10:44:48.686Z] === RUN TestFirstContainer [2022-05-13T10:44:48.686Z] --- PASS: TestFirstContainer (0.00s) [2022-05-13T10:44:48.686Z] === RUN TestApplyAllContainer [2022-05-13T10:44:48.686Z] --- PASS: TestApplyAllContainer (0.00s) [2022-05-13T10:44:48.686Z] === RUN TestIsValidHealthString [2022-05-13T10:44:48.686Z] --- PASS: TestIsValidHealthString (0.00s) [2022-05-13T10:44:48.686Z] === RUN TestStateRunStop [2022-05-13T10:44:48.686Z] --- PASS: TestStateRunStop (0.00s) [2022-05-13T10:44:48.686Z] === RUN TestStateTimeoutWait [2022-05-13T10:44:48.686Z] state_test.go:141: Stop callback fired [2022-05-13T10:44:48.686Z] state_test.go:165: Stop callback fired [2022-05-13T10:44:48.686Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-05-13T10:44:48.686Z] === RUN TestIsValidStateString [2022-05-13T10:44:48.686Z] --- PASS: TestIsValidStateString (0.00s) [2022-05-13T10:44:48.686Z] === RUN TestViewSaveDelete [2022-05-13T10:44:48.686Z] --- PASS: TestViewSaveDelete (0.01s) [2022-05-13T10:44:48.686Z] === RUN TestViewAll [2022-05-13T10:44:48.686Z] --- PASS: TestViewAll (0.04s) [2022-05-13T10:44:48.686Z] === RUN TestViewGet [2022-05-13T10:44:48.686Z] --- PASS: TestViewGet (0.01s) [2022-05-13T10:44:48.686Z] === RUN TestNames [2022-05-13T10:44:48.686Z] --- PASS: TestNames (0.00s) [2022-05-13T10:44:48.686Z] === RUN TestViewWithHealthCheck [2022-05-13T10:44:48.686Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-05-13T10:44:48.686Z] PASS [2022-05-13T10:44:48.686Z] coverage: 41.7% of statements [2022-05-13T10:44:48.686Z] ok github.com/docker/docker/container 0.302s coverage: 41.7% of statements [2022-05-13T10:44:48.686Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-13T10:44:48.686Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-13T10:44:48.686Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-13T10:44:48.686Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-13T10:44:48.900Z] --- PASS: TestDaemonStartWithLogOpt (2.96s) [2022-05-13T10:44:48.900Z] === CONT TestReadPluginNoRead [2022-05-13T10:44:49.156Z] === RUN TestPrepare [2022-05-13T10:44:49.157Z] --- PASS: TestPrepare (0.00s) [2022-05-13T10:44:49.157Z] === RUN TestStart [2022-05-13T10:44:49.157Z] --- PASS: TestStart (0.00s) [2022-05-13T10:44:49.157Z] === RUN TestWaitCancel [2022-05-13T10:44:49.157Z] --- PASS: TestWaitCancel (0.00s) [2022-05-13T10:44:49.157Z] === RUN TestWaitDisabled [2022-05-13T10:44:49.157Z] --- PASS: TestWaitDisabled (0.00s) [2022-05-13T10:44:49.157Z] === RUN TestWaitEnabled [2022-05-13T10:44:49.157Z] --- PASS: TestWaitEnabled (0.00s) [2022-05-13T10:44:49.157Z] === RUN TestRemove [2022-05-13T10:44:49.157Z] --- PASS: TestRemove (0.00s) [2022-05-13T10:44:49.157Z] PASS [2022-05-13T10:44:49.157Z] coverage: 65.3% of statements [2022-05-13T10:44:49.157Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.066s coverage: 65.3% of statements [2022-05-13T10:44:49.400Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000f86870__} [2022-05-13T10:44:50.332Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12810670673_/foo_false_____} [2022-05-13T10:44:50.808Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-13T10:44:51.705Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12810670673_/foo_true_____} [2022-05-13T10:44:51.746Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-13T10:44:51.857Z] plugin_test.go:61: [d08ee448c907c] joining swarm manager [d4063b7f2a55f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:44:52.111Z] === RUN TestNewListSecretsFilters [2022-05-13T10:44:52.111Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-05-13T10:44:52.111Z] === RUN TestNewListConfigsFilters [2022-05-13T10:44:52.111Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-05-13T10:44:52.111Z] PASS [2022-05-13T10:44:52.111Z] coverage: 0.5% of statements [2022-05-13T10:44:52.111Z] ok github.com/docker/docker/daemon/cluster 0.242s coverage: 0.5% of statements [2022-05-13T10:44:52.111Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-05-13T10:44:52.579Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.18s) [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-05-13T10:44:52.579Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-05-13T10:44:52.579Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-05-13T10:44:52.579Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-05-13T10:44:52.579Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-05-13T10:44:52.579Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertToGRPCIsolation [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-05-13T10:44:52.579Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-05-13T10:44:52.579Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-05-13T10:44:52.579Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-05-13T10:44:52.579Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-05-13T10:44:52.579Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-05-13T10:44:52.579Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-05-13T10:44:52.579Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertFromGRPCIsolation [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-05-13T10:44:52.579Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-05-13T10:44:52.579Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-05-13T10:44:52.579Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-05-13T10:44:52.579Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-05-13T10:44:52.579Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-05-13T10:44:53.048Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-05-13T10:44:53.048Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertFromGRPCConfigs [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertToGRPCConfigs [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-05-13T10:44:53.048Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-05-13T10:44:53.048Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-05-13T10:44:53.048Z] === RUN TestTopologyFromGRPC [2022-05-13T10:44:53.048Z] --- PASS: TestTopologyFromGRPC (0.00s) [2022-05-13T10:44:53.048Z] === RUN TestCapacityRangeFromGRPC [2022-05-13T10:44:53.048Z] --- PASS: TestCapacityRangeFromGRPC (0.00s) [2022-05-13T10:44:53.048Z] === RUN TestVolumeAvailabilityFromGRPC [2022-05-13T10:44:53.048Z] === RUN TestVolumeAvailabilityFromGRPC/Active [2022-05-13T10:44:53.048Z] === RUN TestVolumeAvailabilityFromGRPC/Pause [2022-05-13T10:44:53.048Z] === RUN TestVolumeAvailabilityFromGRPC/Drain [2022-05-13T10:44:53.048Z] --- PASS: TestVolumeAvailabilityFromGRPC (0.00s) [2022-05-13T10:44:53.127Z] === RUN TestReadPluginNoRead/default [2022-05-13T10:44:53.233Z] plugin_test.go:64: [dd1ba8d12080f] joining swarm manager [d4063b7f2a55f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:44:53.517Z] --- PASS: TestVolumeAvailabilityFromGRPC/Active (0.00s) [2022-05-13T10:44:53.518Z] --- PASS: TestVolumeAvailabilityFromGRPC/Pause (0.00s) [2022-05-13T10:44:53.518Z] --- PASS: TestVolumeAvailabilityFromGRPC/Drain (0.00s) [2022-05-13T10:44:53.518Z] === RUN TestAccessModeFromGRPC [2022-05-13T10:44:53.518Z] === RUN TestAccessModeFromGRPC/MountVolume [2022-05-13T10:44:53.518Z] === RUN TestAccessModeFromGRPC/BlockVolume [2022-05-13T10:44:53.518Z] --- PASS: TestAccessModeFromGRPC (0.00s) [2022-05-13T10:44:53.518Z] --- PASS: TestAccessModeFromGRPC/MountVolume (0.00s) [2022-05-13T10:44:53.518Z] --- PASS: TestAccessModeFromGRPC/BlockVolume (0.00s) [2022-05-13T10:44:53.518Z] === RUN TestVolumeCreateToGRPC [2022-05-13T10:44:53.518Z] --- PASS: TestVolumeCreateToGRPC (0.00s) [2022-05-13T10:44:53.518Z] PASS [2022-05-13T10:44:53.518Z] coverage: 36.9% of statements [2022-05-13T10:44:53.518Z] ok github.com/docker/docker/daemon/cluster/convert 0.357s coverage: 36.9% of statements [2022-05-13T10:44:53.602Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33925237992_/foo_false_____} [2022-05-13T10:44:53.696Z] --- PASS: TestContinueAfterPluginCrash (7.96s) [2022-05-13T10:44:54.267Z] === CONT TestReadPluginNoRead [2022-05-13T10:44:54.267Z] read_test.go:92: [d93e2c5986a4f] daemon is not started [2022-05-13T10:44:54.267Z] --- PASS: TestReadPluginNoRead (5.60s) [2022-05-13T10:44:54.267Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.22s) [2022-05-13T10:44:54.267Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.12s) [2022-05-13T10:44:54.267Z] --- PASS: TestReadPluginNoRead/default (1.15s) [2022-05-13T10:44:54.267Z] PASS [2022-05-13T10:44:54.267Z] [2022-05-13T10:44:54.267Z] DONE 6 tests in 8.655s [2022-05-13T10:44:54.267Z] 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-13T10:44:54.267Z] ++ 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-13T10:44:54.267Z] ++ set -e [2022-05-13T10:44:54.267Z] ++ '[' -n 0 ']' [2022-05-13T10:44:54.267Z] ++ set -x [2022-05-13T10:44:54.267Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-13T10:44:54.267Z] testing: warning: no tests to run [2022-05-13T10:44:54.267Z] PASS [2022-05-13T10:44:54.267Z] [2022-05-13T10:44:54.267Z] DONE 0 tests in 0.036s [2022-05-13T10:44:54.267Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-13T10:44:54.267Z] ++ 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-13T10:44:54.267Z] ++ set -e [2022-05-13T10:44:54.267Z] ++ '[' -n 0 ']' [2022-05-13T10:44:54.267Z] ++ set -x [2022-05-13T10:44:54.267Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-13T10:44:54.267Z] INFO: Testing against a local daemon [2022-05-13T10:44:54.267Z] === RUN TestPluginWithDevMounts [2022-05-13T10:44:54.267Z] === PAUSE TestPluginWithDevMounts [2022-05-13T10:44:54.267Z] === CONT TestPluginWithDevMounts [2022-05-13T10:44:54.535Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33925237992_/foo_true_____} [2022-05-13T10:44:55.737Z] === RUN TestWaitNodeAttachment [2022-05-13T10:44:55.910Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33925237992_/foo_true__0xc000f868a0___} [2022-05-13T10:44:56.176Z] --- PASS: TestPluginWithDevMounts (1.51s) [2022-05-13T10:44:56.176Z] PASS [2022-05-13T10:44:56.176Z] [2022-05-13T10:44:56.176Z] DONE 1 tests in 1.618s [2022-05-13T10:44:56.176Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-13T10:44:56.176Z] ++ 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-13T10:44:56.176Z] ++ set -e [2022-05-13T10:44:56.176Z] ++ '[' -n 0 ']' [2022-05-13T10:44:56.176Z] ++ set -x [2022-05-13T10:44:56.176Z] ++ 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-13T10:44:56.176Z] INFO: Testing against a local daemon [2022-05-13T10:44:56.176Z] === RUN TestSecretInspect [2022-05-13T10:44:56.205Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-05-13T10:44:56.206Z] === RUN TestIsolationConversion [2022-05-13T10:44:56.206Z] === RUN TestIsolationConversion/default [2022-05-13T10:44:56.206Z] === RUN TestIsolationConversion/process [2022-05-13T10:44:56.206Z] === RUN TestIsolationConversion/hyperv [2022-05-13T10:44:56.206Z] --- PASS: TestIsolationConversion (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestContainerLabels [2022-05-13T10:44:56.206Z] --- PASS: TestContainerLabels (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestCredentialSpecConversion [2022-05-13T10:44:56.206Z] === RUN TestCredentialSpecConversion/none [2022-05-13T10:44:56.206Z] === RUN TestCredentialSpecConversion/config [2022-05-13T10:44:56.206Z] === RUN TestCredentialSpecConversion/file [2022-05-13T10:44:56.206Z] === RUN TestCredentialSpecConversion/registry [2022-05-13T10:44:56.206Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestControllerValidateMountBind [2022-05-13T10:44:56.206Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestControllerValidateMountVolume [2022-05-13T10:44:56.206Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestControllerValidateMountTarget [2022-05-13T10:44:56.206Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestControllerValidateMountTmpfs [2022-05-13T10:44:56.206Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestControllerValidateMountInvalidType [2022-05-13T10:44:56.206Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestControllerValidateMountNamedPipe [2022-05-13T10:44:56.206Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-05-13T10:44:56.206Z] PASS [2022-05-13T10:44:56.206Z] coverage: 10.7% of statements [2022-05-13T10:44:56.206Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.741s coverage: 10.7% of statements [2022-05-13T10:44:56.206Z] === RUN TestBuilderGC [2022-05-13T10:44:56.206Z] --- PASS: TestBuilderGC (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestDaemonConfigurationNotFound [2022-05-13T10:44:56.206Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestDaemonBrokenConfiguration [2022-05-13T10:44:56.206Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestFindConfigurationConflicts [2022-05-13T10:44:56.206Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-05-13T10:44:56.206Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestDaemonConfigurationMergeConflicts [2022-05-13T10:44:56.206Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-05-13T10:44:56.206Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-05-13T10:44:56.206Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-05-13T10:44:56.206Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-05-13T10:44:56.206Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-05-13T10:44:56.206Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-05-13T10:44:56.206Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-05-13T10:44:56.206Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-05-13T10:44:56.206Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-05-13T10:44:56.206Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestValidateConfigurationErrors [2022-05-13T10:44:56.206Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-05-13T10:44:56.206Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-05-13T10:44:56.206Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-05-13T10:44:56.206Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-05-13T10:44:56.206Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-05-13T10:44:56.206Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-05-13T10:44:56.206Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-05-13T10:44:56.206Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-05-13T10:44:56.206Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-05-13T10:44:56.206Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-05-13T10:44:56.206Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-05-13T10:44:56.206Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-05-13T10:44:56.206Z] === RUN TestValidateConfigurationErrors/with_invalid_log-level [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfigurationErrors/with_invalid_log-level (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestValidateConfiguration [2022-05-13T10:44:56.206Z] === RUN TestValidateConfiguration/with_label [2022-05-13T10:44:56.206Z] === RUN TestValidateConfiguration/with_dns [2022-05-13T10:44:56.206Z] === RUN TestValidateConfiguration/with_dns-search [2022-05-13T10:44:56.206Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-05-13T10:44:56.206Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-05-13T10:44:56.206Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-05-13T10:44:56.206Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-05-13T10:44:56.206Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-05-13T10:44:56.206Z] === RUN TestValidateConfiguration/with_hosts [2022-05-13T10:44:56.206Z] === RUN TestValidateConfiguration/with_log-level_warn [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfiguration (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-05-13T10:44:56.206Z] --- PASS: TestValidateConfiguration/with_log-level_warn (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestReloadSetConfigFileNotExist [2022-05-13T10:44:56.206Z] === RUN TestEventsLog [2022-05-13T10:44:56.206Z] --- PASS: TestEventsLog (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestEventsLogTimeout [2022-05-13T10:44:56.206Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestLogEvents [2022-05-13T10:44:56.206Z] --- PASS: TestLogEvents (0.05s) [2022-05-13T10:44:56.206Z] === RUN TestLoadBufferedEvents [2022-05-13T10:44:56.206Z] time="2022-05-13T10:44:55Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-05-13T10:44:56.206Z] --- PASS: TestReloadSetConfigFileNotExist (0.18s) [2022-05-13T10:44:56.206Z] === RUN TestReloadDefaultConfigNotExist [2022-05-13T10:44:56.206Z] config_test.go:480: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:44:56.206Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestReloadBadDefaultConfig [2022-05-13T10:44:56.206Z] time="2022-05-13T10:44:55Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3949800393" [2022-05-13T10:44:56.206Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestReloadWithConflictingLabels [2022-05-13T10:44:56.206Z] time="2022-05-13T10:44:55Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-305977012" [2022-05-13T10:44:56.206Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestReloadWithDuplicateLabels [2022-05-13T10:44:56.206Z] time="2022-05-13T10:44:55Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3280223237" [2022-05-13T10:44:56.206Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestMaskURLCredentials [2022-05-13T10:44:56.206Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestDaemonConfigurationMerge [2022-05-13T10:44:56.206Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-05-13T10:44:56.206Z] PASS [2022-05-13T10:44:56.206Z] coverage: 79.8% of statements [2022-05-13T10:44:56.206Z] ok github.com/docker/docker/daemon/config 0.319s coverage: 79.8% of statements [2022-05-13T10:44:56.206Z] --- PASS: TestLoadBufferedEvents (0.18s) [2022-05-13T10:44:56.206Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-05-13T10:44:56.206Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-05-13T10:44:56.206Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-05-13T10:44:56.206Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-05-13T10:44:56.206Z] PASS [2022-05-13T10:44:56.206Z] coverage: 50.0% of statements [2022-05-13T10:44:56.206Z] ok github.com/docker/docker/daemon/events 0.317s coverage: 50.0% of statements [2022-05-13T10:44:57.282Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000f868b8__} [2022-05-13T10:44:57.773Z] === RUN TestIsEmptyDir [2022-05-13T10:44:57.773Z] --- PASS: TestIsEmptyDir (0.01s) [2022-05-13T10:44:57.773Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-05-13T10:44:57.773Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-05-13T10:44:57.773Z] PASS [2022-05-13T10:44:57.773Z] coverage: 2.3% of statements [2022-05-13T10:44:57.773Z] ok github.com/docker/docker/daemon/graphdriver 0.095s coverage: 2.3% of statements [2022-05-13T10:44:57.773Z] === RUN TestLinkNaming [2022-05-13T10:44:57.773Z] --- PASS: TestLinkNaming (0.00s) [2022-05-13T10:44:57.773Z] === RUN TestLinkNew [2022-05-13T10:44:57.773Z] --- PASS: TestLinkNew (0.00s) [2022-05-13T10:44:57.773Z] === RUN TestLinkEnv [2022-05-13T10:44:57.773Z] --- PASS: TestLinkEnv (0.00s) [2022-05-13T10:44:57.773Z] === RUN TestLinkMultipleEnv [2022-05-13T10:44:57.773Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-05-13T10:44:57.773Z] === RUN TestLinkPortRangeEnv [2022-05-13T10:44:57.773Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-05-13T10:44:57.773Z] PASS [2022-05-13T10:44:57.773Z] coverage: 93.0% of statements [2022-05-13T10:44:57.773Z] ok github.com/docker/docker/daemon/links 0.070s coverage: 93.0% of statements [2022-05-13T10:44:58.086Z] --- PASS: TestSecretInspect (2.19s) [2022-05-13T10:44:58.086Z] === RUN TestSecretList [2022-05-13T10:44:58.653Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000f868d0__} [2022-05-13T10:44:58.761Z] === RUN TestVerifyNetworkingConfig [2022-05-13T10:44:58.761Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-05-13T10:44:58.761Z] === RUN TestGetContainer [2022-05-13T10:44:58.761Z] --- PASS: TestGetContainer (0.00s) [2022-05-13T10:44:58.761Z] === RUN TestValidContainerNames [2022-05-13T10:44:58.761Z] --- PASS: TestValidContainerNames (0.00s) [2022-05-13T10:44:58.761Z] === RUN TestContainerInitDNS [2022-05-13T10:44:58.761Z] daemon_test.go:145: root required [2022-05-13T10:44:58.761Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-05-13T10:44:58.761Z] === RUN TestMerge [2022-05-13T10:44:58.761Z] --- PASS: TestMerge (0.00s) [2022-05-13T10:44:58.761Z] === RUN TestValidateContainerIsolation [2022-05-13T10:44:58.761Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-05-13T10:44:58.761Z] === RUN TestFindNetworkErrorType [2022-05-13T10:44:58.761Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-05-13T10:44:58.761Z] === RUN TestEnsureServicesExist [2022-05-13T10:44:58.761Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-05-13T10:44:58.761Z] === RUN TestEnsureServicesExistErrors [2022-05-13T10:44:58.761Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-05-13T10:44:58.761Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-05-13T10:44:58.761Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-05-13T10:44:58.761Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-05-13T10:44:58.761Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-05-13T10:44:58.761Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-05-13T10:44:58.761Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-05-13T10:44:58.761Z] === RUN TestContainerDelete [2022-05-13T10:44:58.761Z] --- PASS: TestContainerDelete (0.01s) [2022-05-13T10:44:58.761Z] === RUN TestContainerDoubleDelete [2022-05-13T10:44:58.761Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-05-13T10:44:58.761Z] === RUN TestLogContainerEventCopyLabels [2022-05-13T10:44:58.761Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-05-13T10:44:58.761Z] === RUN TestLogContainerEventWithAttributes [2022-05-13T10:44:58.761Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-05-13T10:44:58.761Z] === RUN TestNoneHealthcheck [2022-05-13T10:44:58.761Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-05-13T10:44:58.761Z] === RUN TestHealthStates [2022-05-13T10:44:58.761Z] time="2022-05-13T10:44: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-13T10:44:58.761Z] time="2022-05-13T10:44: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-13T10:44:58.761Z] time="2022-05-13T10:44: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-13T10:44:58.761Z] time="2022-05-13T10:44: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-13T10:44:58.761Z] time="2022-05-13T10:44: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-13T10:44:58.761Z] time="2022-05-13T10:44: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-13T10:44:58.761Z] time="2022-05-13T10:44: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-13T10:44:58.762Z] time="2022-05-13T10:44: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-13T10:44:58.762Z] time="2022-05-13T10:44: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-13T10:44:58.762Z] time="2022-05-13T10:44: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-13T10:44:58.762Z] --- PASS: TestHealthStates (0.19s) [2022-05-13T10:44:58.762Z] === RUN TestGetInspectData [2022-05-13T10:44:58.762Z] --- PASS: TestGetInspectData (0.00s) [2022-05-13T10:44:58.762Z] === RUN TestFillLicense [2022-05-13T10:44:58.762Z] --- PASS: TestFillLicense (0.00s) [2022-05-13T10:44:58.762Z] === RUN TestListInvalidFilter [2022-05-13T10:44:58.762Z] --- PASS: TestListInvalidFilter (0.00s) [2022-05-13T10:44:58.762Z] === RUN TestNameFilter [2022-05-13T10:44:58.762Z] --- PASS: TestNameFilter (0.00s) [2022-05-13T10:44:58.762Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-05-13T10:44:58.762Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-05-13T10:44:58.762Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-05-13T10:44:58.762Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-05-13T10:44:58.762Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-05-13T10:44:58.762Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-05-13T10:44:58.762Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-05-13T10:44:58.762Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-05-13T10:44:58.762Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-05-13T10:44:58.762Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-05-13T10:44:58.762Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-05-13T10:44:58.762Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-05-13T10:44:58.762Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-05-13T10:44:58.762Z] === 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-13T10:44:58.762Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-05-13T10:44:58.762Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-05-13T10:44:58.762Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-05-13T10:44:58.762Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-05-13T10:44:58.762Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-05-13T10:44:58.762Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-05-13T10:44:58.762Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-05-13T10:44:58.762Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-05-13T10:44:58.762Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-05-13T10:44:58.762Z] --- 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-13T10:44:58.762Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-05-13T10:44:58.762Z] === RUN TestSetupWindowsDevices [2022-05-13T10:44:58.762Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-05-13T10:44:58.762Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-05-13T10:44:58.762Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-05-13T10:44:58.762Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-05-13T10:44:58.762Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-13T10:44:58.762Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-13T10:44:58.762Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-05-13T10:44:58.762Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-05-13T10:44:58.762Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-05-13T10:44:58.762Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-05-13T10:44:58.762Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-05-13T10:44:58.762Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-05-13T10:44:58.762Z] === RUN TestDaemonReloadLabels [2022-05-13T10:44:58.762Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-05-13T10:44:58.762Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-05-13T10:44:58.762Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-05-13T10:44:58.762Z] === RUN TestDaemonReloadMirrors [2022-05-13T10:44:58.762Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-05-13T10:44:58.762Z] === RUN TestDaemonReloadInsecureRegistries [2022-05-13T10:44:58.762Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-05-13T10:44:58.762Z] === RUN TestDaemonReloadNotAffectOthers [2022-05-13T10:44:58.762Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-05-13T10:44:58.762Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-05-13T10:44:58.762Z] reload_test.go:342: root required [2022-05-13T10:44:58.762Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-13T10:44:58.762Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-05-13T10:44:58.762Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-05-13T10:44:58.762Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-05-13T10:44:58.762Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-05-13T10:44:58.762Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-05-13T10:44:58.762Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-05-13T10:44:58.762Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-05-13T10:44:59.225Z] --- PASS: TestCreateServiceMultipleTimes (16.57s) [2022-05-13T10:44:59.225Z] === RUN TestCreateServiceConflict [2022-05-13T10:44:59.231Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-05-13T10:44:59.231Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-05-13T10:44:59.231Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-05-13T10:44:59.231Z] === RUN TestParseVolumesFrom [2022-05-13T10:44:59.231Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-05-13T10:44:59.231Z] PASS [2022-05-13T10:44:59.231Z] coverage: 8.5% of statements [2022-05-13T10:44:59.231Z] ok github.com/docker/docker/daemon 0.614s coverage: 8.5% of statements [2022-05-13T10:44:59.231Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-13T10:44:59.231Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-13T10:44:59.231Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-13T10:44:59.231Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-13T10:44:59.231Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-05-13T10:44:59.231Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-05-13T10:44:59.231Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-05-13T10:44:59.231Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-13T10:44:59.231Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-05-13T10:44:59.231Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-05-13T10:44:59.231Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-13T10:44:59.231Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-05-13T10:44:59.231Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-05-13T10:44:59.231Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-05-13T10:44:59.789Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000f868e8__} [2022-05-13T10:45:00.218Z] === RUN TestNewStreamConfig [2022-05-13T10:45:00.218Z] === RUN TestNewStreamConfig/defaults [2022-05-13T10:45:00.218Z] === RUN TestNewStreamConfig/invalid_create_group [2022-05-13T10:45:00.218Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-05-13T10:45:00.218Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-05-13T10:45:00.218Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-05-13T10:45:00.218Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-05-13T10:45:00.218Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-05-13T10:45:00.218Z] --- PASS: TestNewStreamConfig (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-05-13T10:45:00.218Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-05-13T10:45:00.218Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-05-13T10:45:00.218Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-05-13T10:45:00.218Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-05-13T10:45:00.218Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestNewAWSLogsClientRegionDetect [2022-05-13T10:45:00.218Z] time="2022-05-13T10:44:59Z" level=info msg="Trying to get region from EC2 Metadata" [2022-05-13T10:45:00.218Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.18s) [2022-05-13T10:45:00.218Z] === RUN TestCreateSuccess [2022-05-13T10:45:00.218Z] --- PASS: TestCreateSuccess (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestCreateStreamSkipped [2022-05-13T10:45:00.218Z] time="2022-05-13T10:44:59Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-05-13T10:45:00.218Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestCreateLogGroupSuccess [2022-05-13T10:45:00.218Z] time="2022-05-13T10:44:59Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-05-13T10:45:00.218Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestCreateError [2022-05-13T10:45:00.218Z] --- PASS: TestCreateError (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestCreateAlreadyExists [2022-05-13T10:45:00.218Z] time="2022-05-13T10:44:59Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-05-13T10:45:00.218Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestLogClosed [2022-05-13T10:45:00.218Z] --- PASS: TestLogClosed (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestLogBlocking [2022-05-13T10:45:00.218Z] --- PASS: TestLogBlocking (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestLogNonBlockingBufferEmpty [2022-05-13T10:45:00.218Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestLogNonBlockingBufferFull [2022-05-13T10:45:00.218Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestPublishBatchSuccess [2022-05-13T10:45:00.218Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestPublishBatchError [2022-05-13T10:45:00.218Z] time="2022-05-13T10:44:59Z" level=error msg=error [2022-05-13T10:45:00.218Z] --- PASS: TestPublishBatchError (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-05-13T10:45:00.218Z] time="2022-05-13T10:44:59Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-13T10:45:00.218Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestPublishBatchAlreadyAccepted [2022-05-13T10:45:00.218Z] time="2022-05-13T10:44:59Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-13T10:45:00.218Z] time="2022-05-13T10:44:59Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-05-13T10:45:00.218Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestCollectBatchSimple [2022-05-13T10:45:00.218Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestCollectBatchTicker [2022-05-13T10:45:00.218Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestCollectBatchMultilinePattern [2022-05-13T10:45:00.218Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-05-13T10:45:00.218Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-05-13T10:45:00.218Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-05-13T10:45:00.218Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-05-13T10:45:00.218Z] === RUN TestCollectBatchClose [2022-05-13T10:45:00.218Z] --- PASS: TestCollectBatchClose (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestEffectiveLen [2022-05-13T10:45:00.218Z] === RUN TestEffectiveLen/0/Hello [2022-05-13T10:45:00.218Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-05-13T10:45:00.218Z] === RUN TestEffectiveLen/2/🙃 [2022-05-13T10:45:00.218Z] === RUN TestEffectiveLen/3/���� [2022-05-13T10:45:00.218Z] === RUN TestEffectiveLen/4/He��o [2022-05-13T10:45:00.218Z] === RUN TestEffectiveLen/5/ [2022-05-13T10:45:00.218Z] --- PASS: TestEffectiveLen (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestFindValidSplit [2022-05-13T10:45:00.218Z] === RUN TestFindValidSplit/0/ [2022-05-13T10:45:00.218Z] cloudwatchlogs_test.go:1076: [2022-05-13T10:45:00.218Z] cloudwatchlogs_test.go:1077: [2022-05-13T10:45:00.218Z] === RUN TestFindValidSplit/1/Hello [2022-05-13T10:45:00.218Z] cloudwatchlogs_test.go:1076: Hello [2022-05-13T10:45:00.218Z] cloudwatchlogs_test.go:1077: [2022-05-13T10:45:00.218Z] === RUN TestFindValidSplit/2/Hello [2022-05-13T10:45:00.218Z] cloudwatchlogs_test.go:1076: He [2022-05-13T10:45:00.218Z] cloudwatchlogs_test.go:1077: llo [2022-05-13T10:45:00.218Z] === RUN TestFindValidSplit/3/Hello [2022-05-13T10:45:00.218Z] cloudwatchlogs_test.go:1076: [2022-05-13T10:45:00.218Z] cloudwatchlogs_test.go:1077: Hello [2022-05-13T10:45:00.218Z] === RUN TestFindValidSplit/4/🙃 [2022-05-13T10:45:00.218Z] cloudwatchlogs_test.go:1076: [2022-05-13T10:45:00.218Z] cloudwatchlogs_test.go:1077: 🙃 [2022-05-13T10:45:00.218Z] === RUN TestFindValidSplit/5/🙃 [2022-05-13T10:45:00.218Z] cloudwatchlogs_test.go:1076: 🙃 [2022-05-13T10:45:00.218Z] cloudwatchlogs_test.go:1077: [2022-05-13T10:45:00.218Z] === RUN TestFindValidSplit/6/a� [2022-05-13T10:45:00.218Z] cloudwatchlogs_test.go:1076: a [2022-05-13T10:45:00.218Z] cloudwatchlogs_test.go:1077: � [2022-05-13T10:45:00.218Z] === RUN TestFindValidSplit/7/a� [2022-05-13T10:45:00.218Z] cloudwatchlogs_test.go:1076: a� [2022-05-13T10:45:00.218Z] cloudwatchlogs_test.go:1077: [2022-05-13T10:45:00.218Z] --- PASS: TestFindValidSplit (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-05-13T10:45:00.218Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestProcessEventEmoji [2022-05-13T10:45:00.218Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-05-13T10:45:00.218Z] === RUN TestCollectBatchLineSplit [2022-05-13T10:45:00.218Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestCollectBatchLineSplitWithBinary [2022-05-13T10:45:00.218Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-05-13T10:45:00.218Z] === RUN TestCollectBatchMaxEvents [2022-05-13T10:45:00.218Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2022-05-13T10:45:00.218Z] === RUN TestCollectBatchMaxTotalBytes [2022-05-13T10:45:00.218Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-05-13T10:45:00.218Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-05-13T10:45:00.218Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.07s) [2022-05-13T10:45:00.218Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-05-13T10:45:00.218Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2022-05-13T10:45:00.218Z] === RUN TestParseLogOptionsMultilinePattern [2022-05-13T10:45:00.218Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-05-13T10:45:00.218Z] === RUN TestParseLogOptionsDatetimeFormat [2022-05-13T10:45:00.218Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-05-13T10:45:00.218Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-05-13T10:45:00.218Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-05-13T10:45:00.218Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-05-13T10:45:00.218Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-05-13T10:45:00.218Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-05-13T10:45:00.218Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-05-13T10:45:00.218Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-05-13T10:45:00.624Z] --- PASS: TestSecretList (2.22s) [2022-05-13T10:45:00.624Z] === RUN TestSecretsCreateAndDelete [2022-05-13T10:45:00.687Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-05-13T10:45:00.687Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-05-13T10:45:00.687Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-05-13T10:45:00.687Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-05-13T10:45:00.687Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-05-13T10:45:00.687Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-05-13T10:45:00.687Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-05-13T10:45:00.687Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-05-13T10:45:00.687Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-05-13T10:45:00.687Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-05-13T10:45:00.687Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-05-13T10:45:00.687Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-05-13T10:45:00.687Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-05-13T10:45:00.687Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-05-13T10:45:00.687Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-05-13T10:45:00.687Z] === RUN TestValidateLogOptionsFormat [2022-05-13T10:45:00.687Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-05-13T10:45:00.687Z] === RUN TestValidateLogOptionsFormat/1/random [2022-05-13T10:45:00.687Z] === RUN TestValidateLogOptionsFormat/2/ [2022-05-13T10:45:00.687Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-05-13T10:45:00.687Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-05-13T10:45:00.687Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-05-13T10:45:00.687Z] === RUN TestCreateTagSuccess [2022-05-13T10:45:00.687Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-05-13T10:45:00.687Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-05-13T10:45:00.687Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-05-13T10:45:00.687Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-05-13T10:45:00.687Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-05-13T10:45:00.687Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-05-13T10:45:00.687Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.01s) [2022-05-13T10:45:00.687Z] PASS [2022-05-13T10:45:00.687Z] coverage: 80.2% of statements [2022-05-13T10:45:00.687Z] ok github.com/docker/docker/daemon/logger/awslogs 0.497s coverage: 80.2% of statements [2022-05-13T10:45:00.687Z] === RUN TestAdapterReadLogs [2022-05-13T10:45:00.687Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-05-13T10:45:00.687Z] === RUN TestCopier [2022-05-13T10:45:00.687Z] --- PASS: TestCopier (0.00s) [2022-05-13T10:45:00.687Z] === RUN TestCopierLongLines [2022-05-13T10:45:00.687Z] --- PASS: TestCopierLongLines (0.00s) [2022-05-13T10:45:00.687Z] === RUN TestCopierSlow [2022-05-13T10:45:00.687Z] --- PASS: TestCopierSlow (0.20s) [2022-05-13T10:45:00.687Z] === RUN TestCopierWithSized [2022-05-13T10:45:00.687Z] === RUN TestCopierWithSized/as_is [2022-05-13T10:45:00.687Z] === RUN TestCopierWithSized/With_RingLogger [2022-05-13T10:45:00.687Z] --- PASS: TestCopierWithSized (0.01s) [2022-05-13T10:45:00.687Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-05-13T10:45:00.687Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-05-13T10:45:00.687Z] === RUN TestCopierWithPartial [2022-05-13T10:45:00.687Z] --- PASS: TestCopierWithPartial (0.00s) [2022-05-13T10:45:00.687Z] === RUN TestRingLogger [2022-05-13T10:45:00.687Z] --- PASS: TestRingLogger (0.00s) [2022-05-13T10:45:00.687Z] === RUN TestRingCap [2022-05-13T10:45:00.687Z] --- PASS: TestRingCap (0.00s) [2022-05-13T10:45:00.687Z] === RUN TestRingClose [2022-05-13T10:45:00.687Z] --- PASS: TestRingClose (0.00s) [2022-05-13T10:45:00.687Z] === RUN TestRingDrain [2022-05-13T10:45:00.687Z] --- PASS: TestRingDrain (0.00s) [2022-05-13T10:45:00.687Z] PASS [2022-05-13T10:45:00.687Z] coverage: 43.2% of statements [2022-05-13T10:45:00.687Z] ok github.com/docker/docker/daemon/logger 0.279s coverage: 43.2% of statements [2022-05-13T10:45:01.156Z] === RUN TestSearchRegistryForImagesErrors [2022-05-13T10:45:01.156Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-05-13T10:45:01.156Z] === RUN TestSearchRegistryForImages [2022-05-13T10:45:01.156Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-05-13T10:45:01.156Z] === RUN TestOnlyPlatformWithFallback [2022-05-13T10:45:01.156Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-05-13T10:45:01.156Z] === RUN TestImageDelete [2022-05-13T10:45:01.156Z] === RUN TestImageDelete/no_lease [2022-05-13T10:45:01.156Z] === RUN TestImageDelete/lease_exists [2022-05-13T10:45:01.156Z] --- PASS: TestImageDelete (0.06s) [2022-05-13T10:45:01.156Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-05-13T10:45:01.156Z] --- PASS: TestImageDelete/lease_exists (0.03s) [2022-05-13T10:45:01.156Z] === RUN TestContentStoreForPull [2022-05-13T10:45:01.156Z] --- PASS: TestContentStoreForPull (0.23s) [2022-05-13T10:45:01.156Z] PASS [2022-05-13T10:45:01.156Z] coverage: 6.6% of statements [2022-05-13T10:45:01.163Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000f86900__} [2022-05-13T10:45:01.421Z] --- PASS: TestCreateServiceConflict (2.23s) [2022-05-13T10:45:01.421Z] === RUN TestCreateServiceMaxReplicas [2022-05-13T10:45:01.625Z] ok github.com/docker/docker/daemon/images 0.458s coverage: 6.6% of statements [2022-05-13T10:45:01.625Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-13T10:45:01.625Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptReconnectInterval [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/#00 [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/[::1] [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/[::1]: [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/example.com [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/example.com/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/example.com: [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tcp:// [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tls:// [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tls:/// [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/:// [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/something:// [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/udp:// [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/unix:// [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-05-13T10:45:01.625Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-05-13T10:45:01.625Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-05-13T10:45:01.625Z] PASS [2022-05-13T10:45:01.625Z] coverage: 53.6% of statements [2022-05-13T10:45:01.625Z] ok github.com/docker/docker/daemon/logger/fluentd 0.128s coverage: 53.6% of statements [2022-05-13T10:45:01.625Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-13T10:45:01.625Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-05-13T10:45:01.625Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-05-13T10:45:01.679Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-13T10:45:02.094Z] === RUN TestJSONLogsMarshalJSONBuf [2022-05-13T10:45:02.094Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-05-13T10:45:02.094Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-05-13T10:45:02.094Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.18s) [2022-05-13T10:45:02.094Z] === RUN TestFastTimeMarshalJSON [2022-05-13T10:45:02.094Z] --- PASS: TestFastTimeMarshalJSON (0.04s) [2022-05-13T10:45:02.094Z] PASS [2022-05-13T10:45:02.094Z] coverage: 87.2% of statements [2022-05-13T10:45:02.094Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.282s coverage: 87.2% of statements [2022-05-13T10:45:02.094Z] === RUN TestJSONFileLogger [2022-05-13T10:45:02.094Z] --- PASS: TestJSONFileLogger (0.00s) [2022-05-13T10:45:02.094Z] === RUN TestJSONFileLoggerWithTags [2022-05-13T10:45:02.094Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-05-13T10:45:02.094Z] === RUN TestJSONFileLoggerWithOpts [2022-05-13T10:45:02.537Z] --- PASS: TestSecretsCreateAndDelete (2.21s) [2022-05-13T10:45:02.537Z] === RUN TestSecretsUpdate [2022-05-13T10:45:02.564Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-05-13T10:45:02.564Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-05-13T10:45:02.564Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2022-05-13T10:45:02.564Z] === RUN TestEncodeDecode [2022-05-13T10:45:02.564Z] === PAUSE TestEncodeDecode [2022-05-13T10:45:02.564Z] === RUN TestUnexpectedEOF [2022-05-13T10:45:02.564Z] time="2022-05-13T10:45:02Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-13T10:45:02.564Z] time="2022-05-13T10:45:02Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-13T10:45:02.564Z] --- PASS: TestUnexpectedEOF (0.20s) [2022-05-13T10:45:02.564Z] === CONT TestEncodeDecode [2022-05-13T10:45:02.564Z] --- PASS: TestEncodeDecode (0.00s) [2022-05-13T10:45:02.564Z] PASS [2022-05-13T10:45:02.564Z] coverage: 69.9% of statements [2022-05-13T10:45:02.564Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.275s coverage: 69.9% of statements [2022-05-13T10:45:03.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-13T10:45:03.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-13T10:45:03.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-13T10:45:03.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-13T10:45:03.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-13T10:45:03.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-13T10:45:03.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-13T10:45:03.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-13T10:45:03.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-13T10:45:03.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-13T10:45:03.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-13T10:45:03.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-05-13T10:45:03.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-05-13T10:45:03.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-05-13T10:45:03.313Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-05-13T10:45:03.313Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-05-13T10:45:03.313Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-05-13T10:45:03.313Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-13T10:45:03.551Z] === RUN TestWriteLog [2022-05-13T10:45:03.551Z] === PAUSE TestWriteLog [2022-05-13T10:45:03.551Z] === RUN TestReadLog [2022-05-13T10:45:03.551Z] === PAUSE TestReadLog [2022-05-13T10:45:03.551Z] === RUN TestDecode [2022-05-13T10:45:03.551Z] --- PASS: TestDecode (0.03s) [2022-05-13T10:45:03.551Z] === CONT TestWriteLog [2022-05-13T10:45:03.551Z] --- PASS: TestWriteLog (0.00s) [2022-05-13T10:45:03.551Z] === CONT TestReadLog [2022-05-13T10:45:03.551Z] === RUN TestReadLog/tail_exact [2022-05-13T10:45:03.551Z] === RUN TestReadLog/tail_less_than_available [2022-05-13T10:45:03.551Z] === RUN TestReadLog/tail_more_than_available [2022-05-13T10:45:03.551Z] --- PASS: TestReadLog (0.22s) [2022-05-13T10:45:03.551Z] --- PASS: TestReadLog/tail_exact (0.19s) [2022-05-13T10:45:03.551Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-05-13T10:45:03.551Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-05-13T10:45:03.551Z] PASS [2022-05-13T10:45:03.551Z] coverage: 78.7% of statements [2022-05-13T10:45:03.551Z] ok github.com/docker/docker/daemon/logger/local 0.365s coverage: 78.7% of statements [2022-05-13T10:45:03.551Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-13T10:45:04.020Z] === RUN TestOpenFileDelete [2022-05-13T10:45:04.020Z] --- PASS: TestOpenFileDelete (0.00s) [2022-05-13T10:45:04.020Z] === RUN TestOpenFileRename [2022-05-13T10:45:04.020Z] --- PASS: TestOpenFileRename (0.01s) [2022-05-13T10:45:04.020Z] === RUN TestHandleDecoderErr [2022-05-13T10:45:04.020Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-05-13T10:45:04.020Z] === RUN TestParseLogTagDefaultTag [2022-05-13T10:45:04.020Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-05-13T10:45:04.020Z] === RUN TestParseLogTag [2022-05-13T10:45:04.020Z] --- PASS: TestParseLogTag (0.00s) [2022-05-13T10:45:04.020Z] === RUN TestParseLogTagEmptyTag [2022-05-13T10:45:04.020Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-05-13T10:45:04.020Z] === RUN TestTailFiles [2022-05-13T10:45:04.020Z] --- PASS: TestTailFiles (0.00s) [2022-05-13T10:45:04.020Z] === RUN TestFollowLogsConsumerGone [2022-05-13T10:45:04.020Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-05-13T10:45:04.020Z] === RUN TestFollowLogsProducerGone [2022-05-13T10:45:04.020Z] logfile_test.go:180: logDecode() closed after sending 669 messages [2022-05-13T10:45:04.020Z] logfile_test.go:233: messages sent: 669, received: 669 [2022-05-13T10:45:04.020Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-05-13T10:45:04.020Z] === RUN TestCheckCapacityAndRotate [2022-05-13T10:45:04.020Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-05-13T10:45:04.020Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-05-13T10:45:04.020Z] --- PASS: TestCheckCapacityAndRotate (0.09s) [2022-05-13T10:45:04.020Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s) [2022-05-13T10:45:04.020Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-05-13T10:45:04.020Z] PASS [2022-05-13T10:45:04.020Z] coverage: 53.5% of statements [2022-05-13T10:45:04.020Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.181s coverage: 53.5% of statements [2022-05-13T10:45:04.020Z] === RUN TestLog [2022-05-13T10:45:04.020Z] --- PASS: TestLog (0.03s) [2022-05-13T10:45:04.020Z] PASS [2022-05-13T10:45:04.020Z] coverage: 31.5% of statements [2022-05-13T10:45:04.020Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.096s coverage: 31.5% of statements [2022-05-13T10:45:04.253Z] --- PASS: TestCreateServiceMaxReplicas (2.80s) [2022-05-13T10:45:04.254Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-13T10:45:05.006Z] === RUN TestValidateLogOpt [2022-05-13T10:45:05.006Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-13T10:45:05.006Z] === RUN TestNewMissedConfig [2022-05-13T10:45:05.006Z] --- PASS: TestNewMissedConfig (0.00s) [2022-05-13T10:45:05.006Z] === RUN TestNewMissedUrl [2022-05-13T10:45:05.006Z] --- PASS: TestNewMissedUrl (0.00s) [2022-05-13T10:45:05.006Z] === RUN TestNewMissedToken [2022-05-13T10:45:05.006Z] --- PASS: TestNewMissedToken (0.00s) [2022-05-13T10:45:05.006Z] === RUN TestNewWithProxy [2022-05-13T10:45:05.006Z] --- PASS: TestNewWithProxy (0.00s) [2022-05-13T10:45:05.006Z] === RUN TestDefault [2022-05-13T10:45:05.006Z] --- PASS: TestDefault (0.01s) [2022-05-13T10:45:05.006Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-05-13T10:45:05.006Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s) [2022-05-13T10:45:05.006Z] === RUN TestJsonFormat [2022-05-13T10:45:05.006Z] --- PASS: TestJsonFormat (0.01s) [2022-05-13T10:45:05.006Z] === RUN TestRawFormat [2022-05-13T10:45:05.006Z] --- PASS: TestRawFormat (0.00s) [2022-05-13T10:45:05.006Z] === RUN TestRawFormatWithLabels [2022-05-13T10:45:05.006Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-05-13T10:45:05.006Z] === RUN TestRawFormatWithoutTag [2022-05-13T10:45:05.006Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-05-13T10:45:05.006Z] === RUN TestBatching [2022-05-13T10:45:05.006Z] === RUN TestNewParse [2022-05-13T10:45:05.006Z] --- PASS: TestNewParse (0.00s) [2022-05-13T10:45:05.006Z] PASS [2022-05-13T10:45:05.006Z] coverage: 8.3% of statements [2022-05-13T10:45:05.006Z] ok github.com/docker/docker/daemon/logger/templates 0.050s coverage: 8.3% of statements [2022-05-13T10:45:05.006Z] --- PASS: TestBatching (0.23s) [2022-05-13T10:45:05.006Z] === RUN TestFrequency [2022-05-13T10:45:05.006Z] --- PASS: TestFrequency (0.18s) [2022-05-13T10:45:05.006Z] === RUN TestOneMessagePerRequest [2022-05-13T10:45:05.077Z] --- PASS: TestSecretsUpdate (2.22s) [2022-05-13T10:45:05.077Z] === RUN TestTemplatedSecret [2022-05-13T10:45:05.475Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-05-13T10:45:05.475Z] === RUN TestVerify [2022-05-13T10:45:05.475Z] --- PASS: TestVerify (0.00s) [2022-05-13T10:45:05.475Z] === RUN TestSkipVerify [2022-05-13T10:45:05.475Z] === RUN TestParseLogFormat [2022-05-13T10:45:05.475Z] --- PASS: TestParseLogFormat (0.00s) [2022-05-13T10:45:05.475Z] === RUN TestValidateLogOptEmpty [2022-05-13T10:45:05.475Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-05-13T10:45:05.475Z] === RUN TestValidateSyslogAddress [2022-05-13T10:45:05.475Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-05-13T10:45:05.475Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-05-13T10:45:05.475Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-05-13T10:45:05.476Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-05-13T10:45:05.476Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-05-13T10:45:05.476Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-05-13T10:45:05.476Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-05-13T10:45:05.476Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-05-13T10:45:05.476Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-05-13T10:45:05.476Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-05-13T10:45:05.476Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-05-13T10:45:05.476Z] === RUN TestParseAddressDefaultPort [2022-05-13T10:45:05.476Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-05-13T10:45:05.476Z] === RUN TestValidateSyslogFacility [2022-05-13T10:45:05.476Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-05-13T10:45:05.476Z] === RUN TestValidateLogOptSyslogFormat [2022-05-13T10:45:05.476Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-05-13T10:45:05.476Z] === RUN TestValidateLogOpt [2022-05-13T10:45:05.476Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-13T10:45:05.476Z] PASS [2022-05-13T10:45:05.476Z] coverage: 43.6% of statements [2022-05-13T10:45:05.476Z] ok github.com/docker/docker/daemon/logger/syslog 0.056s coverage: 43.6% of statements [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:45:05.476Z] --- PASS: TestSkipVerify (0.43s) [2022-05-13T10:45:05.476Z] === RUN TestBufferMaximum [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438705.387011\",\"host\":\"743e1d0ecf05\"}'" [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438705.387011\",\"host\":\"743e1d0ecf05\"}'" [2022-05-13T10:45:05.476Z] --- PASS: TestBufferMaximum (0.00s) [2022-05-13T10:45:05.476Z] === RUN TestServerAlwaysDown [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438705.390011\",\"host\":\"743e1d0ecf05\"}'" [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438705.390011\",\"host\":\"743e1d0ecf05\"}'" [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438705.390011\",\"host\":\"743e1d0ecf05\"}'" [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438705.390011\",\"host\":\"743e1d0ecf05\"}'" [2022-05-13T10:45:05.476Z] time="2022-05-13T10:45:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438705.390011\",\"host\":\"743e1d0ecf05\"}'" [2022-05-13T10:45:05.476Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-05-13T10:45:05.476Z] === RUN TestCannotSendAfterClose [2022-05-13T10:45:05.476Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-05-13T10:45:05.476Z] === RUN TestDeadlockOnBlockedEndpoint [2022-05-13T10:45:05.639Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-13T10:45:06.463Z] === RUN TestV2MetadataService [2022-05-13T10:45:06.464Z] time="2022-05-13T10:45:06Z" 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-13T10:45:06.464Z] time="2022-05-13T10:45:06Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"743e1d0ecf05\"}'" [2022-05-13T10:45:06.464Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-05-13T10:45:06.464Z] PASS [2022-05-13T10:45:06.464Z] coverage: 82.5% of statements [2022-05-13T10:45:06.464Z] ok github.com/docker/docker/daemon/logger/splunk 1.940s coverage: 82.5% of statements [2022-05-13T10:45:06.464Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-13T10:45:06.933Z] ? github.com/docker/docker/daemon/network [no test files] [2022-05-13T10:45:06.933Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-13T10:45:06.933Z] --- PASS: TestV2MetadataService (0.90s) [2022-05-13T10:45:06.933Z] PASS [2022-05-13T10:45:07.401Z] coverage: 44.4% of statements [2022-05-13T10:45:07.401Z] ok github.com/docker/docker/distribution/metadata 0.979s coverage: 44.4% of statements [2022-05-13T10:45:07.401Z] === RUN TestSuccessfulDownload [2022-05-13T10:45:07.401Z] download_test.go:267: Needs fixing on Windows [2022-05-13T10:45:07.401Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-05-13T10:45:07.401Z] === RUN TestCancelledDownload [2022-05-13T10:45:07.401Z] --- PASS: TestCancelledDownload (0.00s) [2022-05-13T10:45:07.401Z] === RUN TestMaxDownloadAttempts [2022-05-13T10:45:07.401Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-13T10:45:07.401Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-13T10:45:07.401Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-13T10:45:07.401Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-13T10:45:07.401Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-13T10:45:07.401Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-13T10:45:07.401Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-13T10:45:07.401Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-13T10:45:07.401Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-13T10:45:07.401Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-13T10:45:07.401Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-13T10:45:07.401Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-13T10:45:07.544Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-13T10:45:07.655Z] --- PASS: TestTemplatedSecret (2.49s) [2022-05-13T10:45:07.655Z] === RUN TestSecretCreateResolve [2022-05-13T10:45:07.870Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-05-13T10:45:07.870Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-05-13T10:45:07.870Z] === RUN TestContinueOnError_MirrorEndpoint [2022-05-13T10:45:07.870Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-05-13T10:45:07.870Z] === RUN TestContinueOnError_NeverContinue [2022-05-13T10:45:07.870Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-05-13T10:45:07.870Z] === RUN TestManifestStore [2022-05-13T10:45:07.870Z] === RUN TestManifestStore/no_remote_or_local [2022-05-13T10:45:07.870Z] time="2022-05-13T10:45:07Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local550337244\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-05-13T10:45:07.870Z] === RUN TestManifestStore/no_local_cache [2022-05-13T10:45:07.870Z] === RUN TestManifestStore/with_local_cache [2022-05-13T10:45:07.870Z] time="2022-05-13T10:45:07Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-13T10:45:07.870Z] time="2022-05-13T10:45:07Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-13T10:45:07.870Z] time="2022-05-13T10:45:07Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-13T10:45:07.870Z] time="2022-05-13T10:45:07Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-13T10:45:07.870Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-05-13T10:45:07.870Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.51s) [2022-05-13T10:45:07.870Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.51s) [2022-05-13T10:45:07.870Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.51s) [2022-05-13T10:45:07.870Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.51s) [2022-05-13T10:45:07.870Z] === RUN TestTransfer [2022-05-13T10:45:07.870Z] === RUN TestManifestStore/unknown_media_type [2022-05-13T10:45:07.870Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-05-13T10:45:07.870Z] time="2022-05-13T10:45:07Z" level=warning msg="reference for unknown type: " [2022-05-13T10:45:07.870Z] time="2022-05-13T10:45:07Z" level=warning msg="reference for unknown type: " [2022-05-13T10:45:07.870Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-05-13T10:45:07.870Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-05-13T10:45:07.870Z] time="2022-05-13T10:45:07Z" level=warning msg="reference for unknown type: " [2022-05-13T10:45:07.870Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-05-13T10:45:07.870Z] time="2022-05-13T10:45:07Z" level=warning msg="reference for unknown type: " [2022-05-13T10:45:08.413Z] time="2022-05-13T10:45:07Z" level=warning msg="reference for unknown type: " [2022-05-13T10:45:08.413Z] === RUN TestManifestStore/error_persisting_manifest [2022-05-13T10:45:08.413Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-05-13T10:45:08.413Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-05-13T10:45:08.413Z] time="2022-05-13T10:45:07Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-05-13T10:45:08.413Z] --- PASS: TestManifestStore (0.41s) [2022-05-13T10:45:08.413Z] --- PASS: TestManifestStore/no_remote_or_local (0.25s) [2022-05-13T10:45:08.413Z] --- PASS: TestManifestStore/no_local_cache (0.04s) [2022-05-13T10:45:08.413Z] --- PASS: TestManifestStore/with_local_cache (0.03s) [2022-05-13T10:45:08.413Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2022-05-13T10:45:08.413Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.03s) [2022-05-13T10:45:08.413Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-05-13T10:45:08.413Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-05-13T10:45:08.413Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-05-13T10:45:08.413Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-05-13T10:45:08.413Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaType [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-05-13T10:45:08.413Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-05-13T10:45:08.413Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-05-13T10:45:08.413Z] === RUN TestFixManifestLayers [2022-05-13T10:45:08.413Z] --- PASS: TestFixManifestLayers (0.00s) [2022-05-13T10:45:08.413Z] === RUN TestFixManifestLayersBaseLayerParent [2022-05-13T10:45:08.413Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-13T10:45:08.413Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-13T10:45:08.413Z] === RUN TestFixManifestLayersBadParent [2022-05-13T10:45:08.413Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-05-13T10:45:08.413Z] === RUN TestValidateManifest [2022-05-13T10:45:08.413Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-13T10:45:08.413Z] --- SKIP: TestValidateManifest (0.00s) [2022-05-13T10:45:08.413Z] === RUN TestFormatPlatform [2022-05-13T10:45:08.414Z] --- PASS: TestFormatPlatform (0.00s) [2022-05-13T10:45:08.414Z] === RUN TestPullSchema2Config [2022-05-13T10:45:08.414Z] === RUN TestPullSchema2Config/success_first_time [2022-05-13T10:45:08.414Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-13T10:45:08.414Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-13T10:45:08.414Z] === RUN TestPullSchema2Config/500_status [2022-05-13T10:45:08.414Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-13T10:45:08.414Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-13T10:45:08.414Z] --- PASS: TestTransfer (0.16s) [2022-05-13T10:45:08.414Z] === RUN TestConcurrencyLimit [2022-05-13T10:45:08.414Z] === RUN TestNotFound [2022-05-13T10:45:08.414Z] --- PASS: TestNotFound (0.00s) [2022-05-13T10:45:08.414Z] === RUN TestConflict [2022-05-13T10:45:08.414Z] --- PASS: TestConflict (0.00s) [2022-05-13T10:45:08.414Z] === RUN TestForbidden [2022-05-13T10:45:08.414Z] --- PASS: TestForbidden (0.00s) [2022-05-13T10:45:08.414Z] === RUN TestInvalidParameter [2022-05-13T10:45:08.414Z] --- PASS: TestInvalidParameter (0.00s) [2022-05-13T10:45:08.414Z] === RUN TestNotImplemented [2022-05-13T10:45:08.414Z] --- PASS: TestNotImplemented (0.00s) [2022-05-13T10:45:08.414Z] === RUN TestNotModified [2022-05-13T10:45:08.414Z] --- PASS: TestNotModified (0.00s) [2022-05-13T10:45:08.414Z] === RUN TestUnauthorized [2022-05-13T10:45:08.414Z] --- PASS: TestUnauthorized (0.00s) [2022-05-13T10:45:08.414Z] === RUN TestUnknown [2022-05-13T10:45:08.414Z] --- PASS: TestUnknown (0.00s) [2022-05-13T10:45:08.414Z] === RUN TestCancelled [2022-05-13T10:45:08.414Z] --- PASS: TestCancelled (0.00s) [2022-05-13T10:45:08.414Z] === RUN TestDeadline [2022-05-13T10:45:08.414Z] --- PASS: TestDeadline (0.00s) [2022-05-13T10:45:08.414Z] === RUN TestDataLoss [2022-05-13T10:45:08.414Z] --- PASS: TestDataLoss (0.00s) [2022-05-13T10:45:08.414Z] === RUN TestUnavailable [2022-05-13T10:45:08.414Z] --- PASS: TestUnavailable (0.00s) [2022-05-13T10:45:08.414Z] === RUN TestSystem [2022-05-13T10:45:08.414Z] --- PASS: TestSystem (0.00s) [2022-05-13T10:45:08.414Z] === RUN TestFromStatusCode [2022-05-13T10:45:08.414Z] === RUN TestFromStatusCode/Not_Found [2022-05-13T10:45:08.414Z] === RUN TestFromStatusCode/Bad_Request [2022-05-13T10:45:08.414Z] === RUN TestFromStatusCode/Conflict [2022-05-13T10:45:08.414Z] === RUN TestFromStatusCode/Unauthorized [2022-05-13T10:45:08.414Z] === RUN TestFromStatusCode/Service_Unavailable [2022-05-13T10:45:08.414Z] === RUN TestFromStatusCode/Forbidden [2022-05-13T10:45:08.414Z] === RUN TestFromStatusCode/Not_Modified [2022-05-13T10:45:08.414Z] === RUN TestFromStatusCode/Not_Implemented [2022-05-13T10:45:08.414Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-05-13T10:45:08.414Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-05-13T10:45:08.414Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-05-13T10:45:08.414Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-05-13T10:45:08.414Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-05-13T10:45:08.414Z] --- PASS: TestFromStatusCode (0.00s) [2022-05-13T10:45:08.414Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-05-13T10:45:08.414Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-05-13T10:45:08.414Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-05-13T10:45:08.414Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-05-13T10:45:08.414Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-05-13T10:45:08.414Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-05-13T10:45:08.414Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-05-13T10:45:08.414Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-05-13T10:45:08.414Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-05-13T10:45:08.414Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-05-13T10:45:08.414Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-05-13T10:45:08.414Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-05-13T10:45:08.414Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-05-13T10:45:08.414Z] PASS [2022-05-13T10:45:08.414Z] coverage: 77.0% of statements [2022-05-13T10:45:08.414Z] ok github.com/docker/docker/errdefs 0.046s coverage: 77.0% of statements [2022-05-13T10:45:08.414Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-13T10:45:08.414Z] === RUN TestPullSchema2Config/EOF [2022-05-13T10:45:08.414Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-13T10:45:08.414Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-13T10:45:08.414Z] 2022/05/13 10:45:08 http: panic serving 127.0.0.1:49218: intentional panic [2022-05-13T10:45:08.414Z] goroutine 92 [running]: [2022-05-13T10:45:08.414Z] net/http.(*conn).serve.func1() [2022-05-13T10:45:08.414Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-13T10:45:08.414Z] panic({0x1298ee0, 0x147b2f0}) [2022-05-13T10:45:08.414Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-13T10:45:08.414Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0000cc9c0?, {0x1482a98?, 0xc0003781c0?}) [2022-05-13T10:45:08.414Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-05-13T10:45:08.414Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x1482a98, 0xc0003781c0}, 0xc0000bdc00) [2022-05-13T10:45:08.414Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-05-13T10:45:08.414Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x1482a98?, 0xc0003781c0?}, 0xc00005ac00?) [2022-05-13T10:45:08.414Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-13T10:45:08.414Z] net/http.serverHandler.ServeHTTP({0xc0003899b0?}, {0x1482a98, 0xc0003781c0}, 0xc0000bdc00) [2022-05-13T10:45:08.414Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-13T10:45:08.414Z] net/http.(*conn).serve(0xc0000c35e0, {0x1483310, 0xc00014a360}) [2022-05-13T10:45:08.414Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-13T10:45:08.414Z] created by net/http.(*Server).Serve [2022-05-13T10:45:08.414Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-13T10:45:08.414Z] --- PASS: TestConcurrencyLimit (0.40s) [2022-05-13T10:45:08.414Z] === RUN TestInactiveJobs [2022-05-13T10:45:08.882Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-13T10:45:08.882Z] === RUN TestPullSchema2Config/unauthorized [2022-05-13T10:45:08.882Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-13T10:45:08.882Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-13T10:45:08.882Z] --- PASS: TestPullSchema2Config (0.53s) [2022-05-13T10:45:08.882Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-05-13T10:45:08.882Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-05-13T10:45:08.882Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-05-13T10:45:08.882Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-05-13T10:45:08.882Z] === RUN TestGetRepositoryMountCandidates [2022-05-13T10:45:08.882Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-05-13T10:45:08.882Z] === RUN TestLayerAlreadyExists [2022-05-13T10:45:08.882Z] 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-13T10:45:08.882Z] 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-13T10:45:08.882Z] 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-13T10:45:08.883Z] 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-13T10:45:08.883Z] 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-13T10:45:08.883Z] 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-13T10:45:08.883Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-05-13T10:45:08.883Z] === RUN TestWhenEmptyAuthConfig [2022-05-13T10:45:08.883Z] --- PASS: TestInactiveJobs (0.35s) [2022-05-13T10:45:08.883Z] === RUN TestWatchRelease [2022-05-13T10:45:08.883Z] --- PASS: TestWatchRelease (0.04s) [2022-05-13T10:45:08.883Z] === RUN TestWatchFinishedTransfer [2022-05-13T10:45:08.883Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-05-13T10:45:08.883Z] === RUN TestDuplicateTransfer [2022-05-13T10:45:08.883Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-05-13T10:45:08.883Z] === RUN TestSuccessfulUpload [2022-05-13T10:45:09.350Z] === RUN TestFSGetInvalidData [2022-05-13T10:45:09.350Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-05-13T10:45:09.350Z] === RUN TestFSInvalidSet [2022-05-13T10:45:09.350Z] --- PASS: TestFSInvalidSet (0.01s) [2022-05-13T10:45:09.350Z] === RUN TestFSInvalidRoot [2022-05-13T10:45:09.350Z] time="2022-05-13T10:45:09Z" level=error msg="Upload failed, retrying: simulating retry" [2022-05-13T10:45:09.350Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-05-13T10:45:09.350Z] === RUN TestFSMetadataGetSet [2022-05-13T10:45:09.350Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-05-13T10:45:09.350Z] === RUN TestFSInvalidWalker [2022-05-13T10:45:09.350Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-05-13T10:45:09.350Z] === RUN TestFSGetSet [2022-05-13T10:45:09.350Z] --- PASS: TestFSGetSet (0.03s) [2022-05-13T10:45:09.350Z] === RUN TestFSGetUnsetKey [2022-05-13T10:45:09.350Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-05-13T10:45:09.350Z] === RUN TestFSGetEmptyData [2022-05-13T10:45:09.350Z] --- PASS: TestFSGetEmptyData (0.00s) [2022-05-13T10:45:09.350Z] === RUN TestFSDelete [2022-05-13T10:45:09.350Z] --- PASS: TestFSDelete (0.02s) [2022-05-13T10:45:09.350Z] === RUN TestFSWalker [2022-05-13T10:45:09.350Z] --- PASS: TestSuccessfulUpload (0.39s) [2022-05-13T10:45:09.350Z] === RUN TestCancelledUpload [2022-05-13T10:45:09.350Z] --- PASS: TestCancelledUpload (0.00s) [2022-05-13T10:45:09.350Z] PASS [2022-05-13T10:45:09.350Z] coverage: 76.8% of statements [2022-05-13T10:45:09.351Z] --- PASS: TestFSWalker (0.02s) [2022-05-13T10:45:09.351Z] === RUN TestFSWalkerStopOnError [2022-05-13T10:45:09.351Z] ok github.com/docker/docker/distribution/xfer 1.995s coverage: 76.8% of statements [2022-05-13T10:45:09.351Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-05-13T10:45:09.351Z] === RUN TestNewFromJSON [2022-05-13T10:45:09.351Z] --- PASS: TestNewFromJSON (0.00s) [2022-05-13T10:45:09.351Z] === RUN TestNewFromJSONWithInvalidJSON [2022-05-13T10:45:09.351Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-05-13T10:45:09.351Z] === RUN TestMarshalKeyOrder [2022-05-13T10:45:09.351Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-05-13T10:45:09.351Z] === RUN TestHistoryEqual [2022-05-13T10:45:09.351Z] === RUN TestCompare [2022-05-13T10:45:09.351Z] --- PASS: TestCompare (0.00s) [2022-05-13T10:45:09.351Z] PASS [2022-05-13T10:45:09.351Z] coverage: 19.2% of statements [2022-05-13T10:45:09.351Z] ok github.com/docker/docker/image/cache 0.068s coverage: 19.2% of statements [2022-05-13T10:45:09.441Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-13T10:45:09.623Z] --- PASS: TestSecretCreateResolve (2.22s) [2022-05-13T10:45:09.623Z] PASS [2022-05-13T10:45:09.623Z] [2022-05-13T10:45:09.623Z] DONE 6 tests in 13.633s [2022-05-13T10:45:09.623Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-05-13T10:45:09.623Z] ++ 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-13T10:45:09.623Z] ++ set -e [2022-05-13T10:45:09.623Z] ++ '[' -n 0 ']' [2022-05-13T10:45:09.623Z] ++ set -x [2022-05-13T10:45:09.623Z] ++ 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-13T10:45:09.623Z] INFO: Testing against a local daemon [2022-05-13T10:45:09.623Z] === RUN TestServiceCreateInit [2022-05-13T10:45:09.623Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-13T10:45:09.820Z] --- PASS: TestHistoryEqual (0.19s) [2022-05-13T10:45:09.820Z] === RUN TestImage [2022-05-13T10:45:09.820Z] --- PASS: TestImage (0.00s) [2022-05-13T10:45:09.820Z] === RUN TestImageOSNotEmpty [2022-05-13T10:45:09.820Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-05-13T10:45:09.820Z] === RUN TestNewChildImageFromImageWithRootFS [2022-05-13T10:45:09.820Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-05-13T10:45:09.820Z] === RUN TestCreate [2022-05-13T10:45:09.820Z] --- PASS: TestCreate (0.01s) [2022-05-13T10:45:09.820Z] === RUN TestRestore [2022-05-13T10:45:09.820Z] time="2022-05-13T10:45:09Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-05-13T10:45:09.820Z] --- PASS: TestRestore (0.03s) [2022-05-13T10:45:09.820Z] === RUN TestAddDelete [2022-05-13T10:45:09.820Z] --- PASS: TestAddDelete (0.03s) [2022-05-13T10:45:09.820Z] === RUN TestSearchAfterDelete [2022-05-13T10:45:09.820Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-05-13T10:45:09.820Z] === RUN TestParentReset [2022-05-13T10:45:09.820Z] --- PASS: TestParentReset (0.06s) [2022-05-13T10:45:09.820Z] === RUN TestGetAndSetLastUpdated [2022-05-13T10:45:09.820Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2022-05-13T10:45:09.820Z] === RUN TestStoreLen [2022-05-13T10:45:09.820Z] --- PASS: TestStoreLen (0.05s) [2022-05-13T10:45:09.820Z] PASS [2022-05-13T10:45:09.820Z] coverage: 86.9% of statements [2022-05-13T10:45:09.820Z] --- PASS: TestWhenEmptyAuthConfig (1.16s) [2022-05-13T10:45:09.820Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-05-13T10:45:09.820Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-05-13T10:45:09.820Z] === RUN TestTokenPassThru [2022-05-13T10:45:09.820Z] ok github.com/docker/docker/image 0.655s coverage: 86.9% of statements [2022-05-13T10:45:09.820Z] --- PASS: TestTokenPassThru (0.00s) [2022-05-13T10:45:09.820Z] === RUN TestTokenPassThruDifferentHost [2022-05-13T10:45:09.820Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-05-13T10:45:09.820Z] PASS [2022-05-13T10:45:09.820Z] coverage: 26.6% of statements [2022-05-13T10:45:09.820Z] ok github.com/docker/docker/distribution 2.213s coverage: 26.6% of statements [2022-05-13T10:45:09.820Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-13T10:45:09.820Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-13T10:45:10.011Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-13T10:45:10.269Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-13T10:45:10.808Z] === RUN TestValidateManifest [2022-05-13T10:45:10.808Z] === RUN TestValidateManifest/nil [2022-05-13T10:45:10.808Z] === RUN TestValidateManifest/non-nil [2022-05-13T10:45:10.808Z] --- PASS: TestValidateManifest (0.00s) [2022-05-13T10:45:10.808Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-05-13T10:45:10.808Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-05-13T10:45:10.808Z] PASS [2022-05-13T10:45:10.808Z] coverage: 0.7% of statements [2022-05-13T10:45:10.808Z] ok github.com/docker/docker/image/tarexport 0.192s coverage: 0.7% of statements [2022-05-13T10:45:10.808Z] ? github.com/docker/docker/image/v1 [no test files] [2022-05-13T10:45:10.808Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-13T10:45:10.835Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-13T10:45:11.276Z] === RUN TestSerialization [2022-05-13T10:45:11.277Z] --- PASS: TestSerialization (0.02s) [2022-05-13T10:45:11.277Z] PASS [2022-05-13T10:45:11.277Z] coverage: 100.0% of statements [2022-05-13T10:45:11.277Z] ok github.com/docker/docker/libcontainerd/queue 0.064s coverage: 100.0% of statements [2022-05-13T10:45:11.402Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-05-13T10:45:11.544Z] 8b534d64a7c3: Pull complete [2022-05-13T10:45:11.544Z] Digest: sha256:b474e47f6f8bdb110068684ab8cebbadb5806e641fe6dba0169555981f6520ef [2022-05-13T10:45:11.544Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-13T10:45:11.544Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-05-13T10:45:11.544Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-05-13T10:45:11.544Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2928' [2022-05-13T10:45:11.544Z] WARN: Skipping validation tests [2022-05-13T10:45:11.544Z] INFO: Running unit tests at 05/13/2022 10:44:58... [2022-05-13T10:45:11.544Z] INFO: make.ps1 starting at 05/13/2022 10:45:05 [2022-05-13T10:45:11.544Z] INFO: Git commit (8e4b5db542) assumed from DOCKER_GITCOMMIT environment variable [2022-05-13T10:45:11.544Z] INFO: Running unit tests... [2022-05-13T10:45:11.661Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-05-13T10:45:11.746Z] === RUN TestEmptyLayer [2022-05-13T10:45:11.746Z] --- PASS: TestEmptyLayer (0.00s) [2022-05-13T10:45:11.746Z] === RUN TestCommitFailure [2022-05-13T10:45:11.746Z] --- PASS: TestCommitFailure (0.01s) [2022-05-13T10:45:11.746Z] === RUN TestStartTransactionFailure [2022-05-13T10:45:12.215Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-05-13T10:45:12.215Z] === RUN TestGetOrphan [2022-05-13T10:45:12.215Z] --- PASS: TestGetOrphan (0.01s) [2022-05-13T10:45:12.215Z] === RUN TestMountAndRegister [2022-05-13T10:45:12.215Z] layer_test.go:258: Layer size: 14 [2022-05-13T10:45:12.215Z] --- PASS: TestMountAndRegister (0.16s) [2022-05-13T10:45:12.215Z] === RUN TestLayerRelease [2022-05-13T10:45:12.215Z] layer_test.go:291: Failing on Windows [2022-05-13T10:45:12.215Z] --- SKIP: TestLayerRelease (0.00s) [2022-05-13T10:45:12.215Z] === RUN TestStoreRestore [2022-05-13T10:45:12.215Z] layer_test.go:340: Failing on Windows [2022-05-13T10:45:12.215Z] --- SKIP: TestStoreRestore (0.00s) [2022-05-13T10:45:12.215Z] === RUN TestTarStreamStability [2022-05-13T10:45:12.215Z] layer_test.go:455: Failing on Windows [2022-05-13T10:45:12.215Z] --- SKIP: TestTarStreamStability (0.00s) [2022-05-13T10:45:12.215Z] === RUN TestRegisterExistingLayer [2022-05-13T10:45:12.215Z] --- PASS: TestRegisterExistingLayer (0.18s) [2022-05-13T10:45:12.215Z] === RUN TestTarStreamVerification [2022-05-13T10:45:12.215Z] layer_test.go:684: Failing on Windows [2022-05-13T10:45:12.215Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-05-13T10:45:12.215Z] === RUN TestLayerMigration [2022-05-13T10:45:12.215Z] migration_test.go:45: Failing on Windows [2022-05-13T10:45:12.215Z] --- SKIP: TestLayerMigration (0.00s) [2022-05-13T10:45:12.215Z] === RUN TestLayerMigrationNoTarsplit [2022-05-13T10:45:12.215Z] migration_test.go:181: Failing on Windows [2022-05-13T10:45:12.215Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-05-13T10:45:12.215Z] === RUN TestMountInit [2022-05-13T10:45:12.215Z] mount_test.go:17: Failing on Windows [2022-05-13T10:45:12.215Z] --- SKIP: TestMountInit (0.00s) [2022-05-13T10:45:12.215Z] === RUN TestMountSize [2022-05-13T10:45:12.215Z] mount_test.go:76: Failing on Windows [2022-05-13T10:45:12.215Z] --- SKIP: TestMountSize (0.00s) [2022-05-13T10:45:12.215Z] === RUN TestMountChanges [2022-05-13T10:45:12.215Z] mount_test.go:125: Failing on Windows [2022-05-13T10:45:12.215Z] --- SKIP: TestMountChanges (0.00s) [2022-05-13T10:45:12.215Z] === RUN TestMountApply [2022-05-13T10:45:12.215Z] mount_test.go:212: Failing on Windows [2022-05-13T10:45:12.215Z] --- SKIP: TestMountApply (0.00s) [2022-05-13T10:45:12.215Z] PASS [2022-05-13T10:45:12.215Z] coverage: 30.6% of statements [2022-05-13T10:45:12.215Z] ok github.com/docker/docker/layer 0.438s coverage: 30.6% of statements [2022-05-13T10:45:12.227Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-13T10:45:12.684Z] === RUN TestEnvironmentParsing [2022-05-13T10:45:12.684Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-05-13T10:45:12.684Z] PASS [2022-05-13T10:45:12.684Z] coverage: 1.2% of statements [2022-05-13T10:45:12.684Z] ok github.com/docker/docker/libcontainerd/local 0.061s coverage: 1.2% of statements [2022-05-13T10:45:12.684Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-13T10:45:12.684Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-13T10:45:12.684Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-13T10:45:12.684Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-13T10:45:12.684Z] === RUN TestSequenceGetAvailableBit [2022-05-13T10:45:12.684Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-05-13T10:45:12.684Z] === RUN TestSequenceEqual [2022-05-13T10:45:12.684Z] --- PASS: TestSequenceEqual (0.00s) [2022-05-13T10:45:12.684Z] === RUN TestSequenceCopy [2022-05-13T10:45:12.684Z] --- PASS: TestSequenceCopy (0.00s) [2022-05-13T10:45:12.684Z] === RUN TestGetFirstAvailable [2022-05-13T10:45:12.684Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-05-13T10:45:12.793Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-13T10:45:13.153Z] === RUN TestFindSequence [2022-05-13T10:45:13.153Z] --- PASS: TestFindSequence (0.00s) [2022-05-13T10:45:13.153Z] === RUN TestCheckIfAvailable [2022-05-13T10:45:13.153Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-05-13T10:45:13.153Z] === RUN TestMergeSequences [2022-05-13T10:45:13.153Z] --- PASS: TestMergeSequences (0.00s) [2022-05-13T10:45:13.153Z] === RUN TestPushReservation [2022-05-13T10:45:13.153Z] --- PASS: TestPushReservation (0.00s) [2022-05-13T10:45:13.153Z] === RUN TestSerializeDeserialize [2022-05-13T10:45:13.153Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-05-13T10:45:13.153Z] === RUN TestSet [2022-05-13T10:45:13.153Z] --- PASS: TestSet (0.00s) [2022-05-13T10:45:13.153Z] === RUN TestSetUnset [2022-05-13T10:45:13.153Z] --- PASS: TestSetUnset (0.00s) [2022-05-13T10:45:13.153Z] === RUN TestOffsetSetUnset [2022-05-13T10:45:13.153Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-05-13T10:45:13.153Z] === RUN TestSetInRange [2022-05-13T10:45:13.153Z] --- PASS: TestSetInRange (0.00s) [2022-05-13T10:45:13.153Z] === RUN TestSetAnyInRange [2022-05-13T10:45:13.153Z] --- PASS: TestSetAnyInRange (0.00s) [2022-05-13T10:45:13.153Z] === RUN TestMethods [2022-05-13T10:45:13.153Z] --- PASS: TestMethods (0.00s) [2022-05-13T10:45:13.153Z] === RUN TestRandomAllocateDeallocate [2022-05-13T10:45:13.360Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-13T10:45:13.824Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-13T10:45:13.927Z] docker_api_swarm_node_test.go:81: [dc07fb9ca4bc2] joining swarm manager [dd34345bf98b0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:45:14.185Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-13T10:45:14.725Z] === RUN TestInvalidConfig [2022-05-13T10:45:14.725Z] --- PASS: TestInvalidConfig (0.00s) [2022-05-13T10:45:14.725Z] === RUN TestConfig [2022-05-13T10:45:14.725Z] --- PASS: TestConfig (0.00s) [2022-05-13T10:45:14.725Z] === RUN TestOptionsLabels [2022-05-13T10:45:14.725Z] --- PASS: TestOptionsLabels (0.00s) [2022-05-13T10:45:14.725Z] === RUN TestValidName [2022-05-13T10:45:14.725Z] --- PASS: TestValidName (0.00s) [2022-05-13T10:45:14.725Z] PASS [2022-05-13T10:45:14.725Z] coverage: 19.7% of statements [2022-05-13T10:45:14.725Z] ok github.com/docker/docker/libnetwork/config 0.149s coverage: 19.7% of statements [2022-05-13T10:45:14.750Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-13T10:45:15.194Z] === RUN TestKey [2022-05-13T10:45:15.194Z] --- PASS: TestKey (0.00s) [2022-05-13T10:45:15.194Z] === RUN TestParseKey [2022-05-13T10:45:15.194Z] --- PASS: TestParseKey (0.00s) [2022-05-13T10:45:15.194Z] === RUN TestInvalidDataStore [2022-05-13T10:45:15.194Z] --- PASS: TestInvalidDataStore (0.00s) [2022-05-13T10:45:15.194Z] === RUN TestKVObjectFlatKey [2022-05-13T10:45:15.194Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-05-13T10:45:15.194Z] === RUN TestAtomicKVObjectFlatKey [2022-05-13T10:45:15.194Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-05-13T10:45:15.194Z] PASS [2022-05-13T10:45:15.194Z] coverage: 21.9% of statements [2022-05-13T10:45:15.194Z] ok github.com/docker/docker/libnetwork/datastore 0.062s coverage: 21.9% of statements [2022-05-13T10:45:15.684Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-13T10:45:16.181Z] === RUN TestIPDataMarshalling [2022-05-13T10:45:16.181Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-05-13T10:45:16.181Z] === RUN TestValidateAndIsV6 [2022-05-13T10:45:16.181Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-05-13T10:45:16.181Z] PASS [2022-05-13T10:45:16.181Z] coverage: 68.9% of statements [2022-05-13T10:45:16.181Z] ok github.com/docker/docker/libnetwork/driverapi 0.045s coverage: 68.9% of statements [2022-05-13T10:45:16.250Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-13T10:45:16.311Z] 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-13T10:45:16.649Z] === RUN TestErrorInterfaces [2022-05-13T10:45:16.649Z] --- PASS: TestErrorInterfaces (0.00s) [2022-05-13T10:45:16.649Z] === RUN TestNetworkMarshalling [2022-05-13T10:45:16.817Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-13T10:45:17.116Z] --- PASS: TestServiceCreateInit (7.17s) [2022-05-13T10:45:17.116Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.57s) [2022-05-13T10:45:17.116Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.58s) [2022-05-13T10:45:17.116Z] === RUN TestCreateServiceMultipleTimes [2022-05-13T10:45:17.117Z] === RUN TestDriver [2022-05-13T10:45:17.117Z] --- PASS: TestDriver (0.00s) [2022-05-13T10:45:17.117Z] PASS [2022-05-13T10:45:17.117Z] coverage: 34.8% of statements [2022-05-13T10:45:17.117Z] --- PASS: TestNetworkMarshalling (0.20s) [2022-05-13T10:45:17.117Z] === RUN TestEndpointMarshalling [2022-05-13T10:45:17.117Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-05-13T10:45:17.117Z] === RUN TestAuxAddresses [2022-05-13T10:45:17.117Z] time="2022-05-13T10:45:16Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-13T10:45:17.117Z] ok github.com/docker/docker/libnetwork/drivers/host 0.044s coverage: 34.8% of statements [2022-05-13T10:45:17.117Z] --- PASS: TestAuxAddresses (0.01s) [2022-05-13T10:45:17.117Z] === RUN TestSRVServiceQuery [2022-05-13T10:45:17.117Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:45:17.117Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-05-13T10:45:17.117Z] === RUN TestServiceVIPReuse [2022-05-13T10:45:17.117Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:45:17.117Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-05-13T10:45:17.117Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-05-13T10:45:17.117Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:45:17.117Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-13T10:45:17.117Z] === RUN TestDNSIPQuery [2022-05-13T10:45:17.117Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:45:17.117Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-05-13T10:45:17.117Z] === RUN TestDNSProxyServFail [2022-05-13T10:45:17.117Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:45:17.117Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-05-13T10:45:17.117Z] === RUN TestSandboxAddEmpty [2022-05-13T10:45:17.117Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:45:17.117Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-05-13T10:45:17.117Z] === RUN TestSandboxAddMultiPrio [2022-05-13T10:45:17.117Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:45:17.117Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-05-13T10:45:17.117Z] === RUN TestSandboxAddSamePrio [2022-05-13T10:45:17.117Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:45:17.117Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-05-13T10:45:17.117Z] === RUN TestCleanupServiceDiscovery [2022-05-13T10:45:17.117Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:45:17.117Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-05-13T10:45:17.117Z] === RUN TestDNSOptions [2022-05-13T10:45:17.117Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:45:17.117Z] --- SKIP: TestDNSOptions (0.00s) [2022-05-13T10:45:17.117Z] === RUN TestMultipleControllersWithSameStore [2022-05-13T10:45:17.117Z] time="2022-05-13T10:45:16Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-13T10:45:17.117Z] time="2022-05-13T10:45:16Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-13T10:45:17.117Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-05-13T10:45:17.117Z] PASS [2022-05-13T10:45:17.117Z] coverage: 8.5% of statements [2022-05-13T10:45:17.117Z] ok github.com/docker/docker/libnetwork 0.346s coverage: 8.5% of statements [2022-05-13T10:45:17.586Z] === RUN TestDriver [2022-05-13T10:45:17.586Z] --- PASS: TestDriver (0.00s) [2022-05-13T10:45:17.586Z] PASS [2022-05-13T10:45:17.586Z] coverage: 34.8% of statements [2022-05-13T10:45:17.586Z] ok github.com/docker/docker/libnetwork/drivers/null 0.051s coverage: 34.8% of statements [2022-05-13T10:45:17.750Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-13T10:45:18.056Z] === RUN TestNetworkAllocateFree [2022-05-13T10:45:18.056Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-05-13T10:45:18.056Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-05-13T10:45:18.056Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-05-13T10:45:18.056Z] PASS [2022-05-13T10:45:18.056Z] coverage: 63.6% of statements [2022-05-13T10:45:18.056Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.047s coverage: 63.6% of statements [2022-05-13T10:45:18.318Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.94s) [2022-05-13T10:45:18.318Z] === RUN TestCreateServiceSecretFileMode [2022-05-13T10:45:18.318Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-13T10:45:18.525Z] === RUN TestGetEmptyCapabilities [2022-05-13T10:45:18.525Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-05-13T10:45:18.525Z] === RUN TestGetExtraCapabilities [2022-05-13T10:45:18.525Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-05-13T10:45:18.525Z] === RUN TestGetInvalidCapabilities [2022-05-13T10:45:18.525Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-05-13T10:45:18.525Z] === RUN TestRemoteDriver [2022-05-13T10:45:18.525Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-13T10:45:18.525Z] === RUN TestDriverError [2022-05-13T10:45:18.525Z] --- PASS: TestDriverError (0.00s) [2022-05-13T10:45:18.525Z] === RUN TestMissingValues [2022-05-13T10:45:18.525Z] --- PASS: TestMissingValues (0.00s) [2022-05-13T10:45:18.525Z] === RUN TestRollback [2022-05-13T10:45:18.525Z] --- PASS: TestRollback (0.01s) [2022-05-13T10:45:18.525Z] PASS [2022-05-13T10:45:18.525Z] coverage: 57.4% of statements [2022-05-13T10:45:18.525Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.096s coverage: 57.4% of statements [2022-05-13T10:45:19.253Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-13T10:45:19.512Z] === RUN TestNAT [2022-05-13T10:45:19.512Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-13T10:45:19.512Z] --- SKIP: TestNAT (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestTransparent [2022-05-13T10:45:19.512Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-13T10:45:19.512Z] --- SKIP: TestTransparent (0.00s) [2022-05-13T10:45:19.512Z] PASS [2022-05-13T10:45:19.512Z] coverage: 0.0% of statements [2022-05-13T10:45:19.512Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.078s coverage: 0.0% of statements [2022-05-13T10:45:19.512Z] --- PASS: TestRandomAllocateDeallocate (6.52s) [2022-05-13T10:45:19.512Z] === RUN TestAllocateRandomDeallocate [2022-05-13T10:45:19.512Z] === RUN TestBuildDefault [2022-05-13T10:45:19.512Z] --- PASS: TestBuildDefault (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestBuildHostnameDomainname [2022-05-13T10:45:19.512Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestBuildHostname [2022-05-13T10:45:19.512Z] --- PASS: TestBuildHostname (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestBuildHostnameFQDN [2022-05-13T10:45:19.512Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestBuildNoIP [2022-05-13T10:45:19.512Z] --- PASS: TestBuildNoIP (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestUpdate [2022-05-13T10:45:19.512Z] --- PASS: TestUpdate (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-05-13T10:45:19.512Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-05-13T10:45:19.512Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestAddEmpty [2022-05-13T10:45:19.512Z] --- PASS: TestAddEmpty (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestAdd [2022-05-13T10:45:19.512Z] --- PASS: TestAdd (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestDeleteEmpty [2022-05-13T10:45:19.512Z] --- PASS: TestDeleteEmpty (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestDeleteNewline [2022-05-13T10:45:19.512Z] --- PASS: TestDeleteNewline (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestDelete [2022-05-13T10:45:19.512Z] --- PASS: TestDelete (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestConcurrentWrites [2022-05-13T10:45:19.512Z] === RUN TestNew [2022-05-13T10:45:19.512Z] --- PASS: TestNew (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestAddDriver [2022-05-13T10:45:19.512Z] --- PASS: TestAddDriver (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestAddDuplicateDriver [2022-05-13T10:45:19.512Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestIPAMDefaultAddressSpaces [2022-05-13T10:45:19.512Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestDriver [2022-05-13T10:45:19.512Z] --- PASS: TestDriver (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestIPAM [2022-05-13T10:45:19.512Z] --- PASS: TestIPAM (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestWalkIPAMs [2022-05-13T10:45:19.512Z] --- PASS: TestWalkIPAMs (0.00s) [2022-05-13T10:45:19.512Z] === RUN TestWalkDrivers [2022-05-13T10:45:19.512Z] --- PASS: TestWalkDrivers (0.00s) [2022-05-13T10:45:19.512Z] PASS [2022-05-13T10:45:19.512Z] coverage: 82.4% of statements [2022-05-13T10:45:19.512Z] ok github.com/docker/docker/libnetwork/drvregistry 0.093s coverage: 82.4% of statements [2022-05-13T10:45:19.512Z] --- PASS: TestConcurrentWrites (0.25s) [2022-05-13T10:45:19.512Z] PASS [2022-05-13T10:45:19.512Z] coverage: 81.2% of statements [2022-05-13T10:45:19.512Z] ok github.com/docker/docker/libnetwork/etchosts 0.309s coverage: 81.2% of statements [2022-05-13T10:45:19.771Z] --- PASS: TestServicePlugin (30.16s) [2022-05-13T10:45:19.771Z] === RUN TestServiceUpdateLabel [2022-05-13T10:45:19.982Z] === RUN TestNew [2022-05-13T10:45:19.982Z] --- PASS: TestNew (0.00s) [2022-05-13T10:45:19.982Z] === RUN TestAllocate [2022-05-13T10:45:19.982Z] --- PASS: TestAllocate (0.00s) [2022-05-13T10:45:19.982Z] === RUN TestUninitialized [2022-05-13T10:45:19.982Z] --- PASS: TestUninitialized (0.00s) [2022-05-13T10:45:19.982Z] === RUN TestAllocateInRange [2022-05-13T10:45:19.982Z] --- PASS: TestAllocateInRange (0.00s) [2022-05-13T10:45:19.982Z] === RUN TestAllocateSerial [2022-05-13T10:45:19.982Z] --- PASS: TestAllocateSerial (0.00s) [2022-05-13T10:45:19.982Z] PASS [2022-05-13T10:45:19.982Z] coverage: 87.5% of statements [2022-05-13T10:45:19.982Z] ok github.com/docker/docker/libnetwork/idm 0.043s coverage: 87.5% of statements [2022-05-13T10:45:19.982Z] === RUN TestCaller [2022-05-13T10:45:19.982Z] --- PASS: TestCaller (0.00s) [2022-05-13T10:45:19.982Z] PASS [2022-05-13T10:45:19.982Z] coverage: 100.0% of statements [2022-05-13T10:45:19.982Z] ok github.com/docker/docker/libnetwork/internal/caller 0.041s coverage: 100.0% of statements [2022-05-13T10:45:20.450Z] --- PASS: TestAllocateRandomDeallocate (1.20s) [2022-05-13T10:45:20.450Z] === RUN TestAllocateRandomDeallocateSerialize [2022-05-13T10:45:20.707Z] --- PASS: TestServiceUpdateLabel (2.30s) [2022-05-13T10:45:20.707Z] === RUN TestServiceUpdateSecrets [2022-05-13T10:45:20.919Z] === RUN TestSetSerialInsertDelete [2022-05-13T10:45:20.919Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-05-13T10:45:20.919Z] === RUN TestSetParallelInsertDelete [2022-05-13T10:45:21.153Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-13T10:45:21.906Z] === RUN TestInt2IP2IntConversion [2022-05-13T10:45:21.906Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.39s) [2022-05-13T10:45:21.906Z] === RUN TestRetrieveFromStore [2022-05-13T10:45:22.086Z] --- PASS: TestCreateServiceSecretFileMode (3.78s) [2022-05-13T10:45:22.086Z] === RUN TestCreateServiceConfigFileMode [2022-05-13T10:45:22.345Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-13T10:45:22.374Z] --- PASS: TestInt2IP2IntConversion (0.48s) [2022-05-13T10:45:22.374Z] === RUN TestGetAddressVersion [2022-05-13T10:45:22.374Z] --- PASS: TestGetAddressVersion (0.00s) [2022-05-13T10:45:22.374Z] === RUN TestKeyString [2022-05-13T10:45:22.374Z] --- PASS: TestKeyString (0.00s) [2022-05-13T10:45:22.374Z] === RUN TestPoolDataMarshal [2022-05-13T10:45:22.374Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-05-13T10:45:22.374Z] === RUN TestSubnetsMarshal [2022-05-13T10:45:22.374Z] --- PASS: TestSubnetsMarshal (0.07s) [2022-05-13T10:45:22.374Z] === RUN TestAddSubnets [2022-05-13T10:45:22.374Z] --- PASS: TestAddSubnets (0.06s) [2022-05-13T10:45:22.374Z] === RUN TestDoublePoolRelease [2022-05-13T10:45:22.374Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-05-13T10:45:22.374Z] === RUN TestAddReleasePoolID [2022-05-13T10:45:22.374Z] === RUN TestPoolRequest [2022-05-13T10:45:22.374Z] --- PASS: TestPoolRequest (0.00s) [2022-05-13T10:45:22.374Z] === RUN TestOtherRequests [2022-05-13T10:45:22.374Z] --- PASS: TestOtherRequests (0.00s) [2022-05-13T10:45:22.374Z] PASS [2022-05-13T10:45:22.374Z] coverage: 57.1% of statements [2022-05-13T10:45:22.374Z] ok github.com/docker/docker/libnetwork/ipams/null 0.042s coverage: 57.1% of statements [2022-05-13T10:45:22.374Z] --- PASS: TestAddReleasePoolID (0.07s) [2022-05-13T10:45:22.374Z] === RUN TestPredefinedPool [2022-05-13T10:45:22.374Z] --- PASS: TestPredefinedPool (0.03s) [2022-05-13T10:45:22.374Z] === RUN TestRemoveSubnet [2022-05-13T10:45:22.374Z] --- PASS: TestRetrieveFromStore (0.57s) [2022-05-13T10:45:22.374Z] === RUN TestIsCorrupted [2022-05-13T10:45:22.374Z] --- PASS: TestIsCorrupted (0.02s) [2022-05-13T10:45:22.374Z] === RUN TestSetRollover [2022-05-13T10:45:22.843Z] --- PASS: TestRemoveSubnet (0.26s) [2022-05-13T10:45:22.843Z] === RUN TestGetSameAddress [2022-05-13T10:45:22.843Z] --- PASS: TestGetSameAddress (0.03s) [2022-05-13T10:45:22.843Z] === RUN TestPoolAllocationReuse [2022-05-13T10:45:23.280Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-13T10:45:23.280Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-13T10:45:23.311Z] === RUN TestGetCapabilities [2022-05-13T10:45:23.311Z] --- PASS: TestGetCapabilities (0.01s) [2022-05-13T10:45:23.311Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-05-13T10:45:23.311Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-05-13T10:45:23.311Z] === RUN TestGetDefaultAddressSpaces [2022-05-13T10:45:23.311Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-05-13T10:45:23.311Z] === RUN TestRemoteDriver [2022-05-13T10:45:23.779Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-13T10:45:23.779Z] PASS [2022-05-13T10:45:23.779Z] coverage: 47.4% of statements [2022-05-13T10:45:23.779Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.069s coverage: 47.4% of statements [2022-05-13T10:45:24.215Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-13T10:45:24.247Z] --- PASS: TestSetRollover (1.60s) [2022-05-13T10:45:24.247Z] === RUN TestSetRolloverSerial [2022-05-13T10:45:24.247Z] === RUN TestWindowsIPAM [2022-05-13T10:45:24.247Z] --- PASS: TestWindowsIPAM (0.00s) [2022-05-13T10:45:24.247Z] PASS [2022-05-13T10:45:24.247Z] coverage: 71.4% of statements [2022-05-13T10:45:24.247Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.042s coverage: 71.4% of statements [2022-05-13T10:45:24.716Z] --- PASS: TestPoolAllocationReuse (1.73s) [2022-05-13T10:45:24.716Z] === RUN TestGetAddressSubPoolEqualPool [2022-05-13T10:45:24.716Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-05-13T10:45:24.716Z] === RUN TestRequestReleaseAddressFromSubPool [2022-05-13T10:45:24.789Z] --- PASS: TestCreateServiceConfigFileMode (2.69s) [2022-05-13T10:45:24.789Z] === RUN TestCreateServiceSysctls [2022-05-13T10:45:24.789Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-13T10:45:25.184Z] === RUN TestDefaultNetwork [2022-05-13T10:45:25.651Z] --- PASS: TestDefaultNetwork (0.25s) [2022-05-13T10:45:25.652Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-05-13T10:45:25.652Z] --- PASS: TestSetRolloverSerial (1.65s) [2022-05-13T10:45:25.652Z] === RUN TestGetFirstAvailableFromCurrent [2022-05-13T10:45:25.652Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-05-13T10:45:25.652Z] PASS [2022-05-13T10:45:25.652Z] coverage: 84.4% of statements [2022-05-13T10:45:25.652Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.25s) [2022-05-13T10:45:25.652Z] === RUN TestInitAddressPools [2022-05-13T10:45:25.652Z] --- PASS: TestInitAddressPools (0.00s) [2022-05-13T10:45:25.652Z] PASS [2022-05-13T10:45:25.652Z] coverage: 74.0% of statements [2022-05-13T10:45:25.652Z] ok github.com/docker/docker/libnetwork/bitseq 13.017s coverage: 84.4% of statements [2022-05-13T10:45:25.652Z] ok github.com/docker/docker/libnetwork/ipamutils 0.580s coverage: 74.0% of statements [2022-05-13T10:45:25.722Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-13T10:45:26.289Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-13T10:45:26.637Z] === RUN TestKeyValue [2022-05-13T10:45:26.637Z] --- PASS: TestKeyValue (0.00s) [2022-05-13T10:45:26.637Z] PASS [2022-05-13T10:45:26.637Z] coverage: 60.0% of statements [2022-05-13T10:45:26.637Z] ok github.com/docker/docker/libnetwork/netlabel 0.037s coverage: 60.0% of statements [2022-05-13T10:45:27.105Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.52s) [2022-05-13T10:45:27.105Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-05-13T10:45:27.226Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-13T10:45:28.160Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-05-13T10:45:28.418Z] --- PASS: TestCreateServiceSysctls (3.73s) [2022-05-13T10:45:28.418Z] === RUN TestCreateServiceCapabilities [2022-05-13T10:45:28.418Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-13T10:45:28.853Z] ? github.com/docker/docker/api [no test files] [2022-05-13T10:45:29.319Z] === RUN TestNetworkDBSimple [2022-05-13T10:45:29.353Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-13T10:45:29.787Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.91s) [2022-05-13T10:45:29.787Z] === RUN TestGetAddress [2022-05-13T10:45:30.729Z] docker_api_swarm_node_test.go:53: [d0aa6a97d3bb1] joining swarm manager [df13ff6f6ca43]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:45:30.774Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-13T10:45:30.774Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-13T10:45:30.774Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-13T10:45:30.774Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-13T10:45:30.774Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-13T10:45:30.774Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-13T10:45:30.774Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-13T10:45:30.774Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-13T10:45:30.774Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-13T10:45:30.774Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-05-13T10:45:30.774Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-13T10:45:30.774Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-13T10:45:30.774Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-13T10:45:30.774Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-05-13T10:45:30.774Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-13T10:45:30.774Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-13T10:45:30.774Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-13T10:45:30.774Z] 2022/05/13 10:45:30 Closing DB instances... [2022-05-13T10:45:30.774Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-05-13T10:45:30.774Z] PASS [2022-05-13T10:45:30.774Z] coverage: 100.0% of statements [2022-05-13T10:45:30.774Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.044s coverage: 100.0% of statements [2022-05-13T10:45:31.242Z] === RUN TestGenerate [2022-05-13T10:45:31.242Z] --- PASS: TestGenerate (0.00s) [2022-05-13T10:45:31.242Z] === RUN TestGeneratePtr [2022-05-13T10:45:31.242Z] --- PASS: TestGeneratePtr (0.00s) [2022-05-13T10:45:31.242Z] === RUN TestGenerateMissingField [2022-05-13T10:45:31.242Z] --- PASS: TestGenerateMissingField (0.00s) [2022-05-13T10:45:31.242Z] === RUN TestFieldCannotBeSet [2022-05-13T10:45:31.242Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-05-13T10:45:31.242Z] === RUN TestTypeMismatchError [2022-05-13T10:45:31.242Z] --- PASS: TestTypeMismatchError (0.00s) [2022-05-13T10:45:31.242Z] PASS [2022-05-13T10:45:31.242Z] coverage: 100.0% of statements [2022-05-13T10:45:31.242Z] ok github.com/docker/docker/libnetwork/options 0.044s coverage: 100.0% of statements [2022-05-13T10:45:31.664Z] docker_api_swarm_node_test.go:54: [d982ac319758a] joining swarm manager [df13ff6f6ca43]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:45:31.664Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-13T10:45:31.711Z] testing: warning: no tests to run [2022-05-13T10:45:31.711Z] PASS [2022-05-13T10:45:31.711Z] coverage: 0.0% of statements [2022-05-13T10:45:31.711Z] ok github.com/docker/docker/libnetwork/osl 0.043s coverage: 0.0% of statements [no tests to run] [2022-05-13T10:45:31.922Z] --- PASS: TestCreateServiceCapabilities (3.54s) [2022-05-13T10:45:31.922Z] === RUN TestInspect [2022-05-13T10:45:32.009Z] --- PASS: TestCreateServiceMultipleTimes (15.20s) [2022-05-13T10:45:32.009Z] === RUN TestCreateServiceConflict [2022-05-13T10:45:32.179Z] --- PASS: TestNetworkDBSimple (2.64s) [2022-05-13T10:45:32.179Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-05-13T10:45:32.179Z] === RUN TestRequestNewPort [2022-05-13T10:45:32.179Z] --- PASS: TestRequestNewPort (0.00s) [2022-05-13T10:45:32.179Z] === RUN TestRequestSpecificPort [2022-05-13T10:45:32.179Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-05-13T10:45:32.179Z] === RUN TestReleasePort [2022-05-13T10:45:32.179Z] --- PASS: TestReleasePort (0.00s) [2022-05-13T10:45:32.179Z] === RUN TestReuseReleasedPort [2022-05-13T10:45:32.179Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-05-13T10:45:32.179Z] === RUN TestReleaseUnreadledPort [2022-05-13T10:45:32.179Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-05-13T10:45:32.179Z] === RUN TestUnknowProtocol [2022-05-13T10:45:32.179Z] --- PASS: TestUnknowProtocol (0.00s) [2022-05-13T10:45:32.179Z] === RUN TestAllocateAllPorts [2022-05-13T10:45:32.179Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-05-13T10:45:32.179Z] === RUN TestPortAllocation [2022-05-13T10:45:32.179Z] --- PASS: TestPortAllocation (0.00s) [2022-05-13T10:45:32.179Z] === RUN TestPortAllocationWithCustomRange [2022-05-13T10:45:32.179Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-05-13T10:45:32.179Z] === RUN TestNoDuplicateBPR [2022-05-13T10:45:32.179Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-05-13T10:45:32.179Z] === RUN TestChangePortRange [2022-05-13T10:45:32.179Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-05-13T10:45:32.179Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-05-13T10:45:32.179Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-05-13T10:45:32.179Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-05-13T10:45:32.179Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-05-13T10:45:32.179Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-05-13T10:45:32.179Z] --- PASS: TestChangePortRange (0.00s) [2022-05-13T10:45:32.179Z] PASS [2022-05-13T10:45:32.179Z] coverage: 88.6% of statements [2022-05-13T10:45:32.179Z] ok github.com/docker/docker/libnetwork/portallocator 0.046s coverage: 88.6% of statements [2022-05-13T10:45:32.647Z] testing: warning: no tests to run [2022-05-13T10:45:32.647Z] PASS [2022-05-13T10:45:32.647Z] coverage: 0.0% of statements [2022-05-13T10:45:32.647Z] ok github.com/docker/docker/libnetwork/portmapper 0.042s coverage: 0.0% of statements [no tests to run] [2022-05-13T10:45:33.116Z] === RUN TestHashData [2022-05-13T10:45:33.116Z] --- PASS: TestHashData (0.00s) [2022-05-13T10:45:33.116Z] PASS [2022-05-13T10:45:33.116Z] coverage: 2.8% of statements [2022-05-13T10:45:33.116Z] ok github.com/docker/docker/libnetwork/resolvconf 0.043s coverage: 2.8% of statements [2022-05-13T10:45:33.116Z] === RUN TestErrorConstructors [2022-05-13T10:45:33.116Z] --- PASS: TestErrorConstructors (0.00s) [2022-05-13T10:45:33.116Z] === RUN TestCompareIPMask [2022-05-13T10:45:33.116Z] --- PASS: TestCompareIPMask (0.00s) [2022-05-13T10:45:33.116Z] === RUN TestUtilGetHostPartIP [2022-05-13T10:45:33.116Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-05-13T10:45:33.116Z] === RUN TestUtilGetBroadcastIP [2022-05-13T10:45:33.116Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-05-13T10:45:33.116Z] === RUN TestParseCIDR [2022-05-13T10:45:33.116Z] --- PASS: TestParseCIDR (0.00s) [2022-05-13T10:45:33.116Z] PASS [2022-05-13T10:45:33.116Z] coverage: 37.3% of statements [2022-05-13T10:45:33.116Z] ok github.com/docker/docker/libnetwork/types 0.046s coverage: 37.3% of statements [2022-05-13T10:45:33.585Z] 2022/05/13 10:45:33 Closing DB instances... [2022-05-13T10:45:33.916Z] --- PASS: TestCreateServiceConflict (1.76s) [2022-05-13T10:45:33.916Z] === RUN TestCreateServiceMaxReplicas [2022-05-13T10:45:34.053Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-05-13T10:45:34.054Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-05-13T10:45:34.054Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-05-13T10:45:34.054Z] PASS [2022-05-13T10:45:34.054Z] coverage: 55.0% of statements [2022-05-13T10:45:34.054Z] ok github.com/docker/docker/oci 0.049s coverage: 55.0% of statements [2022-05-13T10:45:35.040Z] === RUN TestAddressPoolOpt [2022-05-13T10:45:35.040Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/a [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/something [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/_=a [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/env1=value1 [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/_env1=value1 [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/env2=value2=value3 [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/env3=abc!qwe [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/env_4=value_4 [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/PATH [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/=a [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/PATH= [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/PATH=something [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/asd!qwe [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/1asd [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/123 [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/some_space [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/__some_space_before [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/some_space_after__ [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/= [2022-05-13T10:45:35.040Z] === RUN TestValidateEnv/PaTh [2022-05-13T10:45:35.040Z] --- PASS: TestValidateEnv (0.00s) [2022-05-13T10:45:35.040Z] --- PASS: TestValidateEnv/a (0.00s) [2022-05-13T10:45:35.040Z] --- PASS: TestValidateEnv/something (0.00s) [2022-05-13T10:45:35.040Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-05-13T10:45:35.040Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-05-13T10:45:35.040Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-05-13T10:45:35.040Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-05-13T10:45:35.040Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestValidateEnv/= (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-05-13T10:45:35.041Z] === RUN TestParseHost [2022-05-13T10:45:35.041Z] === RUN TestParseHost/unknown:// [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://:port [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://[::1]:5555/p [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://:5555/p [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://0.0.0.0:5555/ [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://0.0.0.0:5555/p [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://[::1]:/ [2022-05-13T10:45:35.041Z] === RUN TestParseHost/something_with_spaces [2022-05-13T10:45:35.041Z] === RUN TestParseHost/:// [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://invalid:port [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://:5555/ [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://[::1]:5555/ [2022-05-13T10:45:35.041Z] === RUN TestParseHost/_tcp://:5555/path_ [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://docker.com:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseHost/npipe:// [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://[::1]: [2022-05-13T10:45:35.041Z] === RUN TestParseHost/npipe:////./pipe/foo [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://: [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://0.0.0.0:1234567890 [2022-05-13T10:45:35.041Z] === RUN TestParseHost/unix:// [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://[::1]:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://0.0.0.0:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://192.168:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://host: [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseHost/_ [2022-05-13T10:45:35.041Z] === RUN TestParseHost/__ [2022-05-13T10:45:35.041Z] === RUN TestParseHost/fd://something [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://[::1] [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp://192.168.0.1:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseHost/unix://path/to/socket [2022-05-13T10:45:35.041Z] === RUN TestParseHost/#00 [2022-05-13T10:45:35.041Z] === RUN TestParseHost/fd:// [2022-05-13T10:45:35.041Z] === RUN TestParseHost/tcp:// [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/unknown:// (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://:port (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://[::1]:5555/p (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://:5555/p (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/ (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/p (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://[::1]:/ (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/something_with_spaces (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/:// (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://invalid:port (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://:5555/ (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://[::1]:5555/ (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/_tcp://:5555/path_ (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://docker.com:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/npipe:// (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://[::1]: (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/npipe:////./pipe/foo (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://: (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://0.0.0.0:1234567890 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/unix:// (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://[::1]:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://192.168:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://host: (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/_ (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/__ (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/fd://something (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://[::1] (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp://192.168.0.1:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/unix://path/to/socket (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/#00 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/fd:// (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseHost/tcp:// (0.00s) [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/tcp://127.0.0.1/ [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1 [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/#00 [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555/path [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d/path [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/_tcp://:5555/path_ [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/[::1]:5555/path [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/localhost:5555/path [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/tcp://unix:///run/docker.sock [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/:5555/path [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/tcp://:5555/path [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/localhost: [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/fd:// [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/npipe:////./pipe/foo [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/unix:///run/docker.sock [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/0.0.0.1: [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/: [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/localhost:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/npipe:// [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1] [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/[::1] [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/tcp://:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/tcp://[::1] [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/[::1]:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/fd://something [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/tcp:// [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/unix:// [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/tcp://[::1]:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/[::1]: [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/localhost [2022-05-13T10:45:35.041Z] === RUN TestParseDockerDaemonHost/tcp://[::1]: [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost (0.01s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/tcp://127.0.0.1/ (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/#00 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555/path (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d/path (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/_tcp://:5555/path_ (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555/path (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/localhost:5555/path (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/tcp://unix:///run/docker.sock (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/:5555/path (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555/path (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/localhost: (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/fd:// (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/npipe:////./pipe/foo (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/unix:///run/docker.sock (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1: (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/: (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/localhost:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/npipe:// (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1] (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/[::1] (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1] (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/fd://something (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/tcp:// (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/unix:// (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/[::1]: (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/localhost (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]: (0.00s) [2022-05-13T10:45:35.041Z] === RUN TestParseTCP [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/tcp:a.b.c.d [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/:5555/path [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/0.0.0.1:5555/path [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/localhost:5555/path [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/tcp:a.b.c.d/path [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/udp://127.0.0.1 [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/udp://127.0.0.1:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/[::1]:5555/path [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/tcp://:5555/path [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/default_udp://localhost [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/default_tcp://localhost:noport [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/default_tcp://localhost:5555/path [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/default_localhost [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/0.0.0.1 [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/localhost: [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/tcp://:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/localhost:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/tcp:// [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/tcp://: [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/0.0.0.1: [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/0.0.0.1:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/[::1]:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/#00 [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/: [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/[::1] [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/[::1]: [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/localhost [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/:5555 [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1] [2022-05-13T10:45:35.041Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]: [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/tcp:a.b.c.d (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/:5555/path (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/0.0.0.1:5555/path (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/localhost:5555/path (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/tcp:a.b.c.d/path (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/udp://127.0.0.1 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/udp://127.0.0.1:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/[::1]:5555/path (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/tcp://:5555/path (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/default_udp://localhost (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/default_tcp://localhost:noport (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/default_tcp://localhost:5555/path (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/default_localhost (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/0.0.0.1 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/localhost: (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/tcp://:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/localhost:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/tcp:// (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/tcp://: (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/0.0.0.1: (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/0.0.0.1:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/[::1]:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/#00 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/: (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/[::1] (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/[::1]: (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/localhost (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/:5555 (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1] (0.00s) [2022-05-13T10:45:35.041Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-13T10:45:35.041Z] === RUN TestParseInvalidUnixAddrInvalid [2022-05-13T10:45:35.041Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-05-13T10:45:35.041Z] === RUN TestValidateExtraHosts [2022-05-13T10:45:35.041Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-05-13T10:45:35.041Z] === RUN TestValidateIPAddress [2022-05-13T10:45:35.041Z] --- PASS: TestValidateIPAddress (0.00s) [2022-05-13T10:45:35.041Z] === RUN TestMapOpts [2022-05-13T10:45:35.041Z] --- PASS: TestMapOpts (0.00s) [2022-05-13T10:45:35.041Z] === RUN TestListOptsWithoutValidator [2022-05-13T10:45:35.041Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-05-13T10:45:35.041Z] === RUN TestListOptsWithValidator [2022-05-13T10:45:35.041Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-05-13T10:45:35.042Z] === RUN TestValidateDNSSearch [2022-05-13T10:45:35.042Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-05-13T10:45:35.042Z] === RUN TestValidateLabel [2022-05-13T10:45:35.042Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-05-13T10:45:35.042Z] === RUN TestValidateLabel/label_with_general_format [2022-05-13T10:45:35.042Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-05-13T10:45:35.042Z] === RUN TestValidateLabel/label_with_one_more [2022-05-13T10:45:35.042Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-05-13T10:45:35.042Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-05-13T10:45:35.042Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-05-13T10:45:35.042Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-05-13T10:45:35.042Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-05-13T10:45:35.042Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-05-13T10:45:35.042Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-05-13T10:45:35.042Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-05-13T10:45:35.042Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-05-13T10:45:35.042Z] --- PASS: TestValidateLabel (0.01s) [2022-05-13T10:45:35.042Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-05-13T10:45:35.042Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-05-13T10:45:35.042Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-05-13T10:45:35.042Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-05-13T10:45:35.042Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-05-13T10:45:35.042Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-05-13T10:45:35.042Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-05-13T10:45:35.042Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-05-13T10:45:35.042Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-05-13T10:45:35.042Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-05-13T10:45:35.042Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-05-13T10:45:35.042Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-05-13T10:45:35.042Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-05-13T10:45:35.042Z] === RUN TestNamedListOpts [2022-05-13T10:45:35.042Z] --- PASS: TestNamedListOpts (0.00s) [2022-05-13T10:45:35.042Z] === RUN TestNamedMapOpts [2022-05-13T10:45:35.042Z] --- PASS: TestNamedMapOpts (0.00s) [2022-05-13T10:45:35.042Z] === RUN TestParseLink [2022-05-13T10:45:35.042Z] --- PASS: TestParseLink (0.00s) [2022-05-13T10:45:35.042Z] === RUN TestUlimitOpt [2022-05-13T10:45:35.042Z] --- PASS: TestUlimitOpt (0.00s) [2022-05-13T10:45:35.042Z] PASS [2022-05-13T10:45:35.042Z] coverage: 66.0% of statements [2022-05-13T10:45:35.042Z] ok github.com/docker/docker/opts 0.115s coverage: 66.0% of statements [2022-05-13T10:45:35.042Z] === RUN TestParseVersion [2022-05-13T10:45:35.042Z] --- PASS: TestParseVersion (0.00s) [2022-05-13T10:45:35.042Z] PASS [2022-05-13T10:45:35.042Z] coverage: 52.9% of statements [2022-05-13T10:45:35.042Z] ok github.com/docker/docker/pkg/aaparser 0.040s coverage: 52.9% of statements [2022-05-13T10:45:35.042Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.82s) [2022-05-13T10:45:35.042Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-05-13T10:45:35.203Z] --- PASS: TestInspect (3.27s) [2022-05-13T10:45:35.203Z] === RUN TestCreateJob [2022-05-13T10:45:35.461Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-13T10:45:35.577Z] --- PASS: TestServiceUpdateSecrets (14.42s) [2022-05-13T10:45:35.577Z] === RUN TestServiceUpdateConfigs [2022-05-13T10:45:36.028Z] 2022/05/13 10:45:35 Closing DB instances... [2022-05-13T10:45:36.456Z] --- PASS: TestCreateServiceMaxReplicas (2.61s) [2022-05-13T10:45:36.456Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-13T10:45:36.496Z] === RUN TestPeerCertificateMarshalJSON [2022-05-13T10:45:36.964Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-05-13T10:45:36.965Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-05-13T10:45:36.965Z] --- PASS: TestPeerCertificateMarshalJSON (0.31s) [2022-05-13T10:45:36.965Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-05-13T10:45:36.965Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-05-13T10:45:36.965Z] === RUN TestMiddleware [2022-05-13T10:45:36.965Z] --- PASS: TestMiddleware (0.00s) [2022-05-13T10:45:36.965Z] === RUN TestNewResponseModifier [2022-05-13T10:45:36.965Z] --- PASS: TestNewResponseModifier (0.00s) [2022-05-13T10:45:36.965Z] PASS [2022-05-13T10:45:36.965Z] coverage: 26.8% of statements [2022-05-13T10:45:36.965Z] === RUN TestIsArchivePathDir [2022-05-13T10:45:36.965Z] ok github.com/docker/docker/pkg/authorization 0.365s coverage: 26.8% of statements [2022-05-13T10:45:36.965Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-05-13T10:45:36.965Z] === RUN TestIsArchivePathInvalidFile [2022-05-13T10:45:37.351Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-13T10:45:37.351Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-13T10:45:37.351Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-13T10:45:37.351Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-13T10:45:37.351Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-13T10:45:37.351Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-13T10:45:37.352Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-13T10:45:37.352Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-13T10:45:37.352Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-13T10:45:37.352Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-13T10:45:37.352Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-13T10:45:37.352Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-13T10:45:37.352Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-13T10:45:37.352Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-13T10:45:37.352Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-13T10:45:37.352Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T10:45:37.352Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-13T10:45:37.352Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-13T10:45:37.352Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-13T10:45:37.352Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-13T10:45:37.352Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-13T10:45:37.352Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-13T10:45:37.352Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-13T10:45:37.352Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-13T10:45:37.352Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-13T10:45:37.352Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-13T10:45:37.352Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-13T10:45:37.352Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-13T10:45:37.352Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-13T10:45:37.352Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-13T10:45:37.352Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-13T10:45:37.352Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-13T10:45:37.352Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-13T10:45:37.352Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-13T10:45:37.433Z] --- PASS: TestIsArchivePathInvalidFile (0.15s) [2022-05-13T10:45:37.433Z] === RUN TestIsArchivePathTar [2022-05-13T10:45:37.433Z] --- PASS: TestIsArchivePathTar (0.27s) [2022-05-13T10:45:37.433Z] === RUN TestDecompressStreamGzip [2022-05-13T10:45:37.433Z] === RUN TestUnbuffered [2022-05-13T10:45:37.433Z] --- PASS: TestUnbuffered (0.00s) [2022-05-13T10:45:37.433Z] === RUN TestRaceUnbuffered [2022-05-13T10:45:37.433Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-05-13T10:45:37.433Z] PASS [2022-05-13T10:45:37.433Z] coverage: 100.0% of statements [2022-05-13T10:45:37.433Z] ok github.com/docker/docker/pkg/broadcaster 0.037s coverage: 100.0% of statements [2022-05-13T10:45:37.807Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-13T10:45:37.901Z] --- PASS: TestDecompressStreamGzip (0.23s) [2022-05-13T10:45:37.901Z] === RUN TestDecompressStreamBzip2 [2022-05-13T10:45:37.902Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2022-05-13T10:45:37.902Z] === RUN TestNetworkDBCRUDTableEntry [2022-05-13T10:45:37.902Z] --- PASS: TestDecompressStreamBzip2 (0.11s) [2022-05-13T10:45:37.902Z] === RUN TestDecompressStreamXz [2022-05-13T10:45:37.902Z] archive_test.go:133: Xz not present in msys2 [2022-05-13T10:45:37.902Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-05-13T10:45:37.902Z] === RUN TestDecompressStreamZstd [2022-05-13T10:45:37.902Z] archive_test.go:140: zstd not installed [2022-05-13T10:45:37.902Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-05-13T10:45:37.902Z] === RUN TestCompressStreamXzUnsupported [2022-05-13T10:45:37.902Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-05-13T10:45:37.902Z] === RUN TestCompressStreamBzip2Unsupported [2022-05-13T10:45:37.902Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-05-13T10:45:37.902Z] === RUN TestCompressStreamInvalid [2022-05-13T10:45:37.902Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-05-13T10:45:37.902Z] === RUN TestExtensionInvalid [2022-05-13T10:45:37.902Z] --- PASS: TestExtensionInvalid (0.00s) [2022-05-13T10:45:37.902Z] === RUN TestExtensionUncompressed [2022-05-13T10:45:37.902Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-05-13T10:45:37.902Z] === RUN TestExtensionBzip2 [2022-05-13T10:45:37.902Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-05-13T10:45:37.902Z] === RUN TestExtensionGzip [2022-05-13T10:45:37.902Z] --- PASS: TestExtensionGzip (0.00s) [2022-05-13T10:45:37.902Z] === RUN TestExtensionXz [2022-05-13T10:45:37.902Z] --- PASS: TestExtensionXz (0.00s) [2022-05-13T10:45:37.902Z] === RUN TestExtensionZstd [2022-05-13T10:45:37.902Z] --- PASS: TestExtensionZstd (0.00s) [2022-05-13T10:45:37.902Z] === RUN TestCmdStreamLargeStderr [2022-05-13T10:45:37.902Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2022-05-13T10:45:37.902Z] === RUN TestCmdStreamBad [2022-05-13T10:45:37.902Z] archive_test.go:252: Failing on Windows CI machines [2022-05-13T10:45:37.902Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-05-13T10:45:37.902Z] === RUN TestCmdStreamGood [2022-05-13T10:45:37.902Z] --- PASS: TestCmdStreamGood (0.05s) [2022-05-13T10:45:37.902Z] === RUN TestUntarPathWithInvalidDest [2022-05-13T10:45:37.902Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-05-13T10:45:37.902Z] === RUN TestUntarPathWithInvalidSrc [2022-05-13T10:45:37.902Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-05-13T10:45:37.902Z] === RUN TestUntarPath [2022-05-13T10:45:37.902Z] --- PASS: TestUntarPath (0.07s) [2022-05-13T10:45:37.902Z] === RUN TestUntarPathWithDestinationFile [2022-05-13T10:45:38.370Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2022-05-13T10:45:38.370Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-05-13T10:45:38.370Z] === RUN TestMatch [2022-05-13T10:45:38.370Z] === RUN TestMatch/[[]] [2022-05-13T10:45:38.370Z] === RUN TestMatch/[[foo]] [2022-05-13T10:45:38.370Z] === RUN TestMatch/[[bar]_[foo]] [2022-05-13T10:45:38.370Z] === RUN TestMatch/[[foo_bar]] [2022-05-13T10:45:38.370Z] === RUN TestMatch/[[qux]_[foo]] [2022-05-13T10:45:38.370Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-05-13T10:45:38.370Z] === RUN TestMatch/[] [2022-05-13T10:45:38.370Z] === RUN TestMatch/[]#01 [2022-05-13T10:45:38.370Z] === RUN TestMatch/[[qux]] [2022-05-13T10:45:38.370Z] === RUN TestMatch/[[foo_bar_qux]] [2022-05-13T10:45:38.370Z] === RUN TestMatch/[[qux]_[baz]] [2022-05-13T10:45:38.370Z] === RUN TestMatch/[[foo_baz]] [2022-05-13T10:45:38.370Z] --- PASS: TestMatch (0.00s) [2022-05-13T10:45:38.370Z] --- PASS: TestMatch/[[]] (0.00s) [2022-05-13T10:45:38.370Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-05-13T10:45:38.370Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-05-13T10:45:38.370Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-05-13T10:45:38.370Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-05-13T10:45:38.370Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-05-13T10:45:38.370Z] --- PASS: TestMatch/[] (0.00s) [2022-05-13T10:45:38.370Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-05-13T10:45:38.370Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-05-13T10:45:38.370Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-05-13T10:45:38.370Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-05-13T10:45:38.370Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-05-13T10:45:38.370Z] PASS [2022-05-13T10:45:38.370Z] coverage: 87.5% of statements [2022-05-13T10:45:38.370Z] ok github.com/docker/docker/pkg/capabilities 0.036s coverage: 87.5% of statements [2022-05-13T10:45:38.370Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.17s) [2022-05-13T10:45:38.370Z] === RUN TestCopyWithTarInvalidSrc [2022-05-13T10:45:38.370Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-05-13T10:45:38.370Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-05-13T10:45:38.370Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-05-13T10:45:38.370Z] === RUN TestCopyWithTarSrcFile [2022-05-13T10:45:38.370Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-05-13T10:45:38.370Z] === RUN TestCopyWithTarSrcFolder [2022-05-13T10:45:38.370Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-05-13T10:45:38.370Z] === RUN TestCopyFileWithTarInvalidSrc [2022-05-13T10:45:38.370Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-05-13T10:45:38.370Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-05-13T10:45:38.370Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2022-05-13T10:45:38.370Z] === RUN TestCopyFileWithTarSrcFolder [2022-05-13T10:45:38.370Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-05-13T10:45:38.370Z] === RUN TestCopyFileWithTarSrcFile [2022-05-13T10:45:38.370Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-05-13T10:45:38.370Z] === RUN TestTarFiles [2022-05-13T10:45:38.743Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-13T10:45:38.743Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-13T10:45:39.001Z] --- PASS: TestCreateJob (3.86s) [2022-05-13T10:45:39.001Z] === RUN TestReplicatedJob [2022-05-13T10:45:39.358Z] === RUN TestChrootTarUntar [2022-05-13T10:45:39.358Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:45:39.358Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-05-13T10:45:39.358Z] === RUN TestChrootUntarWithHugeExcludesList [2022-05-13T10:45:39.358Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:45:39.358Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-13T10:45:39.358Z] === RUN TestChrootUntarEmptyArchive [2022-05-13T10:45:39.358Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-05-13T10:45:39.358Z] === RUN TestChrootTarUntarWithSymlink [2022-05-13T10:45:39.358Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-13T10:45:39.358Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-05-13T10:45:39.358Z] === RUN TestChrootCopyWithTar [2022-05-13T10:45:39.358Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-13T10:45:39.358Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-05-13T10:45:39.358Z] === RUN TestChrootCopyFileWithTar [2022-05-13T10:45:39.358Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:45:39.358Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-05-13T10:45:39.358Z] === RUN TestChrootUntarPath [2022-05-13T10:45:39.358Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-13T10:45:39.358Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-05-13T10:45:39.358Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-05-13T10:45:39.358Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:45:39.358Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-13T10:45:39.358Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-05-13T10:45:39.358Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:45:39.358Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-13T10:45:39.358Z] === RUN TestChrootApplyDotDotFile [2022-05-13T10:45:39.358Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:45:39.358Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-05-13T10:45:39.358Z] PASS [2022-05-13T10:45:39.358Z] coverage: 12.0% of statements [2022-05-13T10:45:39.358Z] ok github.com/docker/docker/pkg/chrootarchive 0.088s coverage: 12.0% of statements [2022-05-13T10:45:39.826Z] 2022/05/13 10:45:39 Closing DB instances... [2022-05-13T10:45:40.295Z] === RUN TestEnsureRemoveAllNotExist [2022-05-13T10:45:40.295Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-05-13T10:45:40.295Z] === RUN TestEnsureRemoveAllWithDir [2022-05-13T10:45:40.295Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-05-13T10:45:40.295Z] === RUN TestEnsureRemoveAllWithFile [2022-05-13T10:45:40.295Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-05-13T10:45:40.295Z] PASS [2022-05-13T10:45:40.295Z] coverage: 0.0% of statements [2022-05-13T10:45:40.295Z] ok github.com/docker/docker/pkg/containerfs 0.045s coverage: 0.0% of statements [2022-05-13T10:45:40.763Z] === RUN TestSizeEmpty [2022-05-13T10:45:40.763Z] --- PASS: TestSizeEmpty (0.00s) [2022-05-13T10:45:40.763Z] === RUN TestSizeEmptyFile [2022-05-13T10:45:40.763Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-05-13T10:45:40.763Z] === RUN TestSizeNonemptyFile [2022-05-13T10:45:40.763Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-05-13T10:45:40.763Z] === RUN TestSizeNestedDirectoryEmpty [2022-05-13T10:45:40.763Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-05-13T10:45:40.763Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-05-13T10:45:40.763Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-05-13T10:45:40.763Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-05-13T10:45:40.763Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-05-13T10:45:40.763Z] === RUN TestMoveToSubdir [2022-05-13T10:45:40.763Z] --- PASS: TestMoveToSubdir (0.00s) [2022-05-13T10:45:40.763Z] === RUN TestSizeNonExistingDirectory [2022-05-13T10:45:40.763Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-05-13T10:45:40.763Z] PASS [2022-05-13T10:45:40.763Z] coverage: 80.0% of statements [2022-05-13T10:45:40.763Z] ok github.com/docker/docker/pkg/directory 0.056s coverage: 80.0% of statements [2022-05-13T10:45:41.551Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-13T10:45:41.551Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-13T10:45:41.551Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-13T10:45:41.551Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-13T10:45:41.551Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-13T10:45:41.750Z] --- PASS: TestNetworkDBCRUDTableEntry (4.08s) [2022-05-13T10:45:41.750Z] === RUN TestNetworkDBCRUDTableEntries [2022-05-13T10:45:41.750Z] === RUN TestPollerAddRemove [2022-05-13T10:45:41.750Z] --- PASS: TestPollerAddRemove (0.00s) [2022-05-13T10:45:41.750Z] === RUN TestPollerEvent [2022-05-13T10:45:41.750Z] poller_test.go:40: No chmod on Windows [2022-05-13T10:45:41.750Z] --- SKIP: TestPollerEvent (0.00s) [2022-05-13T10:45:41.750Z] === RUN TestPollerClose [2022-05-13T10:45:41.750Z] --- PASS: TestPollerClose (0.00s) [2022-05-13T10:45:41.750Z] PASS [2022-05-13T10:45:41.750Z] coverage: 45.7% of statements [2022-05-13T10:45:41.750Z] ok github.com/docker/docker/pkg/filenotify 0.045s coverage: 45.7% of statements [2022-05-13T10:45:42.284Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-13T10:45:43.316Z] === RUN TestCopyFileWithInvalidSrc [2022-05-13T10:45:43.316Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestCopyFileWithInvalidDest [2022-05-13T10:45:43.316Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestCopyFileWithSameSrcAndDest [2022-05-13T10:45:43.316Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-05-13T10:45:43.316Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2022-05-13T10:45:43.316Z] === RUN TestCopyFile [2022-05-13T10:45:43.316Z] --- PASS: TestCopyFile (0.01s) [2022-05-13T10:45:43.316Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-05-13T10:45:43.316Z] fileutils_test.go:133: Needs porting to Windows [2022-05-13T10:45:43.316Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-05-13T10:45:43.316Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestReadSymlinkedDirectoryToFile [2022-05-13T10:45:43.316Z] fileutils_test.go:179: Needs porting to Windows [2022-05-13T10:45:43.316Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestWildcardMatches [2022-05-13T10:45:43.316Z] --- PASS: TestWildcardMatches (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestPatternMatches [2022-05-13T10:45:43.316Z] --- PASS: TestPatternMatches (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-05-13T10:45:43.316Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestPatternMatchesFolderExclusions [2022-05-13T10:45:43.316Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-05-13T10:45:43.316Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-05-13T10:45:43.316Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-05-13T10:45:43.316Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-05-13T10:45:43.316Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestSingleExclamationError [2022-05-13T10:45:43.316Z] --- PASS: TestSingleExclamationError (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestMatchesWithNoPatterns [2022-05-13T10:45:43.316Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestMatchesWithMalformedPatterns [2022-05-13T10:45:43.316Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestMatches [2022-05-13T10:45:43.316Z] === RUN TestMatches/MatchesOrParentMatches [2022-05-13T10:45:43.316Z] === RUN TestMatches/MatchesUsingParentResult [2022-05-13T10:45:43.316Z] === RUN TestMatches/MatchesUsingParentResults [2022-05-13T10:45:43.316Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-05-13T10:45:43.316Z] --- PASS: TestMatches (0.01s) [2022-05-13T10:45:43.316Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-05-13T10:45:43.316Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-05-13T10:45:43.316Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-05-13T10:45:43.316Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestCleanPatterns [2022-05-13T10:45:43.316Z] --- PASS: TestCleanPatterns (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-05-13T10:45:43.316Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestCleanPatternsExceptionFlag [2022-05-13T10:45:43.316Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-05-13T10:45:43.316Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-05-13T10:45:43.316Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestCleanPatternsErrorSingleException [2022-05-13T10:45:43.316Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestCreateIfNotExistsDir [2022-05-13T10:45:43.316Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestCreateIfNotExistsFile [2022-05-13T10:45:43.316Z] --- PASS: TestCreateIfNotExistsFile (0.02s) [2022-05-13T10:45:43.316Z] === RUN TestMatch [2022-05-13T10:45:43.316Z] --- PASS: TestMatch (0.00s) [2022-05-13T10:45:43.316Z] === RUN TestCompile [2022-05-13T10:45:43.316Z] === RUN TestCompile/slash [2022-05-13T10:45:43.316Z] === RUN TestCompile/backslash [2022-05-13T10:45:43.316Z] --- PASS: TestCompile (0.00s) [2022-05-13T10:45:43.316Z] --- PASS: TestCompile/slash (0.00s) [2022-05-13T10:45:43.316Z] --- PASS: TestCompile/backslash (0.00s) [2022-05-13T10:45:43.316Z] PASS [2022-05-13T10:45:43.316Z] coverage: 84.7% of statements [2022-05-13T10:45:43.316Z] ok github.com/docker/docker/pkg/fileutils 0.101s coverage: 84.7% of statements [2022-05-13T10:45:43.785Z] === RUN TestGet [2022-05-13T10:45:43.785Z] --- PASS: TestGet (0.00s) [2022-05-13T10:45:43.785Z] === RUN TestGetShortcutString [2022-05-13T10:45:43.785Z] --- PASS: TestGetShortcutString (0.00s) [2022-05-13T10:45:43.785Z] PASS [2022-05-13T10:45:43.785Z] coverage: 42.9% of statements [2022-05-13T10:45:43.785Z] ok github.com/docker/docker/pkg/homedir 0.041s coverage: 42.9% of statements [2022-05-13T10:45:43.785Z] 2022/05/13 10:45:43 Closing DB instances... [2022-05-13T10:45:44.253Z] --- PASS: TestTarFiles (5.75s) [2022-05-13T10:45:44.253Z] === RUN TestDetectCompressionZstd [2022-05-13T10:45:44.253Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-05-13T10:45:44.253Z] === RUN TestTarUntar [2022-05-13T10:45:44.253Z] --- PASS: TestTarUntar (0.05s) [2022-05-13T10:45:44.253Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-05-13T10:45:44.253Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-05-13T10:45:44.253Z] === RUN TestTarWithOptions [2022-05-13T10:45:44.253Z] --- PASS: TestTarWithOptions (0.03s) [2022-05-13T10:45:44.253Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-05-13T10:45:44.253Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-05-13T10:45:44.253Z] === RUN TestUntarUstarGnuConflict [2022-05-13T10:45:44.253Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-05-13T10:45:44.253Z] === RUN TestUntarInvalidFilenames [2022-05-13T10:45:44.253Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2327854824\\dest" [2022-05-13T10:45:44.253Z] --- PASS: TestUntarInvalidFilenames (0.20s) [2022-05-13T10:45:44.253Z] === RUN TestUntarHardlinkToSymlink [2022-05-13T10:45:44.253Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-05-13T10:45:44.253Z] === RUN TestUntarInvalidHardlink [2022-05-13T10:45:44.253Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2165217786\\victim\\hello" -> "../victim/hello" [2022-05-13T10:45:44.253Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3344092620\\victim\\hello" -> "/../victim/hello" [2022-05-13T10:45:44.253Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1403210676\\victim" -> "../victim" [2022-05-13T10:45:44.253Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1711468888\\victim" -> "../victim" [2022-05-13T10:45:44.253Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3373120796\\victim" -> "../victim" [2022-05-13T10:45:44.253Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink465396691\\victim" -> "../victim" [2022-05-13T10:45:44.253Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-05-13T10:45:44.253Z] === RUN TestUntarInvalidSymlink [2022-05-13T10:45:44.253Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1657974763\\dest\\dotdot" -> "../victim/hello" [2022-05-13T10:45:44.253Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1316771648\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-13T10:45:44.253Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3591140656\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:45:44.253Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1466283757\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:45:44.253Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1870664338\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:45:44.253Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink908407848\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:45:44.253Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3375515500\\dest\\dir\\loophole" -> "../../victim" [2022-05-13T10:45:44.722Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-05-13T10:45:44.722Z] === RUN TestTempArchiveCloseMultipleTimes [2022-05-13T10:45:44.722Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-05-13T10:45:44.722Z] === RUN TestXGlobalNoParent [2022-05-13T10:45:44.722Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-05-13T10:45:44.722Z] === RUN TestReplaceFileTarWrapper [2022-05-13T10:45:44.722Z] --- PASS: TestReplaceFileTarWrapper (0.22s) [2022-05-13T10:45:44.722Z] === RUN TestPrefixHeaderReadable [2022-05-13T10:45:44.722Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-05-13T10:45:44.722Z] === RUN TestDisablePigz [2022-05-13T10:45:44.722Z] === RUN TestCreateIDMapOrder [2022-05-13T10:45:44.722Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-05-13T10:45:44.722Z] PASS [2022-05-13T10:45:44.722Z] coverage: 7.2% of statements [2022-05-13T10:45:44.722Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-05-13T10:45:44.722Z] ok github.com/docker/docker/pkg/idtools 0.041s coverage: 7.2% of statements [2022-05-13T10:45:44.722Z] --- PASS: TestDisablePigz (0.13s) [2022-05-13T10:45:44.722Z] === RUN TestPigz [2022-05-13T10:45:45.190Z] archive_test.go:1400: Tested whether Pigz is not used, as it not installed [2022-05-13T10:45:45.190Z] --- PASS: TestPigz (0.15s) [2022-05-13T10:45:45.190Z] === RUN TestNosysFileInfo [2022-05-13T10:45:45.190Z] --- PASS: TestNosysFileInfo (0.00s) [2022-05-13T10:45:45.190Z] === RUN TestCopyFileWithInvalidDest [2022-05-13T10:45:45.190Z] archive_windows_test.go:16: Currently fails [2022-05-13T10:45:45.190Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-05-13T10:45:45.190Z] === RUN TestCanonicalTarNameForPath [2022-05-13T10:45:45.190Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-05-13T10:45:45.190Z] === RUN TestCanonicalTarName [2022-05-13T10:45:45.190Z] --- PASS: TestCanonicalTarName (0.00s) [2022-05-13T10:45:45.190Z] === RUN TestChmodTarEntry [2022-05-13T10:45:45.190Z] --- PASS: TestChmodTarEntry (0.00s) [2022-05-13T10:45:45.190Z] === RUN TestHardLinkOrder [2022-05-13T10:45:45.190Z] --- PASS: TestHardLinkOrder (0.09s) [2022-05-13T10:45:45.190Z] === RUN TestChangeString [2022-05-13T10:45:45.190Z] --- PASS: TestChangeString (0.00s) [2022-05-13T10:45:45.190Z] === RUN TestChangesWithNoChanges [2022-05-13T10:45:45.190Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-05-13T10:45:45.190Z] === RUN TestChangesWithChanges [2022-05-13T10:45:45.190Z] --- PASS: TestChangesWithChanges (0.04s) [2022-05-13T10:45:45.190Z] === RUN TestChangesWithChangesGH13590 [2022-05-13T10:45:45.190Z] changes_test.go:196: needs more investigation [2022-05-13T10:45:45.190Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-05-13T10:45:45.190Z] === RUN TestChangesDirsEmpty [2022-05-13T10:45:45.190Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-13T10:45:45.190Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-05-13T10:45:45.190Z] === RUN TestChangesDirsMutated [2022-05-13T10:45:45.190Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-13T10:45:45.190Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-05-13T10:45:45.190Z] === RUN TestApplyLayer [2022-05-13T10:45:45.190Z] changes_test.go:433: needs further investigation [2022-05-13T10:45:45.190Z] --- SKIP: TestApplyLayer (0.00s) [2022-05-13T10:45:45.190Z] === RUN TestChangesSizeWithHardlinks [2022-05-13T10:45:45.190Z] changes_test.go:469: needs further investigation [2022-05-13T10:45:45.190Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-05-13T10:45:45.190Z] === RUN TestChangesSizeWithNoChanges [2022-05-13T10:45:45.190Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-05-13T10:45:45.190Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-05-13T10:45:45.190Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-05-13T10:45:45.190Z] === RUN TestChangesSize [2022-05-13T10:45:45.190Z] --- PASS: TestChangesSize (0.01s) [2022-05-13T10:45:45.190Z] === RUN TestApplyLayerInvalidFilenames [2022-05-13T10:45:45.190Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2099043623\\dest" [2022-05-13T10:45:45.190Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-05-13T10:45:45.190Z] === RUN TestApplyLayerInvalidHardlink [2022-05-13T10:45:45.190Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1953317994\\victim\\hello" -> "../victim/hello" [2022-05-13T10:45:45.190Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3948766251\\victim\\hello" -> "/../victim/hello" [2022-05-13T10:45:45.190Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink412249549\\victim" -> "../victim" [2022-05-13T10:45:45.190Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1069810516\\victim" -> "../victim" [2022-05-13T10:45:45.190Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2672885468\\victim" -> "../victim" [2022-05-13T10:45:45.190Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2589417130\\victim" -> "../victim" [2022-05-13T10:45:45.190Z] --- PASS: TestApplyLayerInvalidHardlink (0.05s) [2022-05-13T10:45:45.190Z] === RUN TestApplyLayerInvalidSymlink [2022-05-13T10:45:45.190Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink210533377\\dest\\dotdot" -> "../victim/hello" [2022-05-13T10:45:45.190Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2396869718\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-13T10:45:45.190Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3021166343\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:45:45.190Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3656763159\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:45:45.190Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4264255330\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:45:45.190Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3305502025\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:45:45.190Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-05-13T10:45:45.190Z] === RUN TestApplyLayerWhiteouts [2022-05-13T10:45:45.190Z] --- PASS: TestNetworkDBCRUDTableEntries (3.45s) [2022-05-13T10:45:45.190Z] === RUN TestNetworkDBNodeLeave [2022-05-13T10:45:45.190Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2022-05-13T10:45:45.190Z] === RUN TestGenerateEmptyFile [2022-05-13T10:45:45.190Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-05-13T10:45:45.190Z] === RUN TestGenerateWithContent [2022-05-13T10:45:45.190Z] --- PASS: TestGenerateWithContent (0.00s) [2022-05-13T10:45:45.190Z] PASS [2022-05-13T10:45:45.190Z] coverage: 61.9% of statements [2022-05-13T10:45:45.190Z] ok github.com/docker/docker/pkg/archive 8.405s coverage: 61.9% of statements [2022-05-13T10:45:45.566Z] --- PASS: TestReplicatedJob (6.26s) [2022-05-13T10:45:45.567Z] === RUN TestUpdateReplicatedJob [2022-05-13T10:45:45.567Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-13T10:45:45.825Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-13T10:45:46.185Z] === RUN TestFixedBufferCap [2022-05-13T10:45:46.185Z] --- PASS: TestFixedBufferCap (0.00s) [2022-05-13T10:45:46.185Z] === RUN TestFixedBufferLen [2022-05-13T10:45:46.185Z] --- PASS: TestFixedBufferLen (0.00s) [2022-05-13T10:45:46.185Z] === RUN TestFixedBufferString [2022-05-13T10:45:46.185Z] --- PASS: TestFixedBufferString (0.00s) [2022-05-13T10:45:46.185Z] === RUN TestFixedBufferWrite [2022-05-13T10:45:46.185Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-05-13T10:45:46.185Z] === RUN TestFixedBufferRead [2022-05-13T10:45:46.185Z] --- PASS: TestFixedBufferRead (0.00s) [2022-05-13T10:45:46.185Z] === RUN TestBytesPipeRead [2022-05-13T10:45:46.185Z] --- PASS: TestBytesPipeRead (0.00s) [2022-05-13T10:45:46.185Z] === RUN TestBytesPipeWrite [2022-05-13T10:45:46.185Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-05-13T10:45:46.185Z] === RUN TestBytesPipeWriteRandomChunks [2022-05-13T10:45:46.654Z] --- PASS: TestBytesPipeWriteRandomChunks (0.49s) [2022-05-13T10:45:46.654Z] === RUN TestAtomicWriteToFile [2022-05-13T10:45:46.654Z] --- PASS: TestAtomicWriteToFile (0.02s) [2022-05-13T10:45:46.654Z] === RUN TestAtomicWriteSetCommit [2022-05-13T10:45:46.654Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-05-13T10:45:46.654Z] === RUN TestAtomicWriteSetCancel [2022-05-13T10:45:46.654Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-05-13T10:45:46.654Z] === RUN TestReadCloserWrapperClose [2022-05-13T10:45:46.654Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-05-13T10:45:46.654Z] === RUN TestReaderErrWrapperReadOnError [2022-05-13T10:45:46.654Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-05-13T10:45:46.654Z] === RUN TestReaderErrWrapperRead [2022-05-13T10:45:46.654Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-05-13T10:45:46.654Z] === RUN TestCancelReadCloser [2022-05-13T10:45:46.654Z] --- PASS: TestCancelReadCloser (0.10s) [2022-05-13T10:45:46.654Z] === RUN TestWriteCloserWrapperClose [2022-05-13T10:45:46.654Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-05-13T10:45:46.654Z] === RUN TestNopWriteCloser [2022-05-13T10:45:46.654Z] --- PASS: TestNopWriteCloser (0.00s) [2022-05-13T10:45:46.654Z] === RUN TestNopWriter [2022-05-13T10:45:46.654Z] --- PASS: TestNopWriter (0.00s) [2022-05-13T10:45:46.654Z] === RUN TestWriteCounter [2022-05-13T10:45:46.654Z] --- PASS: TestWriteCounter (0.00s) [2022-05-13T10:45:46.654Z] PASS [2022-05-13T10:45:46.654Z] coverage: 70.1% of statements [2022-05-13T10:45:46.654Z] ok github.com/docker/docker/pkg/ioutils 0.679s coverage: 70.1% of statements [2022-05-13T10:45:47.642Z] === RUN TestError [2022-05-13T10:45:47.642Z] --- PASS: TestError (0.00s) [2022-05-13T10:45:47.642Z] === RUN TestProgressString [2022-05-13T10:45:47.642Z] === RUN TestProgressString/no_progress [2022-05-13T10:45:47.642Z] === RUN TestProgressString/progress_1 [2022-05-13T10:45:47.642Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-05-13T10:45:47.642Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-05-13T10:45:47.642Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-05-13T10:45:47.642Z] === RUN TestProgressString/with_units [2022-05-13T10:45:47.642Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-05-13T10:45:47.642Z] === RUN TestProgressString/hide_counts [2022-05-13T10:45:47.642Z] --- PASS: TestProgressString (0.00s) [2022-05-13T10:45:47.642Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-05-13T10:45:47.642Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-05-13T10:45:47.642Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-05-13T10:45:47.642Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-05-13T10:45:47.642Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-05-13T10:45:47.642Z] --- PASS: TestProgressString/with_units (0.00s) [2022-05-13T10:45:47.642Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-05-13T10:45:47.642Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-05-13T10:45:47.642Z] === RUN TestJSONMessageDisplay [2022-05-13T10:45:48.110Z] --- PASS: TestJSONMessageDisplay (0.20s) [2022-05-13T10:45:48.110Z] === RUN TestJSONMessageDisplayWithJSONError [2022-05-13T10:45:48.110Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-05-13T10:45:48.110Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-05-13T10:45:48.110Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-05-13T10:45:48.110Z] === RUN TestDisplayJSONMessagesStream [2022-05-13T10:45:48.110Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-05-13T10:45:48.110Z] PASS [2022-05-13T10:45:48.110Z] coverage: 91.7% of statements [2022-05-13T10:45:48.110Z] ok github.com/docker/docker/pkg/jsonmessage 0.253s coverage: 91.7% of statements [2022-05-13T10:45:48.110Z] --- PASS: TestNetworkDBNodeLeave (2.86s) [2022-05-13T10:45:48.110Z] === RUN TestNetworkDBWatch [2022-05-13T10:45:48.579Z] === RUN TestStandardLongPath [2022-05-13T10:45:48.579Z] --- PASS: TestStandardLongPath (0.00s) [2022-05-13T10:45:48.579Z] === RUN TestUNCLongPath [2022-05-13T10:45:48.579Z] --- PASS: TestUNCLongPath (0.00s) [2022-05-13T10:45:48.579Z] PASS [2022-05-13T10:45:48.579Z] coverage: 100.0% of statements [2022-05-13T10:45:48.579Z] ok github.com/docker/docker/pkg/longpath 0.042s coverage: 100.0% of statements [2022-05-13T10:45:48.590Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-13T10:45:49.047Z] === RUN TestNameFormat [2022-05-13T10:45:49.047Z] --- PASS: TestNameFormat (0.00s) [2022-05-13T10:45:49.047Z] === RUN TestNameRetries [2022-05-13T10:45:49.047Z] --- PASS: TestNameRetries (0.00s) [2022-05-13T10:45:49.047Z] PASS [2022-05-13T10:45:49.047Z] coverage: 85.7% of statements [2022-05-13T10:45:49.047Z] ok github.com/docker/docker/pkg/namesgenerator 0.039s coverage: 85.7% of statements [2022-05-13T10:45:49.107Z] --- PASS: TestUpdateReplicatedJob (3.69s) [2022-05-13T10:45:49.107Z] === RUN TestServiceListWithStatuses [2022-05-13T10:45:49.107Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-13T10:45:49.107Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-13T10:45:49.107Z] === RUN TestDockerNetworkConnectAlias [2022-05-13T10:45:49.365Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-05-13T10:45:50.033Z] 2022/05/13 10:45:49 Closing DB instances... [2022-05-13T10:45:50.033Z] === RUN TestParseKeyValueOpt [2022-05-13T10:45:50.033Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-05-13T10:45:50.033Z] === RUN TestParseUintList [2022-05-13T10:45:50.033Z] --- PASS: TestParseUintList (0.00s) [2022-05-13T10:45:50.033Z] === RUN TestParseUintListMaximumLimits [2022-05-13T10:45:50.033Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-05-13T10:45:50.033Z] PASS [2022-05-13T10:45:50.033Z] coverage: 97.0% of statements [2022-05-13T10:45:50.033Z] ok github.com/docker/docker/pkg/parsers 0.036s coverage: 97.0% of statements [2022-05-13T10:45:50.124Z] === RUN TestMiddlewares [2022-05-13T10:45:50.124Z] --- PASS: TestMiddlewares (0.00s) [2022-05-13T10:45:50.124Z] PASS [2022-05-13T10:45:50.124Z] coverage: 7.9% of statements [2022-05-13T10:45:50.124Z] ok github.com/docker/docker/api/server 0.050s coverage: 7.9% of statements [2022-05-13T10:45:50.300Z] === RUN TestDockerSuite/TestCpToDot [2022-05-13T10:45:50.447Z] --- PASS: TestServiceUpdateConfigs (14.33s) [2022-05-13T10:45:50.447Z] === RUN TestServiceUpdateNetwork [2022-05-13T10:45:50.868Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-13T10:45:51.021Z] === RUN Test_windowsOSRelease_String [2022-05-13T10:45:51.021Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-05-13T10:45:51.021Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-05-13T10:45:51.021Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-05-13T10:45:51.021Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-05-13T10:45:51.021Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-05-13T10:45:51.021Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-05-13T10:45:51.021Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-05-13T10:45:51.021Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-05-13T10:45:51.021Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-05-13T10:45:51.021Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-13T10:45:51.021Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-05-13T10:45:51.021Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-05-13T10:45:51.021Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-05-13T10:45:51.021Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-13T10:45:51.021Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-05-13T10:45:51.021Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-05-13T10:45:51.021Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-05-13T10:45:51.021Z] PASS [2022-05-13T10:45:51.021Z] coverage: 36.4% of statements [2022-05-13T10:45:51.021Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.037s coverage: 36.4% of statements [2022-05-13T10:45:51.400Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.97s) [2022-05-13T10:45:51.400Z] === RUN TestCreateServiceSecretFileMode [2022-05-13T10:45:51.495Z] --- PASS: TestNetworkDBWatch (3.07s) [2022-05-13T10:45:51.495Z] === RUN TestNetworkDBBulkSync [2022-05-13T10:45:51.495Z] === RUN TestNewAndRemove [2022-05-13T10:45:51.495Z] --- PASS: TestNewAndRemove (0.00s) [2022-05-13T10:45:51.495Z] === RUN TestRemoveInvalidPath [2022-05-13T10:45:51.495Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-05-13T10:45:51.495Z] PASS [2022-05-13T10:45:51.495Z] coverage: 82.6% of statements [2022-05-13T10:45:51.495Z] ok github.com/docker/docker/pkg/pidfile 0.042s coverage: 82.6% of statements [2022-05-13T10:45:51.660Z] --- PASS: TestCreateServiceSecretFileMode (2.36s) [2022-05-13T10:45:51.660Z] === RUN TestCreateServiceConfigFileMode [2022-05-13T10:45:52.242Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-13T10:45:52.483Z] 2022/05/13 10:45:52 Closing DB instances... [2022-05-13T10:45:53.469Z] === RUN TestFailedConnection [2022-05-13T10:45:53.469Z] --- PASS: TestGetAddress (23.71s) [2022-05-13T10:45:53.469Z] === RUN TestRequestSyntaxCheck [2022-05-13T10:45:53.469Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-05-13T10:45:53.469Z] === RUN TestRequest [2022-05-13T10:45:53.615Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-13T10:45:53.872Z] --- PASS: TestDockerNetworkConnectAlias (4.88s) [2022-05-13T10:45:53.872Z] === RUN TestDockerNetworkReConnect [2022-05-13T10:45:53.937Z] --- PASS: TestNetworkDBBulkSync (2.83s) [2022-05-13T10:45:53.937Z] === RUN TestNetworkDBCRUDMediumCluster [2022-05-13T10:45:54.130Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-13T10:45:54.200Z] --- PASS: TestCreateServiceConfigFileMode (2.50s) [2022-05-13T10:45:54.200Z] === RUN TestCreateServiceSysctls [2022-05-13T10:45:55.065Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-13T10:45:55.065Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-13T10:45:55.500Z] --- PASS: TestFailedConnection (2.05s) [2022-05-13T10:45:55.500Z] === RUN TestFailOnce [2022-05-13T10:45:55.500Z] 2022/05/13 10:45:55 http: panic serving 127.0.0.1:49295: Plugin not ready [2022-05-13T10:45:55.500Z] goroutine 3 [running]: [2022-05-13T10:45:55.500Z] net/http.(*conn).serve.func1() [2022-05-13T10:45:55.500Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-13T10:45:55.500Z] panic({0x9c36e0, 0xb0d090}) [2022-05-13T10:45:55.500Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-13T10:45:55.500Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xf40000000000003b?, 0xffffffffffffffff?}, 0x594da5?) [2022-05-13T10:45:55.500Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-05-13T10:45:55.500Z] net/http.HandlerFunc.ServeHTTP(0x200?, {0xb12898?, 0xc000178000?}, 0xc000043aa8?) [2022-05-13T10:45:55.500Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-13T10:45:55.968Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0xb12898, 0xc000178000}, 0xc000060000) [2022-05-13T10:45:55.968Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-05-13T10:45:55.968Z] net/http.serverHandler.ServeHTTP({0xb10eb8?}, {0xb12898, 0xc000178000}, 0xc000060000) [2022-05-13T10:45:55.968Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-13T10:45:55.968Z] net/http.(*conn).serve(0xc000058000, {0xb12d98, 0xc0000260f0}) [2022-05-13T10:45:55.968Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-13T10:45:55.968Z] created by net/http.(*Server).Serve [2022-05-13T10:45:55.968Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-13T10:45:55.968Z] time="2022-05-13T10:45:55Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49294/Test.FailOnce: Post \"http://127.0.0.1:49294/Test.FailOnce\": EOF, retrying in 1s" [2022-05-13T10:45:56.004Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-13T10:45:56.953Z] --- PASS: TestFailOnce (1.21s) [2022-05-13T10:45:56.953Z] === RUN TestEchoInputOutput [2022-05-13T10:45:56.953Z] --- PASS: TestEchoInputOutput (0.00s) [2022-05-13T10:45:56.953Z] === RUN TestBackoff [2022-05-13T10:45:56.953Z] --- PASS: TestBackoff (0.00s) [2022-05-13T10:45:56.953Z] === RUN TestAbortRetry [2022-05-13T10:45:56.953Z] --- PASS: TestAbortRetry (0.00s) [2022-05-13T10:45:56.953Z] === RUN TestClientScheme [2022-05-13T10:45:56.953Z] --- PASS: TestClientScheme (0.00s) [2022-05-13T10:45:56.953Z] === RUN TestNewClientWithTimeout [2022-05-13T10:45:56.953Z] 2022/05/13 10:45:56 Closing DB instances... [2022-05-13T10:45:56.953Z] time="2022-05-13T10:45:56Z" level=error msg="node: 5f8f7f5bb019 is unknown to memberlist" [2022-05-13T10:45:57.378Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-13T10:45:57.378Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-13T10:45:57.378Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-13T10:45:57.421Z] time="2022-05-13T10:45:56Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.Echo: Post \"http://127.0.0.1:49301/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-05-13T10:45:57.492Z] --- PASS: TestCreateServiceSysctls (2.96s) [2022-05-13T10:45:57.492Z] === RUN TestCreateServiceCapabilities [2022-05-13T10:45:57.637Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-13T10:45:57.637Z] --- PASS: TestDockerNetworkReConnect (3.85s) [2022-05-13T10:45:57.637Z] === RUN TestServicePlugin [2022-05-13T10:45:58.204Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-13T10:45:58.204Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-05-13T10:45:58.204Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-13T10:45:58.204Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-13T10:45:58.985Z] time="2022-05-13T10:45:58Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.Echo: Post \"http://127.0.0.1:49301/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-05-13T10:45:59.140Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-13T10:45:59.399Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-13T10:45:59.401Z] --- PASS: TestCreateServiceCapabilities (2.35s) [2022-05-13T10:45:59.401Z] === RUN TestInspect [2022-05-13T10:45:59.658Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-13T10:45:59.658Z] === RUN TestDockerSuite/TestCreateRM [2022-05-13T10:45:59.916Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-13T10:45:59.916Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-13T10:45:59.916Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-13T10:45:59.916Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-13T10:45:59.916Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-13T10:45:59.971Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.70s) [2022-05-13T10:45:59.971Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-05-13T10:46:00.956Z] 2022/05/13 10:46:00 Closing DB instances... [2022-05-13T10:46:00.957Z] --- PASS: TestRequest (7.30s) [2022-05-13T10:46:00.957Z] === RUN TestOverlappingRequests [2022-05-13T10:46:01.424Z] time="2022-05-13T10:46:00Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.Echo: Post \"http://127.0.0.1:49301/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-05-13T10:46:01.424Z] --- PASS: TestOverlappingRequests (0.36s) [2022-05-13T10:46:01.424Z] === RUN TestRelease [2022-05-13T10:46:01.816Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-13T10:46:01.816Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-13T10:46:01.816Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-13T10:46:01.816Z] plugin_test.go:61: [d614cb681f1e6] joining swarm manager [d69c1d5a7ac1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:46:01.942Z] --- PASS: TestInspect (2.26s) [2022-05-13T10:46:01.942Z] === RUN TestCreateJob [2022-05-13T10:46:02.409Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-05-13T10:46:02.410Z] === RUN TestNetworkDBGarbageCollection [2022-05-13T10:46:02.755Z] --- PASS: TestServiceUpdateNetwork (12.46s) [2022-05-13T10:46:02.755Z] === RUN TestServiceUpdatePidsLimit [2022-05-13T10:46:02.878Z] --- PASS: TestRelease (1.40s) [2022-05-13T10:46:02.878Z] === RUN TestAllocateRandomDeallocate [2022-05-13T10:46:03.014Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-05-13T10:46:03.718Z] plugin_test.go:64: [d9d2609c01d21] joining swarm manager [d69c1d5a7ac1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:46:03.718Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-05-13T10:46:03.950Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-05-13T10:46:05.240Z] --- PASS: TestCreateJob (2.97s) [2022-05-13T10:46:05.240Z] === RUN TestReplicatedJob [2022-05-13T10:46:05.828Z] time="2022-05-13T10:46:05Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.Echo: Post \"http://127.0.0.1:49301/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-05-13T10:46:06.249Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-13T10:46:06.249Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-13T10:46:06.249Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-13T10:46:06.507Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-13T10:46:06.507Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-13T10:46:06.507Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-13T10:46:06.814Z] --- PASS: TestAllocateRandomDeallocate (4.07s) [2022-05-13T10:46:06.814Z] === RUN TestRetrieveFromStore [2022-05-13T10:46:07.074Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-13T10:46:08.007Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-13T10:46:08.378Z] --- PASS: TestRetrieveFromStore (1.30s) [2022-05-13T10:46:08.378Z] === RUN TestRequestReleaseAddressDuplicate [2022-05-13T10:46:08.378Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s) [2022-05-13T10:46:08.378Z] === RUN TestParallelPredefinedRequest1 [2022-05-13T10:46:08.378Z] === PAUSE TestParallelPredefinedRequest1 [2022-05-13T10:46:08.378Z] === RUN TestParallelPredefinedRequest2 [2022-05-13T10:46:08.378Z] === PAUSE TestParallelPredefinedRequest2 [2022-05-13T10:46:08.378Z] === RUN TestParallelPredefinedRequest3 [2022-05-13T10:46:08.378Z] === PAUSE TestParallelPredefinedRequest3 [2022-05-13T10:46:08.378Z] === RUN TestParallelPredefinedRequest4 [2022-05-13T10:46:08.378Z] === PAUSE TestParallelPredefinedRequest4 [2022-05-13T10:46:08.378Z] === RUN TestParallelPredefinedRequest5 [2022-05-13T10:46:08.378Z] === PAUSE TestParallelPredefinedRequest5 [2022-05-13T10:46:08.378Z] === RUN TestDebug [2022-05-13T10:46:08.378Z] --- PASS: TestDebug (0.00s) [2022-05-13T10:46:08.378Z] === RUN TestRequestPoolParallel [2022-05-13T10:46:08.378Z] --- PASS: TestRequestPoolParallel (0.42s) [2022-05-13T10:46:08.378Z] === RUN TestFullAllocateRelease [2022-05-13T10:46:08.574Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-13T10:46:08.800Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-05-13T10:46:08.846Z] --- PASS: TestFullAllocateRelease (0.48s) [2022-05-13T10:46:08.846Z] === RUN TestOddAllocateRelease [2022-05-13T10:46:09.314Z] --- PASS: TestOddAllocateRelease (0.26s) [2022-05-13T10:46:09.314Z] === RUN TestFullAllocateSerialReleaseParallel [2022-05-13T10:46:09.314Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2022-05-13T10:46:09.314Z] === RUN TestOddAllocateSerialReleaseParallel [2022-05-13T10:46:09.314Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-05-13T10:46:09.314Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-05-13T10:46:09.314Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-05-13T10:46:09.314Z] === CONT TestParallelPredefinedRequest1 [2022-05-13T10:46:09.314Z] === CONT TestParallelPredefinedRequest4 [2022-05-13T10:46:09.314Z] === CONT TestParallelPredefinedRequest3 [2022-05-13T10:46:09.314Z] === CONT TestParallelPredefinedRequest1 [2022-05-13T10:46:09.314Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:46:09.314Z] === CONT TestParallelPredefinedRequest4 [2022-05-13T10:46:09.314Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:46:09.314Z] === CONT TestParallelPredefinedRequest5 [2022-05-13T10:46:09.314Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:46:09.314Z] === CONT TestParallelPredefinedRequest3 [2022-05-13T10:46:09.314Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:46:09.314Z] === CONT TestParallelPredefinedRequest2 [2022-05-13T10:46:09.314Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:46:09.314Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-05-13T10:46:09.314Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-05-13T10:46:09.314Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-05-13T10:46:09.314Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-05-13T10:46:09.314Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-05-13T10:46:09.314Z] PASS [2022-05-13T10:46:09.314Z] coverage: 85.3% of statements [2022-05-13T10:46:09.314Z] ok github.com/docker/docker/libnetwork/ipam 47.815s coverage: 85.3% of statements [2022-05-13T10:46:09.362Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-05-13T10:46:09.511Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-13T10:46:10.445Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-05-13T10:46:10.519Z] --- PASS: TestReplicatedJob (5.10s) [2022-05-13T10:46:10.519Z] === RUN TestUpdateReplicatedJob [2022-05-13T10:46:10.707Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-13T10:46:10.781Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-05-13T10:46:10.781Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-05-13T10:46:10.781Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-05-13T10:46:10.781Z] Cross building: bundles/cross/windows/amd64 [2022-05-13T10:46:10.781Z] +++++++ cat ./cli/winresources/dockerd/winres.json [2022-05-13T10:46:10.781Z] { [2022-05-13T10:46:10.781Z] "RT_GROUP_ICON": { [2022-05-13T10:46:10.781Z] "#1": { [2022-05-13T10:46:10.781Z] "0409": "../../winresources/docker.ico" [2022-05-13T10:46:10.781Z] } [2022-05-13T10:46:10.781Z] }, [2022-05-13T10:46:10.781Z] "RT_MANIFEST": { [2022-05-13T10:46:10.781Z] "#1": { [2022-05-13T10:46:10.781Z] "0409": { [2022-05-13T10:46:10.781Z] "identity": {}, [2022-05-13T10:46:10.781Z] "description": "Docker Engine", [2022-05-13T10:46:10.781Z] "minimum-os": "vista", [2022-05-13T10:46:10.781Z] "execution-level": "", [2022-05-13T10:46:10.781Z] "ui-access": false, [2022-05-13T10:46:10.781Z] "auto-elevate": false, [2022-05-13T10:46:10.781Z] "dpi-awareness": "unaware", [2022-05-13T10:46:10.781Z] "disable-theming": false, [2022-05-13T10:46:10.781Z] "disable-window-filtering": false, [2022-05-13T10:46:10.781Z] "high-resolution-scrolling-aware": false, [2022-05-13T10:46:10.781Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-13T10:46:10.781Z] "long-path-aware": false, [2022-05-13T10:46:10.781Z] "printer-driver-isolation": false, [2022-05-13T10:46:10.781Z] "gdi-scaling": false, [2022-05-13T10:46:10.781Z] "segment-heap": false, [2022-05-13T10:46:10.781Z] "use-common-controls-v6": false [2022-05-13T10:46:10.781Z] } [2022-05-13T10:46:10.781Z] } [2022-05-13T10:46:10.781Z] }, [2022-05-13T10:46:10.781Z] "RT_MESSAGETABLE": { [2022-05-13T10:46:10.781Z] "#1": { [2022-05-13T10:46:10.781Z] "0409": "../../winresources/event_messages.bin" [2022-05-13T10:46:10.781Z] } [2022-05-13T10:46:10.781Z] }, [2022-05-13T10:46:10.781Z] "RT_VERSION": { [2022-05-13T10:46:10.781Z] "#1": { [2022-05-13T10:46:10.781Z] "0409": { [2022-05-13T10:46:10.781Z] "fixed": { [2022-05-13T10:46:10.781Z] "file_version": "0.0.0.0", [2022-05-13T10:46:10.781Z] "product_version": "0.0.0.0", [2022-05-13T10:46:10.781Z] "type": "Unknown" [2022-05-13T10:46:10.781Z] }, [2022-05-13T10:46:10.781Z] "info": { [2022-05-13T10:46:10.781Z] "0000": { [2022-05-13T10:46:10.781Z] "CompanyName": "", [2022-05-13T10:46:10.781Z] "FileVersion": "dev", [2022-05-13T10:46:10.781Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-05-13T10:46:10.781Z] "OriginalFileName": "dockerd-dev.exe", [2022-05-13T10:46:10.781Z] "ProductName": "", [2022-05-13T10:46:10.781Z] "ProductVersion": "dev", [2022-05-13T10:46:10.781Z] "SpecialBuild": "8e4b5db542e45b11e57c920876e3d80a37158567" [2022-05-13T10:46:10.781Z] } [2022-05-13T10:46:10.781Z] } [2022-05-13T10:46:10.781Z] } [2022-05-13T10:46:10.781Z] } [2022-05-13T10:46:10.781Z] } [2022-05-13T10:46:10.781Z] } [2022-05-13T10:46:10.781Z] cmd/dockerd/config.go [2022-05-13T10:46:10.781Z] cmd/dockerd/config_windows.go [2022-05-13T10:46:10.781Z] cmd/dockerd/daemon.go [2022-05-13T10:46:10.781Z] cmd/dockerd/daemon_test.go [2022-05-13T10:46:10.781Z] cmd/dockerd/daemon_windows.go [2022-05-13T10:46:10.781Z] cmd/dockerd/docker.go [2022-05-13T10:46:10.781Z] cmd/dockerd/docker_windows.go [2022-05-13T10:46:10.781Z] cmd/dockerd/genwinres_windows.go [2022-05-13T10:46:10.781Z] cmd/dockerd/metrics.go [2022-05-13T10:46:10.781Z] cmd/dockerd/options.go [2022-05-13T10:46:10.781Z] cmd/dockerd/options_test.go [2022-05-13T10:46:10.781Z] cmd/dockerd/service_windows.go [2022-05-13T10:46:10.880Z] === RUN TestParseEmptyInterface [2022-05-13T10:46:10.880Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-05-13T10:46:10.880Z] === RUN TestParseNonInterfaceType [2022-05-13T10:46:10.880Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-05-13T10:46:10.880Z] === RUN TestParseWithOneFunction [2022-05-13T10:46:10.880Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-05-13T10:46:10.880Z] === RUN TestParseWithMultipleFuncs [2022-05-13T10:46:10.880Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-05-13T10:46:10.880Z] === RUN TestParseWithUnnamedReturn [2022-05-13T10:46:10.880Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-05-13T10:46:10.880Z] === RUN TestEmbeddedInterface [2022-05-13T10:46:10.880Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-05-13T10:46:10.880Z] === RUN TestParsedImports [2022-05-13T10:46:10.880Z] --- PASS: TestParsedImports (0.00s) [2022-05-13T10:46:10.880Z] === RUN TestAliasedImports [2022-05-13T10:46:10.880Z] --- PASS: TestAliasedImports (0.00s) [2022-05-13T10:46:10.880Z] PASS [2022-05-13T10:46:10.880Z] coverage: 56.8% of statements [2022-05-13T10:46:10.880Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.052s coverage: 56.8% of statements [2022-05-13T10:46:11.037Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-05-13T10:46:11.037Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-05-13T10:46:11.281Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-13T10:46:11.847Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-13T10:46:11.847Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-13T10:46:11.866Z] === RUN TestHTTPTransport [2022-05-13T10:46:11.866Z] --- PASS: TestHTTPTransport (0.00s) [2022-05-13T10:46:11.866Z] PASS [2022-05-13T10:46:11.866Z] coverage: 85.7% of statements [2022-05-13T10:46:11.866Z] ok github.com/docker/docker/pkg/plugins/transport 0.036s coverage: 85.7% of statements [2022-05-13T10:46:12.061Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-05-13T10:46:12.330Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-05-13T10:46:12.330Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-13T10:46:12.330Z] === RUN TestBufioReaderPoolPutAndGet [2022-05-13T10:46:12.330Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-05-13T10:46:12.330Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-05-13T10:46:12.330Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-05-13T10:46:12.330Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-05-13T10:46:12.330Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-13T10:46:12.330Z] === RUN TestBufioWriterPoolPutAndGet [2022-05-13T10:46:12.330Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-05-13T10:46:12.330Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-05-13T10:46:12.330Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-05-13T10:46:12.330Z] === RUN TestBufferPoolPutAndGet [2022-05-13T10:46:12.330Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-05-13T10:46:12.330Z] PASS [2022-05-13T10:46:12.330Z] coverage: 88.2% of statements [2022-05-13T10:46:12.330Z] ok github.com/docker/docker/pkg/pools 0.048s coverage: 88.2% of statements [2022-05-13T10:46:12.782Z] === RUN TestDockerSuite/TestDockerFails [2022-05-13T10:46:12.782Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-05-13T10:46:12.782Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-05-13T10:46:12.782Z] docker_api_swarm_test.go:202: [d047e24cce870] joining swarm manager [d0dd7e7f5169a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:46:12.782Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-05-13T10:46:12.798Z] === RUN TestOutputOnPrematureClose [2022-05-13T10:46:12.798Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-05-13T10:46:12.798Z] === RUN TestCompleteSilently [2022-05-13T10:46:12.798Z] --- PASS: TestCompleteSilently (0.00s) [2022-05-13T10:46:12.798Z] PASS [2022-05-13T10:46:12.798Z] coverage: 75.9% of statements [2022-05-13T10:46:12.798Z] ok github.com/docker/docker/pkg/progress 0.038s coverage: 75.9% of statements [2022-05-13T10:46:13.058Z] --- PASS: TestUpdateReplicatedJob (3.03s) [2022-05-13T10:46:13.058Z] === RUN TestServiceListWithStatuses [2022-05-13T10:46:13.058Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-13T10:46:13.058Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-13T10:46:13.058Z] === RUN TestDockerNetworkConnectAlias [2022-05-13T10:46:13.716Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-05-13T10:46:13.784Z] === RUN TestSendToOneSub [2022-05-13T10:46:13.784Z] --- PASS: TestSendToOneSub (0.00s) [2022-05-13T10:46:13.784Z] === RUN TestSendToMultipleSubs [2022-05-13T10:46:13.784Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-05-13T10:46:13.784Z] === RUN TestEvictOneSub [2022-05-13T10:46:13.784Z] --- PASS: TestEvictOneSub (0.00s) [2022-05-13T10:46:13.784Z] === RUN TestClosePublisher [2022-05-13T10:46:13.784Z] --- PASS: TestClosePublisher (0.00s) [2022-05-13T10:46:13.784Z] === RUN TestPubSubRace [2022-05-13T10:46:14.252Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-05-13T10:46:14.252Z] === RUN TestClientStream [2022-05-13T10:46:14.252Z] --- PASS: TestClientStream (0.00s) [2022-05-13T10:46:14.252Z] === RUN TestClientSendFile [2022-05-13T10:46:14.252Z] --- PASS: TestClientSendFile (0.00s) [2022-05-13T10:46:14.252Z] === RUN TestClientWithRequestTimeout [2022-05-13T10:46:14.252Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-05-13T10:46:14.252Z] === RUN TestFileSpecPlugin [2022-05-13T10:46:14.252Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-05-13T10:46:14.252Z] === RUN TestFileJSONSpecPlugin [2022-05-13T10:46:14.252Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-05-13T10:46:14.252Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-05-13T10:46:14.252Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-05-13T10:46:14.252Z] === RUN TestPluginAddHandler [2022-05-13T10:46:14.252Z] --- PASS: TestPluginAddHandler (0.00s) [2022-05-13T10:46:14.252Z] === RUN TestPluginWaitBadPlugin [2022-05-13T10:46:14.252Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-05-13T10:46:14.252Z] === RUN TestGet [2022-05-13T10:46:14.252Z] time="2022-05-13T10:46:14Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-05-13T10:46:14.652Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-05-13T10:46:14.720Z] --- PASS: TestPubSubRace (1.08s) [2022-05-13T10:46:14.720Z] PASS [2022-05-13T10:46:14.720Z] coverage: 75.0% of statements [2022-05-13T10:46:14.720Z] ok github.com/docker/docker/pkg/pubsub 1.122s coverage: 75.0% of statements [2022-05-13T10:46:15.189Z] time="2022-05-13T10:46:15Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-05-13T10:46:15.189Z] === RUN TestRegister [2022-05-13T10:46:15.189Z] --- PASS: TestRegister (0.00s) [2022-05-13T10:46:15.189Z] === RUN TestCommand [2022-05-13T10:46:15.584Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-05-13T10:46:15.584Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-05-13T10:46:15.584Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-05-13T10:46:15.584Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-05-13T10:46:15.658Z] --- PASS: TestCommand (0.03s) [2022-05-13T10:46:15.658Z] === RUN TestNaiveSelf [2022-05-13T10:46:15.658Z] --- PASS: TestNaiveSelf (0.04s) [2022-05-13T10:46:15.658Z] PASS [2022-05-13T10:46:15.658Z] coverage: 82.4% of statements [2022-05-13T10:46:15.658Z] ok github.com/docker/docker/pkg/reexec 0.112s coverage: 82.4% of statements [2022-05-13T10:46:16.644Z] === RUN TestDump [2022-05-13T10:46:16.644Z] goroutine 6 [running]: [2022-05-13T10:46:16.644Z] github.com/docker/docker/pkg/stack.dump(0x532d57?) [2022-05-13T10:46:16.644Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-13T10:46:16.644Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-05-13T10:46:16.644Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-05-13T10:46:16.644Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-05-13T10:46:16.644Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-05-13T10:46:16.644Z] testing.tRunner(0xc000164000, 0x6fa4b0) [2022-05-13T10:46:16.644Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-13T10:46:16.644Z] created by testing.(*T).Run [2022-05-13T10:46:16.644Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-13T10:46:16.644Z] [2022-05-13T10:46:16.644Z] goroutine 1 [chan receive]: [2022-05-13T10:46:16.644Z] testing.(*T).Run(0xc000031d40, {0x6e9154?, 0x50c1f3?}, 0x6fa4b0) [2022-05-13T10:46:16.644Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-13T10:46:16.645Z] testing.runTests.func1(0xc00006c870?) [2022-05-13T10:46:16.645Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-13T10:46:16.645Z] testing.tRunner(0xc000031d40, 0xc000075ca0) [2022-05-13T10:46:16.645Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-13T10:46:16.645Z] testing.runTests(0xc000058500?, {0x87e400, 0x3, 0x3}, {0x1f8e7cb0108?, 0x40?, 0x8834a0?}) [2022-05-13T10:46:16.645Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-13T10:46:16.645Z] testing.(*M).Run(0xc000058500) [2022-05-13T10:46:16.645Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-13T10:46:16.645Z] main.main() [2022-05-13T10:46:16.645Z] _testmain.go:99 +0x255 [2022-05-13T10:46:16.645Z] --- PASS: TestDump (0.00s) [2022-05-13T10:46:16.645Z] === RUN TestDumpToFile [2022-05-13T10:46:16.645Z] --- PASS: TestDumpToFile (0.22s) [2022-05-13T10:46:16.645Z] === RUN TestDumpToFileWithEmptyInput [2022-05-13T10:46:16.645Z] goroutine 8 [running]: [2022-05-13T10:46:16.645Z] github.com/docker/docker/pkg/stack.dump(0x5aed93?) [2022-05-13T10:46:16.645Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-13T10:46:16.645Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0x5aed60?}) [2022-05-13T10:46:16.645Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-05-13T10:46:16.645Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000164000?) [2022-05-13T10:46:16.645Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-05-13T10:46:16.645Z] testing.tRunner(0xc000164680, 0x6fa4a0) [2022-05-13T10:46:16.645Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-13T10:46:16.645Z] created by testing.(*T).Run [2022-05-13T10:46:16.645Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-13T10:46:16.645Z] [2022-05-13T10:46:16.645Z] goroutine 1 [chan receive]: [2022-05-13T10:46:16.645Z] testing.(*T).Run(0xc000031d40, {0x6f072b?, 0x50c1f3?}, 0x6fa4a0) [2022-05-13T10:46:16.645Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-13T10:46:16.645Z] testing.runTests.func1(0xc00006c870?) [2022-05-13T10:46:16.645Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-13T10:46:16.645Z] testing.tRunner(0xc000031d40, 0xc000075ca0) [2022-05-13T10:46:16.645Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-13T10:46:16.645Z] testing.runTests(0xc000058500?, {0x87e400, 0x3, 0x3}, {0x1f8e7cb0108?, 0x40?, 0x8834a0?}) [2022-05-13T10:46:16.645Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-13T10:46:16.645Z] testing.(*M).Run(0xc000058500) [2022-05-13T10:46:16.645Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-13T10:46:16.645Z] main.main() [2022-05-13T10:46:16.645Z] _testmain.go:99 +0x255 [2022-05-13T10:46:16.645Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-05-13T10:46:16.645Z] PASS [2022-05-13T10:46:16.645Z] coverage: 90.9% of statements [2022-05-13T10:46:16.645Z] ok github.com/docker/docker/pkg/stack 0.261s coverage: 90.9% of statements [2022-05-13T10:46:17.112Z] === RUN TestNewStdWriter [2022-05-13T10:46:17.112Z] --- PASS: TestNewStdWriter (0.00s) [2022-05-13T10:46:17.112Z] === RUN TestWriteWithUninitializedStdWriter [2022-05-13T10:46:17.112Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-05-13T10:46:17.112Z] === RUN TestWriteWithNilBytes [2022-05-13T10:46:17.112Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-05-13T10:46:17.112Z] === RUN TestWrite [2022-05-13T10:46:17.112Z] --- PASS: TestWrite (0.00s) [2022-05-13T10:46:17.112Z] === RUN TestWriteWithWriterError [2022-05-13T10:46:17.112Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-05-13T10:46:17.112Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-05-13T10:46:17.112Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-05-13T10:46:17.112Z] === RUN TestStdCopyWriteAndRead [2022-05-13T10:46:17.112Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-05-13T10:46:17.112Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-05-13T10:46:17.112Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-05-13T10:46:17.112Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-05-13T10:46:17.112Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-05-13T10:46:17.112Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-05-13T10:46:17.112Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-05-13T10:46:17.112Z] === RUN TestStdCopyWithInvalidInputHeader [2022-05-13T10:46:17.112Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-05-13T10:46:17.112Z] === RUN TestStdCopyWithCorruptedPrefix [2022-05-13T10:46:17.112Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-05-13T10:46:17.112Z] === RUN TestStdCopyReturnsWriteErrors [2022-05-13T10:46:17.112Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-05-13T10:46:17.112Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-05-13T10:46:17.112Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-05-13T10:46:17.112Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-05-13T10:46:17.112Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-05-13T10:46:17.112Z] PASS [2022-05-13T10:46:17.112Z] coverage: 100.0% of statements [2022-05-13T10:46:17.112Z] ok github.com/docker/docker/pkg/stdcopy 0.041s coverage: 100.0% of statements [2022-05-13T10:46:17.262Z] --- PASS: TestDockerNetworkConnectAlias (3.95s) [2022-05-13T10:46:17.262Z] === RUN TestDockerNetworkReConnect [2022-05-13T10:46:17.580Z] time="2022-05-13T10:46:17Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-05-13T10:46:18.048Z] === RUN TestRawProgressFormatterFormatStatus [2022-05-13T10:46:18.048Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-05-13T10:46:18.048Z] === RUN TestRawProgressFormatterFormatProgress [2022-05-13T10:46:18.048Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-05-13T10:46:18.048Z] === RUN TestFormatStatus [2022-05-13T10:46:18.048Z] --- PASS: TestFormatStatus (0.00s) [2022-05-13T10:46:18.048Z] === RUN TestFormatError [2022-05-13T10:46:18.048Z] --- PASS: TestFormatError (0.00s) [2022-05-13T10:46:18.048Z] === RUN TestFormatJSONError [2022-05-13T10:46:18.048Z] --- PASS: TestFormatJSONError (0.00s) [2022-05-13T10:46:18.048Z] === RUN TestJsonProgressFormatterFormatProgress [2022-05-13T10:46:18.048Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-05-13T10:46:18.048Z] === RUN TestJsonProgressFormatterFormatStatus [2022-05-13T10:46:18.048Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-05-13T10:46:18.048Z] === RUN TestNewJSONProgressOutput [2022-05-13T10:46:18.048Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-05-13T10:46:18.048Z] === RUN TestAuxFormatterEmit [2022-05-13T10:46:18.048Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-05-13T10:46:18.048Z] === RUN TestStreamWriterStdout [2022-05-13T10:46:18.048Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-05-13T10:46:18.048Z] === RUN TestStreamWriterStderr [2022-05-13T10:46:18.048Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-05-13T10:46:18.048Z] PASS [2022-05-13T10:46:18.048Z] coverage: 66.2% of statements [2022-05-13T10:46:18.048Z] ok github.com/docker/docker/pkg/streamformatter 0.043s coverage: 66.2% of statements [2022-05-13T10:46:18.516Z] === RUN TestGenerateRandomID [2022-05-13T10:46:18.516Z] --- PASS: TestGenerateRandomID (0.00s) [2022-05-13T10:46:18.516Z] === RUN TestShortenId [2022-05-13T10:46:18.620Z] --- PASS: TestServiceUpdatePidsLimit (16.18s) [2022-05-13T10:46:18.620Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2022-05-13T10:46:18.620Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.81s) [2022-05-13T10:46:18.620Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2022-05-13T10:46:18.620Z] PASS [2022-05-13T10:46:18.620Z] [2022-05-13T10:46:18.620Z] === Skipped [2022-05-13T10:46:18.620Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-13T10:46:18.620Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-13T10:46:18.620Z] [2022-05-13T10:46:18.620Z] DONE 27 tests, 1 skipped in 164.340s [2022-05-13T10:46:18.620Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-05-13T10:46:18.620Z] INFO: Testing against a local daemon [2022-05-13T10:46:18.620Z] === RUN TestSessionCreate [2022-05-13T10:46:18.620Z] --- PASS: TestSessionCreate (0.02s) [2022-05-13T10:46:18.620Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-13T10:46:18.620Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-05-13T10:46:18.620Z] PASS [2022-05-13T10:46:18.620Z] [2022-05-13T10:46:18.620Z] DONE 2 tests in 0.054s [2022-05-13T10:46:18.620Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-05-13T10:46:18.620Z] INFO: Testing against a local daemon [2022-05-13T10:46:18.620Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-13T10:46:18.620Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-05-13T10:46:18.620Z] === RUN TestDiskUsage [2022-05-13T10:46:18.620Z] === PAUSE TestDiskUsage [2022-05-13T10:46:18.620Z] === RUN TestEventsExecDie [2022-05-13T10:46:18.878Z] --- PASS: TestEventsExecDie (0.59s) [2022-05-13T10:46:18.878Z] === RUN TestEventsBackwardsCompatible [2022-05-13T10:46:18.878Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-05-13T10:46:18.878Z] === RUN TestEventsVolumeCreate [2022-05-13T10:46:18.878Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-05-13T10:46:18.878Z] === RUN TestInfoBinaryCommits [2022-05-13T10:46:18.878Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-13T10:46:18.878Z] === RUN TestInfoAPIVersioned [2022-05-13T10:46:18.878Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-13T10:46:18.878Z] === RUN TestInfoAPI [2022-05-13T10:46:18.878Z] --- PASS: TestInfoAPI (0.02s) [2022-05-13T10:46:18.878Z] === RUN TestInfoAPIWarnings [2022-05-13T10:46:18.984Z] --- PASS: TestShortenId (0.00s) [2022-05-13T10:46:18.984Z] === RUN TestShortenSha256Id [2022-05-13T10:46:18.984Z] --- PASS: TestShortenSha256Id (0.00s) [2022-05-13T10:46:18.984Z] === RUN TestShortenIdEmpty [2022-05-13T10:46:18.984Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-05-13T10:46:18.984Z] === RUN TestShortenIdInvalid [2022-05-13T10:46:18.984Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-05-13T10:46:18.984Z] === RUN TestIsShortIDNonHex [2022-05-13T10:46:18.984Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-05-13T10:46:18.984Z] === RUN TestIsShortIDNotCorrectSize [2022-05-13T10:46:18.984Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-05-13T10:46:18.984Z] PASS [2022-05-13T10:46:18.984Z] coverage: 70.6% of statements [2022-05-13T10:46:18.984Z] ok github.com/docker/docker/pkg/stringid 0.052s coverage: 70.6% of statements [2022-05-13T10:46:19.452Z] === RUN TestIsCpusetListAvailable [2022-05-13T10:46:19.452Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-05-13T10:46:19.452Z] PASS [2022-05-13T10:46:19.452Z] coverage: 39.4% of statements [2022-05-13T10:46:19.452Z] ok github.com/docker/docker/pkg/sysinfo 0.039s coverage: 39.4% of statements [2022-05-13T10:46:20.553Z] --- PASS: TestDockerNetworkReConnect (3.33s) [2022-05-13T10:46:20.553Z] === RUN TestServicePlugin [2022-05-13T10:46:20.553Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-13T10:46:20.553Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-13T10:46:20.553Z] === RUN TestServiceUpdateLabel [2022-05-13T10:46:21.665Z] === RUN TestChtimes [2022-05-13T10:46:21.665Z] --- PASS: TestChtimes (0.01s) [2022-05-13T10:46:21.665Z] === RUN TestChtimesWindows [2022-05-13T10:46:21.665Z] --- PASS: TestChtimesWindows (0.00s) [2022-05-13T10:46:21.665Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-05-13T10:46:21.665Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-05-13T10:46:21.665Z] PASS [2022-05-13T10:46:21.665Z] coverage: 13.0% of statements [2022-05-13T10:46:21.665Z] ok github.com/docker/docker/pkg/system 0.049s coverage: 13.0% of statements [2022-05-13T10:46:21.665Z] time="2022-05-13T10:46:21Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-05-13T10:46:22.133Z] === RUN TestTailFile [2022-05-13T10:46:22.133Z] --- PASS: TestTailFile (0.00s) [2022-05-13T10:46:22.133Z] === RUN TestTailFileManyLines [2022-05-13T10:46:22.133Z] --- PASS: TestTailFileManyLines (0.00s) [2022-05-13T10:46:22.133Z] === RUN TestTailEmptyFile [2022-05-13T10:46:22.133Z] --- PASS: TestTailEmptyFile (0.00s) [2022-05-13T10:46:22.133Z] === RUN TestTailNegativeN [2022-05-13T10:46:22.133Z] --- PASS: TestTailNegativeN (0.00s) [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader [2022-05-13T10:46:22.133Z] === CONT TestNewTailReader [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/4_byte_delimiter [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/8_byte_delimiter [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/12_byte_delimiter [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/no_delimiter [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/no_delimiter [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/single_byte_delimiter [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/2_byte_delimiter [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/truncated_last_line [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-05-13T10:46:22.133Z] === CONT TestNewTailReader/4_byte_delimiter [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:46:22.133Z] === CONT TestNewTailReader/no_delimiter [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-13T10:46:22.133Z] === CONT TestNewTailReader/2_byte_delimiter [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:46:22.133Z] === CONT TestNewTailReader/12_byte_delimiter [2022-05-13T10:46:22.133Z] === CONT TestNewTailReader/8_byte_delimiter [2022-05-13T10:46:22.133Z] === CONT TestNewTailReader/single_byte_delimiter [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:46:22.133Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:46:22.133Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-13T10:46:22.134Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:46:22.134Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-13T10:46:22.134Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:46:22.134Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:46:22.135Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-13T10:46:22.135Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-13T10:46:22.135Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-13T10:46:22.136Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-13T10:46:22.136Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-13T10:46:22.136Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-13T10:46:22.137Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-13T10:46:22.460Z] --- PASS: TestServiceUpdateLabel (2.18s) [2022-05-13T10:46:22.460Z] === RUN TestServiceUpdateSecrets [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:46:22.604Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:46:22.604Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:46:22.604Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:46:22.604Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.604Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:46:22.604Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.604Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:46:22.604Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:46:22.604Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:46:22.604Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:46:22.605Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:46:22.605Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:46:22.605Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-13T10:46:22.606Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:46:22.606Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-13T10:46:22.607Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-13T10:46:22.702Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-13T10:46:23.084Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-13T10:46:23.085Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-13T10:46:23.085Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-13T10:46:23.085Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:46:23.085Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-13T10:46:23.085Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.02s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.02s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.02s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.02s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.01s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.01s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-13T10:46:23.085Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.02s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.02s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.02s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-05-13T10:46:23.086Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.02s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.02s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.02s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-13T10:46:23.560Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-13T10:46:23.561Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.02s) [2022-05-13T10:46:23.561Z] PASS [2022-05-13T10:46:23.561Z] coverage: 88.6% of statements [2022-05-13T10:46:23.561Z] ok github.com/docker/docker/pkg/tailfile 0.420s coverage: 88.6% of statements [2022-05-13T10:46:23.561Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-13T10:46:23.561Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-13T10:46:23.561Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-13T10:46:23.561Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-05-13T10:46:23.561Z] === RUN TestTarSumRemoveNonExistent [2022-05-13T10:46:23.561Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-05-13T10:46:23.561Z] === RUN TestTarSumRemove [2022-05-13T10:46:23.561Z] --- PASS: TestTarSumRemove (0.00s) [2022-05-13T10:46:23.561Z] === RUN TestSortFileInfoSums [2022-05-13T10:46:23.561Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-05-13T10:46:23.561Z] === RUN TestNewTarSumForLabelInvalid [2022-05-13T10:46:23.561Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-05-13T10:46:23.561Z] === RUN TestNewTarSumForLabel [2022-05-13T10:46:23.561Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-05-13T10:46:23.561Z] === RUN TestEmptyTar [2022-05-13T10:46:23.561Z] --- PASS: TestEmptyTar (0.01s) [2022-05-13T10:46:23.561Z] === RUN TestTarSumsReadSize [2022-05-13T10:46:23.561Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-05-13T10:46:23.561Z] === RUN TestTarSums [2022-05-13T10:46:24.030Z] --- PASS: TestTarSums (0.08s) [2022-05-13T10:46:24.030Z] === RUN TestIteration [2022-05-13T10:46:24.030Z] --- PASS: TestIteration (0.00s) [2022-05-13T10:46:24.030Z] === RUN TestVersionLabelForChecksum [2022-05-13T10:46:24.030Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-05-13T10:46:24.030Z] === RUN TestVersion [2022-05-13T10:46:24.030Z] --- PASS: TestVersion (0.00s) [2022-05-13T10:46:24.030Z] === RUN TestGetVersion [2022-05-13T10:46:24.030Z] --- PASS: TestGetVersion (0.00s) [2022-05-13T10:46:24.030Z] === RUN TestGetVersions [2022-05-13T10:46:24.030Z] --- PASS: TestGetVersions (0.00s) [2022-05-13T10:46:24.030Z] PASS [2022-05-13T10:46:24.030Z] coverage: 89.3% of statements [2022-05-13T10:46:24.030Z] ok github.com/docker/docker/pkg/tarsum 0.139s coverage: 89.3% of statements [2022-05-13T10:46:24.030Z] === RUN TestTruncIndex [2022-05-13T10:46:24.030Z] --- PASS: TestTruncIndex (0.10s) [2022-05-13T10:46:24.030Z] PASS [2022-05-13T10:46:24.030Z] coverage: 91.5% of statements [2022-05-13T10:46:24.030Z] ok github.com/docker/docker/pkg/truncindex 0.138s coverage: 91.5% of statements [2022-05-13T10:46:24.498Z] === RUN TestVersionInfo [2022-05-13T10:46:24.498Z] --- PASS: TestVersionInfo (0.00s) [2022-05-13T10:46:24.498Z] === RUN TestAppendVersions [2022-05-13T10:46:24.498Z] --- PASS: TestAppendVersions (0.00s) [2022-05-13T10:46:24.498Z] PASS [2022-05-13T10:46:24.498Z] coverage: 88.9% of statements [2022-05-13T10:46:24.498Z] ok github.com/docker/docker/pkg/useragent 0.040s coverage: 88.9% of statements [2022-05-13T10:46:24.600Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-13T10:46:25.536Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-05-13T10:46:26.065Z] === RUN TestNewSettable [2022-05-13T10:46:26.065Z] --- PASS: TestNewSettable (0.00s) [2022-05-13T10:46:26.065Z] === RUN TestIsSettable [2022-05-13T10:46:26.065Z] --- PASS: TestIsSettable (0.00s) [2022-05-13T10:46:26.065Z] === RUN TestUpdateSettingsEnv [2022-05-13T10:46:26.065Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-05-13T10:46:26.065Z] PASS [2022-05-13T10:46:26.065Z] coverage: 20.0% of statements [2022-05-13T10:46:26.065Z] ok github.com/docker/docker/plugin/v2 0.045s coverage: 20.0% of statements [2022-05-13T10:46:26.102Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-13T10:46:26.534Z] === RUN TestValidatePrivileges [2022-05-13T10:46:26.534Z] --- PASS: TestValidatePrivileges (0.00s) [2022-05-13T10:46:26.534Z] === RUN TestFilterByCapNeg [2022-05-13T10:46:26.534Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-05-13T10:46:26.534Z] === RUN TestFilterByCapPos [2022-05-13T10:46:26.534Z] --- PASS: TestFilterByCapPos (0.00s) [2022-05-13T10:46:26.534Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-05-13T10:46:26.534Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-05-13T10:46:26.534Z] PASS [2022-05-13T10:46:26.534Z] coverage: 12.2% of statements [2022-05-13T10:46:26.534Z] ok github.com/docker/docker/plugin 0.056s coverage: 12.2% of statements [2022-05-13T10:46:26.668Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-13T10:46:27.233Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-13T10:46:27.521Z] === RUN TestLoad [2022-05-13T10:46:27.521Z] --- PASS: TestLoad (0.00s) [2022-05-13T10:46:27.521Z] === RUN TestSave [2022-05-13T10:46:27.521Z] --- PASS: TestSave (0.04s) [2022-05-13T10:46:27.521Z] === RUN TestAddDeleteGet [2022-05-13T10:46:27.521Z] --- PASS: TestAddDeleteGet (0.04s) [2022-05-13T10:46:27.521Z] === RUN TestInvalidTags [2022-05-13T10:46:27.521Z] --- PASS: TestInvalidTags (0.00s) [2022-05-13T10:46:27.521Z] PASS [2022-05-13T10:46:27.521Z] coverage: 84.4% of statements [2022-05-13T10:46:27.521Z] ok github.com/docker/docker/reference 0.131s coverage: 84.4% of statements [2022-05-13T10:46:27.801Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-13T10:46:28.365Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-13T10:46:28.505Z] === RUN TestResolveAuthConfigIndexServer [2022-05-13T10:46:28.505Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-05-13T10:46:28.505Z] === RUN TestResolveAuthConfigFullURL [2022-05-13T10:46:28.505Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-05-13T10:46:28.505Z] === RUN TestLoadAllowNondistributableArtifacts [2022-05-13T10:46:28.505Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-05-13T10:46:28.505Z] === RUN TestValidateMirror [2022-05-13T10:46:28.505Z] --- PASS: TestValidateMirror (0.00s) [2022-05-13T10:46:28.505Z] === RUN TestLoadInsecureRegistries [2022-05-13T10:46:28.622Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-05-13T10:46:28.879Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-05-13T10:46:28.979Z] time="2022-05-13T10:46:28Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-05-13T10:46:28.979Z] time="2022-05-13T10:46:28Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-05-13T10:46:28.979Z] time="2022-05-13T10:46:28Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-05-13T10:46:28.979Z] --- PASS: TestLoadInsecureRegistries (0.20s) [2022-05-13T10:46:28.979Z] === RUN TestNewServiceConfig [2022-05-13T10:46:28.979Z] --- PASS: TestNewServiceConfig (0.00s) [2022-05-13T10:46:28.979Z] === RUN TestValidateIndexName [2022-05-13T10:46:28.979Z] --- PASS: TestValidateIndexName (0.00s) [2022-05-13T10:46:28.979Z] === RUN TestValidateIndexNameWithError [2022-05-13T10:46:28.979Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-05-13T10:46:28.979Z] === RUN TestEndpointParse [2022-05-13T10:46:28.979Z] --- PASS: TestEndpointParse (0.00s) [2022-05-13T10:46:28.979Z] === RUN TestEndpointParseInvalid [2022-05-13T10:46:28.979Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-05-13T10:46:28.979Z] === RUN TestValidateEndpoint [2022-05-13T10:46:28.979Z] --- PASS: TestValidateEndpoint (0.02s) [2022-05-13T10:46:28.979Z] === RUN TestPing [2022-05-13T10:46:28.979Z] --- PASS: TestPing (0.00s) [2022-05-13T10:46:28.979Z] === RUN TestPingRegistryEndpoint [2022-05-13T10:46:28.979Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:46:28.979Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-05-13T10:46:28.980Z] === RUN TestEndpoint [2022-05-13T10:46:28.980Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:46:28.980Z] --- SKIP: TestEndpoint (0.00s) [2022-05-13T10:46:28.980Z] === RUN TestParseRepositoryInfo [2022-05-13T10:46:28.980Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-05-13T10:46:28.980Z] === RUN TestNewIndexInfo [2022-05-13T10:46:28.980Z] --- PASS: TestNewIndexInfo (0.00s) [2022-05-13T10:46:28.980Z] === RUN TestMirrorEndpointLookup [2022-05-13T10:46:28.980Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:46:28.980Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-05-13T10:46:28.980Z] === RUN TestSearchRepositories [2022-05-13T10:46:28.980Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-05-13T10:46:28.980Z] Host: 127.0.0.1:49325 [2022-05-13T10:46:28.980Z] User-Agent: docker test client [2022-05-13T10:46:28.980Z] Authorization: Token fake-token [2022-05-13T10:46:28.980Z] X-Docker-Token: true [2022-05-13T10:46:28.980Z] Accept-Encoding: gzip [2022-05-13T10:46:28.980Z] [2022-05-13T10:46:28.980Z] [2022-05-13T10:46:28.980Z] registry_test.go:731: HTTP/1.1 200 OK [2022-05-13T10:46:28.980Z] Connection: close [2022-05-13T10:46:28.980Z] Content-Length: 144 [2022-05-13T10:46:28.980Z] Cache-Control: no-cache [2022-05-13T10:46:28.980Z] Content-Type: application/json [2022-05-13T10:46:28.980Z] Date: Fri, 13 May 2022 10:46:28 GMT [2022-05-13T10:46:28.980Z] Expires: -1 [2022-05-13T10:46:28.980Z] Pragma: no-cache [2022-05-13T10:46:28.980Z] Server: docker-tests/mock [2022-05-13T10:46:28.980Z] X-Docker-Registry-Config: mock [2022-05-13T10:46:28.980Z] X-Docker-Registry-Version: 0.0.0 [2022-05-13T10:46:28.980Z] [2022-05-13T10:46:28.980Z] [2022-05-13T10:46:28.980Z] --- PASS: TestSearchRepositories (0.01s) [2022-05-13T10:46:28.980Z] === RUN TestTrustedLocation [2022-05-13T10:46:28.980Z] --- PASS: TestTrustedLocation (0.00s) [2022-05-13T10:46:28.980Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-05-13T10:46:28.980Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-05-13T10:46:28.980Z] === RUN TestAllowNondistributableArtifacts [2022-05-13T10:46:28.980Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-05-13T10:46:28.980Z] === RUN TestIsSecureIndex [2022-05-13T10:46:28.980Z] --- PASS: TestIsSecureIndex (0.00s) [2022-05-13T10:46:28.980Z] PASS [2022-05-13T10:46:28.980Z] coverage: 51.7% of statements [2022-05-13T10:46:28.980Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-05-13T10:46:28.980Z] ok github.com/docker/docker/registry 0.331s coverage: 51.7% of statements [2022-05-13T10:46:28.980Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-05-13T10:46:28.980Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-05-13T10:46:28.980Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-05-13T10:46:28.980Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-05-13T10:46:28.980Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-05-13T10:46:28.980Z] === RUN TestResumableRequestReaderWithReadError [2022-05-13T10:46:28.980Z] time="2022-05-13T10:46:28Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-05-13T10:46:28.980Z] --- PASS: TestResumableRequestReaderWithReadError (0.18s) [2022-05-13T10:46:28.980Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-05-13T10:46:28.980Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-05-13T10:46:28.980Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-05-13T10:46:28.980Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-05-13T10:46:28.980Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-05-13T10:46:28.980Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-05-13T10:46:28.980Z] === RUN TestResumableRequestReader [2022-05-13T10:46:28.980Z] --- PASS: TestResumableRequestReader (0.00s) [2022-05-13T10:46:28.980Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-05-13T10:46:28.980Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-05-13T10:46:28.980Z] PASS [2022-05-13T10:46:28.980Z] coverage: 100.0% of statements [2022-05-13T10:46:28.980Z] ok github.com/docker/docker/registry/resumable 0.261s coverage: 100.0% of statements [2022-05-13T10:46:29.447Z] --- PASS: TestGet (15.02s) [2022-05-13T10:46:29.447Z] === RUN TestPluginWithNoManifest [2022-05-13T10:46:29.447Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-05-13T10:46:29.447Z] === RUN TestGetAll [2022-05-13T10:46:29.447Z] --- PASS: TestGetAll (0.00s) [2022-05-13T10:46:29.447Z] PASS [2022-05-13T10:46:29.447Z] coverage: 73.2% of statements [2022-05-13T10:46:29.447Z] === RUN TestRestartManagerTimeout [2022-05-13T10:46:29.447Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-05-13T10:46:29.447Z] === RUN TestRestartManagerTimeoutReset [2022-05-13T10:46:29.447Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-05-13T10:46:29.447Z] PASS [2022-05-13T10:46:29.447Z] coverage: 50.9% of statements [2022-05-13T10:46:29.447Z] ok github.com/docker/docker/pkg/plugins 35.980s coverage: 73.2% of statements [2022-05-13T10:46:29.447Z] ok github.com/docker/docker/restartmanager 0.038s coverage: 50.9% of statements [2022-05-13T10:46:29.915Z] === RUN TestDecodeContainerConfig [2022-05-13T10:46:29.915Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-05-13T10:46:29.915Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-05-13T10:46:29.915Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-05-13T10:46:29.915Z] === RUN TestDecodeContainerConfigIsolation [2022-05-13T10:46:29.915Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-05-13T10:46:29.915Z] === RUN TestValidatePrivileged [2022-05-13T10:46:29.915Z] --- PASS: TestValidatePrivileged (0.00s) [2022-05-13T10:46:29.915Z] PASS [2022-05-13T10:46:29.915Z] coverage: 52.4% of statements [2022-05-13T10:46:29.915Z] ok github.com/docker/docker/runconfig 0.047s coverage: 52.4% of statements [2022-05-13T10:46:30.251Z] --- PASS: TestServicePlugin (32.39s) [2022-05-13T10:46:30.251Z] === RUN TestServiceUpdateLabel [2022-05-13T10:46:30.251Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-05-13T10:46:30.382Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-05-13T10:46:30.382Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-05-13T10:46:30.382Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-05-13T10:46:30.382Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-05-13T10:46:30.382Z] PASS [2022-05-13T10:46:30.382Z] coverage: 62.5% of statements [2022-05-13T10:46:30.382Z] ok github.com/docker/docker/testutil 0.045s coverage: 62.5% of statements [2022-05-13T10:46:31.186Z] docker_api_swarm_test.go:384: [d4cbe73431f04] joining swarm manager [d7a38e795d935]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:46:31.753Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-13T10:46:32.596Z] === RUN TestGetDriver [2022-05-13T10:46:32.596Z] --- PASS: TestGetDriver (0.00s) [2022-05-13T10:46:32.596Z] === RUN TestVolumeRequestError [2022-05-13T10:46:32.596Z] --- PASS: TestVolumeRequestError (0.01s) [2022-05-13T10:46:32.596Z] PASS [2022-05-13T10:46:32.596Z] coverage: 36.1% of statements [2022-05-13T10:46:32.596Z] === RUN TestGetAddress [2022-05-13T10:46:32.596Z] --- PASS: TestGetAddress (0.00s) [2022-05-13T10:46:32.596Z] === RUN TestRemove [2022-05-13T10:46:32.596Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-13T10:46:32.596Z] --- SKIP: TestRemove (0.00s) [2022-05-13T10:46:32.596Z] === RUN TestInitializeWithVolumes [2022-05-13T10:46:32.596Z] ok github.com/docker/docker/volume/drivers 0.065s coverage: 36.1% of statements [2022-05-13T10:46:32.596Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-05-13T10:46:32.596Z] === RUN TestCreate [2022-05-13T10:46:32.596Z] --- PASS: TestCreate (0.01s) [2022-05-13T10:46:32.596Z] === RUN TestValidateName [2022-05-13T10:46:32.596Z] --- PASS: TestValidateName (0.00s) [2022-05-13T10:46:32.596Z] === RUN TestCreateWithOpts [2022-05-13T10:46:32.596Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-13T10:46:32.596Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-05-13T10:46:32.596Z] === RUN TestRelaodNoOpts [2022-05-13T10:46:32.596Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-05-13T10:46:32.596Z] PASS [2022-05-13T10:46:32.596Z] coverage: 41.5% of statements [2022-05-13T10:46:32.596Z] ok github.com/docker/docker/volume/local 0.096s coverage: 41.5% of statements [2022-05-13T10:46:32.688Z] docker_api_swarm_test.go:385: [d40f3da86fe79] joining swarm manager [d7a38e795d935]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:46:33.063Z] === RUN TestLCOWParseMountRaw [2022-05-13T10:46:33.063Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-05-13T10:46:33.063Z] === RUN TestLCOWParseMountRawSplit [2022-05-13T10:46:33.063Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-05-13T10:46:33.063Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-05-13T10:46:33.063Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-05-13T10:46:33.063Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-05-13T10:46:33.063Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-05-13T10:46:33.063Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-05-13T10:46:33.063Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-05-13T10:46:33.063Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-05-13T10:46:33.063Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-05-13T10:46:33.063Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-05-13T10:46:33.063Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-05-13T10:46:33.063Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-05-13T10:46:33.063Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-13T10:46:33.063Z] === RUN TestLinuxParseMountRaw [2022-05-13T10:46:33.063Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-05-13T10:46:33.063Z] === RUN TestLinuxParseMountRawSplit [2022-05-13T10:46:33.063Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-05-13T10:46:33.063Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-05-13T10:46:33.063Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-05-13T10:46:33.063Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-05-13T10:46:33.063Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-05-13T10:46:33.063Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-05-13T10:46:33.063Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-05-13T10:46:33.063Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-05-13T10:46:33.063Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-05-13T10:46:33.063Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-05-13T10:46:33.063Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-05-13T10:46:33.063Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-05-13T10:46:33.063Z] === RUN TestConvertTmpfsOptions [2022-05-13T10:46:33.063Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-05-13T10:46:33.063Z] linux_parser_test.go:209: data="ro" [2022-05-13T10:46:33.063Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-05-13T10:46:33.063Z] === RUN TestParseMountSpec [2022-05-13T10:46:33.063Z] parser_test.go:62: case 0 [2022-05-13T10:46:33.063Z] parser_test.go:62: case 1 [2022-05-13T10:46:33.063Z] parser_test.go:62: case 2 [2022-05-13T10:46:33.063Z] parser_test.go:62: case 3 [2022-05-13T10:46:33.063Z] parser_test.go:62: case 4 [2022-05-13T10:46:33.063Z] parser_test.go:62: case 5 [2022-05-13T10:46:33.063Z] --- PASS: TestParseMountSpec (0.00s) [2022-05-13T10:46:33.063Z] === RUN TestValidateMount [2022-05-13T10:46:33.063Z] --- PASS: TestValidateMount (0.00s) [2022-05-13T10:46:33.063Z] === RUN TestWindowsParseMountRaw [2022-05-13T10:46:33.063Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-05-13T10:46:33.063Z] === RUN TestWindowsParseMountRawSplit [2022-05-13T10:46:33.063Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-05-13T10:46:33.063Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-05-13T10:46:33.063Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-05-13T10:46:33.063Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-05-13T10:46:33.063Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-05-13T10:46:33.063Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-05-13T10:46:33.063Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-05-13T10:46:33.063Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-05-13T10:46:33.063Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-05-13T10:46:33.063Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-05-13T10:46:33.063Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-05-13T10:46:33.063Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-05-13T10:46:33.063Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-05-13T10:46:33.063Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-05-13T10:46:33.063Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-05-13T10:46:33.064Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-05-13T10:46:33.064Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-05-13T10:46:33.064Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-05-13T10:46:33.064Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-13T10:46:33.064Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-05-13T10:46:33.064Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-13T10:46:33.064Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-05-13T10:46:33.064Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-05-13T10:46:33.064Z] PASS [2022-05-13T10:46:33.064Z] coverage: 67.6% of statements [2022-05-13T10:46:33.064Z] ok github.com/docker/docker/volume/mounts 0.057s coverage: 67.6% of statements [2022-05-13T10:46:33.255Z] --- PASS: TestServiceUpdateLabel (3.14s) [2022-05-13T10:46:33.255Z] === RUN TestServiceUpdateSecrets [2022-05-13T10:46:34.628Z] === RUN TestSetGetMeta [2022-05-13T10:46:34.628Z] === PAUSE TestSetGetMeta [2022-05-13T10:46:34.629Z] === RUN TestRestore [2022-05-13T10:46:34.629Z] === PAUSE TestRestore [2022-05-13T10:46:34.629Z] === RUN TestServiceCreate [2022-05-13T10:46:34.629Z] === PAUSE TestServiceCreate [2022-05-13T10:46:34.629Z] === RUN TestServiceList [2022-05-13T10:46:34.629Z] === PAUSE TestServiceList [2022-05-13T10:46:34.629Z] === RUN TestServiceRemove [2022-05-13T10:46:34.629Z] === PAUSE TestServiceRemove [2022-05-13T10:46:34.629Z] === RUN TestServiceGet [2022-05-13T10:46:34.629Z] === PAUSE TestServiceGet [2022-05-13T10:46:34.629Z] === RUN TestServicePrune [2022-05-13T10:46:34.629Z] === PAUSE TestServicePrune [2022-05-13T10:46:34.629Z] === RUN TestCreate [2022-05-13T10:46:34.629Z] === PAUSE TestCreate [2022-05-13T10:46:34.629Z] === RUN TestRemove [2022-05-13T10:46:34.629Z] === PAUSE TestRemove [2022-05-13T10:46:34.629Z] === RUN TestList [2022-05-13T10:46:34.629Z] === PAUSE TestList [2022-05-13T10:46:34.629Z] === RUN TestFindByDriver [2022-05-13T10:46:34.629Z] === PAUSE TestFindByDriver [2022-05-13T10:46:34.629Z] === RUN TestFindByReferenced [2022-05-13T10:46:34.629Z] === PAUSE TestFindByReferenced [2022-05-13T10:46:34.629Z] === RUN TestDerefMultipleOfSameRef [2022-05-13T10:46:34.629Z] === PAUSE TestDerefMultipleOfSameRef [2022-05-13T10:46:34.629Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-13T10:46:34.629Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-13T10:46:34.629Z] === RUN TestDefererencePluginOnCreateError [2022-05-13T10:46:34.629Z] === PAUSE TestDefererencePluginOnCreateError [2022-05-13T10:46:34.629Z] === RUN TestRefDerefRemove [2022-05-13T10:46:34.629Z] === PAUSE TestRefDerefRemove [2022-05-13T10:46:34.629Z] === RUN TestGet [2022-05-13T10:46:34.629Z] === PAUSE TestGet [2022-05-13T10:46:34.629Z] === RUN TestGetWithReference [2022-05-13T10:46:34.629Z] === PAUSE TestGetWithReference [2022-05-13T10:46:34.629Z] === RUN TestFilterFunc [2022-05-13T10:46:34.629Z] === RUN TestFilterFunc/test_nil_list [2022-05-13T10:46:34.629Z] === PAUSE TestFilterFunc/test_nil_list [2022-05-13T10:46:34.629Z] === RUN TestFilterFunc/test_empty_list [2022-05-13T10:46:34.629Z] === PAUSE TestFilterFunc/test_empty_list [2022-05-13T10:46:34.629Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-05-13T10:46:34.629Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-05-13T10:46:34.629Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-13T10:46:34.629Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-13T10:46:34.629Z] === RUN TestFilterFunc/test_filter_some [2022-05-13T10:46:34.629Z] === PAUSE TestFilterFunc/test_filter_some [2022-05-13T10:46:34.629Z] === RUN TestFilterFunc/test_filter_middle [2022-05-13T10:46:34.629Z] === PAUSE TestFilterFunc/test_filter_middle [2022-05-13T10:46:34.629Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-05-13T10:46:34.629Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-05-13T10:46:34.629Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-05-13T10:46:34.629Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-05-13T10:46:34.629Z] === CONT TestFilterFunc/test_nil_list [2022-05-13T10:46:34.629Z] === CONT TestFilterFunc/test_filter_some [2022-05-13T10:46:34.629Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-13T10:46:34.629Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-05-13T10:46:34.629Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-05-13T10:46:34.629Z] === CONT TestFilterFunc/test_filter_middle [2022-05-13T10:46:34.629Z] === CONT TestFilterFunc/test_empty_list [2022-05-13T10:46:34.629Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-05-13T10:46:34.629Z] --- PASS: TestFilterFunc (0.00s) [2022-05-13T10:46:34.629Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-05-13T10:46:34.629Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-05-13T10:46:34.629Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-05-13T10:46:34.629Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-05-13T10:46:34.629Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-05-13T10:46:34.629Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-05-13T10:46:34.629Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-05-13T10:46:34.629Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-05-13T10:46:34.629Z] === CONT TestSetGetMeta [2022-05-13T10:46:34.629Z] === CONT TestList [2022-05-13T10:46:34.629Z] === CONT TestDefererencePluginOnCreateError [2022-05-13T10:46:34.629Z] === CONT TestServiceGet [2022-05-13T10:46:34.629Z] --- PASS: TestSetGetMeta (0.02s) [2022-05-13T10:46:34.629Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-13T10:46:34.629Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-05-13T10:46:34.629Z] === CONT TestDerefMultipleOfSameRef [2022-05-13T10:46:34.629Z] --- PASS: TestList (0.04s) [2022-05-13T10:46:34.629Z] === CONT TestFindByReferenced [2022-05-13T10:46:34.629Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-05-13T10:46:34.629Z] === CONT TestFindByDriver [2022-05-13T10:46:34.629Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-05-13T10:46:34.629Z] === CONT TestRemove [2022-05-13T10:46:34.629Z] --- PASS: TestFindByReferenced (0.02s) [2022-05-13T10:46:34.629Z] === CONT TestCreate [2022-05-13T10:46:34.629Z] --- PASS: TestFindByDriver (0.03s) [2022-05-13T10:46:34.629Z] === CONT TestServicePrune [2022-05-13T10:46:34.629Z] --- PASS: TestCreate (0.02s) [2022-05-13T10:46:34.629Z] === CONT TestServiceList [2022-05-13T10:46:34.629Z] --- PASS: TestRemove (0.02s) [2022-05-13T10:46:34.629Z] === CONT TestServiceRemove [2022-05-13T10:46:34.629Z] time="2022-05-13T10:46:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-13T10:46:34.629Z] --- PASS: TestServiceGet (0.21s) [2022-05-13T10:46:34.629Z] === CONT TestGet [2022-05-13T10:46:34.629Z] --- PASS: TestServiceRemove (0.13s) [2022-05-13T10:46:34.629Z] === CONT TestGetWithReference [2022-05-13T10:46:34.629Z] --- PASS: TestServiceList (0.14s) [2022-05-13T10:46:34.629Z] === CONT TestServiceCreate [2022-05-13T10:46:34.629Z] time="2022-05-13T10:46:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-13T10:46:34.629Z] time="2022-05-13T10:46:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-13T10:46:34.629Z] --- PASS: TestGet (0.02s) [2022-05-13T10:46:34.629Z] === CONT TestRestore [2022-05-13T10:46:34.629Z] time="2022-05-13T10:46:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-05-13T10:46:34.629Z] --- PASS: TestGetWithReference (0.02s) [2022-05-13T10:46:34.629Z] === CONT TestRefDerefRemove [2022-05-13T10:46:34.629Z] time="2022-05-13T10:46:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-13T10:46:34.629Z] --- PASS: TestServiceCreate (0.02s) [2022-05-13T10:46:34.629Z] --- PASS: TestServicePrune (0.17s) [2022-05-13T10:46:34.629Z] --- PASS: TestRefDerefRemove (0.02s) [2022-05-13T10:46:34.629Z] --- PASS: TestRestore (0.02s) [2022-05-13T10:46:34.629Z] PASS [2022-05-13T10:46:34.629Z] coverage: 69.0% of statements [2022-05-13T10:46:34.629Z] ok github.com/docker/docker/volume/service 0.304s coverage: 69.0% of statements [2022-05-13T10:46:34.641Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-05-13T10:46:36.955Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-05-13T10:46:36.955Z] === RUN TestInfoDebug [2022-05-13T10:46:36.955Z] --- PASS: TestInfoDebug (0.52s) [2022-05-13T10:46:36.955Z] === RUN TestInfoInsecureRegistries [2022-05-13T10:46:36.955Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-05-13T10:46:36.955Z] === RUN TestInfoRegistryMirrors [2022-05-13T10:46:36.955Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-05-13T10:46:36.955Z] === RUN TestLoginFailsWithBadCredentials [2022-05-13T10:46:37.172Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-13T10:46:37.213Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-05-13T10:46:37.213Z] === RUN TestPingCacheHeaders [2022-05-13T10:46:37.213Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-05-13T10:46:37.213Z] === RUN TestPingGet [2022-05-13T10:46:37.213Z] --- PASS: TestPingGet (0.01s) [2022-05-13T10:46:37.213Z] === RUN TestPingHead [2022-05-13T10:46:37.213Z] --- PASS: TestPingHead (0.02s) [2022-05-13T10:46:37.213Z] === RUN TestPingSwarmHeader [2022-05-13T10:46:37.349Z] --- PASS: TestServiceUpdateSecrets (14.39s) [2022-05-13T10:46:37.349Z] === RUN TestServiceUpdateConfigs [2022-05-13T10:46:37.737Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-13T10:46:37.779Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-13T10:46:38.346Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-13T10:46:38.673Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-13T10:46:39.281Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-13T10:46:39.281Z] --- PASS: TestPingSwarmHeader (2.03s) [2022-05-13T10:46:39.281Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-13T10:46:39.281Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-13T10:46:39.281Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-13T10:46:39.281Z] === RUN TestVersion [2022-05-13T10:46:39.281Z] --- PASS: TestVersion (0.02s) [2022-05-13T10:46:39.281Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-05-13T10:46:39.281Z] === CONT TestDiskUsage [2022-05-13T10:46:39.850Z] === RUN TestDiskUsage/empty [2022-05-13T10:46:39.850Z] === RUN TestDiskUsage/empty/container_types [2022-05-13T10:46:39.850Z] === RUN TestDiskUsage/empty/image_types [2022-05-13T10:46:39.850Z] === RUN TestDiskUsage/empty/volume_types [2022-05-13T10:46:39.850Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-13T10:46:39.850Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-13T10:46:39.850Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-13T10:46:39.850Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-13T10:46:39.850Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-13T10:46:39.850Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-13T10:46:39.850Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-13T10:46:39.850Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-13T10:46:40.109Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-13T10:46:40.109Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-13T10:46:40.109Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-13T10:46:40.109Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-13T10:46:40.109Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-13T10:46:40.109Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-13T10:46:40.109Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-13T10:46:40.109Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-13T10:46:40.109Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-13T10:46:40.109Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-13T10:46:40.109Z] === RUN TestDiskUsage/after_container.Run [2022-05-13T10:46:40.680Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-13T10:46:40.680Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-13T10:46:40.680Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-13T10:46:40.680Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-13T10:46:40.680Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-13T10:46:40.680Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-13T10:46:40.680Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-13T10:46:40.680Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-13T10:46:40.680Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-13T10:46:40.680Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage (1.55s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.31s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.01s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_container.Run (0.52s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-05-13T10:46:40.680Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-05-13T10:46:40.680Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.56s) [2022-05-13T10:46:40.680Z] PASS [2022-05-13T10:46:40.680Z] [2022-05-13T10:46:40.680Z] DONE 54 tests in 22.611s [2022-05-13T10:46:40.680Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-13T10:46:40.680Z] INFO: Testing against a local daemon [2022-05-13T10:46:40.680Z] === RUN TestVolumesCreateAndList [2022-05-13T10:46:40.938Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-13T10:46:40.938Z] === RUN TestVolumesRemove [2022-05-13T10:46:40.938Z] --- PASS: TestVolumesRemove (0.11s) [2022-05-13T10:46:40.938Z] === RUN TestVolumesInspect [2022-05-13T10:46:40.938Z] --- PASS: TestVolumesInspect (0.02s) [2022-05-13T10:46:40.938Z] === RUN TestVolumesInvalidJSON [2022-05-13T10:46:40.938Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-13T10:46:40.938Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-13T10:46:40.938Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-13T10:46:40.938Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-13T10:46:40.938Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-13T10:46:40.938Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-13T10:46:40.938Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-13T10:46:40.938Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-13T10:46:40.938Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-13T10:46:40.938Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-13T10:46:40.938Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-13T10:46:40.938Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-13T10:46:40.938Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-13T10:46:40.938Z] PASS [2022-05-13T10:46:40.938Z] [2022-05-13T10:46:40.938Z] DONE 9 tests in 0.187s [2022-05-13T10:46:40.938Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-13T10:46:42.839Z] Stopping apparmor (via systemctl): apparmor.service. [2022-05-13T10:46:42.839Z] Removing test suite binaries [2022-05-13T10:46:42.839Z] exiting test-integration [2022-05-13T10:46:42.839Z] ++ exit 0 [2022-05-13T10:46:42.839Z] [2022-05-13T10:46:43.930Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-13T10:46:44.188Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-13T10:46:45.120Z] === RUN TestDockerSuite/TestEventsFilterLabels Post stage [Pipeline] junit [2022-05-13T10:46:45.380Z] Recording test results [2022-05-13T10:46:46.052Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-05-13T10:46:46.310Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-13T10:46:46.568Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-05-13T10:46:46.826Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-05-13T10:46:46.826Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-13T10:46:46.992Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-13T10:46:47.331Z] + echo Ensuring container killed. [2022-05-13T10:46:47.331Z] Ensuring container killed. [2022-05-13T10:46:47.331Z] + docker rm -vf docker-pr3 [2022-05-13T10:46:47.331Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-05-13T10:46:47.622Z] + echo Chowning /workspace to jenkins user [2022-05-13T10:46:47.623Z] Chowning /workspace to jenkins user [2022-05-13T10:46:47.623Z] + id -u [2022-05-13T10:46:47.623Z] + id -g [2022-05-13T10:46:47.623Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43269:/workspace busybox chown -R 1000:1000 /workspace [2022-05-13T10:46:47.759Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-13T10:46:48.018Z] --- PASS: TestServiceUpdateSecrets (14.90s) [2022-05-13T10:46:48.018Z] === RUN TestServiceUpdateConfigs [2022-05-13T10:46:48.955Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-13T10:46:48.955Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-13T10:46:48.955Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-13T10:46:49.520Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-13T10:46:49.778Z] === RUN TestDockerSuite/TestEventsImagePull [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-13T10:46:50.461Z] + bundleName=amd64-cgroup2 [2022-05-13T10:46:50.461Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-05-13T10:46:50.461Z] Creating amd64-cgroup2-bundles.tar.gz [2022-05-13T10:46:50.461Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-05-13T10:46:50.461Z] + 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-13T10:46:50.716Z] === RUN TestDockerSuite/TestEventsImageTag [Pipeline] archiveArtifacts [2022-05-13T10:46:50.737Z] Archiving artifacts [2022-05-13T10:46:51.652Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-05-13T10:46:51.910Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-05-13T10:46:51.910Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-05-13T10:46:51.910Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-05-13T10:46:51.910Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-05-13T10:46:51.910Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-13T10:46:52.235Z] --- PASS: TestServiceUpdateConfigs (14.30s) [2022-05-13T10:46:52.235Z] === RUN TestServiceUpdateNetwork [2022-05-13T10:46:52.362Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43269/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-13T10:46:52.686Z] + make clean [2022-05-13T10:46:52.686Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-13T10:46:52.944Z] docker-dev-cache [2022-05-13T10:46:52.944Z] docker-mod-cache [Pipeline] deleteDir [2022-05-13T10:46:53.807Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-05-13T10:46:54.374Z] === RUN TestDockerSuite/TestEventsRename [2022-05-13T10:46:54.941Z] === RUN TestDockerSuite/TestEventsResize [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-13T10:46:55.507Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-13T10:46:55.839Z] 2022/05/13 10:46:54 Closing DB instances... [2022-05-13T10:46:56.312Z] --- PASS: TestNetworkDBGarbageCollection (54.05s) [2022-05-13T10:46:56.312Z] === RUN TestFindNode [2022-05-13T10:46:56.312Z] 2022/05/13 10:46:56 Closing DB instances... [2022-05-13T10:46:56.312Z] --- PASS: TestFindNode (0.02s) [2022-05-13T10:46:56.312Z] === RUN TestChangeNodeState [2022-05-13T10:46:56.312Z] 2022/05/13 10:46:56 Closing DB instances... [2022-05-13T10:46:56.312Z] --- PASS: TestChangeNodeState (0.03s) [2022-05-13T10:46:56.312Z] === RUN TestNodeReincarnation [2022-05-13T10:46:56.312Z] 2022/05/13 10:46:56 Closing DB instances... [2022-05-13T10:47:00.836Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-13T10:47:01.403Z] === RUN TestDockerSuite/TestEventsStreaming [2022-05-13T10:47:01.967Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-13T10:47:02.169Z] time="2022-05-13T10:47:01Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-05-13T10:47:02.169Z] --- PASS: TestNodeReincarnation (5.02s) [2022-05-13T10:47:02.169Z] === RUN TestParallelCreate [2022-05-13T10:47:02.169Z] 2022/05/13 10:47:01 Closing DB instances... [2022-05-13T10:47:02.169Z] --- PASS: TestParallelCreate (0.02s) [2022-05-13T10:47:02.169Z] === RUN TestParallelDelete [2022-05-13T10:47:02.169Z] 2022/05/13 10:47:01 Closing DB instances... [2022-05-13T10:47:02.169Z] --- PASS: TestParallelDelete (0.02s) [2022-05-13T10:47:02.169Z] === RUN TestNetworkDBIslands [2022-05-13T10:47:02.169Z] time="2022-05-13T10:47:01Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:d82438d7c953 with config:&{NodeID:d82438d7c953 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-13T10:47:02.169Z] time="2022-05-13T10:47:01Z" level=info msg="Node d82438d7c953/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:02.169Z] time="2022-05-13T10:47:01Z" level=info msg="Node d82438d7c953/172.20.233.82, added to nodes list" [2022-05-13T10:47:02.169Z] time="2022-05-13T10:47:01Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:8e2b8fa2b269 with config:&{NodeID:8e2b8fa2b269 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-13T10:47:02.169Z] time="2022-05-13T10:47:01Z" level=info msg="Node 8e2b8fa2b269/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:02.169Z] time="2022-05-13T10:47:01Z" level=info msg="Node 8e2b8fa2b269/172.20.233.82, added to nodes list" [2022-05-13T10:47:02.169Z] time="2022-05-13T10:47:01Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-05-13T10:47:02.169Z] time="2022-05-13T10:47:01Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-05-13T10:47:02.169Z] time="2022-05-13T10:47:01Z" level=debug msg="memberlist: Stream connection from=[::1]:49358" [2022-05-13T10:47:02.169Z] time="2022-05-13T10:47:01Z" level=info msg="Node 8e2b8fa2b269/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:02.169Z] time="2022-05-13T10:47:01Z" level=info msg="Node 8e2b8fa2b269/172.20.233.82, added to nodes list" [2022-05-13T10:47:02.169Z] time="2022-05-13T10:47:01Z" level=info msg="Node d82438d7c953/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:02.169Z] time="2022-05-13T10:47:01Z" level=info msg="Node d82438d7c953/172.20.233.82, added to nodes list" [2022-05-13T10:47:02.169Z] time="2022-05-13T10:47:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-05-13T10:47:02.169Z] time="2022-05-13T10:47:01Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49359" [2022-05-13T10:47:02.169Z] time="2022-05-13T10:47:02Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:3e26fcd94475 with config:&{NodeID:3e26fcd94475 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-13T10:47:02.468Z] === RUN TestBoolValue [2022-05-13T10:47:02.468Z] --- PASS: TestBoolValue (0.00s) [2022-05-13T10:47:02.468Z] === RUN TestBoolValueOrDefault [2022-05-13T10:47:02.468Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-05-13T10:47:02.468Z] === RUN TestInt64ValueOrZero [2022-05-13T10:47:02.468Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-05-13T10:47:02.468Z] === RUN TestInt64ValueOrDefault [2022-05-13T10:47:02.468Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-05-13T10:47:02.468Z] === RUN TestInt64ValueOrDefaultWithError [2022-05-13T10:47:02.468Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-05-13T10:47:02.468Z] === RUN TestJsonContentType [2022-05-13T10:47:02.468Z] --- PASS: TestJsonContentType (0.00s) [2022-05-13T10:47:02.468Z] === RUN TestReadJSON [2022-05-13T10:47:02.468Z] === RUN TestReadJSON/nil_body [2022-05-13T10:47:02.468Z] === RUN TestReadJSON/empty_body [2022-05-13T10:47:02.468Z] === RUN TestReadJSON/with_valid_request [2022-05-13T10:47:02.468Z] === RUN TestReadJSON/with_whitespace [2022-05-13T10:47:02.468Z] === RUN TestReadJSON/with_extra_content [2022-05-13T10:47:02.468Z] === RUN TestReadJSON/invalid_JSON [2022-05-13T10:47:02.468Z] --- PASS: TestReadJSON (0.00s) [2022-05-13T10:47:02.468Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-05-13T10:47:02.468Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-05-13T10:47:02.468Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-05-13T10:47:02.468Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-05-13T10:47:02.468Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-05-13T10:47:02.468Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-05-13T10:47:02.468Z] PASS [2022-05-13T10:47:02.468Z] coverage: 31.9% of statements [2022-05-13T10:47:02.468Z] ok github.com/docker/docker/api/server/httputils 0.052s coverage: 31.9% of statements [2022-05-13T10:47:02.468Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-13T10:47:02.468Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-13T10:47:02.468Z] === RUN TestMaskSecretKeys [2022-05-13T10:47:02.468Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-05-13T10:47:02.468Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-05-13T10:47:02.468Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-05-13T10:47:02.468Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-05-13T10:47:02.468Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-05-13T10:47:02.468Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-05-13T10:47:02.468Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-05-13T10:47:02.468Z] === RUN TestVersionMiddlewareVersion [2022-05-13T10:47:02.468Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-05-13T10:47:02.468Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-05-13T10:47:02.468Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-05-13T10:47:02.468Z] PASS [2022-05-13T10:47:02.468Z] coverage: 37.7% of statements [2022-05-13T10:47:02.468Z] ok github.com/docker/docker/api/server/middleware 0.093s coverage: 37.7% of statements [2022-05-13T10:47:02.468Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-13T10:47:02.468Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-13T10:47:02.468Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-13T10:47:02.468Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-13T10:47:02.468Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-13T10:47:02.469Z] === RUN TestToJSON [2022-05-13T10:47:02.469Z] --- PASS: TestToJSON (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestToParamWithVersion [2022-05-13T10:47:02.469Z] --- PASS: TestToParamWithVersion (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestFromJSON [2022-05-13T10:47:02.469Z] --- PASS: TestFromJSON (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestEmpty [2022-05-13T10:47:02.469Z] --- PASS: TestEmpty (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestArgsMatchKVListEmptySources [2022-05-13T10:47:02.469Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestArgsMatchKVList [2022-05-13T10:47:02.469Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestArgsMatch [2022-05-13T10:47:02.469Z] --- PASS: TestArgsMatch (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestAdd [2022-05-13T10:47:02.469Z] --- PASS: TestAdd (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestDel [2022-05-13T10:47:02.469Z] --- PASS: TestDel (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestLen [2022-05-13T10:47:02.469Z] --- PASS: TestLen (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestExactMatch [2022-05-13T10:47:02.469Z] --- PASS: TestExactMatch (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestOnlyOneExactMatch [2022-05-13T10:47:02.469Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestContains [2022-05-13T10:47:02.469Z] --- PASS: TestContains (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestValidate [2022-05-13T10:47:02.469Z] --- PASS: TestValidate (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestWalkValues [2022-05-13T10:47:02.469Z] --- PASS: TestWalkValues (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestFuzzyMatch [2022-05-13T10:47:02.469Z] --- PASS: TestFuzzyMatch (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestClone [2022-05-13T10:47:02.469Z] --- PASS: TestClone (0.00s) [2022-05-13T10:47:02.469Z] PASS [2022-05-13T10:47:02.469Z] coverage: 92.2% of statements [2022-05-13T10:47:02.469Z] ok github.com/docker/docker/api/types/filters 0.050s coverage: 92.2% of statements [2022-05-13T10:47:02.469Z] === RUN TestStrSliceMarshalJSON [2022-05-13T10:47:02.469Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestStrSliceUnmarshalJSON [2022-05-13T10:47:02.469Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestStrSliceUnmarshalString [2022-05-13T10:47:02.469Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestStrSliceUnmarshalSlice [2022-05-13T10:47:02.469Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-05-13T10:47:02.469Z] PASS [2022-05-13T10:47:02.469Z] coverage: 90.0% of statements [2022-05-13T10:47:02.469Z] ok github.com/docker/docker/api/types/strslice 0.051s coverage: 90.0% of statements [2022-05-13T10:47:02.469Z] === RUN TestAdjustForAPIVersion [2022-05-13T10:47:02.469Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-05-13T10:47:02.469Z] PASS [2022-05-13T10:47:02.469Z] coverage: 6.0% of statements [2022-05-13T10:47:02.469Z] ok github.com/docker/docker/api/server/router/swarm 0.046s coverage: 6.0% of statements [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-13T10:47:02.469Z] === RUN TestGetVolumeByNameNotFoundNoSwarm [2022-05-13T10:47:02.469Z] --- PASS: TestGetVolumeByNameNotFoundNoSwarm (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestGetVolumeByNameNotFoundNotManager [2022-05-13T10:47:02.469Z] --- PASS: TestGetVolumeByNameNotFoundNotManager (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestGetVolumeByNameNotFound [2022-05-13T10:47:02.469Z] --- PASS: TestGetVolumeByNameNotFound (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestGetVolumeByNameFoundRegular [2022-05-13T10:47:02.469Z] --- PASS: TestGetVolumeByNameFoundRegular (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestGetVolumeByNameFoundSwarm [2022-05-13T10:47:02.469Z] --- PASS: TestGetVolumeByNameFoundSwarm (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestListVolumes [2022-05-13T10:47:02.469Z] --- PASS: TestListVolumes (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestListVolumesNoSwarm [2022-05-13T10:47:02.469Z] --- PASS: TestListVolumesNoSwarm (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestListVolumesNoManager [2022-05-13T10:47:02.469Z] --- PASS: TestListVolumesNoManager (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestCreateRegularVolume [2022-05-13T10:47:02.469Z] --- PASS: TestCreateRegularVolume (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestCreateSwarmVolumeNoSwarm [2022-05-13T10:47:02.469Z] --- PASS: TestCreateSwarmVolumeNoSwarm (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestCreateSwarmVolumeNotManager [2022-05-13T10:47:02.469Z] --- PASS: TestCreateSwarmVolumeNotManager (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestCreateVolumeCluster [2022-05-13T10:47:02.469Z] --- PASS: TestCreateVolumeCluster (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestUpdateVolume [2022-05-13T10:47:02.469Z] --- PASS: TestUpdateVolume (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestUpdateVolumeNoSwarm [2022-05-13T10:47:02.469Z] --- PASS: TestUpdateVolumeNoSwarm (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestUpdateVolumeNotFound [2022-05-13T10:47:02.469Z] --- PASS: TestUpdateVolumeNotFound (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestVolumeRemove [2022-05-13T10:47:02.469Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestVolumeRemoveSwarm [2022-05-13T10:47:02.469Z] --- PASS: TestVolumeRemoveSwarm (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestVolumeRemoveNotFoundNoSwarm [2022-05-13T10:47:02.469Z] --- PASS: TestVolumeRemoveNotFoundNoSwarm (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestVolumeRemoveNotFoundNoManager [2022-05-13T10:47:02.469Z] --- PASS: TestVolumeRemoveNotFoundNoManager (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestVolumeRemoveFoundNoSwarm [2022-05-13T10:47:02.469Z] --- PASS: TestVolumeRemoveFoundNoSwarm (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestVolumeRemoveNoSwarmInUse [2022-05-13T10:47:02.469Z] --- PASS: TestVolumeRemoveNoSwarmInUse (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestVolumeRemoveSwarmForce [2022-05-13T10:47:02.469Z] --- PASS: TestVolumeRemoveSwarmForce (0.00s) [2022-05-13T10:47:02.469Z] PASS [2022-05-13T10:47:02.469Z] coverage: 67.9% of statements [2022-05-13T10:47:02.469Z] ok github.com/docker/docker/api/server/router/volume 0.053s coverage: 67.9% of statements [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/types [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-13T10:47:02.469Z] === RUN TestCompareVersion [2022-05-13T10:47:02.469Z] --- PASS: TestCompareVersion (0.00s) [2022-05-13T10:47:02.469Z] PASS [2022-05-13T10:47:02.469Z] coverage: 77.3% of statements [2022-05-13T10:47:02.469Z] ok github.com/docker/docker/api/types/versions 0.042s coverage: 77.3% of statements [2022-05-13T10:47:02.469Z] === RUN TestGetTimestamp [2022-05-13T10:47:02.469Z] --- PASS: TestGetTimestamp (0.18s) [2022-05-13T10:47:02.469Z] === RUN TestParseTimestamps [2022-05-13T10:47:02.469Z] --- PASS: TestParseTimestamps (0.00s) [2022-05-13T10:47:02.469Z] PASS [2022-05-13T10:47:02.469Z] coverage: 100.0% of statements [2022-05-13T10:47:02.469Z] ok github.com/docker/docker/api/types/time 0.226s coverage: 100.0% of statements [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/builder [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-13T10:47:02.469Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-13T10:47:02.469Z] === RUN TestIsGIT [2022-05-13T10:47:02.469Z] --- PASS: TestIsGIT (0.00s) [2022-05-13T10:47:02.469Z] PASS [2022-05-13T10:47:02.469Z] coverage: 100.0% of statements [2022-05-13T10:47:02.469Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.041s coverage: 100.0% of statements [2022-05-13T10:47:02.469Z] === RUN TestParseRemoteURL [2022-05-13T10:47:02.469Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-05-13T10:47:02.469Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-05-13T10:47:02.469Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-05-13T10:47:02.469Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-05-13T10:47:02.469Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-05-13T10:47:02.469Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-05-13T10:47:02.469Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-05-13T10:47:02.469Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-05-13T10:47:02.469Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-05-13T10:47:02.469Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-05-13T10:47:02.469Z] --- PASS: TestParseRemoteURL (0.00s) [2022-05-13T10:47:02.469Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-05-13T10:47:02.469Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-05-13T10:47:02.469Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-05-13T10:47:02.469Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-05-13T10:47:02.469Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-05-13T10:47:02.469Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-05-13T10:47:02.469Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-05-13T10:47:02.469Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-05-13T10:47:02.469Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-05-13T10:47:02.469Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestCloneArgsSmartHttp [2022-05-13T10:47:02.469Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-05-13T10:47:02.469Z] === RUN TestCloneArgsDumbHttp [2022-05-13T10:47:02.469Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestCloneArgsGit [2022-05-13T10:47:02.469Z] --- PASS: TestCloneArgsGit (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestCheckoutGit [2022-05-13T10:47:02.469Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-05-13T10:47:02.469Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestProcessNoDockerignore [2022-05-13T10:47:02.469Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestProcessShouldLeaveAllFiles [2022-05-13T10:47:02.469Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestDetectContentType [2022-05-13T10:47:02.469Z] --- PASS: TestDetectContentType (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestSelectAcceptableMIME [2022-05-13T10:47:02.469Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestInspectEmptyResponse [2022-05-13T10:47:02.469Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestInspectResponseBinary [2022-05-13T10:47:02.469Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestResponseUnsupportedContentType [2022-05-13T10:47:02.469Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestInspectResponseTextSimple [2022-05-13T10:47:02.469Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestInspectResponseEmptyContentType [2022-05-13T10:47:02.469Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestUnknownContentLength [2022-05-13T10:47:02.469Z] --- PASS: TestUnknownContentLength (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestDownloadRemote [2022-05-13T10:47:02.469Z] --- PASS: TestDownloadRemote (0.08s) [2022-05-13T10:47:02.469Z] === RUN TestGetWithStatusError [2022-05-13T10:47:02.469Z] --- PASS: TestGetWithStatusError (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestCloseRootDirectory [2022-05-13T10:47:02.469Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:47:02.469Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestHashFile [2022-05-13T10:47:02.469Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:47:02.469Z] --- SKIP: TestHashFile (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestHashSubdir [2022-05-13T10:47:02.469Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:47:02.469Z] --- SKIP: TestHashSubdir (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestRemoveDirectory [2022-05-13T10:47:02.469Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:47:02.469Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-05-13T10:47:02.469Z] PASS [2022-05-13T10:47:02.469Z] coverage: 9.3% of statements [2022-05-13T10:47:02.469Z] ok github.com/docker/docker/builder/remotecontext 0.286s coverage: 9.3% of statements [2022-05-13T10:47:02.469Z] === RUN TestGetAllAllowed [2022-05-13T10:47:02.469Z] --- PASS: TestGetAllAllowed (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestGetAllMeta [2022-05-13T10:47:02.469Z] --- PASS: TestGetAllMeta (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestWarnOnUnusedBuildArgs [2022-05-13T10:47:02.469Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestIsUnreferencedBuiltin [2022-05-13T10:47:02.469Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestIsExistingDirectory [2022-05-13T10:47:02.469Z] === RUN TestEnable [2022-05-13T10:47:02.469Z] --- PASS: TestEnable (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestDisable [2022-05-13T10:47:02.469Z] --- PASS: TestDisable (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestEnabled [2022-05-13T10:47:02.469Z] --- PASS: TestEnabled (0.00s) [2022-05-13T10:47:02.469Z] PASS [2022-05-13T10:47:02.469Z] coverage: 100.0% of statements [2022-05-13T10:47:02.469Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-05-13T10:47:02.469Z] === RUN TestGetFilenameForDownload [2022-05-13T10:47:02.469Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestEnv2Variables [2022-05-13T10:47:02.469Z] --- PASS: TestEnv2Variables (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-05-13T10:47:02.469Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestMaintainer [2022-05-13T10:47:02.469Z] --- PASS: TestMaintainer (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestLabel [2022-05-13T10:47:02.469Z] --- PASS: TestLabel (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestFromScratch [2022-05-13T10:47:02.469Z] --- PASS: TestFromScratch (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestFromWithArg [2022-05-13T10:47:02.469Z] --- PASS: TestFromWithArg (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-05-13T10:47:02.469Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestFromWithUndefinedArg [2022-05-13T10:47:02.469Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestFromMultiStageWithNamedStage [2022-05-13T10:47:02.469Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestOnbuild [2022-05-13T10:47:02.469Z] --- PASS: TestOnbuild (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestWorkdir [2022-05-13T10:47:02.469Z] --- PASS: TestWorkdir (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestCmd [2022-05-13T10:47:02.469Z] --- PASS: TestCmd (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestHealthcheckNone [2022-05-13T10:47:02.469Z] --- PASS: TestHealthcheckNone (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestHealthcheckCmd [2022-05-13T10:47:02.469Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestEntrypoint [2022-05-13T10:47:02.469Z] --- PASS: TestEntrypoint (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestExpose [2022-05-13T10:47:02.469Z] --- PASS: TestExpose (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestUser [2022-05-13T10:47:02.469Z] --- PASS: TestUser (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestVolume [2022-05-13T10:47:02.469Z] --- PASS: TestVolume (0.00s) [2022-05-13T10:47:02.469Z] ok github.com/docker/docker/cli/debug 0.044s coverage: 100.0% of statements [2022-05-13T10:47:02.469Z] === RUN TestStopSignal [2022-05-13T10:47:02.469Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-13T10:47:02.469Z] --- SKIP: TestStopSignal (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestArg [2022-05-13T10:47:02.469Z] --- PASS: TestArg (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestShell [2022-05-13T10:47:02.469Z] --- PASS: TestShell (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestPrependEnvOnCmd [2022-05-13T10:47:02.469Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestRunWithBuildArgs [2022-05-13T10:47:02.469Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestRunIgnoresHealthcheck [2022-05-13T10:47:02.469Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestDispatchUnsupportedOptions [2022-05-13T10:47:02.469Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-05-13T10:47:02.469Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-05-13T10:47:02.469Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-05-13T10:47:02.469Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-05-13T10:47:02.469Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-05-13T10:47:02.469Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-05-13T10:47:02.469Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestNormalizeWorkdir [2022-05-13T10:47:02.469Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestDispatch [2022-05-13T10:47:02.469Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-05-13T10:47:02.469Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-05-13T10:47:02.469Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-05-13T10:47:02.469Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-05-13T10:47:02.469Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-05-13T10:47:02.469Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-05-13T10:47:02.469Z] === RUN TestDispatch/COPY_url [2022-05-13T10:47:02.469Z] --- PASS: TestDispatch (0.09s) [2022-05-13T10:47:02.469Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.04s) [2022-05-13T10:47:02.469Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-05-13T10:47:02.469Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-05-13T10:47:02.469Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-05-13T10:47:02.469Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.02s) [2022-05-13T10:47:02.469Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-05-13T10:47:02.469Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-05-13T10:47:02.469Z] === RUN TestAddScratchImageAddsToMounts [2022-05-13T10:47:02.469Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-05-13T10:47:02.470Z] === RUN TestAddFromScratchPopulatesPlatform [2022-05-13T10:47:02.470Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-05-13T10:47:02.470Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-05-13T10:47:02.470Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-05-13T10:47:02.470Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-05-13T10:47:02.470Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-05-13T10:47:02.470Z] === RUN TestImageSourceGetAddsToMounts [2022-05-13T10:47:02.470Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-05-13T10:47:02.470Z] === RUN TestEmptyDockerfile [2022-05-13T10:47:02.470Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-05-13T10:47:02.470Z] === RUN TestSymlinkDockerfile [2022-05-13T10:47:02.470Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-05-13T10:47:02.470Z] === RUN TestDockerfileOutsideTheBuildContext [2022-05-13T10:47:02.470Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s) [2022-05-13T10:47:02.470Z] === RUN TestNonExistingDockerfile [2022-05-13T10:47:02.470Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-05-13T10:47:02.470Z] === RUN TestCopyRunConfig [2022-05-13T10:47:02.470Z] --- PASS: TestCopyRunConfig (0.00s) [2022-05-13T10:47:02.470Z] === RUN TestDeepCopyRunConfig [2022-05-13T10:47:02.470Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-05-13T10:47:02.470Z] === RUN TestExportImage [2022-05-13T10:47:02.470Z] --- PASS: TestExportImage (0.00s) [2022-05-13T10:47:02.470Z] === RUN TestNormalizeDest [2022-05-13T10:47:02.470Z] --- PASS: TestNormalizeDest (0.00s) [2022-05-13T10:47:02.470Z] PASS [2022-05-13T10:47:02.470Z] coverage: 46.7% of statements [2022-05-13T10:47:02.470Z] ok github.com/docker/docker/builder/dockerfile 0.301s coverage: 46.7% of statements [2022-05-13T10:47:02.470Z] === RUN TestTCP4Proxy [2022-05-13T10:47:02.470Z] --- PASS: TestTCP4Proxy (0.01s) [2022-05-13T10:47:02.470Z] === RUN TestTCP4ProxyHalfClose [2022-05-13T10:47:02.470Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-05-13T10:47:02.470Z] === RUN TestTCP6Proxy [2022-05-13T10:47:02.470Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-13T10:47:02.470Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-05-13T10:47:02.470Z] === RUN TestTCPDualStackProxy [2022-05-13T10:47:02.470Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-13T10:47:02.470Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-05-13T10:47:02.470Z] === RUN TestUDP4Proxy [2022-05-13T10:47:02.470Z] --- PASS: TestUDP4Proxy (0.00s) [2022-05-13T10:47:02.470Z] === RUN TestUDP6Proxy [2022-05-13T10:47:02.470Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-13T10:47:02.470Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-05-13T10:47:02.470Z] === RUN TestUDPWriteError [2022-05-13T10:47:02.470Z] --- PASS: TestUDPWriteError (0.00s) [2022-05-13T10:47:02.470Z] === RUN TestSCTP4Proxy [2022-05-13T10:47:02.470Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-13T10:47:02.470Z] --- SKIP: TestSCTP4Proxy (0.01s) [2022-05-13T10:47:02.470Z] === RUN TestSCTP6Proxy [2022-05-13T10:47:02.470Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-13T10:47:02.470Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-05-13T10:47:02.470Z] PASS [2022-05-13T10:47:02.470Z] coverage: 49.4% of statements [2022-05-13T10:47:02.470Z] ok github.com/docker/docker/cmd/docker-proxy 0.068s coverage: 49.4% of statements [2022-05-13T10:47:02.636Z] time="2022-05-13T10:47:02Z" level=info msg="Node 3e26fcd94475/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:02.636Z] time="2022-05-13T10:47:02Z" level=info msg="Node 3e26fcd94475/172.20.233.82, added to nodes list" [2022-05-13T10:47:02.636Z] time="2022-05-13T10:47:02Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-05-13T10:47:02.636Z] time="2022-05-13T10:47:02Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-05-13T10:47:02.636Z] time="2022-05-13T10:47:02Z" level=debug msg="memberlist: Stream connection from=[::1]:49360" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="Node 3e26fcd94475/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="Node 3e26fcd94475/172.20.233.82, added to nodes list" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="Node d82438d7c953/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="Node d82438d7c953/172.20.233.82, added to nodes list" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="Node 8e2b8fa2b269/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="Node 8e2b8fa2b269/172.20.233.82, added to nodes list" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49361" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="Node 3e26fcd94475/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="Node 3e26fcd94475/172.20.233.82, added to nodes list" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:9a36bd8bf8bd with config:&{NodeID:9a36bd8bf8bd 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-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="Node 9a36bd8bf8bd/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="Node 9a36bd8bf8bd/172.20.233.82, added to nodes list" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=debug msg="memberlist: Stream connection from=[::1]:49362" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="Node 9a36bd8bf8bd/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="Node 9a36bd8bf8bd/172.20.233.82, added to nodes list" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="Node d82438d7c953/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="Node d82438d7c953/172.20.233.82, added to nodes list" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="Node 8e2b8fa2b269/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="Node 8e2b8fa2b269/172.20.233.82, added to nodes list" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="Node 3e26fcd94475/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=info msg="Node 3e26fcd94475/172.20.233.82, added to nodes list" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49363" [2022-05-13T10:47:02.637Z] time="2022-05-13T10:47:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-05-13T10:47:02.900Z] --- PASS: TestServiceUpdateConfigs (14.75s) [2022-05-13T10:47:02.900Z] === RUN TestServiceUpdateNetwork [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=info msg="Node 9a36bd8bf8bd/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=info msg="Node 9a36bd8bf8bd/172.20.233.82, added to nodes list" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=info msg="Node 9a36bd8bf8bd/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=info msg="Node 9a36bd8bf8bd/172.20.233.82, added to nodes list" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:76c2a07bd33a with config:&{NodeID:76c2a07bd33a 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-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=info msg="Node 76c2a07bd33a/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=info msg="Node 76c2a07bd33a/172.20.233.82, added to nodes list" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=debug msg="memberlist: Stream connection from=[::1]:49364" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=info msg="Node 76c2a07bd33a/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=info msg="Node 76c2a07bd33a/172.20.233.82, added to nodes list" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=info msg="Node 3e26fcd94475/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=info msg="Node 3e26fcd94475/172.20.233.82, added to nodes list" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=info msg="Node 8e2b8fa2b269/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=info msg="Node 8e2b8fa2b269/172.20.233.82, added to nodes list" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=info msg="Node 9a36bd8bf8bd/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=info msg="Node 9a36bd8bf8bd/172.20.233.82, added to nodes list" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=info msg="Node d82438d7c953/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=info msg="Node d82438d7c953/172.20.233.82, added to nodes list" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-05-13T10:47:03.105Z] time="2022-05-13T10:47:02Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49365" [2022-05-13T10:47:03.572Z] time="2022-05-13T10:47:03Z" level=info msg="Node 76c2a07bd33a/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:03.572Z] time="2022-05-13T10:47:03Z" level=info msg="Node 76c2a07bd33a/172.20.233.82, added to nodes list" [2022-05-13T10:47:03.572Z] time="2022-05-13T10:47:03Z" level=info msg="Node 76c2a07bd33a/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:03.572Z] time="2022-05-13T10:47:03Z" level=info msg="Node 76c2a07bd33a/172.20.233.82, added to nodes list" [2022-05-13T10:47:03.572Z] time="2022-05-13T10:47:03Z" level=info msg="Node 76c2a07bd33a/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:03.572Z] time="2022-05-13T10:47:03Z" level=info msg="Node 76c2a07bd33a/172.20.233.82, added to nodes list" [2022-05-13T10:47:03.572Z] networkdb_test.go:835: Re-joining: 3 [2022-05-13T10:47:03.572Z] time="2022-05-13T10:47:03Z" level=info msg="The new bootstrap node list is:[172.20.233.82:10033 172.20.233.82:10034 172.20.233.82:10035]" [2022-05-13T10:47:03.572Z] time="2022-05-13T10:47:03Z" level=debug msg="memberlist: Stream connection from=172.20.233.82:49366" [2022-05-13T10:47:03.572Z] time="2022-05-13T10:47:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.233.82:10033" [2022-05-13T10:47:03.572Z] time="2022-05-13T10:47:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.233.82:10034" [2022-05-13T10:47:03.572Z] time="2022-05-13T10:47:03Z" level=debug msg="memberlist: Stream connection from=172.20.233.82:49367" [2022-05-13T10:47:03.572Z] time="2022-05-13T10:47:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.233.82:10035" [2022-05-13T10:47:03.572Z] time="2022-05-13T10:47:03Z" level=debug msg="memberlist: Stream connection from=172.20.233.82:49368" [2022-05-13T10:47:04.039Z] networkdb_test.go:835: Re-joining: 4 [2022-05-13T10:47:04.039Z] time="2022-05-13T10:47:03Z" level=info msg="The new bootstrap node list is:[172.20.233.82:10033 172.20.233.82:10034 172.20.233.82:10035]" [2022-05-13T10:47:04.039Z] time="2022-05-13T10:47:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.233.82:10033" [2022-05-13T10:47:04.039Z] time="2022-05-13T10:47:03Z" level=debug msg="memberlist: Stream connection from=172.20.233.82:49369" [2022-05-13T10:47:04.039Z] time="2022-05-13T10:47:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.233.82:10034" [2022-05-13T10:47:04.039Z] time="2022-05-13T10:47:03Z" level=debug msg="memberlist: Stream connection from=172.20.233.82:49370" [2022-05-13T10:47:04.039Z] time="2022-05-13T10:47:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.233.82:10035" [2022-05-13T10:47:04.039Z] time="2022-05-13T10:47:03Z" level=debug msg="memberlist: Stream connection from=172.20.233.82:49371" [2022-05-13T10:47:04.039Z] time="2022-05-13T10:47:03Z" level=info msg="node 0 leaving" [2022-05-13T10:47:04.039Z] time="2022-05-13T10:47:03Z" level=info msg="Node d82438d7c953 change state NodeActive --> NodeLeft" [2022-05-13T10:47:04.039Z] time="2022-05-13T10:47:03Z" level=info msg="Node d82438d7c953 change state NodeActive --> NodeLeft" [2022-05-13T10:47:04.039Z] time="2022-05-13T10:47:03Z" level=info msg="node2(8e2b8fa2b269): Node leave event for d82438d7c953/172.20.233.82" [2022-05-13T10:47:04.039Z] time="2022-05-13T10:47:03Z" level=info msg="node4(9a36bd8bf8bd): Node leave event for d82438d7c953/172.20.233.82" [2022-05-13T10:47:04.039Z] time="2022-05-13T10:47:03Z" level=info msg="Node d82438d7c953 change state NodeActive --> NodeLeft" [2022-05-13T10:47:04.039Z] time="2022-05-13T10:47:03Z" level=info msg="node5(76c2a07bd33a): Node leave event for d82438d7c953/172.20.233.82" [2022-05-13T10:47:04.039Z] time="2022-05-13T10:47:03Z" level=info msg="Node d82438d7c953 change state NodeActive --> NodeLeft" [2022-05-13T10:47:04.039Z] time="2022-05-13T10:47:03Z" level=info msg="node3(3e26fcd94475): Node leave event for d82438d7c953/172.20.233.82" [2022-05-13T10:47:04.039Z] time="2022-05-13T10:47:03Z" level=info msg="Node d82438d7c953 change state NodeActive --> NodeLeft" [2022-05-13T10:47:04.039Z] time="2022-05-13T10:47:03Z" level=info msg="node1(d82438d7c953): Node leave event for d82438d7c953/172.20.233.82" [2022-05-13T10:47:04.501Z] --- PASS: TestServiceUpdateNetwork (11.91s) [2022-05-13T10:47:04.501Z] === RUN TestServiceUpdatePidsLimit [2022-05-13T10:47:04.501Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-05-13T10:47:04.506Z] time="2022-05-13T10:47:04Z" level=info msg="Node d82438d7c953/172.20.233.82, left gossip cluster" [2022-05-13T10:47:04.506Z] time="2022-05-13T10:47:04Z" level=info msg="Node d82438d7c953/172.20.233.82, left gossip cluster" [2022-05-13T10:47:04.506Z] time="2022-05-13T10:47:04Z" level=info msg="Node d82438d7c953/172.20.233.82, left gossip cluster" [2022-05-13T10:47:04.506Z] time="2022-05-13T10:47:04Z" level=info msg="Node d82438d7c953/172.20.233.82, left gossip cluster" [2022-05-13T10:47:04.506Z] time="2022-05-13T10:47:04Z" level=info msg="Node d82438d7c953/172.20.233.82, left gossip cluster" [2022-05-13T10:47:04.506Z] time="2022-05-13T10:47:04Z" level=info msg="node 1 leaving" [2022-05-13T10:47:04.506Z] time="2022-05-13T10:47:04Z" level=info msg="Node 8e2b8fa2b269 change state NodeActive --> NodeLeft" [2022-05-13T10:47:04.506Z] time="2022-05-13T10:47:04Z" level=info msg="node4(9a36bd8bf8bd): Node leave event for 8e2b8fa2b269/172.20.233.82" [2022-05-13T10:47:04.506Z] time="2022-05-13T10:47:04Z" level=info msg="Node 8e2b8fa2b269 change state NodeActive --> NodeLeft" [2022-05-13T10:47:04.506Z] time="2022-05-13T10:47:04Z" level=info msg="node3(3e26fcd94475): Node leave event for 8e2b8fa2b269/172.20.233.82" [2022-05-13T10:47:04.506Z] time="2022-05-13T10:47:04Z" level=info msg="Node 8e2b8fa2b269 change state NodeActive --> NodeLeft" [2022-05-13T10:47:04.506Z] time="2022-05-13T10:47:04Z" level=info msg="node5(76c2a07bd33a): Node leave event for 8e2b8fa2b269/172.20.233.82" [2022-05-13T10:47:04.506Z] time="2022-05-13T10:47:04Z" level=info msg="Node 8e2b8fa2b269/172.20.233.82, left gossip cluster" [2022-05-13T10:47:04.506Z] time="2022-05-13T10:47:04Z" level=info msg="Node 8e2b8fa2b269 change state NodeActive --> NodeFailed" [2022-05-13T10:47:04.506Z] time="2022-05-13T10:47:04Z" level=info msg="Node 8e2b8fa2b269/172.20.233.82, added to failed nodes list" [2022-05-13T10:47:04.506Z] time="2022-05-13T10:47:04Z" level=error msg="node: 8e2b8fa2b269 is unknown to memberlist" [2022-05-13T10:47:04.761Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-05-13T10:47:04.797Z] === RUN TestDockerSuite/TestEventsTop [2022-05-13T10:47:04.972Z] time="2022-05-13T10:47:04Z" level=info msg="Node 8e2b8fa2b269/172.20.233.82, left gossip cluster" [2022-05-13T10:47:04.972Z] time="2022-05-13T10:47:04Z" level=info msg="Node 8e2b8fa2b269/172.20.233.82, left gossip cluster" [2022-05-13T10:47:04.972Z] time="2022-05-13T10:47:04Z" level=info msg="Node 8e2b8fa2b269/172.20.233.82, left gossip cluster" [2022-05-13T10:47:04.972Z] time="2022-05-13T10:47:04Z" level=info msg="node 2 leaving" [2022-05-13T10:47:04.972Z] time="2022-05-13T10:47:04Z" level=info msg="Node 3e26fcd94475 change state NodeActive --> NodeLeft" [2022-05-13T10:47:04.972Z] time="2022-05-13T10:47:04Z" level=info msg="node4(9a36bd8bf8bd): Node leave event for 3e26fcd94475/172.20.233.82" [2022-05-13T10:47:04.972Z] time="2022-05-13T10:47:04Z" level=info msg="Node 3e26fcd94475 change state NodeActive --> NodeLeft" [2022-05-13T10:47:04.972Z] time="2022-05-13T10:47:04Z" level=info msg="node5(76c2a07bd33a): Node leave event for 3e26fcd94475/172.20.233.82" [2022-05-13T10:47:04.972Z] time="2022-05-13T10:47:04Z" level=info msg="Node 3e26fcd94475 change state NodeActive --> NodeLeft" [2022-05-13T10:47:04.972Z] time="2022-05-13T10:47:04Z" level=info msg="node3(3e26fcd94475): Node leave event for 3e26fcd94475/172.20.233.82" [2022-05-13T10:47:04.972Z] time="2022-05-13T10:47:04Z" level=debug msg="memberlist: Failed ping: 8e2b8fa2b269 (timeout reached)" [2022-05-13T10:47:04.972Z] time="2022-05-13T10:47:04Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.20.233.82:10036: use of closed network connection" [2022-05-13T10:47:04.972Z] time="2022-05-13T10:47:04Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.20.233.82:10035: use of closed network connection" [2022-05-13T10:47:04.973Z] time="2022-05-13T10:47:04Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.20.233.82:10037: use of closed network connection" [2022-05-13T10:47:05.362Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-13T10:47:05.439Z] time="2022-05-13T10:47:04Z" level=info msg="Node 3e26fcd94475/172.20.233.82, left gossip cluster" [2022-05-13T10:47:05.439Z] time="2022-05-13T10:47:05Z" level=info msg="Node 3e26fcd94475/172.20.233.82, left gossip cluster" [2022-05-13T10:47:05.439Z] time="2022-05-13T10:47:05Z" level=info msg="Node 3e26fcd94475/172.20.233.82, left gossip cluster" [2022-05-13T10:47:05.439Z] time="2022-05-13T10:47:05Z" level=info msg="memberlist: Suspect 8e2b8fa2b269 has failed, no acks received" [2022-05-13T10:47:05.439Z] networkdb_test.go:867: node4: OK [2022-05-13T10:47:05.439Z] networkdb_test.go:867: node5: OK [2022-05-13T10:47:05.439Z] time="2022-05-13T10:47:05Z" level=info msg="node 0 coming back" [2022-05-13T10:47:05.440Z] time="2022-05-13T10:47:05Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:5426d552401b with config:&{NodeID:5426d552401b 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-13T10:47:05.440Z] time="2022-05-13T10:47:05Z" level=info msg="Node 5426d552401b/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:05.440Z] time="2022-05-13T10:47:05Z" level=info msg="Node 5426d552401b/172.20.233.82, added to nodes list" [2022-05-13T10:47:05.440Z] time="2022-05-13T10:47:05Z" level=info msg="node 1 coming back" [2022-05-13T10:47:05.440Z] time="2022-05-13T10:47:05Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:ec49f91ef335 with config:&{NodeID:ec49f91ef335 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-13T10:47:05.440Z] time="2022-05-13T10:47:05Z" level=info msg="Node ec49f91ef335/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:05.440Z] time="2022-05-13T10:47:05Z" level=info msg="Node ec49f91ef335/172.20.233.82, added to nodes list" [2022-05-13T10:47:05.440Z] time="2022-05-13T10:47:05Z" level=info msg="node 2 coming back" [2022-05-13T10:47:05.440Z] time="2022-05-13T10:47:05Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:f7a538901c48 with config:&{NodeID:f7a538901c48 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-13T10:47:05.906Z] time="2022-05-13T10:47:05Z" level=info msg="Node f7a538901c48/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:05.906Z] time="2022-05-13T10:47:05Z" level=info msg="Node f7a538901c48/172.20.233.82, added to nodes list" [2022-05-13T10:47:08.639Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-13T10:47:08.851Z] time="2022-05-13T10:47:08Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.233.82:10033 172.20.233.82:10034 172.20.233.82:10035]" [2022-05-13T10:47:09.318Z] time="2022-05-13T10:47:08Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.233.82:10033 172.20.233.82:10034 172.20.233.82:10035]" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.233.82:10033" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=debug msg="memberlist: Stream connection from=172.20.233.82:49373" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 9a36bd8bf8bd/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 9a36bd8bf8bd/172.20.233.82, added to nodes list" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 76c2a07bd33a/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 5426d552401b/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 5426d552401b/172.20.233.82, is the new incarnation of the shutdown node d82438d7c953/172.20.233.82" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 5426d552401b/172.20.233.82, added to nodes list" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 76c2a07bd33a/172.20.233.82, added to nodes list" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.233.82:10034" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=debug msg="memberlist: Stream connection from=172.20.233.82:49374" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 9a36bd8bf8bd/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 9a36bd8bf8bd/172.20.233.82, added to nodes list" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 5426d552401b/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 5426d552401b/172.20.233.82, added to nodes list" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 76c2a07bd33a/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 76c2a07bd33a/172.20.233.82, added to nodes list" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node ec49f91ef335/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node ec49f91ef335/172.20.233.82, is the new incarnation of the shutdown node 8e2b8fa2b269/172.20.233.82" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node ec49f91ef335/172.20.233.82, added to nodes list" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.233.82:10035" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=debug msg="memberlist: Stream connection from=172.20.233.82:49375" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 9a36bd8bf8bd/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 9a36bd8bf8bd/172.20.233.82, added to nodes list" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 5426d552401b/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 5426d552401b/172.20.233.82, added to nodes list" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node ec49f91ef335/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node ec49f91ef335/172.20.233.82, added to nodes list" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 76c2a07bd33a/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 76c2a07bd33a/172.20.233.82, added to nodes list" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node f7a538901c48/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node f7a538901c48/172.20.233.82, is the new incarnation of the shutdown node 3e26fcd94475/172.20.233.82" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node f7a538901c48/172.20.233.82, added to nodes list" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node ec49f91ef335/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node ec49f91ef335/172.20.233.82, added to nodes list" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node ec49f91ef335/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node ec49f91ef335/172.20.233.82, is the new incarnation of the shutdown node 8e2b8fa2b269/172.20.233.82" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node ec49f91ef335/172.20.233.82, added to nodes list" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 5426d552401b/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:09.785Z] time="2022-05-13T10:47:09Z" level=info msg="Node 5426d552401b/172.20.233.82, is the new incarnation of the shutdown node d82438d7c953/172.20.233.82" [2022-05-13T10:47:09.786Z] time="2022-05-13T10:47:09Z" level=info msg="Node 5426d552401b/172.20.233.82, added to nodes list" [2022-05-13T10:47:09.786Z] time="2022-05-13T10:47:09Z" level=info msg="Node f7a538901c48/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:09.786Z] time="2022-05-13T10:47:09Z" level=info msg="Node f7a538901c48/172.20.233.82, is the new incarnation of the shutdown node 3e26fcd94475/172.20.233.82" [2022-05-13T10:47:09.786Z] time="2022-05-13T10:47:09Z" level=info msg="Node f7a538901c48/172.20.233.82, added to nodes list" [2022-05-13T10:47:09.786Z] time="2022-05-13T10:47:09Z" level=info msg="Node f7a538901c48/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:09.786Z] time="2022-05-13T10:47:09Z" level=info msg="Node f7a538901c48/172.20.233.82, added to nodes list" [2022-05-13T10:47:10.253Z] time="2022-05-13T10:47:09Z" level=info msg="Node f7a538901c48/172.20.233.82, joined gossip cluster" [2022-05-13T10:47:10.253Z] time="2022-05-13T10:47:09Z" level=info msg="Node f7a538901c48/172.20.233.82, added to nodes list" [2022-05-13T10:47:10.253Z] time="2022-05-13T10:47:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.233.82:10033" [2022-05-13T10:47:10.253Z] time="2022-05-13T10:47:09Z" level=debug msg="memberlist: Stream connection from=172.20.233.82:49376" [2022-05-13T10:47:10.253Z] time="2022-05-13T10:47:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.233.82:10034" [2022-05-13T10:47:10.253Z] time="2022-05-13T10:47:09Z" level=debug msg="memberlist: Stream connection from=172.20.233.82:49377" [2022-05-13T10:47:10.253Z] time="2022-05-13T10:47:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.233.82:10035" [2022-05-13T10:47:10.253Z] time="2022-05-13T10:47:09Z" level=debug msg="memberlist: Stream connection from=172.20.233.82:49378" [2022-05-13T10:47:10.720Z] 2022/05/13 10:47:10 Closing DB instances... [2022-05-13T10:47:10.720Z] time="2022-05-13T10:47:10Z" level=info msg="Node 5426d552401b change state NodeActive --> NodeLeft" [2022-05-13T10:47:10.720Z] time="2022-05-13T10:47:10Z" level=info msg="node2(ec49f91ef335): Node leave event for 5426d552401b/172.20.233.82" [2022-05-13T10:47:10.720Z] time="2022-05-13T10:47:10Z" level=info msg="Node 5426d552401b change state NodeActive --> NodeLeft" [2022-05-13T10:47:10.720Z] time="2022-05-13T10:47:10Z" level=info msg="node5(76c2a07bd33a): Node leave event for 5426d552401b/172.20.233.82" [2022-05-13T10:47:10.720Z] time="2022-05-13T10:47:10Z" level=info msg="Node 5426d552401b change state NodeActive --> NodeLeft" [2022-05-13T10:47:10.720Z] time="2022-05-13T10:47:10Z" level=info msg="node4(9a36bd8bf8bd): Node leave event for 5426d552401b/172.20.233.82" [2022-05-13T10:47:10.720Z] time="2022-05-13T10:47:10Z" level=info msg="Node 5426d552401b change state NodeActive --> NodeLeft" [2022-05-13T10:47:10.720Z] time="2022-05-13T10:47:10Z" level=info msg="node3(f7a538901c48): Node leave event for 5426d552401b/172.20.233.82" [2022-05-13T10:47:10.720Z] time="2022-05-13T10:47:10Z" level=info msg="Node 5426d552401b change state NodeActive --> NodeLeft" [2022-05-13T10:47:10.720Z] time="2022-05-13T10:47:10Z" level=info msg="node1(5426d552401b): Node leave event for 5426d552401b/172.20.233.82" [2022-05-13T10:47:11.188Z] time="2022-05-13T10:47:10Z" level=info msg="Node 5426d552401b/172.20.233.82, left gossip cluster" [2022-05-13T10:47:11.188Z] time="2022-05-13T10:47:10Z" level=info msg="Node 5426d552401b/172.20.233.82, left gossip cluster" [2022-05-13T10:47:11.188Z] time="2022-05-13T10:47:10Z" level=info msg="Node 5426d552401b/172.20.233.82, left gossip cluster" [2022-05-13T10:47:11.188Z] time="2022-05-13T10:47:10Z" level=info msg="Node 5426d552401b/172.20.233.82, left gossip cluster" [2022-05-13T10:47:11.188Z] time="2022-05-13T10:47:10Z" level=info msg="Node 5426d552401b/172.20.233.82, left gossip cluster" [2022-05-13T10:47:11.188Z] time="2022-05-13T10:47:10Z" level=info msg="Node ec49f91ef335 change state NodeActive --> NodeLeft" [2022-05-13T10:47:11.188Z] time="2022-05-13T10:47:10Z" level=info msg="node5(76c2a07bd33a): Node leave event for ec49f91ef335/172.20.233.82" [2022-05-13T10:47:11.188Z] time="2022-05-13T10:47:10Z" level=info msg="Node ec49f91ef335 change state NodeActive --> NodeLeft" [2022-05-13T10:47:11.188Z] time="2022-05-13T10:47:10Z" level=info msg="node3(f7a538901c48): Node leave event for ec49f91ef335/172.20.233.82" [2022-05-13T10:47:11.188Z] time="2022-05-13T10:47:10Z" level=info msg="Node ec49f91ef335 change state NodeActive --> NodeLeft" [2022-05-13T10:47:11.188Z] time="2022-05-13T10:47:10Z" level=info msg="node4(9a36bd8bf8bd): Node leave event for ec49f91ef335/172.20.233.82" [2022-05-13T10:47:11.188Z] time="2022-05-13T10:47:11Z" level=info msg="Node ec49f91ef335 change state NodeActive --> NodeLeft" [2022-05-13T10:47:11.188Z] time="2022-05-13T10:47:11Z" level=info msg="node2(ec49f91ef335): Node leave event for ec49f91ef335/172.20.233.82" [2022-05-13T10:47:11.656Z] time="2022-05-13T10:47:11Z" level=info msg="Node ec49f91ef335/172.20.233.82, left gossip cluster" [2022-05-13T10:47:11.656Z] time="2022-05-13T10:47:11Z" level=info msg="Node ec49f91ef335/172.20.233.82, left gossip cluster" [2022-05-13T10:47:11.656Z] time="2022-05-13T10:47:11Z" level=info msg="Node ec49f91ef335/172.20.233.82, left gossip cluster" [2022-05-13T10:47:11.656Z] time="2022-05-13T10:47:11Z" level=info msg="Node ec49f91ef335/172.20.233.82, left gossip cluster" [2022-05-13T10:47:11.656Z] time="2022-05-13T10:47:11Z" level=info msg="Node f7a538901c48 change state NodeActive --> NodeLeft" [2022-05-13T10:47:11.656Z] time="2022-05-13T10:47:11Z" level=info msg="node4(9a36bd8bf8bd): Node leave event for f7a538901c48/172.20.233.82" [2022-05-13T10:47:11.656Z] time="2022-05-13T10:47:11Z" level=info msg="Node f7a538901c48 change state NodeActive --> NodeLeft" [2022-05-13T10:47:11.656Z] time="2022-05-13T10:47:11Z" level=info msg="node5(76c2a07bd33a): Node leave event for f7a538901c48/172.20.233.82" [2022-05-13T10:47:11.656Z] time="2022-05-13T10:47:11Z" level=info msg="Node f7a538901c48 change state NodeActive --> NodeLeft" [2022-05-13T10:47:11.656Z] time="2022-05-13T10:47:11Z" level=info msg="node3(f7a538901c48): Node leave event for f7a538901c48/172.20.233.82" [2022-05-13T10:47:11.656Z] time="2022-05-13T10:47:11Z" level=info msg="Node f7a538901c48/172.20.233.82, left gossip cluster" [2022-05-13T10:47:11.656Z] time="2022-05-13T10:47:11Z" level=info msg="Node f7a538901c48/172.20.233.82, left gossip cluster" [2022-05-13T10:47:11.656Z] time="2022-05-13T10:47:11Z" level=info msg="Node f7a538901c48/172.20.233.82, left gossip cluster" [2022-05-13T10:47:12.123Z] time="2022-05-13T10:47:11Z" level=debug msg="memberlist: Failed ping: f7a538901c48 (timeout reached)" [2022-05-13T10:47:12.123Z] time="2022-05-13T10:47:11Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.20.233.82:10037: use of closed network connection" [2022-05-13T10:47:12.123Z] time="2022-05-13T10:47:11Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.20.233.82:10036: use of closed network connection" [2022-05-13T10:47:12.123Z] time="2022-05-13T10:47:11Z" level=info msg="Node 9a36bd8bf8bd change state NodeActive --> NodeLeft" [2022-05-13T10:47:12.123Z] time="2022-05-13T10:47:11Z" level=info msg="node5(76c2a07bd33a): Node leave event for 9a36bd8bf8bd/172.20.233.82" [2022-05-13T10:47:12.123Z] time="2022-05-13T10:47:11Z" level=info msg="Node 9a36bd8bf8bd change state NodeActive --> NodeLeft" [2022-05-13T10:47:12.123Z] time="2022-05-13T10:47:11Z" level=info msg="node4(9a36bd8bf8bd): Node leave event for 9a36bd8bf8bd/172.20.233.82" [2022-05-13T10:47:12.590Z] time="2022-05-13T10:47:12Z" level=info msg="memberlist: Suspect f7a538901c48 has failed, no acks received" [2022-05-13T10:47:12.883Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-05-13T10:47:12.908Z] === RUN TestCheckpointCreateError [2022-05-13T10:47:12.908Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestCheckpointCreate [2022-05-13T10:47:12.908Z] --- PASS: TestCheckpointCreate (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestCheckpointDeleteError [2022-05-13T10:47:12.908Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestCheckpointDelete [2022-05-13T10:47:12.908Z] --- PASS: TestCheckpointDelete (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestCheckpointListError [2022-05-13T10:47:12.908Z] --- PASS: TestCheckpointListError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestCheckpointList [2022-05-13T10:47:12.908Z] --- PASS: TestCheckpointList (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestCheckpointListContainerNotFound [2022-05-13T10:47:12.908Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestNewClientWithOpsFromEnv [2022-05-13T10:47:12.908Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-13T10:47:12.908Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestGetAPIPath [2022-05-13T10:47:12.908Z] --- PASS: TestGetAPIPath (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestParseHostURL [2022-05-13T10:47:12.908Z] --- PASS: TestParseHostURL (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-05-13T10:47:12.908Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestNegotiateAPIVersionEmpty [2022-05-13T10:47:12.908Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestNegotiateAPIVersion [2022-05-13T10:47:12.908Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-05-13T10:47:12.908Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-05-13T10:47:12.908Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-05-13T10:47:12.908Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-05-13T10:47:12.908Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-05-13T10:47:12.908Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-05-13T10:47:12.908Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-05-13T10:47:12.908Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-05-13T10:47:12.908Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-05-13T10:47:12.908Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-05-13T10:47:12.908Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestNegotiateAPVersionOverride [2022-05-13T10:47:12.908Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestNegotiateAPIVersionAutomatic [2022-05-13T10:47:12.908Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-05-13T10:47:12.908Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-05-13T10:47:12.908Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestClientRedirect [2022-05-13T10:47:12.908Z] === RUN TestClientRedirect/GET [2022-05-13T10:47:12.908Z] === RUN TestClientRedirect/POST [2022-05-13T10:47:12.908Z] === RUN TestClientRedirect/PUT [2022-05-13T10:47:12.908Z] === RUN TestClientRedirect/DELETE [2022-05-13T10:47:12.908Z] --- PASS: TestClientRedirect (0.00s) [2022-05-13T10:47:12.908Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-05-13T10:47:12.908Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-05-13T10:47:12.908Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-05-13T10:47:12.908Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestConfigCreateUnsupported [2022-05-13T10:47:12.908Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestConfigCreateError [2022-05-13T10:47:12.908Z] --- PASS: TestConfigCreateError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestConfigCreate [2022-05-13T10:47:12.908Z] --- PASS: TestConfigCreate (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestConfigInspectNotFound [2022-05-13T10:47:12.908Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestConfigInspectWithEmptyID [2022-05-13T10:47:12.908Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestConfigInspectUnsupported [2022-05-13T10:47:12.908Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestConfigInspectError [2022-05-13T10:47:12.908Z] --- PASS: TestConfigInspectError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestConfigInspectConfigNotFound [2022-05-13T10:47:12.908Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestConfigInspect [2022-05-13T10:47:12.908Z] --- PASS: TestConfigInspect (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestConfigListUnsupported [2022-05-13T10:47:12.908Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestConfigListError [2022-05-13T10:47:12.908Z] --- PASS: TestConfigListError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestConfigList [2022-05-13T10:47:12.908Z] --- PASS: TestConfigList (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestConfigRemoveUnsupported [2022-05-13T10:47:12.908Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestConfigRemoveError [2022-05-13T10:47:12.908Z] --- PASS: TestConfigRemoveError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestConfigRemove [2022-05-13T10:47:12.908Z] --- PASS: TestConfigRemove (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestConfigUpdateUnsupported [2022-05-13T10:47:12.908Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestConfigUpdateError [2022-05-13T10:47:12.908Z] --- PASS: TestConfigUpdateError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestConfigUpdate [2022-05-13T10:47:12.908Z] --- PASS: TestConfigUpdate (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerCommitError [2022-05-13T10:47:12.908Z] --- PASS: TestContainerCommitError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerCommit [2022-05-13T10:47:12.908Z] --- PASS: TestContainerCommit (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerStatPathError [2022-05-13T10:47:12.908Z] --- PASS: TestContainerStatPathError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerStatPathNotFoundError [2022-05-13T10:47:12.908Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerStatPathNoHeaderError [2022-05-13T10:47:12.908Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerStatPath [2022-05-13T10:47:12.908Z] --- PASS: TestContainerStatPath (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestCopyToContainerError [2022-05-13T10:47:12.908Z] --- PASS: TestCopyToContainerError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestCopyToContainerNotFoundError [2022-05-13T10:47:12.908Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestCopyToContainerEmptyResponse [2022-05-13T10:47:12.908Z] --- PASS: TestCopyToContainerEmptyResponse (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestCopyToContainer [2022-05-13T10:47:12.908Z] --- PASS: TestCopyToContainer (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestCopyFromContainerError [2022-05-13T10:47:12.908Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestCopyFromContainerNotFoundError [2022-05-13T10:47:12.908Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestCopyFromContainerEmptyResponse [2022-05-13T10:47:12.908Z] --- PASS: TestCopyFromContainerEmptyResponse (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestCopyFromContainerNoHeaderError [2022-05-13T10:47:12.908Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestCopyFromContainer [2022-05-13T10:47:12.908Z] --- PASS: TestCopyFromContainer (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerCreateError [2022-05-13T10:47:12.908Z] --- PASS: TestContainerCreateError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerCreateImageNotFound [2022-05-13T10:47:12.908Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerCreateWithName [2022-05-13T10:47:12.908Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerCreateAutoRemove [2022-05-13T10:47:12.908Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerDiffError [2022-05-13T10:47:12.908Z] --- PASS: TestContainerDiffError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerDiff [2022-05-13T10:47:12.908Z] --- PASS: TestContainerDiff (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerExecCreateError [2022-05-13T10:47:12.908Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerExecCreate [2022-05-13T10:47:12.908Z] --- PASS: TestContainerExecCreate (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerExecStartError [2022-05-13T10:47:12.908Z] --- PASS: TestContainerExecStartError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerExecStart [2022-05-13T10:47:12.908Z] --- PASS: TestContainerExecStart (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerExecInspectError [2022-05-13T10:47:12.908Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerExecInspect [2022-05-13T10:47:12.908Z] --- PASS: TestContainerExecInspect (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerExportError [2022-05-13T10:47:12.908Z] --- PASS: TestContainerExportError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerExport [2022-05-13T10:47:12.908Z] --- PASS: TestContainerExport (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerInspectError [2022-05-13T10:47:12.908Z] --- PASS: TestContainerInspectError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerInspectContainerNotFound [2022-05-13T10:47:12.908Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerInspectWithEmptyID [2022-05-13T10:47:12.908Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerInspect [2022-05-13T10:47:12.908Z] --- PASS: TestContainerInspect (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerInspectNode [2022-05-13T10:47:12.908Z] --- PASS: TestContainerInspectNode (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerKillError [2022-05-13T10:47:12.908Z] --- PASS: TestContainerKillError (0.00s) [2022-05-13T10:47:12.908Z] === RUN TestContainerKill [2022-05-13T10:47:12.908Z] --- PASS: TestContainerKill (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerListError [2022-05-13T10:47:12.909Z] --- PASS: TestContainerListError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerList [2022-05-13T10:47:12.909Z] --- PASS: TestContainerList (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerLogsNotFoundError [2022-05-13T10:47:12.909Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerLogsError [2022-05-13T10:47:12.909Z] --- PASS: TestContainerLogsError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerLogs [2022-05-13T10:47:12.909Z] --- PASS: TestContainerLogs (0.20s) [2022-05-13T10:47:12.909Z] === RUN TestContainerPauseError [2022-05-13T10:47:12.909Z] --- PASS: TestContainerPauseError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerPause [2022-05-13T10:47:12.909Z] --- PASS: TestContainerPause (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainersPruneError [2022-05-13T10:47:12.909Z] --- PASS: TestContainersPruneError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainersPrune [2022-05-13T10:47:12.909Z] --- PASS: TestContainersPrune (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerRemoveError [2022-05-13T10:47:12.909Z] --- PASS: TestContainerRemoveError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerRemoveNotFoundError [2022-05-13T10:47:12.909Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerRemove [2022-05-13T10:47:12.909Z] --- PASS: TestContainerRemove (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerRenameError [2022-05-13T10:47:12.909Z] --- PASS: TestContainerRenameError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerRename [2022-05-13T10:47:12.909Z] --- PASS: TestContainerRename (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerResizeError [2022-05-13T10:47:12.909Z] --- PASS: TestContainerResizeError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerExecResizeError [2022-05-13T10:47:12.909Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerResize [2022-05-13T10:47:12.909Z] --- PASS: TestContainerResize (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerExecResize [2022-05-13T10:47:12.909Z] --- PASS: TestContainerExecResize (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerRestartError [2022-05-13T10:47:12.909Z] --- PASS: TestContainerRestartError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerRestart [2022-05-13T10:47:12.909Z] --- PASS: TestContainerRestart (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerStartError [2022-05-13T10:47:12.909Z] --- PASS: TestContainerStartError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerStart [2022-05-13T10:47:12.909Z] --- PASS: TestContainerStart (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerStatsError [2022-05-13T10:47:12.909Z] --- PASS: TestContainerStatsError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerStats [2022-05-13T10:47:12.909Z] --- PASS: TestContainerStats (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerStopError [2022-05-13T10:47:12.909Z] --- PASS: TestContainerStopError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerStop [2022-05-13T10:47:12.909Z] --- PASS: TestContainerStop (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerTopError [2022-05-13T10:47:12.909Z] --- PASS: TestContainerTopError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerTop [2022-05-13T10:47:12.909Z] --- PASS: TestContainerTop (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerUnpauseError [2022-05-13T10:47:12.909Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerUnpause [2022-05-13T10:47:12.909Z] --- PASS: TestContainerUnpause (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerUpdateError [2022-05-13T10:47:12.909Z] --- PASS: TestContainerUpdateError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerUpdate [2022-05-13T10:47:12.909Z] --- PASS: TestContainerUpdate (0.01s) [2022-05-13T10:47:12.909Z] === RUN TestContainerWaitError [2022-05-13T10:47:12.909Z] --- PASS: TestContainerWaitError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestContainerWait [2022-05-13T10:47:12.909Z] --- PASS: TestContainerWait (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestDiskUsageError [2022-05-13T10:47:12.909Z] --- PASS: TestDiskUsageError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestDiskUsage [2022-05-13T10:47:12.909Z] --- PASS: TestDiskUsage (0.01s) [2022-05-13T10:47:12.909Z] === RUN TestDistributionInspectUnsupported [2022-05-13T10:47:12.909Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestDistributionInspectWithEmptyID [2022-05-13T10:47:12.909Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestEventsErrorInOptions [2022-05-13T10:47:12.909Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestEventsErrorFromServer [2022-05-13T10:47:12.909Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestEvents [2022-05-13T10:47:12.909Z] --- PASS: TestEvents (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestTLSCloseWriter [2022-05-13T10:47:12.909Z] === PAUSE TestTLSCloseWriter [2022-05-13T10:47:12.909Z] === RUN TestImageBuildError [2022-05-13T10:47:12.909Z] --- PASS: TestImageBuildError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestImageBuild [2022-05-13T10:47:12.909Z] --- PASS: TestImageBuild (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestGetDockerOS [2022-05-13T10:47:12.909Z] --- PASS: TestGetDockerOS (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestImageCreateError [2022-05-13T10:47:12.909Z] --- PASS: TestImageCreateError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestImageCreate [2022-05-13T10:47:12.909Z] --- PASS: TestImageCreate (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestImageHistoryError [2022-05-13T10:47:12.909Z] --- PASS: TestImageHistoryError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestImageHistory [2022-05-13T10:47:12.909Z] --- PASS: TestImageHistory (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestImageImportError [2022-05-13T10:47:12.909Z] --- PASS: TestImageImportError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestImageImport [2022-05-13T10:47:12.909Z] --- PASS: TestImageImport (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestImageInspectError [2022-05-13T10:47:12.909Z] --- PASS: TestImageInspectError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestImageInspectImageNotFound [2022-05-13T10:47:12.909Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestImageInspectWithEmptyID [2022-05-13T10:47:12.909Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestImageInspect [2022-05-13T10:47:12.909Z] --- PASS: TestImageInspect (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestImageListError [2022-05-13T10:47:12.909Z] --- PASS: TestImageListError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestImageList [2022-05-13T10:47:12.909Z] --- PASS: TestImageList (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestImageListApiBefore125 [2022-05-13T10:47:12.909Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestImageLoadError [2022-05-13T10:47:12.909Z] --- PASS: TestImageLoadError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestImageLoad [2022-05-13T10:47:12.909Z] --- PASS: TestImageLoad (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestImagesPruneError [2022-05-13T10:47:12.909Z] --- PASS: TestImagesPruneError (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestImagesPrune [2022-05-13T10:47:12.909Z] --- PASS: TestImagesPrune (0.00s) [2022-05-13T10:47:12.909Z] === RUN TestImagePullReferenceParseError [2022-05-13T10:47:12.909Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-05-13T10:47:13.057Z] time="2022-05-13T10:47:12Z" level=info msg="Node 9a36bd8bf8bd/172.20.233.82, left gossip cluster" [2022-05-13T10:47:13.057Z] time="2022-05-13T10:47:12Z" level=info msg="Node 9a36bd8bf8bd/172.20.233.82, left gossip cluster" [2022-05-13T10:47:13.378Z] === RUN TestImagePullAnyError [2022-05-13T10:47:13.378Z] --- PASS: TestImagePullAnyError (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImagePullStatusUnauthorizedError [2022-05-13T10:47:13.378Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-13T10:47:13.378Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-13T10:47:13.378Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-05-13T10:47:13.378Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImagePullWithoutErrors [2022-05-13T10:47:13.378Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImagePushReferenceError [2022-05-13T10:47:13.378Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImagePushAnyError [2022-05-13T10:47:13.378Z] --- PASS: TestImagePushAnyError (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImagePushStatusUnauthorizedError [2022-05-13T10:47:13.378Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-13T10:47:13.378Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-13T10:47:13.378Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-05-13T10:47:13.378Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImagePushWithoutErrors [2022-05-13T10:47:13.378Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-05-13T10:47:13.378Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-05-13T10:47:13.378Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-05-13T10:47:13.378Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-05-13T10:47:13.378Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-05-13T10:47:13.378Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-05-13T10:47:13.378Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-05-13T10:47:13.378Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-05-13T10:47:13.378Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImageRemoveError [2022-05-13T10:47:13.378Z] --- PASS: TestImageRemoveError (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImageRemoveImageNotFound [2022-05-13T10:47:13.378Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImageRemove [2022-05-13T10:47:13.378Z] --- PASS: TestImageRemove (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImageSaveError [2022-05-13T10:47:13.378Z] --- PASS: TestImageSaveError (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImageSave [2022-05-13T10:47:13.378Z] --- PASS: TestImageSave (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImageSearchAnyError [2022-05-13T10:47:13.378Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImageSearchStatusUnauthorizedError [2022-05-13T10:47:13.378Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-13T10:47:13.378Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-13T10:47:13.378Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-05-13T10:47:13.378Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImageSearchWithoutErrors [2022-05-13T10:47:13.378Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImageTagError [2022-05-13T10:47:13.378Z] --- PASS: TestImageTagError (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImageTagInvalidReference [2022-05-13T10:47:13.378Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImageTagInvalidSourceImageName [2022-05-13T10:47:13.378Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImageTagHexSource [2022-05-13T10:47:13.378Z] --- PASS: TestImageTagHexSource (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestImageTag [2022-05-13T10:47:13.378Z] --- PASS: TestImageTag (0.00s) [2022-05-13T10:47:13.378Z] === RUN TestInfoServerError [2022-05-13T10:47:13.379Z] --- PASS: TestInfoServerError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestInfoInvalidResponseJSONError [2022-05-13T10:47:13.379Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestInfo [2022-05-13T10:47:13.379Z] --- PASS: TestInfo (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNetworkConnectError [2022-05-13T10:47:13.379Z] --- PASS: TestNetworkConnectError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-05-13T10:47:13.379Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNetworkConnect [2022-05-13T10:47:13.379Z] --- PASS: TestNetworkConnect (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNetworkCreateError [2022-05-13T10:47:13.379Z] --- PASS: TestNetworkCreateError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNetworkCreate [2022-05-13T10:47:13.379Z] --- PASS: TestNetworkCreate (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNetworkDisconnectError [2022-05-13T10:47:13.379Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNetworkDisconnect [2022-05-13T10:47:13.379Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNetworkInspect [2022-05-13T10:47:13.379Z] === RUN TestNetworkInspect/empty_ID [2022-05-13T10:47:13.379Z] === RUN TestNetworkInspect/no_options [2022-05-13T10:47:13.379Z] === RUN TestNetworkInspect/verbose [2022-05-13T10:47:13.379Z] === RUN TestNetworkInspect/global_scope [2022-05-13T10:47:13.379Z] === RUN TestNetworkInspect/unknown_network [2022-05-13T10:47:13.379Z] === RUN TestNetworkInspect/server_error [2022-05-13T10:47:13.379Z] --- PASS: TestNetworkInspect (0.00s) [2022-05-13T10:47:13.379Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-05-13T10:47:13.379Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-05-13T10:47:13.379Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-05-13T10:47:13.379Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-05-13T10:47:13.379Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-05-13T10:47:13.379Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNetworkListError [2022-05-13T10:47:13.379Z] --- PASS: TestNetworkListError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNetworkList [2022-05-13T10:47:13.379Z] --- PASS: TestNetworkList (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNetworksPruneError [2022-05-13T10:47:13.379Z] --- PASS: TestNetworksPruneError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNetworksPrune [2022-05-13T10:47:13.379Z] --- PASS: TestNetworksPrune (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNetworkRemoveError [2022-05-13T10:47:13.379Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNetworkRemove [2022-05-13T10:47:13.379Z] --- PASS: TestNetworkRemove (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNodeInspectError [2022-05-13T10:47:13.379Z] --- PASS: TestNodeInspectError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNodeInspectNodeNotFound [2022-05-13T10:47:13.379Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNodeInspectWithEmptyID [2022-05-13T10:47:13.379Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNodeInspect [2022-05-13T10:47:13.379Z] --- PASS: TestNodeInspect (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNodeListError [2022-05-13T10:47:13.379Z] --- PASS: TestNodeListError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNodeList [2022-05-13T10:47:13.379Z] --- PASS: TestNodeList (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNodeRemoveError [2022-05-13T10:47:13.379Z] --- PASS: TestNodeRemoveError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNodeRemove [2022-05-13T10:47:13.379Z] --- PASS: TestNodeRemove (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNodeUpdateError [2022-05-13T10:47:13.379Z] --- PASS: TestNodeUpdateError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestNodeUpdate [2022-05-13T10:47:13.379Z] --- PASS: TestNodeUpdate (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestOptionWithHostFromEnv [2022-05-13T10:47:13.379Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestOptionWithTimeout [2022-05-13T10:47:13.379Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestOptionWithVersionFromEnv [2022-05-13T10:47:13.379Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPingFail [2022-05-13T10:47:13.379Z] --- PASS: TestPingFail (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPingWithError [2022-05-13T10:47:13.379Z] 2022/05/13 10:47:12 RoundTripper returned a response & error; ignoring response [2022-05-13T10:47:13.379Z] 2022/05/13 10:47:12 RoundTripper returned a response & error; ignoring response [2022-05-13T10:47:13.379Z] --- PASS: TestPingWithError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPingSuccess [2022-05-13T10:47:13.379Z] --- PASS: TestPingSuccess (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPingHeadFallback [2022-05-13T10:47:13.379Z] === RUN TestPingHeadFallback/OK [2022-05-13T10:47:13.379Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-05-13T10:47:13.379Z] === RUN TestPingHeadFallback/Not_Found [2022-05-13T10:47:13.379Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-05-13T10:47:13.379Z] --- PASS: TestPingHeadFallback (0.00s) [2022-05-13T10:47:13.379Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-05-13T10:47:13.379Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-05-13T10:47:13.379Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-05-13T10:47:13.379Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPluginDisableError [2022-05-13T10:47:13.379Z] --- PASS: TestPluginDisableError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPluginDisable [2022-05-13T10:47:13.379Z] --- PASS: TestPluginDisable (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPluginEnableError [2022-05-13T10:47:13.379Z] --- PASS: TestPluginEnableError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPluginEnable [2022-05-13T10:47:13.379Z] --- PASS: TestPluginEnable (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPluginInspectError [2022-05-13T10:47:13.379Z] --- PASS: TestPluginInspectError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPluginInspectWithEmptyID [2022-05-13T10:47:13.379Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPluginInspect [2022-05-13T10:47:13.379Z] --- PASS: TestPluginInspect (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPluginListError [2022-05-13T10:47:13.379Z] --- PASS: TestPluginListError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPluginList [2022-05-13T10:47:13.379Z] --- PASS: TestPluginList (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPluginPushError [2022-05-13T10:47:13.379Z] --- PASS: TestPluginPushError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPluginPush [2022-05-13T10:47:13.379Z] --- PASS: TestPluginPush (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPluginRemoveError [2022-05-13T10:47:13.379Z] --- PASS: TestPluginRemoveError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPluginRemove [2022-05-13T10:47:13.379Z] --- PASS: TestPluginRemove (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPluginSetError [2022-05-13T10:47:13.379Z] --- PASS: TestPluginSetError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPluginSet [2022-05-13T10:47:13.379Z] --- PASS: TestPluginSet (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSetHostHeader [2022-05-13T10:47:13.379Z] --- PASS: TestSetHostHeader (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestPlainTextError [2022-05-13T10:47:13.379Z] --- PASS: TestPlainTextError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestInfiniteError [2022-05-13T10:47:13.379Z] --- PASS: TestInfiniteError (0.02s) [2022-05-13T10:47:13.379Z] === RUN TestCanceledContext [2022-05-13T10:47:13.379Z] 2022/05/13 10:47:12 RoundTripper returned a response & error; ignoring response [2022-05-13T10:47:13.379Z] --- PASS: TestCanceledContext (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestDeadlineExceededContext [2022-05-13T10:47:13.379Z] 2022/05/13 10:47:12 RoundTripper returned a response & error; ignoring response [2022-05-13T10:47:13.379Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSecretCreateUnsupported [2022-05-13T10:47:13.379Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSecretCreateError [2022-05-13T10:47:13.379Z] --- PASS: TestSecretCreateError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSecretCreate [2022-05-13T10:47:13.379Z] --- PASS: TestSecretCreate (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSecretInspectUnsupported [2022-05-13T10:47:13.379Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSecretInspectError [2022-05-13T10:47:13.379Z] --- PASS: TestSecretInspectError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSecretInspectSecretNotFound [2022-05-13T10:47:13.379Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSecretInspectWithEmptyID [2022-05-13T10:47:13.379Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSecretInspect [2022-05-13T10:47:13.379Z] --- PASS: TestSecretInspect (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSecretListUnsupported [2022-05-13T10:47:13.379Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSecretListError [2022-05-13T10:47:13.379Z] --- PASS: TestSecretListError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSecretList [2022-05-13T10:47:13.379Z] --- PASS: TestSecretList (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSecretRemoveUnsupported [2022-05-13T10:47:13.379Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSecretRemoveError [2022-05-13T10:47:13.379Z] --- PASS: TestSecretRemoveError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSecretRemove [2022-05-13T10:47:13.379Z] --- PASS: TestSecretRemove (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSecretUpdateUnsupported [2022-05-13T10:47:13.379Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSecretUpdateError [2022-05-13T10:47:13.379Z] --- PASS: TestSecretUpdateError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSecretUpdate [2022-05-13T10:47:13.379Z] --- PASS: TestSecretUpdate (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestServiceCreateError [2022-05-13T10:47:13.379Z] --- PASS: TestServiceCreateError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestServiceCreate [2022-05-13T10:47:13.379Z] --- PASS: TestServiceCreate (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestServiceCreateCompatiblePlatforms [2022-05-13T10:47:13.379Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestServiceCreateDigestPinning [2022-05-13T10:47:13.379Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestServiceInspectError [2022-05-13T10:47:13.379Z] --- PASS: TestServiceInspectError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestServiceInspectServiceNotFound [2022-05-13T10:47:13.379Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestServiceInspectWithEmptyID [2022-05-13T10:47:13.379Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestServiceInspect [2022-05-13T10:47:13.379Z] --- PASS: TestServiceInspect (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestServiceListError [2022-05-13T10:47:13.379Z] --- PASS: TestServiceListError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestServiceList [2022-05-13T10:47:13.379Z] --- PASS: TestServiceList (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestServiceLogsError [2022-05-13T10:47:13.379Z] --- PASS: TestServiceLogsError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestServiceLogs [2022-05-13T10:47:13.379Z] --- PASS: TestServiceLogs (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestServiceRemoveError [2022-05-13T10:47:13.379Z] --- PASS: TestServiceRemoveError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestServiceRemoveNotFoundError [2022-05-13T10:47:13.379Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestServiceRemove [2022-05-13T10:47:13.379Z] --- PASS: TestServiceRemove (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestServiceUpdateError [2022-05-13T10:47:13.379Z] --- PASS: TestServiceUpdateError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestServiceUpdate [2022-05-13T10:47:13.379Z] --- PASS: TestServiceUpdate (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSwarmGetUnlockKeyError [2022-05-13T10:47:13.379Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSwarmGetUnlockKey [2022-05-13T10:47:13.379Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-05-13T10:47:13.379Z] === RUN TestSwarmInitError [2022-05-13T10:47:13.379Z] --- PASS: TestSwarmInitError (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestSwarmInit [2022-05-13T10:47:13.380Z] --- PASS: TestSwarmInit (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestSwarmInspectError [2022-05-13T10:47:13.380Z] --- PASS: TestSwarmInspectError (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestSwarmInspect [2022-05-13T10:47:13.380Z] --- PASS: TestSwarmInspect (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestSwarmJoinError [2022-05-13T10:47:13.380Z] --- PASS: TestSwarmJoinError (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestSwarmJoin [2022-05-13T10:47:13.380Z] --- PASS: TestSwarmJoin (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestSwarmLeaveError [2022-05-13T10:47:13.380Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestSwarmLeave [2022-05-13T10:47:13.380Z] --- PASS: TestSwarmLeave (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestSwarmUnlockError [2022-05-13T10:47:13.380Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestSwarmUnlock [2022-05-13T10:47:13.380Z] --- PASS: TestSwarmUnlock (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestSwarmUpdateError [2022-05-13T10:47:13.380Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestSwarmUpdate [2022-05-13T10:47:13.380Z] --- PASS: TestSwarmUpdate (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestTaskInspectError [2022-05-13T10:47:13.380Z] --- PASS: TestTaskInspectError (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestTaskInspectWithEmptyID [2022-05-13T10:47:13.380Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestTaskInspect [2022-05-13T10:47:13.380Z] --- PASS: TestTaskInspect (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestTaskListError [2022-05-13T10:47:13.380Z] --- PASS: TestTaskListError (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestTaskList [2022-05-13T10:47:13.380Z] --- PASS: TestTaskList (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestVolumeCreateError [2022-05-13T10:47:13.380Z] --- PASS: TestVolumeCreateError (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestVolumeCreate [2022-05-13T10:47:13.380Z] --- PASS: TestVolumeCreate (0.01s) [2022-05-13T10:47:13.380Z] === RUN TestVolumeInspectError [2022-05-13T10:47:13.380Z] --- PASS: TestVolumeInspectError (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestVolumeInspectNotFound [2022-05-13T10:47:13.380Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestVolumeInspectWithEmptyID [2022-05-13T10:47:13.380Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestVolumeInspect [2022-05-13T10:47:13.380Z] --- PASS: TestVolumeInspect (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestVolumeListError [2022-05-13T10:47:13.380Z] --- PASS: TestVolumeListError (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestVolumeList [2022-05-13T10:47:13.380Z] --- PASS: TestVolumeList (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestVolumeRemoveError [2022-05-13T10:47:13.380Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestVolumeRemove [2022-05-13T10:47:13.380Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestVolumeUpdateError [2022-05-13T10:47:13.380Z] --- PASS: TestVolumeUpdateError (0.00s) [2022-05-13T10:47:13.380Z] === RUN TestVolumeUpdate [2022-05-13T10:47:13.380Z] --- PASS: TestVolumeUpdate (0.00s) [2022-05-13T10:47:13.380Z] === CONT TestTLSCloseWriter [2022-05-13T10:47:13.380Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-05-13T10:47:13.380Z] PASS [2022-05-13T10:47:13.380Z] coverage: 74.9% of statements [2022-05-13T10:47:13.380Z] ok github.com/docker/docker/client 0.434s coverage: 74.9% of statements [2022-05-13T10:47:13.524Z] time="2022-05-13T10:47:13Z" level=info msg="Node 76c2a07bd33a/172.20.233.82, left gossip cluster" [2022-05-13T10:47:13.524Z] time="2022-05-13T10:47:13Z" level=info msg="Node 76c2a07bd33a change state NodeActive --> NodeFailed" [2022-05-13T10:47:13.524Z] time="2022-05-13T10:47:13Z" level=info msg="Node 76c2a07bd33a/172.20.233.82, added to failed nodes list" [2022-05-13T10:47:13.524Z] --- PASS: TestNetworkDBIslands (12.08s) [2022-05-13T10:47:13.524Z] PASS [2022-05-13T10:47:13.524Z] coverage: 60.0% of statements [2022-05-13T10:47:13.524Z] ok github.com/docker/docker/libnetwork/networkdb 104.210s coverage: 60.0% of statements [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/quota [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/rootless [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/volume [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-13T10:47:13.524Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-13T10:47:13.896Z] === RUN TestDockerSuite/TestExec [2022-05-13T10:47:14.462Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-13T10:47:15.029Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-13T10:47:15.594Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-13T10:47:15.851Z] --- PASS: TestServiceUpdateNetwork (12.94s) [2022-05-13T10:47:15.851Z] === RUN TestServiceUpdatePidsLimit [2022-05-13T10:47:16.109Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === Skipped [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-05-13T10:47:17.306Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-05-13T10:47:17.306Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-05-13T10:47:17.306Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-05-13T10:47:17.306Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-05-13T10:47:17.306Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-05-13T10:47:17.306Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-13T10:47:17.306Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-13T10:47:17.306Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-13T10:47:17.306Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-05-13T10:47:17.306Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-13T10:47:17.306Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-05-13T10:47:17.306Z] daemon_test.go:145: root required [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-13T10:47:17.306Z] reload_test.go:342: root required [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-05-13T10:47:17.306Z] config_test.go:480: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-13T10:47:17.306Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-05-13T10:47:17.306Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-05-13T10:47:17.306Z] download_test.go:267: Needs fixing on Windows [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-05-13T10:47:17.306Z] layer_test.go:291: Failing on Windows [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-05-13T10:47:17.306Z] layer_test.go:340: Failing on Windows [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-05-13T10:47:17.306Z] layer_test.go:455: Failing on Windows [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-05-13T10:47:17.306Z] layer_test.go:684: Failing on Windows [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-05-13T10:47:17.306Z] migration_test.go:45: Failing on Windows [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-05-13T10:47:17.306Z] migration_test.go:181: Failing on Windows [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-05-13T10:47:17.306Z] mount_test.go:17: Failing on Windows [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-05-13T10:47:17.306Z] mount_test.go:76: Failing on Windows [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-05-13T10:47:17.306Z] mount_test.go:125: Failing on Windows [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-05-13T10:47:17.306Z] mount_test.go:212: Failing on Windows [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-05-13T10:47:17.306Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-05-13T10:47:17.306Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-13T10:47:17.306Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-05-13T10:47:17.306Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-05-13T10:47:17.306Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-05-13T10:47:17.306Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-05-13T10:47:17.306Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-05-13T10:47:17.306Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-05-13T10:47:17.306Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-05-13T10:47:17.306Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-05-13T10:47:17.306Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-05-13T10:47:17.306Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-13T10:47:17.306Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-13T10:47:17.306Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-13T10:47:17.306Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-13T10:47:17.306Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-13T10:47:17.306Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-05-13T10:47:17.306Z] archive_test.go:133: Xz not present in msys2 [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-05-13T10:47:17.306Z] archive_test.go:140: zstd not installed [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-05-13T10:47:17.306Z] archive_test.go:252: Failing on Windows CI machines [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-05-13T10:47:17.306Z] archive_windows_test.go:16: Currently fails [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-05-13T10:47:17.306Z] changes_test.go:196: needs more investigation [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-05-13T10:47:17.306Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-05-13T10:47:17.306Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-05-13T10:47:17.306Z] changes_test.go:433: needs further investigation [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-05-13T10:47:17.306Z] changes_test.go:469: needs further investigation [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-05-13T10:47:17.306Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-13T10:47:17.306Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-05-13T10:47:17.306Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.306Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-05-13T10:47:17.306Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-13T10:47:17.306Z] [2022-05-13T10:47:17.307Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-05-13T10:47:17.307Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:47:17.307Z] [2022-05-13T10:47:17.307Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-05-13T10:47:17.307Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-13T10:47:17.307Z] [2022-05-13T10:47:17.307Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-13T10:47:17.307Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:47:17.307Z] [2022-05-13T10:47:17.307Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-13T10:47:17.307Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:47:17.307Z] [2022-05-13T10:47:17.307Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-05-13T10:47:17.307Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:47:17.307Z] [2022-05-13T10:47:17.307Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-05-13T10:47:17.307Z] poller_test.go:40: No chmod on Windows [2022-05-13T10:47:17.307Z] [2022-05-13T10:47:17.307Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-13T10:47:17.307Z] fileutils_test.go:133: Needs porting to Windows [2022-05-13T10:47:17.307Z] [2022-05-13T10:47:17.307Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-13T10:47:17.307Z] fileutils_test.go:179: Needs porting to Windows [2022-05-13T10:47:17.307Z] [2022-05-13T10:47:17.307Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-05-13T10:47:17.307Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:47:17.307Z] [2022-05-13T10:47:17.307Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-05-13T10:47:17.307Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:47:17.307Z] [2022-05-13T10:47:17.307Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-05-13T10:47:17.307Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:47:17.307Z] [2022-05-13T10:47:17.307Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-05-13T10:47:17.307Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-13T10:47:17.307Z] [2022-05-13T10:47:17.307Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-05-13T10:47:17.307Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-13T10:47:17.307Z] [2022-05-13T10:47:17.307Z] DONE 2329 tests, 70 skipped in 291.880s [2022-05-13T10:47:17.307Z] INFO: make.ps1 ended at 05/13/2022 10:47:16 [2022-05-13T10:47:17.481Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-05-13T10:47:17.481Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-13T10:47:18.048Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-13T10:47:18.305Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-05-13T10:47:18.867Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-05-13T10:47:18.867Z] INFO: Unit tests ended at 05/13/2022 10:47:18. Duration:00:05:07.4437705 [2022-05-13T10:47:18.867Z] INFO: Building busybox [2022-05-13T10:47:18.867Z] Sending build context to Docker daemon 5.12kB [2022-05-13T10:47:18.867Z] [2022-05-13T10:47:18.867Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-05-13T10:47:18.867Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-05-13T10:47:18.867Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-05-13T10:47:18.867Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-05-13T10:47:18.867Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-05-13T10:47:18.867Z] ---> 7c569352fed3 [2022-05-13T10:47:18.867Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-05-13T10:47:18.867Z] ---> Running in 37b8e122c6d0 [2022-05-13T10:47:18.870Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-13T10:47:19.128Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-13T10:47:19.452Z] --- PASS: TestServiceUpdatePidsLimit (15.95s) [2022-05-13T10:47:19.452Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-05-13T10:47:19.452Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2022-05-13T10:47:19.452Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s) [2022-05-13T10:47:19.452Z] PASS [2022-05-13T10:47:19.452Z] [2022-05-13T10:47:19.452Z] === Skipped [2022-05-13T10:47:19.452Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-13T10:47:19.452Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-13T10:47:19.452Z] [2022-05-13T10:47:19.452Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-05-13T10:47:19.452Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-13T10:47:19.452Z] [2022-05-13T10:47:19.452Z] DONE 27 tests, 2 skipped in 129.388s [2022-05-13T10:47:19.453Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-05-13T10:47:19.453Z] ++ 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-13T10:47:19.453Z] ++ set -e [2022-05-13T10:47:19.453Z] ++ '[' -n 0 ']' [2022-05-13T10:47:19.453Z] ++ set -x [2022-05-13T10:47:19.453Z] ++ 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-13T10:47:19.453Z] INFO: Testing against a local daemon [2022-05-13T10:47:19.453Z] === RUN TestSessionCreate [2022-05-13T10:47:19.453Z] --- PASS: TestSessionCreate (0.02s) [2022-05-13T10:47:19.453Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-13T10:47:19.453Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-05-13T10:47:19.453Z] PASS [2022-05-13T10:47:19.453Z] [2022-05-13T10:47:19.453Z] DONE 2 tests in 0.122s [2022-05-13T10:47:19.453Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-05-13T10:47:19.453Z] ++ 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-13T10:47:19.453Z] ++ set -e [2022-05-13T10:47:19.453Z] ++ '[' -n 0 ']' [2022-05-13T10:47:19.453Z] ++ set -x [2022-05-13T10:47:19.453Z] ++ 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-13T10:47:19.453Z] INFO: Testing against a local daemon [2022-05-13T10:47:19.453Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-13T10:47:19.453Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-13T10:47:19.453Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-13T10:47:19.453Z] === RUN TestDiskUsage [2022-05-13T10:47:19.453Z] === PAUSE TestDiskUsage [2022-05-13T10:47:19.453Z] === RUN TestEventsExecDie [2022-05-13T10:47:19.694Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-13T10:47:19.712Z] --- PASS: TestEventsExecDie (0.49s) [2022-05-13T10:47:19.712Z] === RUN TestEventsBackwardsCompatible [2022-05-13T10:47:19.712Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-05-13T10:47:19.712Z] === RUN TestEventsVolumeCreate [2022-05-13T10:47:19.712Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-05-13T10:47:19.712Z] === RUN TestInfoBinaryCommits [2022-05-13T10:47:19.712Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-13T10:47:19.712Z] === RUN TestInfoAPIVersioned [2022-05-13T10:47:19.712Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-13T10:47:19.712Z] === RUN TestInfoAPI [2022-05-13T10:47:19.712Z] --- PASS: TestInfoAPI (0.02s) [2022-05-13T10:47:19.712Z] === RUN TestInfoAPIWarnings [2022-05-13T10:47:20.628Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-13T10:47:20.885Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-13T10:47:22.259Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-13T10:47:22.833Z] === RUN TestDockerSuite/TestExecEnv [2022-05-13T10:47:23.414Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-13T10:47:24.348Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-13T10:47:24.726Z] Removing intermediate container 37b8e122c6d0 [2022-05-13T10:47:24.726Z] ---> de8fc5105d50 [2022-05-13T10:47:24.726Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-05-13T10:47:24.726Z] ---> Running in b4fe6a278509 [2022-05-13T10:47:24.726Z] Removing intermediate container b4fe6a278509 [2022-05-13T10:47:24.726Z] ---> 39fdbd99a162 [2022-05-13T10:47:24.726Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-05-13T10:47:24.726Z] ---> Running in 7f6b29ef51ce [2022-05-13T10:47:24.912Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-13T10:47:25.194Z] Removing intermediate container 7f6b29ef51ce [2022-05-13T10:47:25.194Z] ---> ff2fa555b2fa [2022-05-13T10:47:25.194Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-05-13T10:47:25.477Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-05-13T10:47:26.754Z] [2022-05-13T10:47:27.220Z] ---> 7c3b4d5ba15a [2022-05-13T10:47:27.221Z] 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-13T10:47:27.221Z] ---> Running in d66b00e3d791 [2022-05-13T10:47:28.001Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-13T10:47:28.259Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-05-13T10:47:28.824Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-13T10:47:29.082Z] === RUN TestDockerSuite/TestExecParseError [2022-05-13T10:47:29.646Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-13T10:47:30.213Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-13T10:47:30.777Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-13T10:47:31.232Z] --- PASS: TestCheckoutGit (33.27s) [2022-05-13T10:47:31.232Z] === RUN TestValidGitTransport [2022-05-13T10:47:31.232Z] --- PASS: TestValidGitTransport (0.00s) [2022-05-13T10:47:31.232Z] === RUN TestGitInvalidRef [2022-05-13T10:47:31.232Z] --- PASS: TestGitInvalidRef (0.25s) [2022-05-13T10:47:31.232Z] PASS [2022-05-13T10:47:31.232Z] coverage: 86.3% of statements [2022-05-13T10:47:31.232Z] ok github.com/docker/docker/builder/remotecontext/git 33.586s coverage: 86.3% of statements [2022-05-13T10:47:31.710Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-13T10:47:32.222Z] ? github.com/docker/docker/cli [no test files] [2022-05-13T10:47:32.222Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-13T10:47:32.222Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-13T10:47:32.222Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-13T10:47:32.276Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-13T10:47:32.842Z] --- PASS: TestServiceUpdatePidsLimit (16.94s) [2022-05-13T10:47:32.842Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.06s) [2022-05-13T10:47:32.842Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.01s) [2022-05-13T10:47:32.842Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.80s) [2022-05-13T10:47:32.842Z] PASS [2022-05-13T10:47:32.842Z] [2022-05-13T10:47:32.842Z] === Skipped [2022-05-13T10:47:32.842Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-13T10:47:32.842Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-13T10:47:32.842Z] [2022-05-13T10:47:32.842Z] DONE 27 tests, 1 skipped in 179.666s [2022-05-13T10:47:32.842Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-05-13T10:47:32.842Z] ++ 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-13T10:47:32.842Z] ++ set -e [2022-05-13T10:47:32.842Z] ++ '[' -n 0 ']' [2022-05-13T10:47:32.842Z] ++ set -x [2022-05-13T10:47:32.842Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-13T10:47:32.842Z] INFO: Testing against a local daemon [2022-05-13T10:47:32.842Z] === RUN TestSessionCreate [2022-05-13T10:47:32.842Z] --- PASS: TestSessionCreate (0.02s) [2022-05-13T10:47:32.842Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-13T10:47:32.842Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-05-13T10:47:32.842Z] PASS [2022-05-13T10:47:32.842Z] [2022-05-13T10:47:32.842Z] DONE 2 tests in 0.179s [2022-05-13T10:47:33.100Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-05-13T10:47:33.100Z] ++ 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-13T10:47:33.100Z] ++ set -e [2022-05-13T10:47:33.100Z] ++ '[' -n 0 ']' [2022-05-13T10:47:33.100Z] ++ set -x [2022-05-13T10:47:33.100Z] ++ 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-13T10:47:33.100Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-13T10:47:33.100Z] INFO: Testing against a local daemon [2022-05-13T10:47:33.100Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-13T10:47:33.100Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-13T10:47:33.100Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-13T10:47:33.100Z] === RUN TestDiskUsage [2022-05-13T10:47:33.100Z] === PAUSE TestDiskUsage [2022-05-13T10:47:33.100Z] === RUN TestEventsExecDie [2022-05-13T10:47:34.032Z] --- PASS: TestEventsExecDie (0.71s) [2022-05-13T10:47:34.032Z] === RUN TestEventsBackwardsCompatible [2022-05-13T10:47:34.032Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-05-13T10:47:34.032Z] === RUN TestEventsVolumeCreate [2022-05-13T10:47:34.032Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-05-13T10:47:34.032Z] === RUN TestInfoBinaryCommits [2022-05-13T10:47:34.032Z] --- PASS: TestInfoBinaryCommits (0.01s) [2022-05-13T10:47:34.032Z] === RUN TestInfoAPIVersioned [2022-05-13T10:47:34.032Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-13T10:47:34.032Z] === RUN TestInfoAPI [2022-05-13T10:47:34.032Z] --- PASS: TestInfoAPI (0.01s) [2022-05-13T10:47:34.032Z] === RUN TestInfoAPIWarnings [2022-05-13T10:47:36.554Z] check_test.go:378: [d40f3da86fe79] daemon is not started [2022-05-13T10:47:36.554Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-05-13T10:47:37.651Z] Removing intermediate container d66b00e3d791 [2022-05-13T10:47:37.651Z] ---> ef9df7451ccd [2022-05-13T10:47:37.651Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-05-13T10:47:37.651Z] ---> Running in 4377b5d54b4c [2022-05-13T10:47:37.804Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-05-13T10:47:37.804Z] === RUN TestInfoDebug [2022-05-13T10:47:37.804Z] --- PASS: TestInfoDebug (0.52s) [2022-05-13T10:47:37.804Z] === RUN TestInfoInsecureRegistries [2022-05-13T10:47:37.804Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-05-13T10:47:37.804Z] === RUN TestInfoRegistryMirrors [2022-05-13T10:47:37.804Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-05-13T10:47:37.804Z] === RUN TestLoginFailsWithBadCredentials [2022-05-13T10:47:38.064Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-05-13T10:47:38.064Z] === RUN TestPingCacheHeaders [2022-05-13T10:47:38.064Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-05-13T10:47:38.064Z] === RUN TestPingGet [2022-05-13T10:47:38.064Z] --- PASS: TestPingGet (0.01s) [2022-05-13T10:47:38.064Z] === RUN TestPingHead [2022-05-13T10:47:38.064Z] --- PASS: TestPingHead (0.02s) [2022-05-13T10:47:38.064Z] === RUN TestPingSwarmHeader [2022-05-13T10:47:38.450Z] docker_api_swarm_test.go:802: [d4f4e16596518] joining swarm manager [d75e8333dc4bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:47:38.632Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-13T10:47:38.639Z] [2022-05-13T10:47:38.639Z] SUCCESS: Specified value was saved. [2022-05-13T10:47:39.200Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-13T10:47:39.823Z] docker_api_swarm_test.go:802: [de53fb2ff041b] joining swarm manager [d75e8333dc4bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:47:40.152Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-13T10:47:40.152Z] --- PASS: TestPingSwarmHeader (2.04s) [2022-05-13T10:47:40.152Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-13T10:47:40.152Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-13T10:47:40.152Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-13T10:47:40.152Z] === RUN TestVersion [2022-05-13T10:47:40.152Z] --- PASS: TestVersion (0.02s) [2022-05-13T10:47:40.152Z] === CONT TestDiskUsage [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/empty [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/empty/container_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/empty/image_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/empty/volume_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-13T10:47:40.721Z] === RUN TestDiskUsage/after_container.Run [2022-05-13T10:47:40.754Z] docker_api_swarm_test.go:802: [d3a00515fc14f] joining swarm manager [d75e8333dc4bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-05-13T10:47:40.980Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-13T10:47:40.980Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-13T10:47:40.980Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-13T10:47:40.980Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-13T10:47:40.980Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-13T10:47:40.980Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-13T10:47:40.980Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-13T10:47:40.980Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-13T10:47:40.980Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-13T10:47:40.980Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage (1.12s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_container.Run (0.29s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-05-13T10:47:41.239Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-13T10:47:41.240Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-05-13T10:47:41.240Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-05-13T10:47:41.240Z] PASS [2022-05-13T10:47:41.240Z] [2022-05-13T10:47:41.240Z] === Skipped [2022-05-13T10:47:41.240Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-13T10:47:41.240Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-13T10:47:41.240Z] [2022-05-13T10:47:41.240Z] DONE 54 tests, 1 skipped in 22.148s [2022-05-13T10:47:41.240Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-13T10:47:41.240Z] ++ 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-13T10:47:41.240Z] ++ set -e [2022-05-13T10:47:41.240Z] ++ '[' -n 0 ']' [2022-05-13T10:47:41.240Z] ++ set -x [2022-05-13T10:47:41.240Z] ++ 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-13T10:47:41.240Z] INFO: Testing against a local daemon [2022-05-13T10:47:41.240Z] === RUN TestVolumesCreateAndList [2022-05-13T10:47:41.240Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-13T10:47:41.240Z] === RUN TestVolumesRemove [2022-05-13T10:47:41.240Z] --- PASS: TestVolumesRemove (0.06s) [2022-05-13T10:47:41.240Z] === RUN TestVolumesInspect [2022-05-13T10:47:41.499Z] --- PASS: TestVolumesInspect (0.02s) [2022-05-13T10:47:41.499Z] === RUN TestVolumesInvalidJSON [2022-05-13T10:47:41.499Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-13T10:47:41.499Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-13T10:47:41.499Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-13T10:47:41.499Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-13T10:47:41.499Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-13T10:47:41.499Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-13T10:47:41.499Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-13T10:47:41.499Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-13T10:47:41.499Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-13T10:47:41.499Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-13T10:47:41.499Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-13T10:47:41.499Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-13T10:47:41.499Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-13T10:47:41.499Z] PASS [2022-05-13T10:47:41.499Z] [2022-05-13T10:47:41.499Z] DONE 9 tests in 0.196s [2022-05-13T10:47:41.499Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-13T10:47:41.499Z] ++++ cat bundles/test-integration/docker.pid [2022-05-13T10:47:41.499Z] +++ kill 14242 [2022-05-13T10:47:41.587Z] Removing intermediate container 4377b5d54b4c [2022-05-13T10:47:41.587Z] ---> 3aa1ae80cf8c [2022-05-13T10:47:41.587Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-05-13T10:47:41.587Z] ---> Running in e41a20a1b392 [2022-05-13T10:47:41.760Z] +++ /etc/init.d/apparmor stop [2022-05-13T10:47:41.760Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-13T10:47:41.760Z] [2022-05-13T10:47:41.760Z] Unloading profiles will leave already running processes permanently [2022-05-13T10:47:41.760Z] unconfined, which can lead to unexpected situations. [2022-05-13T10:47:41.760Z] [2022-05-13T10:47:41.760Z] To set a process to complain mode, use the command line tool [2022-05-13T10:47:41.760Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-13T10:47:41.760Z] +++ true [2022-05-13T10:47:41.760Z] exiting test-integration [2022-05-13T10:47:41.760Z] ++ exit 0 [2022-05-13T10:47:41.760Z] [2022-05-13T10:47:42.125Z] docker_api_swarm_test.go:802: [d7c8445fbea37] joining swarm manager [d75e8333dc4bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 Post stage [Pipeline] junit [2022-05-13T10:47:42.341Z] Recording test results [2022-05-13T10:47:42.577Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-13T10:47:42.664Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-05-13T10:47:42.664Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-05-13T10:47:42.664Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-05-13T10:47:42.664Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-05-13T10:47:42.664Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-05-13T10:47:42.664Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-05-13T10:47:42.664Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-05-13T10:47:42.664Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.01s) [2022-05-13T10:47:42.664Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-05-13T10:47:42.664Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-05-13T10:47:42.664Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-05-13T10:47:42.664Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-05-13T10:47:42.664Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-05-13T10:47:42.664Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2022-05-13T10:47:42.664Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-05-13T10:47:42.664Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-05-13T10:47:42.664Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-05-13T10:47:42.664Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-05-13T10:47:42.664Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-05-13T10:47:42.664Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-05-13T10:47:42.664Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-05-13T10:47:42.664Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-05-13T10:47:42.664Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-05-13T10:47:42.664Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.01s) [2022-05-13T10:47:42.664Z] === RUN TestConfigureDaemonLogs [2022-05-13T10:47:42.664Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-05-13T10:47:42.664Z] === RUN TestCommonOptionsInstallFlags [2022-05-13T10:47:42.664Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-05-13T10:47:42.664Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-05-13T10:47:42.664Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-05-13T10:47:42.664Z] PASS [2022-05-13T10:47:42.664Z] coverage: 19.7% of statements [2022-05-13T10:47:42.664Z] ok github.com/docker/docker/cmd/dockerd 0.230s coverage: 19.7% of statements [2022-05-13T10:47:42.664Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-05-13T10:47:42.664Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-13T10:47:42.916Z] + echo Ensuring container killed. [2022-05-13T10:47:42.916Z] Ensuring container killed. [2022-05-13T10:47:42.916Z] + docker rm -vf docker-pr3 [2022-05-13T10:47:42.916Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-05-13T10:47:43.204Z] + echo Chowning /workspace to jenkins user [2022-05-13T10:47:43.204Z] Chowning /workspace to jenkins user [2022-05-13T10:47:43.204Z] + id -u [2022-05-13T10:47:43.204Z] + id -g [2022-05-13T10:47:43.204Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43269:/workspace busybox chown -R 1000:1000 /workspace [2022-05-13T10:47:43.496Z] docker_api_swarm_test.go:810: [d1ddc8d64d864] joining swarm manager [d75e8333dc4bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-05-13T10:47:44.063Z] === RUN TestDockerSuite/TestExecStopNotHanging [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-13T10:47:44.240Z] === RUN TestContainerStopSignal [2022-05-13T10:47:44.240Z] --- PASS: TestContainerStopSignal (0.00s) [2022-05-13T10:47:44.240Z] === RUN TestContainerStopTimeout [2022-05-13T10:47:44.240Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-05-13T10:47:44.240Z] === RUN TestContainerSecretReferenceDestTarget [2022-05-13T10:47:44.240Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-05-13T10:47:44.240Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-05-13T10:47:44.240Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-05-13T10:47:44.240Z] === RUN TestContainerLogPathSetForRingLogger [2022-05-13T10:47:44.240Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-05-13T10:47:44.240Z] === RUN TestReplaceAndAppendEnvVars [2022-05-13T10:47:44.240Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-05-13T10:47:44.240Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-05-13T10:47:44.240Z] === RUN TestNewMemoryStore [2022-05-13T10:47:44.240Z] --- PASS: TestNewMemoryStore (0.00s) [2022-05-13T10:47:44.240Z] === RUN TestAddContainers [2022-05-13T10:47:44.240Z] --- PASS: TestAddContainers (0.00s) [2022-05-13T10:47:44.240Z] === RUN TestGetContainer [2022-05-13T10:47:44.240Z] --- PASS: TestGetContainer (0.00s) [2022-05-13T10:47:44.240Z] === RUN TestDeleteContainer [2022-05-13T10:47:44.240Z] --- PASS: TestDeleteContainer (0.00s) [2022-05-13T10:47:44.240Z] === RUN TestListContainers [2022-05-13T10:47:44.240Z] --- PASS: TestListContainers (0.00s) [2022-05-13T10:47:44.240Z] === RUN TestFirstContainer [2022-05-13T10:47:44.240Z] --- PASS: TestFirstContainer (0.00s) [2022-05-13T10:47:44.240Z] === RUN TestApplyAllContainer [2022-05-13T10:47:44.240Z] --- PASS: TestApplyAllContainer (0.00s) [2022-05-13T10:47:44.240Z] === RUN TestIsValidHealthString [2022-05-13T10:47:44.240Z] --- PASS: TestIsValidHealthString (0.00s) [2022-05-13T10:47:44.240Z] === RUN TestStateRunStop [2022-05-13T10:47:44.240Z] --- PASS: TestStateRunStop (0.00s) [2022-05-13T10:47:44.240Z] === RUN TestStateTimeoutWait [2022-05-13T10:47:44.240Z] state_test.go:141: Stop callback fired [2022-05-13T10:47:44.240Z] state_test.go:165: Stop callback fired [2022-05-13T10:47:44.240Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-05-13T10:47:44.240Z] === RUN TestIsValidStateString [2022-05-13T10:47:44.240Z] --- PASS: TestIsValidStateString (0.00s) [2022-05-13T10:47:44.240Z] === RUN TestViewSaveDelete [2022-05-13T10:47:44.240Z] --- PASS: TestViewSaveDelete (0.02s) [2022-05-13T10:47:44.240Z] === RUN TestViewAll [2022-05-13T10:47:44.240Z] --- PASS: TestViewAll (0.02s) [2022-05-13T10:47:44.240Z] === RUN TestViewGet [2022-05-13T10:47:44.240Z] --- PASS: TestViewGet (0.01s) [2022-05-13T10:47:44.240Z] === RUN TestNames [2022-05-13T10:47:44.240Z] --- PASS: TestNames (0.00s) [2022-05-13T10:47:44.240Z] === RUN TestViewWithHealthCheck [2022-05-13T10:47:44.240Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-05-13T10:47:44.240Z] PASS [2022-05-13T10:47:44.240Z] coverage: 41.7% of statements [2022-05-13T10:47:44.240Z] ok github.com/docker/docker/container 0.264s coverage: 41.7% of statements [2022-05-13T10:47:44.240Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-13T10:47:44.240Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-13T10:47:44.240Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-13T10:47:44.240Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-13T10:47:44.321Z] === RUN TestDockerSuite/TestExecTTY [2022-05-13T10:47:44.487Z] + bundleName=arm64-integration [2022-05-13T10:47:44.487Z] + echo Creating arm64-integration-bundles.tar.gz [2022-05-13T10:47:44.487Z] Creating arm64-integration-bundles.tar.gz [2022-05-13T10:47:44.487Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-05-13T10:47:44.487Z] + 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-13T10:47:44.711Z] === RUN TestPrepare [2022-05-13T10:47:44.711Z] --- PASS: TestPrepare (0.00s) [2022-05-13T10:47:44.711Z] === RUN TestStart [2022-05-13T10:47:44.711Z] --- PASS: TestStart (0.00s) [Pipeline] archiveArtifacts [2022-05-13T10:47:44.759Z] Archiving artifacts [2022-05-13T10:47:44.886Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-13T10:47:44.970Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-13T10:47:44.970Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-13T10:47:44.970Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-13T10:47:44.970Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-13T10:47:44.970Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-13T10:47:44.970Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-13T10:47:44.970Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-13T10:47:44.970Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-13T10:47:44.970Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-13T10:47:44.970Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-13T10:47:44.970Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-13T10:47:44.970Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-13T10:47:44.970Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-13T10:47:44.970Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-13T10:47:44.970Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-13T10:47:45.181Z] === RUN TestWaitCancel [2022-05-13T10:47:45.181Z] --- PASS: TestWaitCancel (0.00s) [2022-05-13T10:47:45.181Z] === RUN TestWaitDisabled [2022-05-13T10:47:45.181Z] --- PASS: TestWaitDisabled (0.00s) [2022-05-13T10:47:45.181Z] === RUN TestWaitEnabled [2022-05-13T10:47:45.181Z] --- PASS: TestWaitEnabled (0.00s) [2022-05-13T10:47:45.181Z] === RUN TestRemove [2022-05-13T10:47:45.181Z] --- PASS: TestRemove (0.00s) [2022-05-13T10:47:45.181Z] PASS [2022-05-13T10:47:45.181Z] coverage: 65.3% of statements [2022-05-13T10:47:45.181Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.059s coverage: 65.3% of statements [2022-05-13T10:47:45.451Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-13T10:47:46.017Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-13T10:47:46.343Z] Cannot create a file when that file already exists. [2022-05-13T10:47:46.435Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43269/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-13T10:47:46.582Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-13T10:47:46.582Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-05-13T10:47:46.582Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-13T10:47:46.745Z] + make clean [2022-05-13T10:47:46.745Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-13T10:47:46.745Z] docker-dev-cache [2022-05-13T10:47:46.745Z] docker-mod-cache [Pipeline] deleteDir [2022-05-13T10:47:47.404Z] === RUN TestNewListSecretsFilters [2022-05-13T10:47:47.404Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-05-13T10:47:47.404Z] === RUN TestNewListConfigsFilters [2022-05-13T10:47:47.404Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-05-13T10:47:47.404Z] PASS [2022-05-13T10:47:47.404Z] coverage: 0.5% of statements [2022-05-13T10:47:47.404Z] ok github.com/docker/docker/daemon/cluster 0.187s coverage: 0.5% of statements [2022-05-13T10:47:47.952Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-05-13T10:47:48.211Z] === RUN TestDockerSuite/TestExecWithPrivileged [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2022-05-13T10:47:48.678Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-13T10:47:48.975Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-05-13T10:47:48.975Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.18s) [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCIsolation [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertFromGRPCIsolation [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-05-13T10:47:48.975Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-05-13T10:47:48.975Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertFromGRPCConfigs [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCConfigs [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-05-13T10:47:48.975Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-05-13T10:47:48.975Z] === RUN TestTopologyFromGRPC [2022-05-13T10:47:48.975Z] --- PASS: TestTopologyFromGRPC (0.00s) [2022-05-13T10:47:48.975Z] === RUN TestCapacityRangeFromGRPC [2022-05-13T10:47:48.975Z] --- PASS: TestCapacityRangeFromGRPC (0.00s) [2022-05-13T10:47:48.975Z] === RUN TestVolumeAvailabilityFromGRPC [2022-05-13T10:47:48.975Z] === RUN TestVolumeAvailabilityFromGRPC/Active [2022-05-13T10:47:48.975Z] === RUN TestVolumeAvailabilityFromGRPC/Pause [2022-05-13T10:47:48.975Z] === RUN TestVolumeAvailabilityFromGRPC/Drain [2022-05-13T10:47:48.975Z] --- PASS: TestVolumeAvailabilityFromGRPC (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestVolumeAvailabilityFromGRPC/Active (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestVolumeAvailabilityFromGRPC/Pause (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestVolumeAvailabilityFromGRPC/Drain (0.00s) [2022-05-13T10:47:48.975Z] === RUN TestAccessModeFromGRPC [2022-05-13T10:47:48.975Z] === RUN TestAccessModeFromGRPC/MountVolume [2022-05-13T10:47:48.975Z] === RUN TestAccessModeFromGRPC/BlockVolume [2022-05-13T10:47:48.975Z] --- PASS: TestAccessModeFromGRPC (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestAccessModeFromGRPC/MountVolume (0.00s) [2022-05-13T10:47:48.975Z] --- PASS: TestAccessModeFromGRPC/BlockVolume (0.00s) [2022-05-13T10:47:48.975Z] === RUN TestVolumeCreateToGRPC [2022-05-13T10:47:48.975Z] --- PASS: TestVolumeCreateToGRPC (0.00s) [2022-05-13T10:47:48.975Z] PASS [2022-05-13T10:47:48.975Z] coverage: 36.9% of statements [2022-05-13T10:47:48.975Z] ok github.com/docker/docker/daemon/cluster/convert 0.628s coverage: 36.9% of statements [2022-05-13T10:47:49.584Z] === RUN TestDockerSuite/TestExecWithTERM [2022-05-13T10:47:49.842Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-13T10:47:50.201Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-13T10:47:50.201Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-13T10:47:50.201Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-13T10:47:50.201Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-13T10:47:50.201Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-13T10:47:50.201Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-13T10:47:50.407Z] --- PASS: TestInfoAPIWarnings (16.56s) [2022-05-13T10:47:50.407Z] === RUN TestInfoDebug [2022-05-13T10:47:50.664Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-13T10:47:50.922Z] --- PASS: TestInfoDebug (0.52s) [2022-05-13T10:47:50.922Z] === RUN TestInfoInsecureRegistries [2022-05-13T10:47:51.088Z] Removing intermediate container e41a20a1b392 [2022-05-13T10:47:51.088Z] ---> f5ca20d97594 [2022-05-13T10:47:51.088Z] Step 13/13 : CMD ["sh"] [2022-05-13T10:47:51.088Z] ---> Running in 6bae99592c79 [2022-05-13T10:47:51.197Z] === RUN TestWaitNodeAttachment [2022-05-13T10:47:51.487Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-05-13T10:47:51.487Z] === RUN TestInfoRegistryMirrors [2022-05-13T10:47:51.557Z] Removing intermediate container 6bae99592c79 [2022-05-13T10:47:51.557Z] ---> 8461f3a5ef00 [2022-05-13T10:47:51.557Z] Successfully built 8461f3a5ef00 [2022-05-13T10:47:51.557Z] Successfully tagged busybox:latest [2022-05-13T10:47:51.557Z] INFO: Docker images of the daemon under test [2022-05-13T10:47:51.557Z] [2022-05-13T10:47:51.557Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-13T10:47:51.557Z] busybox latest 8461f3a5ef00 Less than a second ago 4.95GB [2022-05-13T10:47:51.557Z] microsoft/windowsservercore latest 7c569352fed3 8 days ago 4.9GB [2022-05-13T10:47:51.557Z] mcr.microsoft.com/windows/servercore ltsc2022 7c569352fed3 8 days ago 4.9GB [2022-05-13T10:47:51.557Z] [2022-05-13T10:47:51.557Z] INFO: Running integration tests at 05/13/2022 10:47:51... [2022-05-13T10:47:51.557Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-05-13T10:47:51.557Z] INFO: Integration API tests being run from the host: [2022-05-13T10:47:51.557Z] INFO: make.ps1 starting at 05/13/2022 10:47:51 [2022-05-13T10:47:51.666Z] === RUN TestBuilderGC [2022-05-13T10:47:51.666Z] --- PASS: TestBuilderGC (0.00s) [2022-05-13T10:47:51.666Z] === RUN TestDaemonConfigurationNotFound [2022-05-13T10:47:51.666Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-05-13T10:47:51.666Z] === RUN TestDaemonBrokenConfiguration [2022-05-13T10:47:51.666Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-05-13T10:47:51.666Z] === RUN TestFindConfigurationConflicts [2022-05-13T10:47:51.666Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-05-13T10:47:51.666Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-05-13T10:47:51.666Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-05-13T10:47:51.666Z] === RUN TestDaemonConfigurationMergeConflicts [2022-05-13T10:47:51.666Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-05-13T10:47:51.666Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-05-13T10:47:51.666Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-05-13T10:47:51.666Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-05-13T10:47:51.666Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-05-13T10:47:51.666Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-05-13T10:47:51.666Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-05-13T10:47:51.666Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-05-13T10:47:51.666Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-05-13T10:47:51.666Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-05-13T10:47:51.666Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-05-13T10:47:51.666Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-05-13T10:47:51.666Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-05-13T10:47:51.666Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-05-13T10:47:51.666Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-05-13T10:47:51.666Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-05-13T10:47:51.666Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-05-13T10:47:51.666Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-05-13T10:47:51.666Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-05-13T10:47:51.666Z] === RUN TestValidateConfigurationErrors [2022-05-13T10:47:51.666Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-05-13T10:47:51.666Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-05-13T10:47:51.666Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-05-13T10:47:51.666Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-05-13T10:47:51.666Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-05-13T10:47:51.666Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-05-13T10:47:51.666Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-05-13T10:47:51.666Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-05-13T10:47:51.666Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-05-13T10:47:51.666Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-05-13T10:47:51.666Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-05-13T10:47:51.666Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-05-13T10:47:51.666Z] === RUN TestValidateConfigurationErrors/with_invalid_log-level [2022-05-13T10:47:51.666Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-05-13T10:47:51.666Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-05-13T10:47:51.666Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-05-13T10:47:51.666Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-05-13T10:47:51.666Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-05-13T10:47:51.666Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-05-13T10:47:51.666Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-05-13T10:47:51.666Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-05-13T10:47:51.666Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-05-13T10:47:51.666Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-05-13T10:47:51.666Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-05-13T10:47:51.666Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-05-13T10:47:51.666Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-05-13T10:47:51.666Z] --- PASS: TestValidateConfigurationErrors/with_invalid_log-level (0.00s) [2022-05-13T10:47:51.666Z] === RUN TestValidateConfiguration [2022-05-13T10:47:51.666Z] === RUN TestValidateConfiguration/with_label [2022-05-13T10:47:51.666Z] === RUN TestValidateConfiguration/with_dns [2022-05-13T10:47:51.666Z] === RUN TestValidateConfiguration/with_dns-search [2022-05-13T10:47:51.666Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-05-13T10:47:51.666Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-05-13T10:47:51.666Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-05-13T10:47:51.666Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-05-13T10:47:51.666Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-05-13T10:47:51.666Z] === RUN TestValidateConfiguration/with_hosts [2022-05-13T10:47:51.667Z] === RUN TestValidateConfiguration/with_log-level_warn [2022-05-13T10:47:51.667Z] --- PASS: TestValidateConfiguration (0.00s) [2022-05-13T10:47:51.667Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-05-13T10:47:51.667Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-05-13T10:47:51.667Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-05-13T10:47:51.667Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-05-13T10:47:51.667Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-05-13T10:47:51.667Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-05-13T10:47:51.667Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-05-13T10:47:51.667Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-05-13T10:47:51.667Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-05-13T10:47:51.667Z] --- PASS: TestValidateConfiguration/with_log-level_warn (0.00s) [2022-05-13T10:47:51.667Z] === RUN TestReloadSetConfigFileNotExist [2022-05-13T10:47:51.667Z] time="2022-05-13T10:47:51Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-05-13T10:47:51.667Z] --- PASS: TestReloadSetConfigFileNotExist (0.17s) [2022-05-13T10:47:51.667Z] === RUN TestReloadDefaultConfigNotExist [2022-05-13T10:47:51.667Z] config_test.go:480: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:47:51.667Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-05-13T10:47:51.667Z] === RUN TestReloadBadDefaultConfig [2022-05-13T10:47:51.667Z] time="2022-05-13T10:47:51Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3047922516" [2022-05-13T10:47:51.667Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-05-13T10:47:51.667Z] === RUN TestReloadWithConflictingLabels [2022-05-13T10:47:51.667Z] time="2022-05-13T10:47:51Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1803584735" [2022-05-13T10:47:51.667Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-05-13T10:47:51.667Z] === RUN TestReloadWithDuplicateLabels [2022-05-13T10:47:51.667Z] time="2022-05-13T10:47:51Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2737456624" [2022-05-13T10:47:51.667Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-05-13T10:47:51.667Z] === RUN TestMaskURLCredentials [2022-05-13T10:47:51.667Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-05-13T10:47:51.667Z] === RUN TestDaemonConfigurationMerge [2022-05-13T10:47:51.667Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-05-13T10:47:51.667Z] PASS [2022-05-13T10:47:51.667Z] coverage: 79.8% of statements [2022-05-13T10:47:51.667Z] ok github.com/docker/docker/daemon/config 0.301s coverage: 79.8% of statements [2022-05-13T10:47:51.667Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-05-13T10:47:51.667Z] === RUN TestIsolationConversion [2022-05-13T10:47:51.667Z] === RUN TestIsolationConversion/default [2022-05-13T10:47:51.667Z] === RUN TestIsolationConversion/process [2022-05-13T10:47:51.667Z] === RUN TestIsolationConversion/hyperv [2022-05-13T10:47:51.667Z] --- PASS: TestIsolationConversion (0.00s) [2022-05-13T10:47:51.667Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-05-13T10:47:51.667Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-05-13T10:47:51.667Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-05-13T10:47:51.667Z] === RUN TestContainerLabels [2022-05-13T10:47:51.667Z] --- PASS: TestContainerLabels (0.00s) [2022-05-13T10:47:51.667Z] === RUN TestCredentialSpecConversion [2022-05-13T10:47:51.667Z] === RUN TestCredentialSpecConversion/none [2022-05-13T10:47:51.667Z] === RUN TestCredentialSpecConversion/config [2022-05-13T10:47:51.667Z] === RUN TestCredentialSpecConversion/file [2022-05-13T10:47:51.667Z] === RUN TestCredentialSpecConversion/registry [2022-05-13T10:47:51.667Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-05-13T10:47:51.667Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-05-13T10:47:51.667Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-05-13T10:47:51.667Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-05-13T10:47:51.667Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-05-13T10:47:51.667Z] === RUN TestControllerValidateMountBind [2022-05-13T10:47:51.667Z] --- PASS: TestControllerValidateMountBind (0.01s) [2022-05-13T10:47:51.667Z] === RUN TestControllerValidateMountVolume [2022-05-13T10:47:51.667Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-05-13T10:47:51.667Z] === RUN TestControllerValidateMountTarget [2022-05-13T10:47:51.667Z] --- PASS: TestControllerValidateMountTarget (0.01s) [2022-05-13T10:47:51.667Z] === RUN TestControllerValidateMountTmpfs [2022-05-13T10:47:51.667Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-05-13T10:47:51.667Z] === RUN TestControllerValidateMountInvalidType [2022-05-13T10:47:51.667Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-05-13T10:47:51.667Z] === RUN TestControllerValidateMountNamedPipe [2022-05-13T10:47:51.667Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-05-13T10:47:51.667Z] PASS [2022-05-13T10:47:51.667Z] coverage: 10.7% of statements [2022-05-13T10:47:51.667Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.660s coverage: 10.7% of statements [2022-05-13T10:47:52.051Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-05-13T10:47:52.051Z] === RUN TestLoginFailsWithBadCredentials [2022-05-13T10:47:52.051Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-05-13T10:47:52.051Z] === RUN TestPingCacheHeaders [2022-05-13T10:47:52.051Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-05-13T10:47:52.051Z] === RUN TestPingGet [2022-05-13T10:47:52.051Z] --- PASS: TestPingGet (0.01s) [2022-05-13T10:47:52.051Z] === RUN TestPingHead [2022-05-13T10:47:52.137Z] === RUN TestEventsLog [2022-05-13T10:47:52.137Z] --- PASS: TestEventsLog (0.00s) [2022-05-13T10:47:52.137Z] === RUN TestEventsLogTimeout [2022-05-13T10:47:52.137Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-05-13T10:47:52.137Z] === RUN TestLogEvents [2022-05-13T10:47:52.137Z] --- PASS: TestLogEvents (0.05s) [2022-05-13T10:47:52.137Z] === RUN TestLoadBufferedEvents [2022-05-13T10:47:52.137Z] --- PASS: TestLoadBufferedEvents (0.19s) [2022-05-13T10:47:52.137Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-05-13T10:47:52.137Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-05-13T10:47:52.137Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-05-13T10:47:52.137Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-05-13T10:47:52.137Z] PASS [2022-05-13T10:47:52.137Z] coverage: 50.0% of statements [2022-05-13T10:47:52.137Z] ok github.com/docker/docker/daemon/events 0.294s coverage: 50.0% of statements [2022-05-13T10:47:52.308Z] --- PASS: TestPingHead (0.03s) [2022-05-13T10:47:52.308Z] === RUN TestPingSwarmHeader [2022-05-13T10:47:52.872Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-13T10:47:53.130Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-13T10:47:53.131Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-05-13T10:47:53.710Z] === RUN TestIsEmptyDir [2022-05-13T10:47:53.710Z] --- PASS: TestIsEmptyDir (0.01s) [2022-05-13T10:47:53.710Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-05-13T10:47:53.710Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-05-13T10:47:53.710Z] PASS [2022-05-13T10:47:53.710Z] coverage: 2.3% of statements [2022-05-13T10:47:53.710Z] ok github.com/docker/docker/daemon/graphdriver 0.095s coverage: 2.3% of statements [2022-05-13T10:47:53.710Z] === RUN TestLinkNaming [2022-05-13T10:47:53.710Z] --- PASS: TestLinkNaming (0.00s) [2022-05-13T10:47:53.710Z] === RUN TestLinkNew [2022-05-13T10:47:53.710Z] --- PASS: TestLinkNew (0.00s) [2022-05-13T10:47:53.710Z] === RUN TestLinkEnv [2022-05-13T10:47:53.710Z] --- PASS: TestLinkEnv (0.00s) [2022-05-13T10:47:53.710Z] === RUN TestLinkMultipleEnv [2022-05-13T10:47:53.710Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-05-13T10:47:53.710Z] === RUN TestLinkPortRangeEnv [2022-05-13T10:47:53.710Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-05-13T10:47:53.710Z] PASS [2022-05-13T10:47:53.710Z] coverage: 93.0% of statements [2022-05-13T10:47:53.710Z] ok github.com/docker/docker/daemon/links 0.042s coverage: 93.0% of statements [2022-05-13T10:47:53.909Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-13T10:47:54.501Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-13T10:47:54.502Z] --- PASS: TestPingSwarmHeader (2.03s) [2022-05-13T10:47:54.502Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-13T10:47:54.502Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-13T10:47:54.502Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-13T10:47:54.502Z] === RUN TestVersion [2022-05-13T10:47:54.502Z] --- PASS: TestVersion (0.02s) [2022-05-13T10:47:54.502Z] === CONT TestDiskUsage [2022-05-13T10:47:54.701Z] === RUN TestVerifyNetworkingConfig [2022-05-13T10:47:54.701Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestGetContainer [2022-05-13T10:47:54.701Z] --- PASS: TestGetContainer (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestValidContainerNames [2022-05-13T10:47:54.701Z] --- PASS: TestValidContainerNames (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestContainerInitDNS [2022-05-13T10:47:54.701Z] daemon_test.go:145: root required [2022-05-13T10:47:54.701Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestMerge [2022-05-13T10:47:54.701Z] --- PASS: TestMerge (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestValidateContainerIsolation [2022-05-13T10:47:54.701Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestFindNetworkErrorType [2022-05-13T10:47:54.701Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestEnsureServicesExist [2022-05-13T10:47:54.701Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestEnsureServicesExistErrors [2022-05-13T10:47:54.701Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-05-13T10:47:54.701Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-05-13T10:47:54.701Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-05-13T10:47:54.701Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestContainerDelete [2022-05-13T10:47:54.701Z] --- PASS: TestContainerDelete (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestContainerDoubleDelete [2022-05-13T10:47:54.701Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestLogContainerEventCopyLabels [2022-05-13T10:47:54.701Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestLogContainerEventWithAttributes [2022-05-13T10:47:54.701Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestNoneHealthcheck [2022-05-13T10:47:54.701Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestHealthStates [2022-05-13T10:47:54.701Z] time="2022-05-13T10:47:54Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-13T10:47:54.701Z] time="2022-05-13T10:47:54Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-13T10:47:54.701Z] time="2022-05-13T10:47:54Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-13T10:47:54.701Z] time="2022-05-13T10:47:54Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-13T10:47:54.701Z] time="2022-05-13T10:47:54Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-13T10:47:54.701Z] time="2022-05-13T10:47:54Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-13T10:47:54.701Z] time="2022-05-13T10:47:54Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-13T10:47:54.701Z] time="2022-05-13T10:47:54Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-13T10:47:54.701Z] time="2022-05-13T10:47:54Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-13T10:47:54.701Z] time="2022-05-13T10:47:54Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-05-13T10:47:54.701Z] --- PASS: TestHealthStates (0.18s) [2022-05-13T10:47:54.701Z] === RUN TestGetInspectData [2022-05-13T10:47:54.701Z] --- PASS: TestGetInspectData (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestFillLicense [2022-05-13T10:47:54.701Z] --- PASS: TestFillLicense (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestListInvalidFilter [2022-05-13T10:47:54.701Z] --- PASS: TestListInvalidFilter (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestNameFilter [2022-05-13T10:47:54.701Z] --- PASS: TestNameFilter (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-05-13T10:47:54.701Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-05-13T10:47:54.701Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-05-13T10:47:54.701Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-05-13T10:47:54.701Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-05-13T10:47:54.701Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-05-13T10:47:54.701Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-05-13T10:47:54.701Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-05-13T10:47:54.701Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-05-13T10:47:54.701Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-05-13T10:47:54.701Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-05-13T10:47:54.701Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-05-13T10:47:54.701Z] === 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-13T10:47:54.701Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-05-13T10:47:54.701Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-05-13T10:47:54.701Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-05-13T10:47:54.701Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-05-13T10:47:54.701Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-05-13T10:47:54.701Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-05-13T10:47:54.701Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-05-13T10:47:54.701Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-05-13T10:47:54.701Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-05-13T10:47:54.701Z] --- 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-13T10:47:54.701Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestSetupWindowsDevices [2022-05-13T10:47:54.701Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-05-13T10:47:54.701Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-05-13T10:47:54.701Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-05-13T10:47:54.701Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-05-13T10:47:54.701Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-13T10:47:54.701Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-13T10:47:54.701Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-05-13T10:47:54.701Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-05-13T10:47:54.701Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-05-13T10:47:54.701Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-05-13T10:47:54.701Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-05-13T10:47:54.701Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestDaemonReloadLabels [2022-05-13T10:47:54.701Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-05-13T10:47:54.701Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestDaemonReloadMirrors [2022-05-13T10:47:54.701Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestDaemonReloadInsecureRegistries [2022-05-13T10:47:54.701Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestDaemonReloadNotAffectOthers [2022-05-13T10:47:54.701Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-05-13T10:47:54.701Z] reload_test.go:342: root required [2022-05-13T10:47:54.701Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-05-13T10:47:54.701Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-05-13T10:47:54.701Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-05-13T10:47:54.701Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-05-13T10:47:54.701Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s) [2022-05-13T10:47:54.701Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-05-13T10:47:54.701Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-05-13T10:47:54.701Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-05-13T10:47:54.701Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-05-13T10:47:54.701Z] === RUN TestParseVolumesFrom [2022-05-13T10:47:54.701Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-05-13T10:47:54.701Z] PASS [2022-05-13T10:47:54.701Z] coverage: 8.5% of statements [2022-05-13T10:47:54.759Z] === RUN TestDiskUsage/empty [2022-05-13T10:47:54.759Z] === RUN TestDiskUsage/empty/container_types [2022-05-13T10:47:54.759Z] === RUN TestDiskUsage/empty/image_types [2022-05-13T10:47:54.759Z] === RUN TestDiskUsage/empty/volume_types [2022-05-13T10:47:54.759Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-13T10:47:54.759Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-13T10:47:54.759Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-13T10:47:54.759Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-13T10:47:54.759Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-13T10:47:54.759Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-13T10:47:54.759Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-13T10:47:54.759Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-13T10:47:55.019Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-13T10:47:55.019Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-13T10:47:55.019Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-13T10:47:55.019Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-13T10:47:55.019Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-13T10:47:55.019Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-13T10:47:55.019Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-13T10:47:55.019Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-13T10:47:55.019Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-13T10:47:55.019Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-13T10:47:55.019Z] === RUN TestDiskUsage/after_container.Run [2022-05-13T10:47:55.019Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-13T10:47:55.172Z] ok github.com/docker/docker/daemon 0.486s coverage: 8.5% of statements [2022-05-13T10:47:55.172Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-13T10:47:55.172Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-13T10:47:55.172Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-13T10:47:55.172Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-13T10:47:55.172Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-05-13T10:47:55.172Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-05-13T10:47:55.172Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-05-13T10:47:55.172Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-13T10:47:55.172Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-05-13T10:47:55.172Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-05-13T10:47:55.172Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-13T10:47:55.172Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-05-13T10:47:55.172Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-05-13T10:47:55.172Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-05-13T10:47:55.277Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-13T10:47:55.277Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-13T10:47:55.277Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-13T10:47:55.277Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-13T10:47:55.277Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-13T10:47:55.277Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-13T10:47:55.277Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-13T10:47:55.277Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-13T10:47:55.277Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-13T10:47:55.277Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage (1.37s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_container.Run (0.47s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-05-13T10:47:55.537Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-05-13T10:47:55.537Z] PASS [2022-05-13T10:47:55.537Z] [2022-05-13T10:47:55.537Z] === Skipped [2022-05-13T10:47:55.537Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-13T10:47:55.537Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-13T10:47:55.537Z] [2022-05-13T10:47:55.537Z] DONE 54 tests, 1 skipped in 22.637s [2022-05-13T10:47:55.537Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-13T10:47:55.537Z] ++ 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-13T10:47:55.537Z] ++ set -e [2022-05-13T10:47:55.537Z] ++ '[' -n 0 ']' [2022-05-13T10:47:55.537Z] ++ set -x [2022-05-13T10:47:55.537Z] ++ 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-13T10:47:55.795Z] INFO: Testing against a local daemon [2022-05-13T10:47:55.795Z] === RUN TestVolumesCreateAndList [2022-05-13T10:47:55.795Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-13T10:47:55.795Z] === RUN TestVolumesRemove [2022-05-13T10:47:55.795Z] --- PASS: TestVolumesRemove (0.06s) [2022-05-13T10:47:55.795Z] === RUN TestVolumesInspect [2022-05-13T10:47:55.795Z] --- PASS: TestVolumesInspect (0.02s) [2022-05-13T10:47:55.795Z] === RUN TestVolumesInvalidJSON [2022-05-13T10:47:55.795Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-13T10:47:55.796Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-13T10:47:55.796Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-13T10:47:55.796Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-13T10:47:55.796Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-13T10:47:55.796Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-13T10:47:55.796Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-13T10:47:55.796Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-05-13T10:47:55.796Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-13T10:47:55.796Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-13T10:47:55.796Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-13T10:47:55.796Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-13T10:47:55.796Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-13T10:47:55.796Z] PASS [2022-05-13T10:47:55.796Z] [2022-05-13T10:47:55.796Z] DONE 9 tests in 0.206s [2022-05-13T10:47:55.796Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-13T10:47:56.053Z] ++++ cat bundles/test-integration/docker.pid [2022-05-13T10:47:56.053Z] +++ kill 6635 [2022-05-13T10:47:56.310Z] +++ /etc/init.d/apparmor stop [2022-05-13T10:47:56.310Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-13T10:47:56.310Z] [2022-05-13T10:47:56.310Z] Unloading profiles will leave already running processes permanently [2022-05-13T10:47:56.310Z] unconfined, which can lead to unexpected situations. [2022-05-13T10:47:56.310Z] [2022-05-13T10:47:56.310Z] To set a process to complain mode, use the command line tool [2022-05-13T10:47:56.310Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-13T10:47:56.310Z] +++ true [2022-05-13T10:47:56.310Z] exiting test-integration [2022-05-13T10:47:56.310Z] ++ exit 0 [2022-05-13T10:47:56.310Z] [2022-05-13T10:47:56.741Z] === RUN TestNewStreamConfig [2022-05-13T10:47:56.741Z] === RUN TestNewStreamConfig/defaults [2022-05-13T10:47:56.741Z] === RUN TestNewStreamConfig/invalid_create_group [2022-05-13T10:47:56.741Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-05-13T10:47:56.741Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-05-13T10:47:56.741Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-05-13T10:47:56.741Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-05-13T10:47:56.741Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-05-13T10:47:56.741Z] --- PASS: TestNewStreamConfig (0.00s) [2022-05-13T10:47:56.741Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-05-13T10:47:56.741Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-05-13T10:47:56.741Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-05-13T10:47:56.741Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-05-13T10:47:56.741Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-05-13T10:47:56.741Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-05-13T10:47:56.741Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-05-13T10:47:56.742Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-05-13T10:47:56.742Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-05-13T10:47:56.742Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-05-13T10:47:56.742Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-05-13T10:47:56.742Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestNewAWSLogsClientRegionDetect [2022-05-13T10:47:56.742Z] time="2022-05-13T10:47:56Z" level=info msg="Trying to get region from EC2 Metadata" [2022-05-13T10:47:56.742Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.16s) [2022-05-13T10:47:56.742Z] === RUN TestCreateSuccess [2022-05-13T10:47:56.742Z] --- PASS: TestCreateSuccess (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestCreateStreamSkipped [2022-05-13T10:47:56.742Z] time="2022-05-13T10:47:56Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-05-13T10:47:56.742Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestCreateLogGroupSuccess [2022-05-13T10:47:56.742Z] time="2022-05-13T10:47:56Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-05-13T10:47:56.742Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestCreateError [2022-05-13T10:47:56.742Z] --- PASS: TestCreateError (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestCreateAlreadyExists [2022-05-13T10:47:56.742Z] time="2022-05-13T10:47:56Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-05-13T10:47:56.742Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestLogClosed [2022-05-13T10:47:56.742Z] --- PASS: TestLogClosed (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestLogBlocking [2022-05-13T10:47:56.742Z] --- PASS: TestLogBlocking (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestLogNonBlockingBufferEmpty [2022-05-13T10:47:56.742Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestLogNonBlockingBufferFull [2022-05-13T10:47:56.742Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestPublishBatchSuccess [2022-05-13T10:47:56.742Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestPublishBatchError [2022-05-13T10:47:56.742Z] time="2022-05-13T10:47:56Z" level=error msg=error [2022-05-13T10:47:56.742Z] --- PASS: TestPublishBatchError (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-05-13T10:47:56.742Z] time="2022-05-13T10:47:56Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-13T10:47:56.742Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestPublishBatchAlreadyAccepted [2022-05-13T10:47:56.742Z] time="2022-05-13T10:47:56Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-13T10:47:56.742Z] time="2022-05-13T10:47:56Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-05-13T10:47:56.742Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestCollectBatchSimple [2022-05-13T10:47:56.742Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestCollectBatchTicker [2022-05-13T10:47:56.742Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestCollectBatchMultilinePattern [2022-05-13T10:47:56.742Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-05-13T10:47:56.742Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-05-13T10:47:56.742Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-05-13T10:47:56.742Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.04s) [2022-05-13T10:47:56.742Z] === RUN TestCollectBatchClose [2022-05-13T10:47:56.742Z] --- PASS: TestCollectBatchClose (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestEffectiveLen [2022-05-13T10:47:56.742Z] === RUN TestEffectiveLen/0/Hello [2022-05-13T10:47:56.742Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-05-13T10:47:56.742Z] === RUN TestEffectiveLen/2/🙃 [2022-05-13T10:47:56.742Z] === RUN TestEffectiveLen/3/���� [2022-05-13T10:47:56.742Z] === RUN TestEffectiveLen/4/He��o [2022-05-13T10:47:56.742Z] === RUN TestEffectiveLen/5/ [2022-05-13T10:47:56.742Z] --- PASS: TestEffectiveLen (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestFindValidSplit [2022-05-13T10:47:56.742Z] === RUN TestFindValidSplit/0/ [2022-05-13T10:47:56.742Z] cloudwatchlogs_test.go:1076: [2022-05-13T10:47:56.742Z] cloudwatchlogs_test.go:1077: [2022-05-13T10:47:56.742Z] === RUN TestFindValidSplit/1/Hello [2022-05-13T10:47:56.742Z] cloudwatchlogs_test.go:1076: Hello [2022-05-13T10:47:56.742Z] cloudwatchlogs_test.go:1077: [2022-05-13T10:47:56.742Z] === RUN TestFindValidSplit/2/Hello [2022-05-13T10:47:56.742Z] cloudwatchlogs_test.go:1076: He [2022-05-13T10:47:56.742Z] cloudwatchlogs_test.go:1077: llo [2022-05-13T10:47:56.742Z] === RUN TestFindValidSplit/3/Hello [2022-05-13T10:47:56.742Z] cloudwatchlogs_test.go:1076: [2022-05-13T10:47:56.742Z] cloudwatchlogs_test.go:1077: Hello [2022-05-13T10:47:56.742Z] === RUN TestFindValidSplit/4/🙃 [2022-05-13T10:47:56.742Z] cloudwatchlogs_test.go:1076: [2022-05-13T10:47:56.742Z] cloudwatchlogs_test.go:1077: 🙃 [2022-05-13T10:47:56.742Z] === RUN TestFindValidSplit/5/🙃 [2022-05-13T10:47:56.742Z] cloudwatchlogs_test.go:1076: 🙃 [2022-05-13T10:47:56.742Z] cloudwatchlogs_test.go:1077: [2022-05-13T10:47:56.742Z] === RUN TestFindValidSplit/6/a� [2022-05-13T10:47:56.742Z] cloudwatchlogs_test.go:1076: a [2022-05-13T10:47:56.742Z] cloudwatchlogs_test.go:1077: � [2022-05-13T10:47:56.742Z] === RUN TestFindValidSplit/7/a� [2022-05-13T10:47:56.742Z] cloudwatchlogs_test.go:1076: a� [2022-05-13T10:47:56.742Z] cloudwatchlogs_test.go:1077: [2022-05-13T10:47:56.742Z] --- PASS: TestFindValidSplit (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestProcessEventEmoji [2022-05-13T10:47:56.742Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestCollectBatchLineSplit [2022-05-13T10:47:56.742Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-05-13T10:47:56.742Z] === RUN TestCollectBatchLineSplitWithBinary [2022-05-13T10:47:56.742Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestCollectBatchMaxEvents [2022-05-13T10:47:56.742Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-05-13T10:47:56.742Z] === RUN TestCollectBatchMaxTotalBytes [2022-05-13T10:47:56.742Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-05-13T10:47:56.742Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-05-13T10:47:56.742Z] === RUN TestAdapterReadLogs [2022-05-13T10:47:56.742Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-05-13T10:47:56.742Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestCopier [2022-05-13T10:47:56.742Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-05-13T10:47:56.742Z] --- PASS: TestCopier (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestCopierLongLines [2022-05-13T10:47:56.742Z] --- PASS: TestCopierLongLines (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestCopierSlow [2022-05-13T10:47:56.742Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.03s) [2022-05-13T10:47:56.742Z] === RUN TestParseLogOptionsMultilinePattern [2022-05-13T10:47:56.742Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestParseLogOptionsDatetimeFormat [2022-05-13T10:47:56.742Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-05-13T10:47:56.742Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-05-13T10:47:56.742Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-05-13T10:47:56.742Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-05-13T10:47:56.742Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-05-13T10:47:56.742Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-05-13T10:47:56.742Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-05-13T10:47:56.742Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-05-13T10:47:56.742Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-05-13T10:47:56.742Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-05-13T10:47:56.742Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-05-13T10:47:56.742Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-05-13T10:47:56.742Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-05-13T10:47:56.742Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-05-13T10:47:56.742Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-05-13T10:47:56.742Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-05-13T10:47:56.742Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-05-13T10:47:56.742Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-05-13T10:47:56.742Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestValidateLogOptionsFormat [2022-05-13T10:47:56.742Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-05-13T10:47:56.742Z] === RUN TestValidateLogOptionsFormat/1/random [2022-05-13T10:47:56.742Z] === RUN TestValidateLogOptionsFormat/2/ [2022-05-13T10:47:56.742Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-05-13T10:47:56.742Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-05-13T10:47:56.742Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-05-13T10:47:56.742Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestCreateTagSuccess [2022-05-13T10:47:56.742Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-05-13T10:47:56.742Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.03s) [2022-05-13T10:47:56.742Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-05-13T10:47:56.742Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-05-13T10:47:56.742Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-05-13T10:47:56.742Z] PASS [2022-05-13T10:47:56.742Z] coverage: 80.2% of statements [2022-05-13T10:47:56.742Z] ok github.com/docker/docker/daemon/logger/awslogs 0.503s coverage: 80.2% of statements [2022-05-13T10:47:56.742Z] === RUN TestSearchRegistryForImagesErrors [2022-05-13T10:47:56.742Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestSearchRegistryForImages [2022-05-13T10:47:56.742Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestOnlyPlatformWithFallback [2022-05-13T10:47:56.742Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestImageDelete [2022-05-13T10:47:56.742Z] === RUN TestImageDelete/no_lease [2022-05-13T10:47:56.742Z] === RUN TestImageDelete/lease_exists [2022-05-13T10:47:56.742Z] --- PASS: TestImageDelete (0.06s) [2022-05-13T10:47:56.742Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-05-13T10:47:56.742Z] --- PASS: TestImageDelete/lease_exists (0.03s) [2022-05-13T10:47:56.742Z] === RUN TestContentStoreForPull [2022-05-13T10:47:56.742Z] --- PASS: TestCopierSlow (0.20s) [2022-05-13T10:47:56.742Z] === RUN TestCopierWithSized [2022-05-13T10:47:56.742Z] === RUN TestCopierWithSized/as_is [2022-05-13T10:47:56.742Z] === RUN TestCopierWithSized/With_RingLogger [2022-05-13T10:47:56.742Z] --- PASS: TestCopierWithSized (0.01s) [2022-05-13T10:47:56.742Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-05-13T10:47:56.742Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestCopierWithPartial [2022-05-13T10:47:56.742Z] --- PASS: TestCopierWithPartial (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestRingLogger [2022-05-13T10:47:56.742Z] --- PASS: TestRingLogger (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestRingCap [2022-05-13T10:47:56.742Z] --- PASS: TestRingCap (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestRingClose [2022-05-13T10:47:56.742Z] --- PASS: TestRingClose (0.00s) [2022-05-13T10:47:56.742Z] === RUN TestRingDrain [2022-05-13T10:47:56.742Z] --- PASS: TestRingDrain (0.00s) [2022-05-13T10:47:56.742Z] PASS [2022-05-13T10:47:56.742Z] coverage: 43.2% of statements [2022-05-13T10:47:56.875Z] + for job in $(jobs -p) [2022-05-13T10:47:56.875Z] + wait 8896 [2022-05-13T10:47:57.213Z] ok github.com/docker/docker/daemon/logger 0.301s coverage: 43.2% of statements [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptReconnectInterval [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-05-13T10:47:57.213Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-05-13T10:47:57.213Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-05-13T10:47:57.213Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-05-13T10:47:57.213Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-05-13T10:47:57.213Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-05-13T10:47:57.213Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-05-13T10:47:57.213Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-05-13T10:47:57.213Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/#00 [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/[::1] [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/[::1]: [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/example.com [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/example.com/ [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/example.com: [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/tcp:// [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-05-13T10:47:57.213Z] === RUN TestValidateLogOptAddress/tls:// [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/tls:/// [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/:// [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/something:// [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/udp:// [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/unix:// [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-05-13T10:47:57.214Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-05-13T10:47:57.214Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-05-13T10:47:57.214Z] PASS [2022-05-13T10:47:57.214Z] coverage: 53.6% of statements [2022-05-13T10:47:57.214Z] ok github.com/docker/docker/daemon/logger/fluentd 0.096s coverage: 53.6% of statements [2022-05-13T10:47:57.214Z] --- PASS: TestContentStoreForPull (0.23s) [2022-05-13T10:47:57.214Z] PASS [2022-05-13T10:47:57.214Z] coverage: 6.6% of statements [2022-05-13T10:47:57.214Z] ok github.com/docker/docker/daemon/images 0.444s coverage: 6.6% of statements [2022-05-13T10:47:57.214Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-13T10:47:57.214Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-05-13T10:47:57.214Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-13T10:47:57.214Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-05-13T10:47:57.214Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-05-13T10:47:58.203Z] === RUN TestJSONLogsMarshalJSONBuf [2022-05-13T10:47:58.203Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-05-13T10:47:58.203Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-05-13T10:47:58.203Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s) [2022-05-13T10:47:58.203Z] === RUN TestFastTimeMarshalJSON [2022-05-13T10:47:58.203Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-05-13T10:47:58.203Z] PASS [2022-05-13T10:47:58.203Z] coverage: 87.2% of statements [2022-05-13T10:47:58.203Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.247s coverage: 87.2% of statements [2022-05-13T10:47:58.674Z] === RUN TestJSONFileLogger [2022-05-13T10:47:58.674Z] --- PASS: TestJSONFileLogger (0.00s) [2022-05-13T10:47:58.674Z] === RUN TestJSONFileLoggerWithTags [2022-05-13T10:47:58.674Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-05-13T10:47:58.674Z] === RUN TestJSONFileLoggerWithOpts [2022-05-13T10:47:58.674Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-05-13T10:47:58.674Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-05-13T10:47:58.674Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-05-13T10:47:58.674Z] === RUN TestEncodeDecode [2022-05-13T10:47:58.674Z] === PAUSE TestEncodeDecode [2022-05-13T10:47:58.674Z] === RUN TestUnexpectedEOF [2022-05-13T10:47:59.146Z] === RUN TestWriteLog [2022-05-13T10:47:59.146Z] === PAUSE TestWriteLog [2022-05-13T10:47:59.146Z] === RUN TestReadLog [2022-05-13T10:47:59.146Z] === PAUSE TestReadLog [2022-05-13T10:47:59.146Z] === RUN TestDecode [2022-05-13T10:47:59.146Z] --- PASS: TestDecode (0.02s) [2022-05-13T10:47:59.146Z] === CONT TestWriteLog [2022-05-13T10:47:59.146Z] --- PASS: TestWriteLog (0.00s) [2022-05-13T10:47:59.146Z] === CONT TestReadLog [2022-05-13T10:47:59.146Z] === RUN TestReadLog/tail_exact [2022-05-13T10:47:59.146Z] time="2022-05-13T10:47:58Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-13T10:47:59.146Z] time="2022-05-13T10:47:58Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-13T10:47:59.146Z] --- PASS: TestUnexpectedEOF (0.21s) [2022-05-13T10:47:59.146Z] === CONT TestEncodeDecode [2022-05-13T10:47:59.146Z] --- PASS: TestEncodeDecode (0.00s) [2022-05-13T10:47:59.146Z] PASS [2022-05-13T10:47:59.146Z] coverage: 69.9% of statements [2022-05-13T10:47:59.146Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.281s coverage: 69.9% of statements [2022-05-13T10:47:59.146Z] === RUN TestReadLog/tail_less_than_available [2022-05-13T10:47:59.146Z] === RUN TestReadLog/tail_more_than_available [2022-05-13T10:47:59.146Z] --- PASS: TestReadLog (0.25s) [2022-05-13T10:47:59.146Z] --- PASS: TestReadLog/tail_exact (0.20s) [2022-05-13T10:47:59.146Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-05-13T10:47:59.146Z] --- PASS: TestReadLog/tail_more_than_available (0.04s) [2022-05-13T10:47:59.146Z] PASS [2022-05-13T10:47:59.146Z] coverage: 78.7% of statements [2022-05-13T10:47:59.146Z] ok github.com/docker/docker/daemon/logger/local 0.333s coverage: 78.7% of statements [2022-05-13T10:47:59.146Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-13T10:48:00.137Z] === RUN TestOpenFileDelete [2022-05-13T10:48:00.137Z] --- PASS: TestOpenFileDelete (0.00s) [2022-05-13T10:48:00.137Z] === RUN TestOpenFileRename [2022-05-13T10:48:00.137Z] --- PASS: TestOpenFileRename (0.00s) [2022-05-13T10:48:00.137Z] === RUN TestHandleDecoderErr [2022-05-13T10:48:00.137Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-05-13T10:48:00.137Z] === RUN TestParseLogTagDefaultTag [2022-05-13T10:48:00.137Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-05-13T10:48:00.137Z] === RUN TestParseLogTag [2022-05-13T10:48:00.137Z] --- PASS: TestParseLogTag (0.00s) [2022-05-13T10:48:00.137Z] === RUN TestParseLogTagEmptyTag [2022-05-13T10:48:00.137Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-05-13T10:48:00.137Z] === RUN TestTailFiles [2022-05-13T10:48:00.137Z] --- PASS: TestTailFiles (0.00s) [2022-05-13T10:48:00.137Z] === RUN TestFollowLogsConsumerGone [2022-05-13T10:48:00.137Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-05-13T10:48:00.137Z] === RUN TestFollowLogsProducerGone [2022-05-13T10:48:00.137Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-05-13T10:48:00.137Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-05-13T10:48:00.137Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-05-13T10:48:00.137Z] === RUN TestCheckCapacityAndRotate [2022-05-13T10:48:00.137Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-05-13T10:48:00.137Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-05-13T10:48:00.137Z] --- PASS: TestCheckCapacityAndRotate (0.19s) [2022-05-13T10:48:00.137Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-05-13T10:48:00.137Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2022-05-13T10:48:00.137Z] PASS [2022-05-13T10:48:00.137Z] coverage: 55.1% of statements [2022-05-13T10:48:00.137Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.267s coverage: 55.1% of statements [2022-05-13T10:48:00.137Z] === RUN TestLog [2022-05-13T10:48:00.137Z] --- PASS: TestLog (0.02s) [2022-05-13T10:48:00.137Z] PASS [2022-05-13T10:48:00.137Z] coverage: 31.5% of statements [2022-05-13T10:48:00.137Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.080s coverage: 31.5% of statements [2022-05-13T10:48:00.149Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-13T10:48:01.126Z] === RUN TestParseLogFormat [2022-05-13T10:48:01.126Z] --- PASS: TestParseLogFormat (0.00s) [2022-05-13T10:48:01.126Z] === RUN TestValidateLogOptEmpty [2022-05-13T10:48:01.126Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-05-13T10:48:01.126Z] === RUN TestValidateSyslogAddress [2022-05-13T10:48:01.126Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-05-13T10:48:01.126Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-05-13T10:48:01.126Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-05-13T10:48:01.126Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-05-13T10:48:01.126Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-05-13T10:48:01.126Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-05-13T10:48:01.126Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-05-13T10:48:01.126Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-05-13T10:48:01.126Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-05-13T10:48:01.126Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-05-13T10:48:01.126Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-05-13T10:48:01.126Z] === RUN TestParseAddressDefaultPort [2022-05-13T10:48:01.126Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-05-13T10:48:01.126Z] === RUN TestValidateSyslogFacility [2022-05-13T10:48:01.126Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-05-13T10:48:01.126Z] === RUN TestValidateLogOptSyslogFormat [2022-05-13T10:48:01.126Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-05-13T10:48:01.126Z] === RUN TestValidateLogOpt [2022-05-13T10:48:01.126Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-13T10:48:01.126Z] PASS [2022-05-13T10:48:01.126Z] coverage: 43.6% of statements [2022-05-13T10:48:01.126Z] ok github.com/docker/docker/daemon/logger/syslog 0.103s coverage: 43.6% of statements [2022-05-13T10:48:01.126Z] === RUN TestValidateLogOpt [2022-05-13T10:48:01.126Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-13T10:48:01.126Z] === RUN TestNewMissedConfig [2022-05-13T10:48:01.126Z] --- PASS: TestNewMissedConfig (0.00s) [2022-05-13T10:48:01.126Z] === RUN TestNewMissedUrl [2022-05-13T10:48:01.126Z] --- PASS: TestNewMissedUrl (0.00s) [2022-05-13T10:48:01.126Z] === RUN TestNewMissedToken [2022-05-13T10:48:01.126Z] --- PASS: TestNewMissedToken (0.00s) [2022-05-13T10:48:01.126Z] === RUN TestNewWithProxy [2022-05-13T10:48:01.126Z] --- PASS: TestNewWithProxy (0.00s) [2022-05-13T10:48:01.126Z] === RUN TestDefault [2022-05-13T10:48:01.126Z] --- PASS: TestDefault (0.01s) [2022-05-13T10:48:01.126Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-05-13T10:48:01.126Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s) [2022-05-13T10:48:01.126Z] === RUN TestJsonFormat [2022-05-13T10:48:01.126Z] --- PASS: TestJsonFormat (0.03s) [2022-05-13T10:48:01.126Z] === RUN TestRawFormat [2022-05-13T10:48:01.126Z] --- PASS: TestRawFormat (0.00s) [2022-05-13T10:48:01.126Z] === RUN TestRawFormatWithLabels [2022-05-13T10:48:01.126Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-05-13T10:48:01.126Z] === RUN TestRawFormatWithoutTag [2022-05-13T10:48:01.126Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-05-13T10:48:01.126Z] === RUN TestBatching [2022-05-13T10:48:01.126Z] === RUN TestNewParse [2022-05-13T10:48:01.126Z] --- PASS: TestNewParse (0.00s) [2022-05-13T10:48:01.126Z] PASS [2022-05-13T10:48:01.126Z] coverage: 8.3% of statements [2022-05-13T10:48:01.126Z] ok github.com/docker/docker/daemon/logger/templates 0.062s coverage: 8.3% of statements [2022-05-13T10:48:01.519Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-13T10:48:01.597Z] --- PASS: TestBatching (0.30s) [2022-05-13T10:48:01.597Z] === RUN TestFrequency [2022-05-13T10:48:02.070Z] --- PASS: TestFrequency (0.33s) [2022-05-13T10:48:02.070Z] === RUN TestOneMessagePerRequest [2022-05-13T10:48:02.070Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-05-13T10:48:02.070Z] === RUN TestVerify [2022-05-13T10:48:02.070Z] --- PASS: TestVerify (0.00s) [2022-05-13T10:48:02.070Z] === RUN TestSkipVerify [2022-05-13T10:48:02.070Z] time="2022-05-13T10:48:01Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:48:02.070Z] time="2022-05-13T10:48:01Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:48:02.070Z] time="2022-05-13T10:48:01Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:48:02.497Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-05-13T10:48:02.497Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json [2022-05-13T10:48:02.497Z] { [2022-05-13T10:48:02.497Z] "RT_GROUP_ICON": { [2022-05-13T10:48:02.497Z] "#1": { [2022-05-13T10:48:02.497Z] "0409": "../../winresources/docker.ico" [2022-05-13T10:48:02.497Z] } [2022-05-13T10:48:02.497Z] }, [2022-05-13T10:48:02.497Z] "RT_MANIFEST": { [2022-05-13T10:48:02.497Z] "#1": { [2022-05-13T10:48:02.497Z] "0409": { [2022-05-13T10:48:02.497Z] "identity": {}, [2022-05-13T10:48:02.497Z] "description": "Docker Engine", [2022-05-13T10:48:02.497Z] "minimum-os": "vista", [2022-05-13T10:48:02.497Z] "execution-level": "", [2022-05-13T10:48:02.497Z] "ui-access": false, [2022-05-13T10:48:02.497Z] "auto-elevate": false, [2022-05-13T10:48:02.497Z] "dpi-awareness": "unaware", [2022-05-13T10:48:02.497Z] "disable-theming": false, [2022-05-13T10:48:02.497Z] "disable-window-filtering": false, [2022-05-13T10:48:02.497Z] "high-resolution-scrolling-aware": false, [2022-05-13T10:48:02.497Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-13T10:48:02.497Z] "long-path-aware": false, [2022-05-13T10:48:02.498Z] "printer-driver-isolation": false, [2022-05-13T10:48:02.498Z] "gdi-scaling": false, [2022-05-13T10:48:02.498Z] "segment-heap": false, [2022-05-13T10:48:02.498Z] "use-common-controls-v6": false [2022-05-13T10:48:02.498Z] } [2022-05-13T10:48:02.498Z] } [2022-05-13T10:48:02.498Z] }, [2022-05-13T10:48:02.498Z] "RT_MESSAGETABLE": { [2022-05-13T10:48:02.498Z] "#1": { [2022-05-13T10:48:02.498Z] "0409": "../../winresources/event_messages.bin" [2022-05-13T10:48:02.498Z] } [2022-05-13T10:48:02.498Z] }, [2022-05-13T10:48:02.498Z] "RT_VERSION": { [2022-05-13T10:48:02.498Z] "#1": { [2022-05-13T10:48:02.498Z] "0409": { [2022-05-13T10:48:02.498Z] "fixed": { [2022-05-13T10:48:02.498Z] "file_version": "0.0.0.0", [2022-05-13T10:48:02.498Z] "product_version": "0.0.0.0", [2022-05-13T10:48:02.498Z] "type": "Unknown" [2022-05-13T10:48:02.498Z] }, [2022-05-13T10:48:02.498Z] "info": { [2022-05-13T10:48:02.498Z] "0000": { [2022-05-13T10:48:02.498Z] "CompanyName": "", [2022-05-13T10:48:02.498Z] "FileVersion": "dev", [2022-05-13T10:48:02.498Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-05-13T10:48:02.498Z] "OriginalFileName": "docker-proxy-dev.exe", [2022-05-13T10:48:02.498Z] "ProductName": "", [2022-05-13T10:48:02.498Z] "ProductVersion": "dev", [2022-05-13T10:48:02.498Z] "SpecialBuild": "8e4b5db542e45b11e57c920876e3d80a37158567" [2022-05-13T10:48:02.498Z] } [2022-05-13T10:48:02.498Z] } [2022-05-13T10:48:02.498Z] } [2022-05-13T10:48:02.498Z] } [2022-05-13T10:48:02.498Z] } [2022-05-13T10:48:02.498Z] } [2022-05-13T10:48:02.498Z] cmd/docker-proxy/genwinres_windows.go [2022-05-13T10:48:02.498Z] cmd/docker-proxy/main.go [2022-05-13T10:48:02.498Z] cmd/docker-proxy/network_proxy_test.go [2022-05-13T10:48:02.498Z] cmd/docker-proxy/proxy.go [2022-05-13T10:48:02.498Z] cmd/docker-proxy/sctp_proxy.go [2022-05-13T10:48:02.498Z] cmd/docker-proxy/tcp_proxy.go [2022-05-13T10:48:02.498Z] cmd/docker-proxy/udp_proxy.go [2022-05-13T10:48:02.498Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-05-13T10:48:02.498Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-05-13T10:48:02.498Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-05-13T10:48:02.498Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-05-13T10:48:02.498Z] remote: Enumerating objects: 23, done. [2022-05-13T10:48:02.498Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-05-13T10:48:02.498Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-05-13T10:48:02.498Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-05-13T10:48:02.498Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2022-05-13T10:48:02.498Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-05-13T10:48:02.498Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-05-13T10:48:02.498Z] Cross building: bundles/cross/linux/ppc64le [2022-05-13T10:48:02.498Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-05-13T10:48:02.498Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-05-13T10:48:02.540Z] --- PASS: TestSkipVerify (0.68s) [2022-05-13T10:48:02.540Z] === RUN TestBufferMaximum [2022-05-13T10:48:02.540Z] time="2022-05-13T10:48:02Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:48:02.540Z] time="2022-05-13T10:48:02Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:48:02.540Z] time="2022-05-13T10:48:02Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:48:02.540Z] time="2022-05-13T10:48:02Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:48:02.540Z] time="2022-05-13T10:48:02Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:48:02.540Z] time="2022-05-13T10:48:02Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438882.251393\",\"host\":\"fba31523cecd\"}'" [2022-05-13T10:48:02.540Z] time="2022-05-13T10:48:02Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438882.251393\",\"host\":\"fba31523cecd\"}'" [2022-05-13T10:48:02.540Z] --- PASS: TestBufferMaximum (0.01s) [2022-05-13T10:48:02.540Z] === RUN TestServerAlwaysDown [2022-05-13T10:48:02.540Z] time="2022-05-13T10:48:02Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:48:02.540Z] time="2022-05-13T10:48:02Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:48:02.540Z] time="2022-05-13T10:48:02Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438882.258118\",\"host\":\"fba31523cecd\"}'" [2022-05-13T10:48:02.540Z] time="2022-05-13T10:48:02Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438882.258118\",\"host\":\"fba31523cecd\"}'" [2022-05-13T10:48:02.541Z] time="2022-05-13T10:48:02Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-13T10:48:02.541Z] time="2022-05-13T10:48:02Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438882.258118\",\"host\":\"fba31523cecd\"}'" [2022-05-13T10:48:02.541Z] time="2022-05-13T10:48:02Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438882.259116\",\"host\":\"fba31523cecd\"}'" [2022-05-13T10:48:02.541Z] time="2022-05-13T10:48:02Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652438882.259116\",\"host\":\"fba31523cecd\"}'" [2022-05-13T10:48:02.541Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-05-13T10:48:02.541Z] === RUN TestCannotSendAfterClose [2022-05-13T10:48:02.541Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-05-13T10:48:02.541Z] === RUN TestDeadlockOnBlockedEndpoint [2022-05-13T10:48:02.541Z] === RUN TestV2MetadataService [2022-05-13T10:48:03.529Z] time="2022-05-13T10:48:03Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49209/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-05-13T10:48:03.529Z] time="2022-05-13T10:48:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"fba31523cecd\"}'" [2022-05-13T10:48:03.529Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-05-13T10:48:03.529Z] PASS [2022-05-13T10:48:03.529Z] coverage: 82.5% of statements [2022-05-13T10:48:03.529Z] ok github.com/docker/docker/daemon/logger/splunk 2.444s coverage: 82.5% of statements [2022-05-13T10:48:03.529Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-13T10:48:03.529Z] ? github.com/docker/docker/daemon/network [no test files] [2022-05-13T10:48:03.529Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-13T10:48:03.999Z] === RUN TestSuccessfulDownload [2022-05-13T10:48:03.999Z] download_test.go:267: Needs fixing on Windows [2022-05-13T10:48:03.999Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-05-13T10:48:03.999Z] === RUN TestCancelledDownload [2022-05-13T10:48:03.999Z] --- PASS: TestCancelledDownload (0.00s) [2022-05-13T10:48:03.999Z] === RUN TestMaxDownloadAttempts [2022-05-13T10:48:03.999Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-13T10:48:03.999Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-13T10:48:03.999Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-13T10:48:03.999Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-13T10:48:03.999Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-13T10:48:03.999Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-13T10:48:03.999Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-13T10:48:03.999Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-13T10:48:03.999Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-13T10:48:03.999Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-13T10:48:03.999Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-13T10:48:03.999Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-13T10:48:03.999Z] --- PASS: TestV2MetadataService (1.36s) [2022-05-13T10:48:03.999Z] PASS [2022-05-13T10:48:03.999Z] coverage: 44.4% of statements [2022-05-13T10:48:03.999Z] ok github.com/docker/docker/distribution/metadata 1.433s coverage: 44.4% of statements [2022-05-13T10:48:03.999Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-05-13T10:48:03.999Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-05-13T10:48:03.999Z] === RUN TestContinueOnError_MirrorEndpoint [2022-05-13T10:48:03.999Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-05-13T10:48:03.999Z] === RUN TestContinueOnError_NeverContinue [2022-05-13T10:48:03.999Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-05-13T10:48:03.999Z] === RUN TestManifestStore [2022-05-13T10:48:03.999Z] === RUN TestManifestStore/no_remote_or_local [2022-05-13T10:48:04.470Z] time="2022-05-13T10:48:03Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-13T10:48:04.470Z] time="2022-05-13T10:48:03Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-13T10:48:04.470Z] time="2022-05-13T10:48:03Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-13T10:48:04.470Z] time="2022-05-13T10:48:03Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-13T10:48:04.470Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-05-13T10:48:04.470Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.47s) [2022-05-13T10:48:04.471Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.47s) [2022-05-13T10:48:04.471Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.47s) [2022-05-13T10:48:04.471Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.47s) [2022-05-13T10:48:04.471Z] === RUN TestTransfer [2022-05-13T10:48:04.471Z] time="2022-05-13T10:48:04Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1949508498\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-05-13T10:48:04.471Z] === RUN TestManifestStore/no_local_cache [2022-05-13T10:48:04.471Z] === RUN TestManifestStore/with_local_cache [2022-05-13T10:48:04.471Z] === RUN TestManifestStore/unknown_media_type [2022-05-13T10:48:04.471Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-05-13T10:48:04.471Z] time="2022-05-13T10:48:04Z" level=warning msg="reference for unknown type: " [2022-05-13T10:48:04.471Z] time="2022-05-13T10:48:04Z" level=warning msg="reference for unknown type: " [2022-05-13T10:48:04.471Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-05-13T10:48:04.471Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-05-13T10:48:04.471Z] time="2022-05-13T10:48:04Z" level=warning msg="reference for unknown type: " [2022-05-13T10:48:04.471Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-05-13T10:48:04.471Z] time="2022-05-13T10:48:04Z" level=warning msg="reference for unknown type: " [2022-05-13T10:48:04.471Z] --- PASS: TestTransfer (0.12s) [2022-05-13T10:48:04.471Z] === RUN TestConcurrencyLimit [2022-05-13T10:48:04.471Z] time="2022-05-13T10:48:04Z" level=warning msg="reference for unknown type: " [2022-05-13T10:48:04.471Z] === RUN TestManifestStore/error_persisting_manifest [2022-05-13T10:48:04.471Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-05-13T10:48:04.471Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-05-13T10:48:04.471Z] time="2022-05-13T10:48:04Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-05-13T10:48:04.471Z] --- PASS: TestManifestStore (0.37s) [2022-05-13T10:48:04.471Z] --- PASS: TestManifestStore/no_remote_or_local (0.22s) [2022-05-13T10:48:04.471Z] --- PASS: TestManifestStore/no_local_cache (0.03s) [2022-05-13T10:48:04.471Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-05-13T10:48:04.471Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2022-05-13T10:48:04.471Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-05-13T10:48:04.471Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-05-13T10:48:04.471Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-05-13T10:48:04.471Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-05-13T10:48:04.471Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2022-05-13T10:48:04.471Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.03s) [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaType [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-05-13T10:48:04.471Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-05-13T10:48:04.471Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-05-13T10:48:04.471Z] === RUN TestFixManifestLayers [2022-05-13T10:48:04.471Z] --- PASS: TestFixManifestLayers (0.00s) [2022-05-13T10:48:04.471Z] === RUN TestFixManifestLayersBaseLayerParent [2022-05-13T10:48:04.471Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-13T10:48:04.471Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-13T10:48:04.471Z] === RUN TestFixManifestLayersBadParent [2022-05-13T10:48:04.471Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-05-13T10:48:04.471Z] === RUN TestValidateManifest [2022-05-13T10:48:04.471Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-13T10:48:04.471Z] --- SKIP: TestValidateManifest (0.00s) [2022-05-13T10:48:04.471Z] === RUN TestFormatPlatform [2022-05-13T10:48:04.471Z] --- PASS: TestFormatPlatform (0.00s) [2022-05-13T10:48:04.471Z] === RUN TestPullSchema2Config [2022-05-13T10:48:04.471Z] === RUN TestPullSchema2Config/success_first_time [2022-05-13T10:48:04.471Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-13T10:48:04.471Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-13T10:48:04.471Z] === RUN TestPullSchema2Config/500_status [2022-05-13T10:48:04.471Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-13T10:48:04.471Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-13T10:48:04.941Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-13T10:48:04.942Z] === RUN TestPullSchema2Config/EOF [2022-05-13T10:48:04.942Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-13T10:48:04.942Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-13T10:48:04.942Z] 2022/05/13 10:48:04 http: panic serving 127.0.0.1:49220: intentional panic [2022-05-13T10:48:04.942Z] goroutine 130 [running]: [2022-05-13T10:48:04.942Z] net/http.(*conn).serve.func1() [2022-05-13T10:48:04.942Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-13T10:48:04.942Z] panic({0x1708ee0, 0x18eb2f0}) [2022-05-13T10:48:04.942Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-13T10:48:04.942Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0002fc4e0?, {0x18f2a98?, 0xc000214000?}) [2022-05-13T10:48:04.942Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-05-13T10:48:04.942Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x18f2a98, 0xc000214000}, 0xc000546000) [2022-05-13T10:48:04.942Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-05-13T10:48:04.942Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x18f2a98?, 0xc000214000?}, 0xc000080000?) [2022-05-13T10:48:04.942Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-13T10:48:04.942Z] net/http.serverHandler.ServeHTTP({0xc00052a090?}, {0x18f2a98, 0xc000214000}, 0xc000546000) [2022-05-13T10:48:04.942Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-13T10:48:04.942Z] net/http.(*conn).serve(0xc00020a000, {0x18f3310, 0xc0001eed50}) [2022-05-13T10:48:04.942Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-13T10:48:04.942Z] created by net/http.(*Server).Serve [2022-05-13T10:48:04.942Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-13T10:48:04.942Z] --- PASS: TestConcurrencyLimit (0.36s) [2022-05-13T10:48:04.942Z] === RUN TestInactiveJobs [2022-05-13T10:48:04.942Z] === RUN TestNotFound [2022-05-13T10:48:04.942Z] --- PASS: TestNotFound (0.00s) [2022-05-13T10:48:04.942Z] === RUN TestConflict [2022-05-13T10:48:04.942Z] --- PASS: TestConflict (0.00s) [2022-05-13T10:48:04.942Z] === RUN TestForbidden [2022-05-13T10:48:04.942Z] --- PASS: TestForbidden (0.00s) [2022-05-13T10:48:04.942Z] === RUN TestInvalidParameter [2022-05-13T10:48:04.942Z] --- PASS: TestInvalidParameter (0.00s) [2022-05-13T10:48:04.942Z] === RUN TestNotImplemented [2022-05-13T10:48:04.942Z] --- PASS: TestNotImplemented (0.00s) [2022-05-13T10:48:04.942Z] === RUN TestNotModified [2022-05-13T10:48:04.942Z] --- PASS: TestNotModified (0.00s) [2022-05-13T10:48:04.942Z] === RUN TestUnauthorized [2022-05-13T10:48:04.942Z] --- PASS: TestUnauthorized (0.00s) [2022-05-13T10:48:04.942Z] === RUN TestUnknown [2022-05-13T10:48:04.942Z] --- PASS: TestUnknown (0.00s) [2022-05-13T10:48:04.942Z] === RUN TestCancelled [2022-05-13T10:48:04.942Z] --- PASS: TestCancelled (0.00s) [2022-05-13T10:48:04.942Z] === RUN TestDeadline [2022-05-13T10:48:04.942Z] --- PASS: TestDeadline (0.00s) [2022-05-13T10:48:04.942Z] === RUN TestDataLoss [2022-05-13T10:48:04.942Z] --- PASS: TestDataLoss (0.00s) [2022-05-13T10:48:04.942Z] === RUN TestUnavailable [2022-05-13T10:48:04.942Z] --- PASS: TestUnavailable (0.00s) [2022-05-13T10:48:04.942Z] === RUN TestSystem [2022-05-13T10:48:04.942Z] --- PASS: TestSystem (0.00s) [2022-05-13T10:48:04.942Z] === RUN TestFromStatusCode [2022-05-13T10:48:04.942Z] === RUN TestFromStatusCode/Not_Found [2022-05-13T10:48:04.942Z] === RUN TestFromStatusCode/Bad_Request [2022-05-13T10:48:04.942Z] === RUN TestFromStatusCode/Conflict [2022-05-13T10:48:04.942Z] === RUN TestFromStatusCode/Unauthorized [2022-05-13T10:48:04.942Z] === RUN TestFromStatusCode/Service_Unavailable [2022-05-13T10:48:04.942Z] === RUN TestFromStatusCode/Forbidden [2022-05-13T10:48:04.942Z] === RUN TestFromStatusCode/Not_Modified [2022-05-13T10:48:04.942Z] === RUN TestFromStatusCode/Not_Implemented [2022-05-13T10:48:04.942Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-05-13T10:48:04.942Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-05-13T10:48:04.942Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-05-13T10:48:04.942Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-05-13T10:48:04.942Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-05-13T10:48:04.942Z] --- PASS: TestFromStatusCode (0.00s) [2022-05-13T10:48:04.942Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-05-13T10:48:04.942Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-05-13T10:48:04.942Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-05-13T10:48:04.942Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-05-13T10:48:04.942Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-05-13T10:48:04.942Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-05-13T10:48:04.942Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-05-13T10:48:04.942Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-05-13T10:48:04.942Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-05-13T10:48:04.942Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-05-13T10:48:04.942Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-05-13T10:48:04.942Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-05-13T10:48:04.942Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-05-13T10:48:04.942Z] PASS [2022-05-13T10:48:04.942Z] coverage: 77.0% of statements [2022-05-13T10:48:04.942Z] ok github.com/docker/docker/errdefs 0.051s coverage: 77.0% of statements [2022-05-13T10:48:04.942Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-13T10:48:04.942Z] === RUN TestPullSchema2Config/unauthorized [2022-05-13T10:48:04.942Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-13T10:48:04.942Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-13T10:48:04.942Z] --- PASS: TestPullSchema2Config (0.53s) [2022-05-13T10:48:04.942Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-05-13T10:48:04.942Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-05-13T10:48:04.942Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-05-13T10:48:04.942Z] --- PASS: TestPullSchema2Config/unauthorized (0.00s) [2022-05-13T10:48:04.942Z] === RUN TestGetRepositoryMountCandidates [2022-05-13T10:48:04.942Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-05-13T10:48:04.942Z] === RUN TestLayerAlreadyExists [2022-05-13T10:48:04.942Z] 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-13T10:48:04.942Z] 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-13T10:48:04.942Z] 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-13T10:48:04.942Z] 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-13T10:48:04.942Z] 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-13T10:48:04.942Z] 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-13T10:48:04.942Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-05-13T10:48:04.942Z] === RUN TestWhenEmptyAuthConfig [2022-05-13T10:48:05.412Z] --- PASS: TestInactiveJobs (0.39s) [2022-05-13T10:48:05.412Z] === RUN TestWatchRelease [2022-05-13T10:48:05.412Z] --- PASS: TestWatchRelease (0.04s) [2022-05-13T10:48:05.412Z] === RUN TestWatchFinishedTransfer [2022-05-13T10:48:05.412Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-05-13T10:48:05.412Z] === RUN TestDuplicateTransfer [2022-05-13T10:48:05.412Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-05-13T10:48:05.412Z] === RUN TestSuccessfulUpload [2022-05-13T10:48:05.412Z] time="2022-05-13T10:48:05Z" level=error msg="Upload failed, retrying: simulating retry" [2022-05-13T10:48:05.412Z] --- PASS: TestSuccessfulUpload (0.36s) [2022-05-13T10:48:05.412Z] === RUN TestCancelledUpload [2022-05-13T10:48:05.412Z] --- PASS: TestCancelledUpload (0.00s) [2022-05-13T10:48:05.412Z] PASS [2022-05-13T10:48:05.412Z] coverage: 76.8% of statements [2022-05-13T10:48:05.882Z] ok github.com/docker/docker/distribution/xfer 1.899s coverage: 76.8% of statements [2022-05-13T10:48:05.882Z] === RUN TestFSGetInvalidData [2022-05-13T10:48:05.882Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-05-13T10:48:05.882Z] === RUN TestFSInvalidSet [2022-05-13T10:48:05.882Z] --- PASS: TestFSInvalidSet (0.02s) [2022-05-13T10:48:05.883Z] === RUN TestFSInvalidRoot [2022-05-13T10:48:05.883Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-05-13T10:48:05.883Z] === RUN TestFSMetadataGetSet [2022-05-13T10:48:05.883Z] --- PASS: TestFSMetadataGetSet (0.05s) [2022-05-13T10:48:05.883Z] === RUN TestFSInvalidWalker [2022-05-13T10:48:06.353Z] --- PASS: TestFSInvalidWalker (0.03s) [2022-05-13T10:48:06.353Z] === RUN TestFSGetSet [2022-05-13T10:48:06.353Z] --- PASS: TestFSGetSet (0.06s) [2022-05-13T10:48:06.353Z] === RUN TestFSGetUnsetKey [2022-05-13T10:48:06.354Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-05-13T10:48:06.354Z] === RUN TestFSGetEmptyData [2022-05-13T10:48:06.354Z] --- PASS: TestWhenEmptyAuthConfig (1.13s) [2022-05-13T10:48:06.354Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-05-13T10:48:06.354Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-05-13T10:48:06.354Z] === RUN TestTokenPassThru [2022-05-13T10:48:06.354Z] --- PASS: TestTokenPassThru (0.01s) [2022-05-13T10:48:06.354Z] === RUN TestTokenPassThruDifferentHost [2022-05-13T10:48:06.354Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-05-13T10:48:06.354Z] === RUN TestFSDelete [2022-05-13T10:48:06.354Z] === RUN TestCompare [2022-05-13T10:48:06.354Z] --- PASS: TestCompare (0.00s) [2022-05-13T10:48:06.354Z] PASS [2022-05-13T10:48:06.354Z] coverage: 19.2% of statements [2022-05-13T10:48:06.354Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-05-13T10:48:06.354Z] PASS [2022-05-13T10:48:06.354Z] coverage: 26.6% of statements [2022-05-13T10:48:06.354Z] ok github.com/docker/docker/image/cache 0.113s coverage: 19.2% of statements [2022-05-13T10:48:06.354Z] --- PASS: TestFSDelete (0.02s) [2022-05-13T10:48:06.354Z] === RUN TestFSWalker [2022-05-13T10:48:06.354Z] ok github.com/docker/docker/distribution 2.183s coverage: 26.6% of statements [2022-05-13T10:48:06.354Z] --- PASS: TestFSWalker (0.02s) [2022-05-13T10:48:06.354Z] === RUN TestFSWalkerStopOnError [2022-05-13T10:48:06.354Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-05-13T10:48:06.354Z] === RUN TestNewFromJSON [2022-05-13T10:48:06.354Z] --- PASS: TestNewFromJSON (0.00s) [2022-05-13T10:48:06.354Z] === RUN TestNewFromJSONWithInvalidJSON [2022-05-13T10:48:06.354Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-05-13T10:48:06.354Z] === RUN TestMarshalKeyOrder [2022-05-13T10:48:06.354Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-05-13T10:48:06.354Z] === RUN TestHistoryEqual [2022-05-13T10:48:06.354Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-13T10:48:06.354Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-13T10:48:06.354Z] --- PASS: TestHistoryEqual (0.18s) [2022-05-13T10:48:06.354Z] === RUN TestImage [2022-05-13T10:48:06.354Z] --- PASS: TestImage (0.00s) [2022-05-13T10:48:06.354Z] === RUN TestImageOSNotEmpty [2022-05-13T10:48:06.354Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-05-13T10:48:06.354Z] === RUN TestNewChildImageFromImageWithRootFS [2022-05-13T10:48:06.354Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-05-13T10:48:06.354Z] === RUN TestCreate [2022-05-13T10:48:06.354Z] --- PASS: TestCreate (0.01s) [2022-05-13T10:48:06.354Z] === RUN TestRestore [2022-05-13T10:48:06.354Z] time="2022-05-13T10:48:06Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-05-13T10:48:06.354Z] --- PASS: TestRestore (0.05s) [2022-05-13T10:48:06.354Z] === RUN TestAddDelete [2022-05-13T10:48:06.354Z] --- PASS: TestAddDelete (0.03s) [2022-05-13T10:48:06.354Z] === RUN TestSearchAfterDelete [2022-05-13T10:48:06.792Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-13T10:48:06.792Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-13T10:48:06.792Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-13T10:48:06.792Z] === RUN TestDockerSuite/TestHealth [2022-05-13T10:48:06.824Z] --- PASS: TestSearchAfterDelete (0.09s) [2022-05-13T10:48:06.824Z] === RUN TestParentReset [2022-05-13T10:48:06.824Z] --- PASS: TestParentReset (0.04s) [2022-05-13T10:48:06.824Z] === RUN TestGetAndSetLastUpdated [2022-05-13T10:48:06.824Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2022-05-13T10:48:06.824Z] === RUN TestStoreLen [2022-05-13T10:48:06.824Z] --- PASS: TestStoreLen (0.08s) [2022-05-13T10:48:06.824Z] PASS [2022-05-13T10:48:06.824Z] coverage: 86.9% of statements [2022-05-13T10:48:06.824Z] ok github.com/docker/docker/image 0.855s coverage: 86.9% of statements [2022-05-13T10:48:07.294Z] === RUN TestValidateManifest [2022-05-13T10:48:07.294Z] === RUN TestValidateManifest/nil [2022-05-13T10:48:07.294Z] === RUN TestValidateManifest/non-nil [2022-05-13T10:48:07.294Z] --- PASS: TestValidateManifest (0.00s) [2022-05-13T10:48:07.294Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-05-13T10:48:07.294Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-05-13T10:48:07.294Z] PASS [2022-05-13T10:48:07.294Z] coverage: 0.7% of statements [2022-05-13T10:48:07.294Z] ok github.com/docker/docker/image/tarexport 0.122s coverage: 0.7% of statements [2022-05-13T10:48:07.294Z] ? github.com/docker/docker/image/v1 [no test files] [2022-05-13T10:48:07.294Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-13T10:48:08.284Z] === RUN TestSerialization [2022-05-13T10:48:08.284Z] --- PASS: TestSerialization (0.02s) [2022-05-13T10:48:08.284Z] PASS [2022-05-13T10:48:08.284Z] coverage: 100.0% of statements [2022-05-13T10:48:08.284Z] ok github.com/docker/docker/libcontainerd/queue 0.063s coverage: 100.0% of statements [2022-05-13T10:48:08.661Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-13T10:48:08.755Z] === RUN TestEmptyLayer [2022-05-13T10:48:08.755Z] --- PASS: TestEmptyLayer (0.00s) [2022-05-13T10:48:08.755Z] === RUN TestCommitFailure [2022-05-13T10:48:08.755Z] --- PASS: TestCommitFailure (0.01s) [2022-05-13T10:48:08.755Z] === RUN TestStartTransactionFailure [2022-05-13T10:48:09.225Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-05-13T10:48:09.225Z] === RUN TestGetOrphan [2022-05-13T10:48:09.225Z] --- PASS: TestGetOrphan (0.01s) [2022-05-13T10:48:09.225Z] === RUN TestMountAndRegister [2022-05-13T10:48:09.225Z] layer_test.go:258: Layer size: 14 [2022-05-13T10:48:09.225Z] --- PASS: TestMountAndRegister (0.07s) [2022-05-13T10:48:09.225Z] === RUN TestLayerRelease [2022-05-13T10:48:09.225Z] layer_test.go:291: Failing on Windows [2022-05-13T10:48:09.225Z] --- SKIP: TestLayerRelease (0.00s) [2022-05-13T10:48:09.225Z] === RUN TestStoreRestore [2022-05-13T10:48:09.225Z] layer_test.go:340: Failing on Windows [2022-05-13T10:48:09.225Z] --- SKIP: TestStoreRestore (0.00s) [2022-05-13T10:48:09.225Z] === RUN TestTarStreamStability [2022-05-13T10:48:09.225Z] layer_test.go:455: Failing on Windows [2022-05-13T10:48:09.225Z] --- SKIP: TestTarStreamStability (0.00s) [2022-05-13T10:48:09.225Z] === RUN TestRegisterExistingLayer [2022-05-13T10:48:09.225Z] === RUN TestEnvironmentParsing [2022-05-13T10:48:09.225Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-05-13T10:48:09.225Z] PASS [2022-05-13T10:48:09.225Z] coverage: 1.2% of statements [2022-05-13T10:48:09.225Z] ok github.com/docker/docker/libcontainerd/local 0.063s coverage: 1.2% of statements [2022-05-13T10:48:09.225Z] --- PASS: TestRegisterExistingLayer (0.17s) [2022-05-13T10:48:09.225Z] === RUN TestTarStreamVerification [2022-05-13T10:48:09.225Z] layer_test.go:684: Failing on Windows [2022-05-13T10:48:09.225Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-05-13T10:48:09.225Z] === RUN TestLayerMigration [2022-05-13T10:48:09.225Z] migration_test.go:45: Failing on Windows [2022-05-13T10:48:09.225Z] --- SKIP: TestLayerMigration (0.00s) [2022-05-13T10:48:09.225Z] === RUN TestLayerMigrationNoTarsplit [2022-05-13T10:48:09.225Z] migration_test.go:181: Failing on Windows [2022-05-13T10:48:09.225Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-05-13T10:48:09.225Z] === RUN TestMountInit [2022-05-13T10:48:09.225Z] mount_test.go:17: Failing on Windows [2022-05-13T10:48:09.225Z] --- SKIP: TestMountInit (0.00s) [2022-05-13T10:48:09.225Z] === RUN TestMountSize [2022-05-13T10:48:09.225Z] mount_test.go:76: Failing on Windows [2022-05-13T10:48:09.225Z] --- SKIP: TestMountSize (0.00s) [2022-05-13T10:48:09.225Z] === RUN TestMountChanges [2022-05-13T10:48:09.225Z] mount_test.go:125: Failing on Windows [2022-05-13T10:48:09.225Z] --- SKIP: TestMountChanges (0.00s) [2022-05-13T10:48:09.225Z] === RUN TestMountApply [2022-05-13T10:48:09.225Z] mount_test.go:212: Failing on Windows [2022-05-13T10:48:09.225Z] --- SKIP: TestMountApply (0.00s) [2022-05-13T10:48:09.225Z] PASS [2022-05-13T10:48:09.225Z] coverage: 30.6% of statements [2022-05-13T10:48:09.225Z] ok github.com/docker/docker/layer 0.383s coverage: 30.6% of statements [2022-05-13T10:48:09.696Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-13T10:48:09.696Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-13T10:48:09.696Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-13T10:48:09.696Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-13T10:48:09.696Z] === RUN TestSequenceGetAvailableBit [2022-05-13T10:48:09.696Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-05-13T10:48:09.696Z] === RUN TestSequenceEqual [2022-05-13T10:48:09.696Z] --- PASS: TestSequenceEqual (0.00s) [2022-05-13T10:48:09.696Z] === RUN TestSequenceCopy [2022-05-13T10:48:09.696Z] --- PASS: TestSequenceCopy (0.00s) [2022-05-13T10:48:09.696Z] === RUN TestGetFirstAvailable [2022-05-13T10:48:09.696Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-05-13T10:48:09.696Z] === RUN TestFindSequence [2022-05-13T10:48:09.696Z] --- PASS: TestFindSequence (0.00s) [2022-05-13T10:48:09.696Z] === RUN TestCheckIfAvailable [2022-05-13T10:48:09.696Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-05-13T10:48:09.696Z] === RUN TestMergeSequences [2022-05-13T10:48:09.696Z] --- PASS: TestMergeSequences (0.00s) [2022-05-13T10:48:09.696Z] === RUN TestPushReservation [2022-05-13T10:48:09.696Z] --- PASS: TestPushReservation (0.00s) [2022-05-13T10:48:09.696Z] === RUN TestSerializeDeserialize [2022-05-13T10:48:09.696Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-05-13T10:48:09.696Z] === RUN TestSet [2022-05-13T10:48:09.696Z] --- PASS: TestSet (0.00s) [2022-05-13T10:48:09.696Z] === RUN TestSetUnset [2022-05-13T10:48:09.696Z] --- PASS: TestSetUnset (0.00s) [2022-05-13T10:48:09.696Z] === RUN TestOffsetSetUnset [2022-05-13T10:48:09.696Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-05-13T10:48:09.696Z] === RUN TestSetInRange [2022-05-13T10:48:09.696Z] --- PASS: TestSetInRange (0.00s) [2022-05-13T10:48:09.696Z] === RUN TestSetAnyInRange [2022-05-13T10:48:09.696Z] --- PASS: TestSetAnyInRange (0.00s) [2022-05-13T10:48:09.696Z] === RUN TestMethods [2022-05-13T10:48:09.696Z] --- PASS: TestMethods (0.00s) [2022-05-13T10:48:09.696Z] === RUN TestRandomAllocateDeallocate [2022-05-13T10:48:11.917Z] === RUN TestInvalidConfig [2022-05-13T10:48:11.917Z] --- PASS: TestInvalidConfig (0.00s) [2022-05-13T10:48:11.917Z] === RUN TestConfig [2022-05-13T10:48:11.917Z] --- PASS: TestConfig (0.01s) [2022-05-13T10:48:11.917Z] === RUN TestOptionsLabels [2022-05-13T10:48:11.917Z] --- PASS: TestOptionsLabels (0.00s) [2022-05-13T10:48:11.917Z] === RUN TestValidName [2022-05-13T10:48:11.917Z] --- PASS: TestValidName (0.00s) [2022-05-13T10:48:11.917Z] PASS [2022-05-13T10:48:11.917Z] coverage: 19.7% of statements [2022-05-13T10:48:11.917Z] ok github.com/docker/docker/libnetwork/config 0.192s coverage: 19.7% of statements [2022-05-13T10:48:12.387Z] === RUN TestKey [2022-05-13T10:48:12.387Z] --- PASS: TestKey (0.00s) [2022-05-13T10:48:12.387Z] === RUN TestParseKey [2022-05-13T10:48:12.387Z] --- PASS: TestParseKey (0.00s) [2022-05-13T10:48:12.387Z] === RUN TestInvalidDataStore [2022-05-13T10:48:12.387Z] --- PASS: TestInvalidDataStore (0.00s) [2022-05-13T10:48:12.387Z] === RUN TestKVObjectFlatKey [2022-05-13T10:48:12.387Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-05-13T10:48:12.387Z] === RUN TestAtomicKVObjectFlatKey [2022-05-13T10:48:12.387Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-05-13T10:48:12.387Z] PASS [2022-05-13T10:48:12.387Z] coverage: 21.9% of statements [2022-05-13T10:48:12.387Z] ok github.com/docker/docker/libnetwork/datastore 0.054s coverage: 21.9% of statements [2022-05-13T10:48:12.858Z] === RUN TestIPDataMarshalling [2022-05-13T10:48:12.858Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-05-13T10:48:12.858Z] === RUN TestValidateAndIsV6 [2022-05-13T10:48:12.858Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-05-13T10:48:12.858Z] PASS [2022-05-13T10:48:12.858Z] coverage: 68.9% of statements [2022-05-13T10:48:12.858Z] ok github.com/docker/docker/libnetwork/driverapi 0.042s coverage: 68.9% of statements [2022-05-13T10:48:13.328Z] === RUN TestErrorInterfaces [2022-05-13T10:48:13.328Z] --- PASS: TestErrorInterfaces (0.00s) [2022-05-13T10:48:13.328Z] === RUN TestNetworkMarshalling [2022-05-13T10:48:13.796Z] --- PASS: TestNetworkMarshalling (0.19s) [2022-05-13T10:48:13.796Z] === RUN TestEndpointMarshalling [2022-05-13T10:48:13.796Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-05-13T10:48:13.796Z] === RUN TestAuxAddresses [2022-05-13T10:48:13.796Z] time="2022-05-13T10:48:13Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-13T10:48:13.796Z] --- PASS: TestAuxAddresses (0.02s) [2022-05-13T10:48:13.796Z] === RUN TestSRVServiceQuery [2022-05-13T10:48:13.796Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:48:13.796Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-05-13T10:48:13.796Z] === RUN TestServiceVIPReuse [2022-05-13T10:48:13.796Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:48:13.796Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-05-13T10:48:13.796Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-05-13T10:48:13.796Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:48:13.796Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-13T10:48:13.796Z] === RUN TestDNSIPQuery [2022-05-13T10:48:13.796Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:48:13.796Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-05-13T10:48:13.796Z] === RUN TestDNSProxyServFail [2022-05-13T10:48:13.796Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:48:13.796Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-05-13T10:48:13.796Z] === RUN TestSandboxAddEmpty [2022-05-13T10:48:13.796Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:48:13.796Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-05-13T10:48:13.796Z] === RUN TestSandboxAddMultiPrio [2022-05-13T10:48:13.796Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:48:13.796Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-05-13T10:48:13.796Z] === RUN TestSandboxAddSamePrio [2022-05-13T10:48:13.796Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:48:13.796Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-05-13T10:48:13.796Z] === RUN TestCleanupServiceDiscovery [2022-05-13T10:48:13.796Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:48:13.796Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-05-13T10:48:13.796Z] === RUN TestDNSOptions [2022-05-13T10:48:13.796Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:48:13.796Z] --- SKIP: TestDNSOptions (0.00s) [2022-05-13T10:48:13.796Z] === RUN TestMultipleControllersWithSameStore [2022-05-13T10:48:13.796Z] time="2022-05-13T10:48:13Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-13T10:48:13.796Z] time="2022-05-13T10:48:13Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-13T10:48:13.796Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-05-13T10:48:13.796Z] PASS [2022-05-13T10:48:13.796Z] coverage: 8.5% of statements [2022-05-13T10:48:13.796Z] ok github.com/docker/docker/libnetwork 0.356s coverage: 8.5% of statements [2022-05-13T10:48:13.796Z] === RUN TestDriver [2022-05-13T10:48:13.796Z] --- PASS: TestDriver (0.00s) [2022-05-13T10:48:13.796Z] PASS [2022-05-13T10:48:13.796Z] coverage: 34.8% of statements [2022-05-13T10:48:13.796Z] ok github.com/docker/docker/libnetwork/drivers/host 0.046s coverage: 34.8% of statements [2022-05-13T10:48:14.266Z] === RUN TestDriver [2022-05-13T10:48:14.266Z] --- PASS: TestDriver (0.00s) [2022-05-13T10:48:14.266Z] PASS [2022-05-13T10:48:14.266Z] coverage: 34.8% of statements [2022-05-13T10:48:14.266Z] ok github.com/docker/docker/libnetwork/drivers/null 0.049s coverage: 34.8% of statements [2022-05-13T10:48:14.418Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-13T10:48:15.254Z] === RUN TestNetworkAllocateFree [2022-05-13T10:48:15.254Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-05-13T10:48:15.254Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-05-13T10:48:15.254Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-05-13T10:48:15.254Z] PASS [2022-05-13T10:48:15.254Z] coverage: 63.6% of statements [2022-05-13T10:48:15.254Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.094s coverage: 63.6% of statements [2022-05-13T10:48:15.254Z] === RUN TestGetEmptyCapabilities [2022-05-13T10:48:15.254Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-05-13T10:48:15.254Z] === RUN TestGetExtraCapabilities [2022-05-13T10:48:15.254Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-05-13T10:48:15.254Z] === RUN TestGetInvalidCapabilities [2022-05-13T10:48:15.254Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-05-13T10:48:15.254Z] === RUN TestRemoteDriver [2022-05-13T10:48:15.254Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-13T10:48:15.254Z] === RUN TestDriverError [2022-05-13T10:48:15.254Z] --- PASS: TestDriverError (0.01s) [2022-05-13T10:48:15.254Z] === RUN TestMissingValues [2022-05-13T10:48:15.254Z] --- PASS: TestMissingValues (0.01s) [2022-05-13T10:48:15.254Z] === RUN TestRollback [2022-05-13T10:48:15.254Z] --- PASS: TestRollback (0.01s) [2022-05-13T10:48:15.254Z] PASS [2022-05-13T10:48:15.254Z] coverage: 57.4% of statements [2022-05-13T10:48:15.254Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.096s coverage: 57.4% of statements [2022-05-13T10:48:15.376Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-13T10:48:15.376Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-13T10:48:15.376Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-13T10:48:16.244Z] === RUN TestNAT [2022-05-13T10:48:16.244Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-13T10:48:16.244Z] --- SKIP: TestNAT (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestTransparent [2022-05-13T10:48:16.244Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-13T10:48:16.244Z] --- SKIP: TestTransparent (0.00s) [2022-05-13T10:48:16.244Z] PASS [2022-05-13T10:48:16.244Z] coverage: 0.0% of statements [2022-05-13T10:48:16.244Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.058s coverage: 0.0% of statements [2022-05-13T10:48:16.244Z] === RUN TestBuildDefault [2022-05-13T10:48:16.244Z] --- PASS: TestBuildDefault (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestBuildHostnameDomainname [2022-05-13T10:48:16.244Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestBuildHostname [2022-05-13T10:48:16.244Z] --- PASS: TestBuildHostname (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestBuildHostnameFQDN [2022-05-13T10:48:16.244Z] --- PASS: TestBuildHostnameFQDN (0.01s) [2022-05-13T10:48:16.244Z] === RUN TestBuildNoIP [2022-05-13T10:48:16.244Z] --- PASS: TestBuildNoIP (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestUpdate [2022-05-13T10:48:16.244Z] --- PASS: TestUpdate (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-05-13T10:48:16.244Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-05-13T10:48:16.244Z] === RUN TestNew [2022-05-13T10:48:16.244Z] --- PASS: TestNew (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestAddDriver [2022-05-13T10:48:16.244Z] --- PASS: TestAddDriver (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestAddDuplicateDriver [2022-05-13T10:48:16.244Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestIPAMDefaultAddressSpaces [2022-05-13T10:48:16.244Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestDriver [2022-05-13T10:48:16.244Z] --- PASS: TestDriver (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestIPAM [2022-05-13T10:48:16.244Z] --- PASS: TestIPAM (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestWalkIPAMs [2022-05-13T10:48:16.244Z] --- PASS: TestWalkIPAMs (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestWalkDrivers [2022-05-13T10:48:16.244Z] --- PASS: TestWalkDrivers (0.00s) [2022-05-13T10:48:16.244Z] PASS [2022-05-13T10:48:16.244Z] coverage: 82.4% of statements [2022-05-13T10:48:16.244Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestAddEmpty [2022-05-13T10:48:16.244Z] --- PASS: TestAddEmpty (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestAdd [2022-05-13T10:48:16.244Z] --- PASS: TestAdd (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestDeleteEmpty [2022-05-13T10:48:16.244Z] --- PASS: TestDeleteEmpty (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestDeleteNewline [2022-05-13T10:48:16.244Z] --- PASS: TestDeleteNewline (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestDelete [2022-05-13T10:48:16.244Z] --- PASS: TestDelete (0.00s) [2022-05-13T10:48:16.244Z] === RUN TestConcurrentWrites [2022-05-13T10:48:16.244Z] ok github.com/docker/docker/libnetwork/drvregistry 0.082s coverage: 82.4% of statements [2022-05-13T10:48:16.714Z] --- PASS: TestConcurrentWrites (0.26s) [2022-05-13T10:48:16.714Z] PASS [2022-05-13T10:48:16.714Z] coverage: 81.2% of statements [2022-05-13T10:48:16.715Z] ok github.com/docker/docker/libnetwork/etchosts 0.333s coverage: 81.2% of statements [2022-05-13T10:48:17.184Z] === RUN TestNew [2022-05-13T10:48:17.184Z] --- PASS: TestNew (0.00s) [2022-05-13T10:48:17.184Z] === RUN TestAllocate [2022-05-13T10:48:17.184Z] --- PASS: TestAllocate (0.00s) [2022-05-13T10:48:17.184Z] === RUN TestUninitialized [2022-05-13T10:48:17.184Z] --- PASS: TestUninitialized (0.00s) [2022-05-13T10:48:17.184Z] === RUN TestAllocateInRange [2022-05-13T10:48:17.184Z] --- PASS: TestAllocateInRange (0.00s) [2022-05-13T10:48:17.184Z] === RUN TestAllocateSerial [2022-05-13T10:48:17.184Z] --- PASS: TestAllocateSerial (0.00s) [2022-05-13T10:48:17.184Z] PASS [2022-05-13T10:48:17.184Z] coverage: 87.5% of statements [2022-05-13T10:48:17.184Z] ok github.com/docker/docker/libnetwork/idm 0.044s coverage: 87.5% of statements [2022-05-13T10:48:17.184Z] === RUN TestCaller [2022-05-13T10:48:17.184Z] --- PASS: TestCaller (0.00s) [2022-05-13T10:48:17.184Z] PASS [2022-05-13T10:48:17.184Z] coverage: 100.0% of statements [2022-05-13T10:48:17.184Z] ok github.com/docker/docker/libnetwork/internal/caller 0.039s coverage: 100.0% of statements [2022-05-13T10:48:18.174Z] === RUN TestSetSerialInsertDelete [2022-05-13T10:48:18.174Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-05-13T10:48:18.174Z] === RUN TestSetParallelInsertDelete [2022-05-13T10:48:18.645Z] --- PASS: TestRandomAllocateDeallocate (9.17s) [2022-05-13T10:48:18.645Z] === RUN TestAllocateRandomDeallocate [2022-05-13T10:48:19.085Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-13T10:48:19.114Z] === RUN TestInt2IP2IntConversion [2022-05-13T10:48:19.583Z] --- PASS: TestInt2IP2IntConversion (0.52s) [2022-05-13T10:48:19.583Z] === RUN TestGetAddressVersion [2022-05-13T10:48:19.583Z] --- PASS: TestGetAddressVersion (0.00s) [2022-05-13T10:48:19.583Z] === RUN TestKeyString [2022-05-13T10:48:19.583Z] --- PASS: TestKeyString (0.00s) [2022-05-13T10:48:19.583Z] === RUN TestPoolDataMarshal [2022-05-13T10:48:19.583Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-05-13T10:48:19.583Z] === RUN TestSubnetsMarshal [2022-05-13T10:48:19.583Z] --- PASS: TestSubnetsMarshal (0.10s) [2022-05-13T10:48:19.583Z] === RUN TestAddSubnets [2022-05-13T10:48:19.583Z] --- PASS: TestAddSubnets (0.08s) [2022-05-13T10:48:19.583Z] === RUN TestDoublePoolRelease [2022-05-13T10:48:19.583Z] === RUN TestPoolRequest [2022-05-13T10:48:19.583Z] --- PASS: TestPoolRequest (0.00s) [2022-05-13T10:48:19.583Z] === RUN TestOtherRequests [2022-05-13T10:48:19.583Z] --- PASS: TestOtherRequests (0.00s) [2022-05-13T10:48:19.583Z] PASS [2022-05-13T10:48:19.583Z] coverage: 57.1% of statements [2022-05-13T10:48:19.583Z] ok github.com/docker/docker/libnetwork/ipams/null 0.043s coverage: 57.1% of statements [2022-05-13T10:48:19.583Z] --- PASS: TestDoublePoolRelease (0.04s) [2022-05-13T10:48:19.583Z] === RUN TestAddReleasePoolID [2022-05-13T10:48:20.054Z] --- PASS: TestAddReleasePoolID (0.13s) [2022-05-13T10:48:20.054Z] === RUN TestPredefinedPool [2022-05-13T10:48:20.054Z] --- PASS: TestPredefinedPool (0.05s) [2022-05-13T10:48:20.054Z] === RUN TestRemoveSubnet [2022-05-13T10:48:20.054Z] --- PASS: TestRemoveSubnet (0.33s) [2022-05-13T10:48:20.054Z] === RUN TestGetSameAddress [2022-05-13T10:48:20.054Z] --- PASS: TestGetSameAddress (0.04s) [2022-05-13T10:48:20.054Z] === RUN TestPoolAllocationReuse [2022-05-13T10:48:20.523Z] --- PASS: TestAllocateRandomDeallocate (1.79s) [2022-05-13T10:48:20.523Z] === RUN TestAllocateRandomDeallocateSerialize [2022-05-13T10:48:20.992Z] === RUN TestGetCapabilities [2022-05-13T10:48:20.992Z] --- PASS: TestGetCapabilities (0.01s) [2022-05-13T10:48:20.992Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-05-13T10:48:20.992Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-05-13T10:48:20.992Z] === RUN TestGetDefaultAddressSpaces [2022-05-13T10:48:20.992Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-05-13T10:48:20.992Z] === RUN TestRemoteDriver [2022-05-13T10:48:20.992Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-13T10:48:20.992Z] PASS [2022-05-13T10:48:20.992Z] coverage: 47.4% of statements [2022-05-13T10:48:20.992Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.073s coverage: 47.4% of statements [2022-05-13T10:48:21.246Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-13T10:48:21.981Z] === RUN TestWindowsIPAM [2022-05-13T10:48:21.981Z] --- PASS: TestWindowsIPAM (0.00s) [2022-05-13T10:48:21.981Z] PASS [2022-05-13T10:48:21.981Z] coverage: 71.4% of statements [2022-05-13T10:48:21.981Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.044s coverage: 71.4% of statements [2022-05-13T10:48:22.450Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.65s) [2022-05-13T10:48:22.450Z] === RUN TestRetrieveFromStore [2022-05-13T10:48:22.919Z] === RUN TestDefaultNetwork [2022-05-13T10:48:22.919Z] --- PASS: TestPoolAllocationReuse (2.61s) [2022-05-13T10:48:22.919Z] === RUN TestGetAddressSubPoolEqualPool [2022-05-13T10:48:22.919Z] --- PASS: TestGetAddressSubPoolEqualPool (0.04s) [2022-05-13T10:48:22.919Z] === RUN TestRequestReleaseAddressFromSubPool [2022-05-13T10:48:22.919Z] --- PASS: TestDefaultNetwork (0.26s) [2022-05-13T10:48:22.919Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-05-13T10:48:22.919Z] --- PASS: TestRetrieveFromStore (0.80s) [2022-05-13T10:48:22.919Z] === RUN TestIsCorrupted [2022-05-13T10:48:22.919Z] --- PASS: TestIsCorrupted (0.03s) [2022-05-13T10:48:22.919Z] === RUN TestSetRollover [2022-05-13T10:48:23.390Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.27s) [2022-05-13T10:48:23.390Z] === RUN TestInitAddressPools [2022-05-13T10:48:23.390Z] --- PASS: TestInitAddressPools (0.00s) [2022-05-13T10:48:23.390Z] PASS [2022-05-13T10:48:23.390Z] coverage: 74.0% of statements [2022-05-13T10:48:23.390Z] ok github.com/docker/docker/libnetwork/ipamutils 0.610s coverage: 74.0% of statements [2022-05-13T10:48:23.859Z] === RUN TestKeyValue [2022-05-13T10:48:23.859Z] --- PASS: TestKeyValue (0.00s) [2022-05-13T10:48:23.859Z] PASS [2022-05-13T10:48:23.859Z] coverage: 60.0% of statements [2022-05-13T10:48:23.859Z] ok github.com/docker/docker/libnetwork/netlabel 0.039s coverage: 60.0% of statements [2022-05-13T10:48:26.078Z] --- PASS: TestSetRollover (2.68s) [2022-05-13T10:48:26.078Z] === RUN TestSetRolloverSerial [2022-05-13T10:48:26.548Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.75s) [2022-05-13T10:48:26.548Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-05-13T10:48:27.008Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-13T10:48:27.008Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-13T10:48:27.008Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-13T10:48:27.008Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-13T10:48:27.008Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-13T10:48:27.008Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-13T10:48:27.008Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-13T10:48:27.008Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-13T10:48:27.008Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-13T10:48:27.017Z] === RUN TestNetworkDBSimple [2022-05-13T10:48:27.463Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-13T10:48:28.005Z] --- PASS: TestSetRolloverSerial (2.11s) [2022-05-13T10:48:28.005Z] === RUN TestGetFirstAvailableFromCurrent [2022-05-13T10:48:28.005Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-05-13T10:48:28.005Z] PASS [2022-05-13T10:48:28.005Z] coverage: 84.4% of statements [2022-05-13T10:48:28.005Z] ok github.com/docker/docker/libnetwork/bitseq 18.278s coverage: 84.4% of statements [2022-05-13T10:48:28.005Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-05-13T10:48:28.005Z] PASS [2022-05-13T10:48:28.005Z] coverage: 100.0% of statements [2022-05-13T10:48:28.005Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.093s coverage: 100.0% of statements [2022-05-13T10:48:28.005Z] 2022/05/13 10:48:27 Closing DB instances... [2022-05-13T10:48:28.475Z] === RUN TestGenerate [2022-05-13T10:48:28.475Z] --- PASS: TestGenerate (0.00s) [2022-05-13T10:48:28.475Z] === RUN TestGeneratePtr [2022-05-13T10:48:28.475Z] --- PASS: TestGeneratePtr (0.00s) [2022-05-13T10:48:28.475Z] === RUN TestGenerateMissingField [2022-05-13T10:48:28.475Z] --- PASS: TestGenerateMissingField (0.00s) [2022-05-13T10:48:28.475Z] === RUN TestFieldCannotBeSet [2022-05-13T10:48:28.475Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-05-13T10:48:28.475Z] === RUN TestTypeMismatchError [2022-05-13T10:48:28.475Z] --- PASS: TestTypeMismatchError (0.00s) [2022-05-13T10:48:28.475Z] PASS [2022-05-13T10:48:28.475Z] coverage: 100.0% of statements [2022-05-13T10:48:28.475Z] ok github.com/docker/docker/libnetwork/options 0.042s coverage: 100.0% of statements [2022-05-13T10:48:28.702Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-13T10:48:28.702Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-13T10:48:28.702Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-13T10:48:28.702Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-13T10:48:28.702Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-13T10:48:28.702Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-13T10:48:28.702Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-13T10:48:28.702Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-13T10:48:28.702Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-13T10:48:28.702Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-13T10:48:28.702Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-13T10:48:28.702Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-13T10:48:28.702Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-13T10:48:28.702Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-13T10:48:28.702Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-13T10:48:28.702Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-13T10:48:28.702Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-13T10:48:29.270Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-13T10:48:29.270Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-13T10:48:29.467Z] testing: warning: no tests to run [2022-05-13T10:48:29.467Z] PASS [2022-05-13T10:48:29.467Z] coverage: 0.0% of statements [2022-05-13T10:48:29.467Z] ok github.com/docker/docker/libnetwork/osl 0.041s coverage: 0.0% of statements [no tests to run] [2022-05-13T10:48:29.467Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.90s) [2022-05-13T10:48:29.467Z] === RUN TestGetAddress [2022-05-13T10:48:29.467Z] --- PASS: TestNetworkDBSimple (2.63s) [2022-05-13T10:48:29.467Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-05-13T10:48:29.838Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-13T10:48:30.456Z] === RUN TestRequestNewPort [2022-05-13T10:48:30.456Z] --- PASS: TestRequestNewPort (0.00s) [2022-05-13T10:48:30.456Z] === RUN TestRequestSpecificPort [2022-05-13T10:48:30.456Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-05-13T10:48:30.456Z] === RUN TestReleasePort [2022-05-13T10:48:30.456Z] --- PASS: TestReleasePort (0.00s) [2022-05-13T10:48:30.456Z] === RUN TestReuseReleasedPort [2022-05-13T10:48:30.456Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-05-13T10:48:30.456Z] === RUN TestReleaseUnreadledPort [2022-05-13T10:48:30.456Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-05-13T10:48:30.456Z] === RUN TestUnknowProtocol [2022-05-13T10:48:30.456Z] --- PASS: TestUnknowProtocol (0.00s) [2022-05-13T10:48:30.456Z] === RUN TestAllocateAllPorts [2022-05-13T10:48:30.456Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-05-13T10:48:30.456Z] === RUN TestPortAllocation [2022-05-13T10:48:30.456Z] --- PASS: TestPortAllocation (0.00s) [2022-05-13T10:48:30.456Z] === RUN TestPortAllocationWithCustomRange [2022-05-13T10:48:30.456Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-05-13T10:48:30.456Z] === RUN TestNoDuplicateBPR [2022-05-13T10:48:30.456Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-05-13T10:48:30.456Z] === RUN TestChangePortRange [2022-05-13T10:48:30.456Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-05-13T10:48:30.456Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-05-13T10:48:30.456Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-05-13T10:48:30.456Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-05-13T10:48:30.456Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-05-13T10:48:30.456Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-05-13T10:48:30.456Z] --- PASS: TestChangePortRange (0.00s) [2022-05-13T10:48:30.456Z] PASS [2022-05-13T10:48:30.456Z] coverage: 88.6% of statements [2022-05-13T10:48:30.456Z] ok github.com/docker/docker/libnetwork/portallocator 0.053s coverage: 88.6% of statements [2022-05-13T10:48:30.925Z] 2022/05/13 10:48:30 Closing DB instances... [2022-05-13T10:48:31.395Z] testing: warning: no tests to run [2022-05-13T10:48:31.395Z] PASS [2022-05-13T10:48:31.395Z] coverage: 0.0% of statements [2022-05-13T10:48:31.395Z] ok github.com/docker/docker/libnetwork/portmapper 0.047s coverage: 0.0% of statements [no tests to run] [2022-05-13T10:48:32.360Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-13T10:48:32.360Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-13T10:48:32.360Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-13T10:48:32.387Z] === RUN TestHashData [2022-05-13T10:48:32.387Z] --- PASS: TestHashData (0.00s) [2022-05-13T10:48:32.387Z] PASS [2022-05-13T10:48:32.387Z] coverage: 2.8% of statements [2022-05-13T10:48:32.387Z] ok github.com/docker/docker/libnetwork/resolvconf 0.043s coverage: 2.8% of statements [2022-05-13T10:48:32.387Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2022-05-13T10:48:32.387Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-05-13T10:48:32.857Z] === RUN TestErrorConstructors [2022-05-13T10:48:32.857Z] --- PASS: TestErrorConstructors (0.00s) [2022-05-13T10:48:32.857Z] === RUN TestCompareIPMask [2022-05-13T10:48:32.857Z] --- PASS: TestCompareIPMask (0.00s) [2022-05-13T10:48:32.857Z] === RUN TestUtilGetHostPartIP [2022-05-13T10:48:32.857Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-05-13T10:48:32.857Z] === RUN TestUtilGetBroadcastIP [2022-05-13T10:48:32.857Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-05-13T10:48:32.857Z] === RUN TestParseCIDR [2022-05-13T10:48:32.857Z] --- PASS: TestParseCIDR (0.00s) [2022-05-13T10:48:32.857Z] PASS [2022-05-13T10:48:32.857Z] coverage: 37.3% of statements [2022-05-13T10:48:32.857Z] ok github.com/docker/docker/libnetwork/types 0.042s coverage: 37.3% of statements [2022-05-13T10:48:33.328Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-13T10:48:33.328Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-13T10:48:33.328Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-13T10:48:33.328Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-13T10:48:33.328Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-13T10:48:33.328Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-13T10:48:33.328Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-13T10:48:33.328Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-13T10:48:33.328Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-13T10:48:33.328Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-05-13T10:48:33.328Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-13T10:48:33.328Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-13T10:48:33.328Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-13T10:48:33.328Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-05-13T10:48:33.328Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-13T10:48:33.328Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-13T10:48:33.328Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-13T10:48:33.734Z] === RUN TestDockerSuite/TestImportFile [2022-05-13T10:48:33.798Z] 2022/05/13 10:48:33 Closing DB instances... [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-05-13T10:48:33.798Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-05-13T10:48:33.798Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-05-13T10:48:33.799Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-05-13T10:48:33.799Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-05-13T10:48:33.799Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-05-13T10:48:33.799Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-05-13T10:48:33.799Z] PASS [2022-05-13T10:48:33.799Z] coverage: 55.0% of statements [2022-05-13T10:48:33.799Z] ok github.com/docker/docker/oci 0.051s coverage: 55.0% of statements [2022-05-13T10:48:34.667Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-13T10:48:34.667Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-13T10:48:34.789Z] === RUN TestParseVersion [2022-05-13T10:48:34.789Z] --- PASS: TestParseVersion (0.00s) [2022-05-13T10:48:34.789Z] PASS [2022-05-13T10:48:34.789Z] coverage: 52.9% of statements [2022-05-13T10:48:34.789Z] ok github.com/docker/docker/pkg/aaparser 0.040s coverage: 52.9% of statements [2022-05-13T10:48:34.789Z] === RUN TestAddressPoolOpt [2022-05-13T10:48:34.789Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/a [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/something [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/_=a [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/env1=value1 [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/_env1=value1 [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/env2=value2=value3 [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/env3=abc!qwe [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/env_4=value_4 [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/PATH [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/=a [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/PATH= [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/PATH=something [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/asd!qwe [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/1asd [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/123 [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/some_space [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/__some_space_before [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/some_space_after__ [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/= [2022-05-13T10:48:34.789Z] === RUN TestValidateEnv/PaTh [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/a (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/something (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/= (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-05-13T10:48:34.789Z] === RUN TestParseHost [2022-05-13T10:48:34.789Z] === RUN TestParseHost/something_with_spaces [2022-05-13T10:48:34.789Z] === RUN TestParseHost/:// [2022-05-13T10:48:34.789Z] === RUN TestParseHost/unknown:// [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://:port [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://invalid:port [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://0.0.0.0:5555/ [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://[::1]:/ [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://[::1]:5555/ [2022-05-13T10:48:34.789Z] === RUN TestParseHost/_tcp://:5555/path_ [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://:5555/ [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://:5555/p [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://0.0.0.0:5555/p [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://[::1]:5555/p [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp:// [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://0.0.0.0:5555 [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://:5555 [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://[::1] [2022-05-13T10:48:34.789Z] === RUN TestParseHost/__ [2022-05-13T10:48:34.789Z] === RUN TestParseHost/fd:// [2022-05-13T10:48:34.789Z] === RUN TestParseHost/unix://path/to/socket [2022-05-13T10:48:34.789Z] === RUN TestParseHost/unix:// [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://host: [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://192.168.0.1:5555 [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://0.0.0.0:1234567890 [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://docker.com:5555 [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://: [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://[::1]:5555 [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://192.168:5555 [2022-05-13T10:48:34.789Z] === RUN TestParseHost/npipe:// [2022-05-13T10:48:34.789Z] === RUN TestParseHost/npipe:////./pipe/foo [2022-05-13T10:48:34.789Z] === RUN TestParseHost/#00 [2022-05-13T10:48:34.789Z] === RUN TestParseHost/_ [2022-05-13T10:48:34.789Z] === RUN TestParseHost/fd://something [2022-05-13T10:48:34.789Z] === RUN TestParseHost/tcp://[::1]: [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/something_with_spaces (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/:// (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/unknown:// (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://:port (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://invalid:port (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/ (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://[::1]:/ (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://[::1]:5555/ (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/_tcp://:5555/path_ (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://:5555/ (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://:5555/p (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/p (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://[::1]:5555/p (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp:// (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555 (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://:5555 (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://[::1] (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/__ (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/fd:// (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/unix://path/to/socket (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/unix:// (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://host: (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://192.168.0.1:5555 (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://0.0.0.0:1234567890 (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://docker.com:5555 (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://: (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://[::1]:5555 (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://192.168:5555 (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/npipe:// (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/npipe:////./pipe/foo (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/#00 (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/_ (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/fd://something (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseHost/tcp://[::1]: (0.00s) [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/tcp://127.0.0.1/ [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/#00 [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/localhost:5555/path [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d/path [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/tcp://unix:///run/docker.sock [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/_tcp://:5555/path_ [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/:5555/path [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555/path [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1 [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1:5555 [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/[::1]:5555/path [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/tcp://:5555/path [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/localhost:5555 [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/fd://something [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/npipe:////./pipe/foo [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/[::1] [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/[::1]: [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1] [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/tcp://[::1] [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/tcp://[::1]: [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/: [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/npipe:// [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/:5555 [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555 [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/[::1]:5555 [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/fd:// [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/tcp://[::1]:5555 [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/localhost [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/localhost: [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/tcp:// [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/unix:// [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/unix:///run/docker.sock [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/0.0.0.1: [2022-05-13T10:48:34.789Z] === RUN TestParseDockerDaemonHost/tcp://:5555 [2022-05-13T10:48:34.789Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseDockerDaemonHost/tcp://127.0.0.1/ (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseDockerDaemonHost/#00 (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseDockerDaemonHost/localhost:5555/path (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d/path (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseDockerDaemonHost/tcp://unix:///run/docker.sock (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseDockerDaemonHost/_tcp://:5555/path_ (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseDockerDaemonHost/:5555/path (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555/path (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1 (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1:5555 (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555/path (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555/path (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseDockerDaemonHost/localhost:5555 (0.00s) [2022-05-13T10:48:34.789Z] --- PASS: TestParseDockerDaemonHost/fd://something (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/npipe:////./pipe/foo (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/[::1] (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/[::1]: (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1] (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1] (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]: (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/: (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/npipe:// (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/:5555 (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555 (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555 (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/fd:// (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]:5555 (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/localhost (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/localhost: (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/tcp:// (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/unix:// (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/unix:///run/docker.sock (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1: (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555 (0.00s) [2022-05-13T10:48:34.790Z] === RUN TestParseTCP [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/udp://127.0.0.1 [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/udp://127.0.0.1:5555 [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/localhost:5555/path [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/tcp:a.b.c.d [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/tcp:a.b.c.d/path [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/[::1]:5555/path [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/tcp://:5555/path [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/:5555/path [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/0.0.0.1:5555/path [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/default_localhost [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/default_udp://localhost [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/default_tcp://localhost:noport [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/default_tcp://localhost:5555/path [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/[::1]: [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1] [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/tcp://:5555 [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/tcp://: [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/localhost: [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/#00 [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/tcp:// [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/0.0.0.1 [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/0.0.0.1:5555 [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/[::1] [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/[::1]:5555 [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/localhost [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/0.0.0.1: [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/:5555 [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]: [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555 [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/: [2022-05-13T10:48:34.790Z] === RUN TestParseTCP/localhost:5555 [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/udp://127.0.0.1 (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/udp://127.0.0.1:5555 (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/localhost:5555/path (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/tcp:a.b.c.d (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/tcp:a.b.c.d/path (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/[::1]:5555/path (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/tcp://:5555/path (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/:5555/path (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/0.0.0.1:5555/path (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/default_localhost (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/default_udp://localhost (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/default_tcp://localhost:noport (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/default_tcp://localhost:5555/path (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/[::1]: (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1] (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/tcp://:5555 (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/tcp://: (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/localhost: (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/#00 (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/tcp:// (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/0.0.0.1 (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/0.0.0.1:5555 (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/[::1] (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/[::1]:5555 (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/localhost (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/0.0.0.1: (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/:5555 (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/: (0.00s) [2022-05-13T10:48:34.790Z] --- PASS: TestParseTCP/localhost:5555 (0.00s) [2022-05-13T10:48:34.790Z] === RUN TestParseInvalidUnixAddrInvalid [2022-05-13T10:48:34.790Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-05-13T10:48:34.790Z] === RUN TestValidateExtraHosts [2022-05-13T10:48:34.790Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-05-13T10:48:34.790Z] === RUN TestValidateIPAddress [2022-05-13T10:48:34.790Z] --- PASS: TestValidateIPAddress (0.00s) [2022-05-13T10:48:34.790Z] === RUN TestMapOpts [2022-05-13T10:48:34.790Z] --- PASS: TestMapOpts (0.00s) [2022-05-13T10:48:34.790Z] === RUN TestListOptsWithoutValidator [2022-05-13T10:48:34.790Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-05-13T10:48:34.790Z] === RUN TestListOptsWithValidator [2022-05-13T10:48:34.790Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-05-13T10:48:34.790Z] === RUN TestValidateDNSSearch [2022-05-13T10:48:34.790Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-05-13T10:48:34.790Z] === RUN TestValidateLabel [2022-05-13T10:48:34.790Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-05-13T10:48:34.790Z] === RUN TestValidateLabel/label_with_general_format [2022-05-13T10:48:34.790Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-05-13T10:48:34.790Z] === RUN TestValidateLabel/label_with_one_more [2022-05-13T10:48:34.790Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-05-13T10:48:34.790Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-05-13T10:48:34.790Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-05-13T10:48:34.790Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-05-13T10:48:34.790Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-05-13T10:48:34.790Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-05-13T10:48:35.260Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-05-13T10:48:35.260Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-05-13T10:48:35.260Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-05-13T10:48:35.260Z] --- PASS: TestValidateLabel (0.01s) [2022-05-13T10:48:35.260Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-05-13T10:48:35.260Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-05-13T10:48:35.260Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-05-13T10:48:35.260Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-05-13T10:48:35.260Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-05-13T10:48:35.260Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-05-13T10:48:35.260Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-05-13T10:48:35.260Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-05-13T10:48:35.260Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-05-13T10:48:35.260Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-05-13T10:48:35.260Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-05-13T10:48:35.260Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-05-13T10:48:35.260Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-05-13T10:48:35.260Z] === RUN TestNamedListOpts [2022-05-13T10:48:35.260Z] --- PASS: TestNamedListOpts (0.00s) [2022-05-13T10:48:35.260Z] === RUN TestNamedMapOpts [2022-05-13T10:48:35.260Z] --- PASS: TestNamedMapOpts (0.00s) [2022-05-13T10:48:35.260Z] === RUN TestParseLink [2022-05-13T10:48:35.260Z] --- PASS: TestParseLink (0.00s) [2022-05-13T10:48:35.260Z] === RUN TestUlimitOpt [2022-05-13T10:48:35.260Z] --- PASS: TestUlimitOpt (0.00s) [2022-05-13T10:48:35.260Z] PASS [2022-05-13T10:48:35.260Z] coverage: 66.0% of statements [2022-05-13T10:48:35.260Z] ok github.com/docker/docker/opts 0.105s coverage: 66.0% of statements [2022-05-13T10:48:35.260Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2022-05-13T10:48:35.260Z] === RUN TestNetworkDBCRUDTableEntry [2022-05-13T10:48:35.900Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:48:35.900Z] INFO: Testing against a local daemon [2022-05-13T10:48:35.900Z] === RUN TestBuildWithSession [2022-05-13T10:48:35.900Z] build_session_test.go:25: TODO: BuildKit [2022-05-13T10:48:35.900Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-13T10:48:35.900Z] === RUN TestBuildSquashParent [2022-05-13T10:48:35.900Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:48:35.900Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-05-13T10:48:35.900Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-13T10:48:35.900Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:48:35.900Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:48:35.900Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:48:35.900Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:48:35.900Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:48:35.900Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:48:35.900Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:48:35.900Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:48:35.900Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:48:35.900Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:48:35.900Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:48:35.900Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:48:35.900Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:48:35.900Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:48:35.900Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:48:35.900Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:48:36.039Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-13T10:48:36.834Z] === RUN TestPeerCertificateMarshalJSON [2022-05-13T10:48:36.834Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-05-13T10:48:36.834Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-05-13T10:48:36.834Z] --- PASS: TestPeerCertificateMarshalJSON (0.44s) [2022-05-13T10:48:36.834Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-05-13T10:48:36.834Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-05-13T10:48:36.834Z] === RUN TestMiddleware [2022-05-13T10:48:36.834Z] --- PASS: TestMiddleware (0.00s) [2022-05-13T10:48:36.834Z] === RUN TestNewResponseModifier [2022-05-13T10:48:36.834Z] --- PASS: TestNewResponseModifier (0.00s) [2022-05-13T10:48:36.834Z] PASS [2022-05-13T10:48:36.834Z] coverage: 26.8% of statements [2022-05-13T10:48:36.834Z] ok github.com/docker/docker/pkg/authorization 0.490s coverage: 26.8% of statements [2022-05-13T10:48:36.973Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-13T10:48:37.305Z] === RUN TestIsArchivePathDir [2022-05-13T10:48:37.305Z] --- PASS: TestIsArchivePathDir (0.07s) [2022-05-13T10:48:37.305Z] === RUN TestIsArchivePathInvalidFile [2022-05-13T10:48:37.305Z] --- PASS: TestIsArchivePathInvalidFile (0.15s) [2022-05-13T10:48:37.774Z] === RUN TestIsArchivePathTar [2022-05-13T10:48:37.774Z] 2022/05/13 10:48:37 Closing DB instances... [2022-05-13T10:48:37.774Z] --- PASS: TestIsArchivePathTar (0.19s) [2022-05-13T10:48:37.774Z] === RUN TestDecompressStreamGzip [2022-05-13T10:48:37.774Z] --- PASS: TestDecompressStreamGzip (0.13s) [2022-05-13T10:48:37.774Z] === RUN TestDecompressStreamBzip2 [2022-05-13T10:48:37.774Z] === RUN TestUnbuffered [2022-05-13T10:48:37.774Z] --- PASS: TestUnbuffered (0.00s) [2022-05-13T10:48:37.774Z] === RUN TestRaceUnbuffered [2022-05-13T10:48:37.774Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-05-13T10:48:37.774Z] PASS [2022-05-13T10:48:37.774Z] coverage: 100.0% of statements [2022-05-13T10:48:37.774Z] ok github.com/docker/docker/pkg/broadcaster 0.036s coverage: 100.0% of statements [2022-05-13T10:48:37.774Z] --- PASS: TestDecompressStreamBzip2 (0.11s) [2022-05-13T10:48:37.774Z] === RUN TestDecompressStreamXz [2022-05-13T10:48:37.774Z] archive_test.go:133: Xz not present in msys2 [2022-05-13T10:48:37.774Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-05-13T10:48:37.774Z] === RUN TestDecompressStreamZstd [2022-05-13T10:48:37.774Z] archive_test.go:140: zstd not installed [2022-05-13T10:48:37.774Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-05-13T10:48:37.774Z] === RUN TestCompressStreamXzUnsupported [2022-05-13T10:48:37.774Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-05-13T10:48:37.774Z] === RUN TestCompressStreamBzip2Unsupported [2022-05-13T10:48:37.774Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-05-13T10:48:37.774Z] === RUN TestCompressStreamInvalid [2022-05-13T10:48:37.774Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-05-13T10:48:37.774Z] === RUN TestExtensionInvalid [2022-05-13T10:48:37.775Z] --- PASS: TestExtensionInvalid (0.00s) [2022-05-13T10:48:37.775Z] === RUN TestExtensionUncompressed [2022-05-13T10:48:37.775Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-05-13T10:48:37.775Z] === RUN TestExtensionBzip2 [2022-05-13T10:48:37.775Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-05-13T10:48:37.775Z] === RUN TestExtensionGzip [2022-05-13T10:48:37.775Z] --- PASS: TestExtensionGzip (0.00s) [2022-05-13T10:48:37.775Z] === RUN TestExtensionXz [2022-05-13T10:48:37.775Z] --- PASS: TestExtensionXz (0.00s) [2022-05-13T10:48:37.775Z] === RUN TestExtensionZstd [2022-05-13T10:48:37.775Z] --- PASS: TestExtensionZstd (0.00s) [2022-05-13T10:48:37.775Z] === RUN TestCmdStreamLargeStderr [2022-05-13T10:48:37.906Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-13T10:48:38.245Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2022-05-13T10:48:38.245Z] === RUN TestCmdStreamBad [2022-05-13T10:48:38.245Z] archive_test.go:252: Failing on Windows CI machines [2022-05-13T10:48:38.245Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-05-13T10:48:38.245Z] === RUN TestCmdStreamGood [2022-05-13T10:48:38.245Z] --- PASS: TestCmdStreamGood (0.05s) [2022-05-13T10:48:38.245Z] === RUN TestUntarPathWithInvalidDest [2022-05-13T10:48:38.245Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-05-13T10:48:38.245Z] === RUN TestUntarPathWithInvalidSrc [2022-05-13T10:48:38.245Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-05-13T10:48:38.245Z] === RUN TestUntarPath [2022-05-13T10:48:38.245Z] --- PASS: TestUntarPath (0.07s) [2022-05-13T10:48:38.245Z] === RUN TestUntarPathWithDestinationFile [2022-05-13T10:48:38.245Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2022-05-13T10:48:38.245Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-05-13T10:48:38.245Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2022-05-13T10:48:38.245Z] === RUN TestCopyWithTarInvalidSrc [2022-05-13T10:48:38.245Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-05-13T10:48:38.245Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-05-13T10:48:38.245Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-05-13T10:48:38.245Z] === RUN TestCopyWithTarSrcFile [2022-05-13T10:48:38.245Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-05-13T10:48:38.245Z] === RUN TestCopyWithTarSrcFolder [2022-05-13T10:48:38.245Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-05-13T10:48:38.245Z] === RUN TestCopyFileWithTarInvalidSrc [2022-05-13T10:48:38.245Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-05-13T10:48:38.245Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-05-13T10:48:38.245Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2022-05-13T10:48:38.245Z] === RUN TestCopyFileWithTarSrcFolder [2022-05-13T10:48:38.245Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s) [2022-05-13T10:48:38.245Z] === RUN TestCopyFileWithTarSrcFile [2022-05-13T10:48:38.245Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-05-13T10:48:38.245Z] === RUN TestTarFiles [2022-05-13T10:48:38.472Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-13T10:48:38.716Z] === RUN TestMatch [2022-05-13T10:48:38.716Z] === RUN TestMatch/[[]] [2022-05-13T10:48:38.716Z] === RUN TestMatch/[[foo]] [2022-05-13T10:48:38.716Z] === RUN TestMatch/[[bar]_[foo]] [2022-05-13T10:48:38.716Z] === RUN TestMatch/[[foo_bar]] [2022-05-13T10:48:38.716Z] === RUN TestMatch/[[qux]_[foo]] [2022-05-13T10:48:38.716Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-05-13T10:48:38.716Z] === RUN TestMatch/[] [2022-05-13T10:48:38.716Z] === RUN TestMatch/[]#01 [2022-05-13T10:48:38.716Z] === RUN TestMatch/[[qux]] [2022-05-13T10:48:38.716Z] === RUN TestMatch/[[foo_bar_qux]] [2022-05-13T10:48:38.716Z] === RUN TestMatch/[[qux]_[baz]] [2022-05-13T10:48:38.716Z] === RUN TestMatch/[[foo_baz]] [2022-05-13T10:48:38.716Z] --- PASS: TestMatch (0.00s) [2022-05-13T10:48:38.716Z] --- PASS: TestMatch/[[]] (0.00s) [2022-05-13T10:48:38.716Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-05-13T10:48:38.716Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-05-13T10:48:38.716Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-05-13T10:48:38.716Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-05-13T10:48:38.716Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-05-13T10:48:38.716Z] --- PASS: TestMatch/[] (0.00s) [2022-05-13T10:48:38.716Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-05-13T10:48:38.716Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-05-13T10:48:38.716Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-05-13T10:48:38.716Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-05-13T10:48:38.716Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-05-13T10:48:38.716Z] PASS [2022-05-13T10:48:38.716Z] coverage: 87.5% of statements [2022-05-13T10:48:38.716Z] ok github.com/docker/docker/pkg/capabilities 0.046s coverage: 87.5% of statements [2022-05-13T10:48:39.039Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-13T10:48:39.297Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-05-13T10:48:39.555Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-13T10:48:39.555Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-05-13T10:48:39.555Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-13T10:48:39.706Z] --- PASS: TestNetworkDBCRUDTableEntry (4.30s) [2022-05-13T10:48:39.706Z] === RUN TestNetworkDBCRUDTableEntries [2022-05-13T10:48:39.706Z] === RUN TestChrootTarUntar [2022-05-13T10:48:39.706Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:48:39.706Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-05-13T10:48:39.706Z] === RUN TestChrootUntarWithHugeExcludesList [2022-05-13T10:48:39.706Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:48:39.706Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-13T10:48:39.706Z] === RUN TestChrootUntarEmptyArchive [2022-05-13T10:48:39.707Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-05-13T10:48:39.707Z] === RUN TestChrootTarUntarWithSymlink [2022-05-13T10:48:39.707Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-13T10:48:39.707Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-05-13T10:48:39.707Z] === RUN TestChrootCopyWithTar [2022-05-13T10:48:39.707Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-13T10:48:39.707Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-05-13T10:48:39.707Z] === RUN TestChrootCopyFileWithTar [2022-05-13T10:48:39.707Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:48:39.707Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-05-13T10:48:39.707Z] === RUN TestChrootUntarPath [2022-05-13T10:48:39.707Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-13T10:48:39.707Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-05-13T10:48:39.707Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-05-13T10:48:39.707Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:48:39.707Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-13T10:48:39.707Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-05-13T10:48:39.707Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:48:39.707Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-13T10:48:39.707Z] === RUN TestChrootApplyDotDotFile [2022-05-13T10:48:39.707Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:48:39.707Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-05-13T10:48:39.707Z] PASS [2022-05-13T10:48:39.707Z] coverage: 12.0% of statements [2022-05-13T10:48:39.707Z] ok github.com/docker/docker/pkg/chrootarchive 0.086s coverage: 12.0% of statements [2022-05-13T10:48:40.125Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-13T10:48:40.691Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-13T10:48:40.695Z] === RUN TestEnsureRemoveAllNotExist [2022-05-13T10:48:40.696Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-05-13T10:48:40.696Z] === RUN TestEnsureRemoveAllWithDir [2022-05-13T10:48:40.696Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-05-13T10:48:40.696Z] === RUN TestEnsureRemoveAllWithFile [2022-05-13T10:48:40.696Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-05-13T10:48:40.696Z] PASS [2022-05-13T10:48:40.696Z] coverage: 0.0% of statements [2022-05-13T10:48:40.696Z] ok github.com/docker/docker/pkg/containerfs 0.041s coverage: 0.0% of statements [2022-05-13T10:48:41.256Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-13T10:48:41.514Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-13T10:48:41.686Z] === RUN TestSizeEmpty [2022-05-13T10:48:41.686Z] --- PASS: TestSizeEmpty (0.00s) [2022-05-13T10:48:41.686Z] === RUN TestSizeEmptyFile [2022-05-13T10:48:41.686Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-05-13T10:48:41.686Z] === RUN TestSizeNonemptyFile [2022-05-13T10:48:41.686Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-05-13T10:48:41.686Z] === RUN TestSizeNestedDirectoryEmpty [2022-05-13T10:48:41.686Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-05-13T10:48:41.686Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-05-13T10:48:41.686Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-05-13T10:48:41.686Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-05-13T10:48:41.686Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-05-13T10:48:41.686Z] === RUN TestMoveToSubdir [2022-05-13T10:48:41.686Z] 2022/05/13 10:48:41 Closing DB instances... [2022-05-13T10:48:41.686Z] --- PASS: TestMoveToSubdir (0.01s) [2022-05-13T10:48:41.686Z] === RUN TestSizeNonExistingDirectory [2022-05-13T10:48:41.686Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-05-13T10:48:41.686Z] PASS [2022-05-13T10:48:41.686Z] coverage: 80.0% of statements [2022-05-13T10:48:41.686Z] ok github.com/docker/docker/pkg/directory 0.064s coverage: 80.0% of statements [2022-05-13T10:48:42.079Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-13T10:48:42.336Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-13T10:48:42.594Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-05-13T10:48:42.675Z] === RUN TestPollerAddRemove [2022-05-13T10:48:42.675Z] --- PASS: TestPollerAddRemove (0.00s) [2022-05-13T10:48:42.675Z] === RUN TestPollerEvent [2022-05-13T10:48:42.675Z] poller_test.go:40: No chmod on Windows [2022-05-13T10:48:42.675Z] --- SKIP: TestPollerEvent (0.00s) [2022-05-13T10:48:42.675Z] === RUN TestPollerClose [2022-05-13T10:48:42.675Z] --- PASS: TestPollerClose (0.00s) [2022-05-13T10:48:42.675Z] PASS [2022-05-13T10:48:42.675Z] coverage: 36.2% of statements [2022-05-13T10:48:42.675Z] ok github.com/docker/docker/pkg/filenotify 0.042s coverage: 36.2% of statements [2022-05-13T10:48:43.149Z] --- PASS: TestNetworkDBCRUDTableEntries (3.44s) [2022-05-13T10:48:43.149Z] === RUN TestNetworkDBNodeLeave [2022-05-13T10:48:43.534Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-13T10:48:43.620Z] === RUN TestCopyFileWithInvalidSrc [2022-05-13T10:48:43.620Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestCopyFileWithInvalidDest [2022-05-13T10:48:43.620Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestCopyFileWithSameSrcAndDest [2022-05-13T10:48:43.620Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-05-13T10:48:43.620Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestCopyFile [2022-05-13T10:48:43.620Z] --- PASS: TestCopyFile (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-05-13T10:48:43.620Z] fileutils_test.go:133: Needs porting to Windows [2022-05-13T10:48:43.620Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-05-13T10:48:43.620Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestReadSymlinkedDirectoryToFile [2022-05-13T10:48:43.620Z] fileutils_test.go:179: Needs porting to Windows [2022-05-13T10:48:43.620Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestWildcardMatches [2022-05-13T10:48:43.620Z] --- PASS: TestWildcardMatches (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestPatternMatches [2022-05-13T10:48:43.620Z] --- PASS: TestPatternMatches (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-05-13T10:48:43.620Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestPatternMatchesFolderExclusions [2022-05-13T10:48:43.620Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-05-13T10:48:43.620Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-05-13T10:48:43.620Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-05-13T10:48:43.620Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-05-13T10:48:43.620Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestSingleExclamationError [2022-05-13T10:48:43.620Z] --- PASS: TestSingleExclamationError (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestMatchesWithNoPatterns [2022-05-13T10:48:43.620Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestMatchesWithMalformedPatterns [2022-05-13T10:48:43.620Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestMatches [2022-05-13T10:48:43.620Z] === RUN TestMatches/MatchesOrParentMatches [2022-05-13T10:48:43.620Z] === RUN TestMatches/MatchesUsingParentResult [2022-05-13T10:48:43.620Z] === RUN TestMatches/MatchesUsingParentResults [2022-05-13T10:48:43.620Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-05-13T10:48:43.620Z] --- PASS: TestMatches (0.01s) [2022-05-13T10:48:43.620Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-05-13T10:48:43.620Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-05-13T10:48:43.620Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-05-13T10:48:43.620Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestCleanPatterns [2022-05-13T10:48:43.620Z] --- PASS: TestCleanPatterns (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-05-13T10:48:43.620Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestCleanPatternsExceptionFlag [2022-05-13T10:48:43.620Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-05-13T10:48:43.620Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-05-13T10:48:43.620Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestCleanPatternsErrorSingleException [2022-05-13T10:48:43.620Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestCreateIfNotExistsDir [2022-05-13T10:48:43.620Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestCreateIfNotExistsFile [2022-05-13T10:48:43.620Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestMatch [2022-05-13T10:48:43.620Z] --- PASS: TestMatch (0.00s) [2022-05-13T10:48:43.620Z] === RUN TestCompile [2022-05-13T10:48:43.620Z] === RUN TestCompile/slash [2022-05-13T10:48:43.620Z] === RUN TestCompile/backslash [2022-05-13T10:48:43.620Z] --- PASS: TestCompile (0.00s) [2022-05-13T10:48:43.620Z] --- PASS: TestCompile/slash (0.00s) [2022-05-13T10:48:43.620Z] --- PASS: TestCompile/backslash (0.00s) [2022-05-13T10:48:43.620Z] PASS [2022-05-13T10:48:43.620Z] coverage: 84.7% of statements [2022-05-13T10:48:43.620Z] ok github.com/docker/docker/pkg/fileutils 0.083s coverage: 84.7% of statements [2022-05-13T10:48:44.091Z] --- PASS: TestTarFiles (5.67s) [2022-05-13T10:48:44.091Z] === RUN TestDetectCompressionZstd [2022-05-13T10:48:44.091Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-05-13T10:48:44.091Z] === RUN TestTarUntar [2022-05-13T10:48:44.091Z] --- PASS: TestTarUntar (0.04s) [2022-05-13T10:48:44.091Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-05-13T10:48:44.091Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-05-13T10:48:44.091Z] === RUN TestTarWithOptions [2022-05-13T10:48:44.091Z] --- PASS: TestTarWithOptions (0.03s) [2022-05-13T10:48:44.091Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-05-13T10:48:44.091Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-05-13T10:48:44.091Z] === RUN TestUntarUstarGnuConflict [2022-05-13T10:48:44.091Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-05-13T10:48:44.091Z] === RUN TestUntarInvalidFilenames [2022-05-13T10:48:44.102Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-13T10:48:44.560Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1542923449\\dest" [2022-05-13T10:48:44.560Z] --- PASS: TestUntarInvalidFilenames (0.22s) [2022-05-13T10:48:44.560Z] === RUN TestUntarHardlinkToSymlink [2022-05-13T10:48:44.560Z] --- PASS: TestUntarHardlinkToSymlink (0.00s) [2022-05-13T10:48:44.560Z] === RUN TestUntarInvalidHardlink [2022-05-13T10:48:44.561Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1616282519\\victim\\hello" -> "../victim/hello" [2022-05-13T10:48:44.561Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink50136384\\victim\\hello" -> "/../victim/hello" [2022-05-13T10:48:44.561Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink24398656\\victim" -> "../victim" [2022-05-13T10:48:44.561Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1973784771\\victim" -> "../victim" [2022-05-13T10:48:44.561Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink159538953\\victim" -> "../victim" [2022-05-13T10:48:44.561Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink24489838\\victim" -> "../victim" [2022-05-13T10:48:44.561Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-05-13T10:48:44.561Z] === RUN TestUntarInvalidSymlink [2022-05-13T10:48:44.561Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink254627627\\dest\\dotdot" -> "../victim/hello" [2022-05-13T10:48:44.561Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink641172733\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-13T10:48:44.561Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1062796297\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:48:44.561Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2533812811\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:48:44.561Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2967520775\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:48:44.561Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2092378235\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:48:44.561Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3571989989\\dest\\dir\\loophole" -> "../../victim" [2022-05-13T10:48:44.561Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-05-13T10:48:44.561Z] === RUN TestTempArchiveCloseMultipleTimes [2022-05-13T10:48:44.561Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-05-13T10:48:44.561Z] === RUN TestXGlobalNoParent [2022-05-13T10:48:44.561Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-05-13T10:48:44.561Z] === RUN TestReplaceFileTarWrapper [2022-05-13T10:48:44.561Z] === RUN TestGet [2022-05-13T10:48:44.561Z] --- PASS: TestGet (0.00s) [2022-05-13T10:48:44.561Z] === RUN TestGetShortcutString [2022-05-13T10:48:44.561Z] --- PASS: TestGetShortcutString (0.00s) [2022-05-13T10:48:44.561Z] PASS [2022-05-13T10:48:44.561Z] coverage: 42.9% of statements [2022-05-13T10:48:44.561Z] ok github.com/docker/docker/pkg/homedir 0.039s coverage: 42.9% of statements [2022-05-13T10:48:44.561Z] --- PASS: TestReplaceFileTarWrapper (0.18s) [2022-05-13T10:48:44.561Z] === RUN TestPrefixHeaderReadable [2022-05-13T10:48:44.561Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-05-13T10:48:44.561Z] === RUN TestDisablePigz [2022-05-13T10:48:44.561Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-05-13T10:48:44.666Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-13T10:48:44.666Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-13T10:48:44.924Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-13T10:48:44.924Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-05-13T10:48:44.924Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-13T10:48:45.031Z] --- PASS: TestDisablePigz (0.15s) [2022-05-13T10:48:45.031Z] === RUN TestPigz [2022-05-13T10:48:45.031Z] archive_test.go:1400: Tested whether Pigz is not used, as it not installed [2022-05-13T10:48:45.031Z] --- PASS: TestPigz (0.15s) [2022-05-13T10:48:45.031Z] === RUN TestNosysFileInfo [2022-05-13T10:48:45.031Z] --- PASS: TestNosysFileInfo (0.00s) [2022-05-13T10:48:45.031Z] === RUN TestCopyFileWithInvalidDest [2022-05-13T10:48:45.031Z] archive_windows_test.go:16: Currently fails [2022-05-13T10:48:45.031Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-05-13T10:48:45.031Z] === RUN TestCanonicalTarNameForPath [2022-05-13T10:48:45.031Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-05-13T10:48:45.031Z] === RUN TestCanonicalTarName [2022-05-13T10:48:45.031Z] --- PASS: TestCanonicalTarName (0.00s) [2022-05-13T10:48:45.031Z] === RUN TestChmodTarEntry [2022-05-13T10:48:45.031Z] --- PASS: TestChmodTarEntry (0.00s) [2022-05-13T10:48:45.031Z] === RUN TestHardLinkOrder [2022-05-13T10:48:45.031Z] --- PASS: TestHardLinkOrder (0.09s) [2022-05-13T10:48:45.031Z] === RUN TestChangeString [2022-05-13T10:48:45.031Z] --- PASS: TestChangeString (0.00s) [2022-05-13T10:48:45.031Z] === RUN TestChangesWithNoChanges [2022-05-13T10:48:45.031Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-05-13T10:48:45.031Z] === RUN TestChangesWithChanges [2022-05-13T10:48:45.031Z] --- PASS: TestChangesWithChanges (0.03s) [2022-05-13T10:48:45.031Z] === RUN TestChangesWithChangesGH13590 [2022-05-13T10:48:45.031Z] changes_test.go:196: needs more investigation [2022-05-13T10:48:45.031Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-05-13T10:48:45.031Z] === RUN TestChangesDirsEmpty [2022-05-13T10:48:45.031Z] --- PASS: TestChangesDirsEmpty (0.13s) [2022-05-13T10:48:45.031Z] === RUN TestChangesDirsMutated [2022-05-13T10:48:45.500Z] --- PASS: TestChangesDirsMutated (0.15s) [2022-05-13T10:48:45.500Z] === RUN TestApplyLayer [2022-05-13T10:48:45.500Z] changes_test.go:433: needs further investigation [2022-05-13T10:48:45.500Z] --- SKIP: TestApplyLayer (0.00s) [2022-05-13T10:48:45.500Z] === RUN TestChangesSizeWithHardlinks [2022-05-13T10:48:45.500Z] changes_test.go:469: needs further investigation [2022-05-13T10:48:45.500Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-05-13T10:48:45.500Z] === RUN TestChangesSizeWithNoChanges [2022-05-13T10:48:45.500Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-05-13T10:48:45.500Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-05-13T10:48:45.500Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-05-13T10:48:45.500Z] === RUN TestChangesSize [2022-05-13T10:48:45.500Z] --- PASS: TestChangesSize (0.00s) [2022-05-13T10:48:45.500Z] === RUN TestApplyLayerInvalidFilenames [2022-05-13T10:48:45.500Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3263428497\\dest" [2022-05-13T10:48:45.500Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-05-13T10:48:45.500Z] === RUN TestApplyLayerInvalidHardlink [2022-05-13T10:48:45.500Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3628626763\\victim\\hello" -> "../victim/hello" [2022-05-13T10:48:45.500Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3026302762\\victim\\hello" -> "/../victim/hello" [2022-05-13T10:48:45.500Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3297055346\\victim" -> "../victim" [2022-05-13T10:48:45.501Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3054641272\\victim" -> "../victim" [2022-05-13T10:48:45.501Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3865569707\\victim" -> "../victim" [2022-05-13T10:48:45.501Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1956651516\\victim" -> "../victim" [2022-05-13T10:48:45.501Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-05-13T10:48:45.501Z] === RUN TestApplyLayerInvalidSymlink [2022-05-13T10:48:45.501Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4034827017\\dest\\dotdot" -> "../victim/hello" [2022-05-13T10:48:45.501Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink144825075\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-13T10:48:45.501Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3231825860\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:48:45.501Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1865856300\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:48:45.501Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink878321165\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:48:45.501Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4098033232\\dest\\loophole-victim" -> "../victim" [2022-05-13T10:48:45.501Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-05-13T10:48:45.501Z] === RUN TestApplyLayerWhiteouts [2022-05-13T10:48:45.501Z] === RUN TestCreateIDMapOrder [2022-05-13T10:48:45.501Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-05-13T10:48:45.501Z] PASS [2022-05-13T10:48:45.501Z] coverage: 7.2% of statements [2022-05-13T10:48:45.501Z] ok github.com/docker/docker/pkg/idtools 0.058s coverage: 7.2% of statements [2022-05-13T10:48:45.501Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2022-05-13T10:48:45.501Z] === RUN TestGenerateEmptyFile [2022-05-13T10:48:45.501Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-05-13T10:48:45.501Z] === RUN TestGenerateWithContent [2022-05-13T10:48:45.501Z] --- PASS: TestGenerateWithContent (0.00s) [2022-05-13T10:48:45.501Z] PASS [2022-05-13T10:48:45.501Z] coverage: 62.9% of statements [2022-05-13T10:48:45.501Z] ok github.com/docker/docker/pkg/archive 8.298s coverage: 62.9% of statements [2022-05-13T10:48:45.858Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-13T10:48:45.970Z] --- PASS: TestNetworkDBNodeLeave (2.84s) [2022-05-13T10:48:45.970Z] === RUN TestNetworkDBWatch [2022-05-13T10:48:46.115Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-13T10:48:46.680Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-13T10:48:46.960Z] === RUN TestFixedBufferCap [2022-05-13T10:48:46.960Z] --- PASS: TestFixedBufferCap (0.00s) [2022-05-13T10:48:46.960Z] === RUN TestFixedBufferLen [2022-05-13T10:48:46.960Z] --- PASS: TestFixedBufferLen (0.00s) [2022-05-13T10:48:46.960Z] === RUN TestFixedBufferString [2022-05-13T10:48:46.960Z] --- PASS: TestFixedBufferString (0.00s) [2022-05-13T10:48:46.960Z] === RUN TestFixedBufferWrite [2022-05-13T10:48:46.960Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-05-13T10:48:46.960Z] === RUN TestFixedBufferRead [2022-05-13T10:48:46.960Z] --- PASS: TestFixedBufferRead (0.00s) [2022-05-13T10:48:46.960Z] === RUN TestBytesPipeRead [2022-05-13T10:48:46.960Z] --- PASS: TestBytesPipeRead (0.00s) [2022-05-13T10:48:46.960Z] === RUN TestBytesPipeWrite [2022-05-13T10:48:46.960Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-05-13T10:48:46.960Z] === RUN TestBytesPipeWriteRandomChunks [2022-05-13T10:48:47.246Z] === RUN TestDockerSuite/TestInspectImage [2022-05-13T10:48:47.246Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-13T10:48:47.246Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-13T10:48:47.246Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-05-13T10:48:47.246Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-13T10:48:47.428Z] --- PASS: TestBytesPipeWriteRandomChunks (0.49s) [2022-05-13T10:48:47.428Z] === RUN TestAtomicWriteToFile [2022-05-13T10:48:47.428Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-05-13T10:48:47.428Z] === RUN TestAtomicWriteSetCommit [2022-05-13T10:48:47.428Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-05-13T10:48:47.428Z] === RUN TestAtomicWriteSetCancel [2022-05-13T10:48:47.428Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-05-13T10:48:47.428Z] === RUN TestReadCloserWrapperClose [2022-05-13T10:48:47.428Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-05-13T10:48:47.428Z] === RUN TestReaderErrWrapperReadOnError [2022-05-13T10:48:47.428Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-05-13T10:48:47.428Z] === RUN TestReaderErrWrapperRead [2022-05-13T10:48:47.428Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-05-13T10:48:47.428Z] === RUN TestCancelReadCloser [2022-05-13T10:48:47.428Z] --- PASS: TestCancelReadCloser (0.10s) [2022-05-13T10:48:47.428Z] === RUN TestWriteCloserWrapperClose [2022-05-13T10:48:47.428Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-05-13T10:48:47.428Z] === RUN TestNopWriteCloser [2022-05-13T10:48:47.428Z] --- PASS: TestNopWriteCloser (0.00s) [2022-05-13T10:48:47.428Z] === RUN TestNopWriter [2022-05-13T10:48:47.428Z] --- PASS: TestNopWriter (0.00s) [2022-05-13T10:48:47.428Z] === RUN TestWriteCounter [2022-05-13T10:48:47.428Z] --- PASS: TestWriteCounter (0.00s) [2022-05-13T10:48:47.428Z] PASS [2022-05-13T10:48:47.428Z] coverage: 70.1% of statements [2022-05-13T10:48:47.428Z] ok github.com/docker/docker/pkg/ioutils 0.675s coverage: 70.1% of statements [2022-05-13T10:48:47.811Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-13T10:48:47.902Z] 2022/05/13 10:48:47 Closing DB instances... [2022-05-13T10:48:48.069Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-13T10:48:48.069Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-13T10:48:48.444Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:48:48.444Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:48:48.633Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-13T10:48:48.901Z] === RUN TestError [2022-05-13T10:48:48.901Z] --- PASS: TestError (0.00s) [2022-05-13T10:48:48.901Z] === RUN TestProgressString [2022-05-13T10:48:48.901Z] === RUN TestProgressString/no_progress [2022-05-13T10:48:48.901Z] === RUN TestProgressString/progress_1 [2022-05-13T10:48:48.901Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-05-13T10:48:48.901Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-05-13T10:48:48.901Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-05-13T10:48:48.901Z] === RUN TestProgressString/with_units [2022-05-13T10:48:48.901Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-05-13T10:48:48.901Z] === RUN TestProgressString/hide_counts [2022-05-13T10:48:48.901Z] --- PASS: TestProgressString (0.00s) [2022-05-13T10:48:48.901Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-05-13T10:48:48.902Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-05-13T10:48:48.902Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-05-13T10:48:48.902Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-05-13T10:48:48.902Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-05-13T10:48:48.902Z] --- PASS: TestProgressString/with_units (0.00s) [2022-05-13T10:48:48.902Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-05-13T10:48:48.902Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-05-13T10:48:48.902Z] === RUN TestJSONMessageDisplay [2022-05-13T10:48:48.902Z] --- PASS: TestJSONMessageDisplay (0.20s) [2022-05-13T10:48:48.902Z] === RUN TestJSONMessageDisplayWithJSONError [2022-05-13T10:48:48.902Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-05-13T10:48:48.902Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-05-13T10:48:48.902Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-05-13T10:48:48.902Z] === RUN TestDisplayJSONMessagesStream [2022-05-13T10:48:48.902Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-05-13T10:48:48.902Z] PASS [2022-05-13T10:48:48.902Z] coverage: 91.7% of statements [2022-05-13T10:48:48.902Z] ok github.com/docker/docker/pkg/jsonmessage 0.266s coverage: 91.7% of statements [2022-05-13T10:48:49.197Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-13T10:48:49.371Z] --- PASS: TestNetworkDBWatch (3.47s) [2022-05-13T10:48:49.371Z] === RUN TestNetworkDBBulkSync [2022-05-13T10:48:49.371Z] === RUN TestStandardLongPath [2022-05-13T10:48:49.371Z] --- PASS: TestStandardLongPath (0.00s) [2022-05-13T10:48:49.371Z] === RUN TestUNCLongPath [2022-05-13T10:48:49.371Z] --- PASS: TestUNCLongPath (0.00s) [2022-05-13T10:48:49.371Z] PASS [2022-05-13T10:48:49.371Z] coverage: 100.0% of statements [2022-05-13T10:48:49.371Z] ok github.com/docker/docker/pkg/longpath 0.040s coverage: 100.0% of statements [2022-05-13T10:48:50.359Z] === RUN TestNameFormat [2022-05-13T10:48:50.359Z] --- PASS: TestNameFormat (0.00s) [2022-05-13T10:48:50.359Z] === RUN TestNameRetries [2022-05-13T10:48:50.359Z] --- PASS: TestNameRetries (0.00s) [2022-05-13T10:48:50.359Z] PASS [2022-05-13T10:48:50.359Z] coverage: 85.7% of statements [2022-05-13T10:48:50.359Z] ok github.com/docker/docker/pkg/namesgenerator 0.037s coverage: 85.7% of statements [2022-05-13T10:48:50.832Z] 2022/05/13 10:48:50 Closing DB instances... [2022-05-13T10:48:50.832Z] === RUN TestParseKeyValueOpt [2022-05-13T10:48:50.832Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-05-13T10:48:50.832Z] === RUN TestParseUintList [2022-05-13T10:48:50.832Z] --- PASS: TestParseUintList (0.00s) [2022-05-13T10:48:50.832Z] === RUN TestParseUintListMaximumLimits [2022-05-13T10:48:50.832Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-05-13T10:48:50.832Z] PASS [2022-05-13T10:48:50.832Z] coverage: 97.0% of statements [2022-05-13T10:48:50.832Z] ok github.com/docker/docker/pkg/parsers 0.038s coverage: 97.0% of statements [2022-05-13T10:48:51.094Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-13T10:48:51.094Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-13T10:48:51.660Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-13T10:48:51.822Z] === RUN Test_windowsOSRelease_String [2022-05-13T10:48:51.822Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-05-13T10:48:51.822Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-05-13T10:48:51.822Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-05-13T10:48:51.822Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-05-13T10:48:51.822Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-05-13T10:48:51.822Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-05-13T10:48:51.822Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-05-13T10:48:51.822Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-05-13T10:48:51.822Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-05-13T10:48:51.822Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-13T10:48:51.822Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-05-13T10:48:51.822Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-05-13T10:48:51.822Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-05-13T10:48:51.822Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-13T10:48:51.822Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-05-13T10:48:51.822Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-05-13T10:48:51.822Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-05-13T10:48:51.822Z] PASS [2022-05-13T10:48:51.822Z] coverage: 36.4% of statements [2022-05-13T10:48:51.822Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.040s coverage: 36.4% of statements [2022-05-13T10:48:52.228Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-13T10:48:52.293Z] --- PASS: TestNetworkDBBulkSync (2.83s) [2022-05-13T10:48:52.293Z] === RUN TestNetworkDBCRUDMediumCluster [2022-05-13T10:48:52.762Z] === RUN TestNewAndRemove [2022-05-13T10:48:52.762Z] --- PASS: TestNewAndRemove (0.00s) [2022-05-13T10:48:52.762Z] === RUN TestRemoveInvalidPath [2022-05-13T10:48:52.762Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-05-13T10:48:52.762Z] PASS [2022-05-13T10:48:52.762Z] coverage: 82.6% of statements [2022-05-13T10:48:52.762Z] ok github.com/docker/docker/pkg/pidfile 0.045s coverage: 82.6% of statements [2022-05-13T10:48:53.161Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-13T10:48:53.418Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-13T10:48:53.983Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-13T10:48:54.332Z] === RUN TestFailedConnection [2022-05-13T10:48:54.547Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-13T10:48:54.801Z] --- PASS: TestGetAddress (25.17s) [2022-05-13T10:48:54.801Z] === RUN TestRequestSyntaxCheck [2022-05-13T10:48:54.801Z] --- PASS: TestRequestSyntaxCheck (0.04s) [2022-05-13T10:48:54.801Z] === RUN TestRequest [2022-05-13T10:48:55.114Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-13T10:48:55.270Z] 2022/05/13 10:48:55 Closing DB instances... [2022-05-13T10:48:55.678Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-13T10:48:55.739Z] --- PASS: TestFailedConnection (1.02s) [2022-05-13T10:48:55.739Z] === RUN TestFailOnce [2022-05-13T10:48:55.739Z] 2022/05/13 10:48:55 http: panic serving 127.0.0.1:49298: Plugin not ready [2022-05-13T10:48:55.739Z] goroutine 22 [running]: [2022-05-13T10:48:55.739Z] net/http.(*conn).serve.func1() [2022-05-13T10:48:55.739Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-13T10:48:55.739Z] panic({0x12d36e0, 0x141d090}) [2022-05-13T10:48:55.739Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-13T10:48:55.739Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xe70000000000003b?, 0xffffffffffffffff?}, 0xe74c87d4410f2532?) [2022-05-13T10:48:55.739Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-05-13T10:48:55.739Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x1422898?, 0xc00022a000?}, 0xc0001a7a78?) [2022-05-13T10:48:55.739Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-13T10:48:55.739Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x1422898, 0xc00022a000}, 0xc0000b4200) [2022-05-13T10:48:55.739Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-05-13T10:48:55.739Z] net/http.serverHandler.ServeHTTP({0x1420eb8?}, {0x1422898, 0xc00022a000}, 0xc0000b4200) [2022-05-13T10:48:55.739Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-13T10:48:55.739Z] net/http.(*conn).serve(0xc0000c0000, {0x1422d98, 0xc0002020c0}) [2022-05-13T10:48:55.739Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-13T10:48:55.739Z] created by net/http.(*Server).Serve [2022-05-13T10:48:55.739Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-13T10:48:55.739Z] time="2022-05-13T10:48:55Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49297/Test.FailOnce: Post \"http://127.0.0.1:49297/Test.FailOnce\": EOF, retrying in 1s" [2022-05-13T10:48:55.936Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-13T10:48:55.936Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-05-13T10:48:56.729Z] --- PASS: TestFailOnce (1.20s) [2022-05-13T10:48:56.729Z] === RUN TestEchoInputOutput [2022-05-13T10:48:56.729Z] --- PASS: TestEchoInputOutput (0.00s) [2022-05-13T10:48:56.729Z] === RUN TestBackoff [2022-05-13T10:48:56.729Z] --- PASS: TestBackoff (0.00s) [2022-05-13T10:48:56.729Z] === RUN TestAbortRetry [2022-05-13T10:48:56.729Z] --- PASS: TestAbortRetry (0.00s) [2022-05-13T10:48:56.729Z] === RUN TestClientScheme [2022-05-13T10:48:56.729Z] --- PASS: TestClientScheme (0.00s) [2022-05-13T10:48:56.729Z] === RUN TestNewClientWithTimeout [2022-05-13T10:48:57.197Z] time="2022-05-13T10:48:56Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-05-13T10:48:57.308Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-13T10:48:58.183Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.13s) [2022-05-13T10:48:58.183Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-05-13T10:48:58.652Z] time="2022-05-13T10:48:58Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-05-13T10:48:58.678Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-13T10:48:59.121Z] 2022/05/13 10:48:59 Closing DB instances... [2022-05-13T10:48:59.242Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-13T10:48:59.500Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-13T10:49:00.863Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-05-13T10:49:00.863Z] === RUN TestNetworkDBGarbageCollection [2022-05-13T10:49:00.872Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-13T10:49:00.872Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-05-13T10:49:01.332Z] time="2022-05-13T10:49:00Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-05-13T10:49:02.246Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-13T10:49:03.368Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-05-13T10:49:03.368Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (17.49s) [2022-05-13T10:49:03.368Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (18.01s) [2022-05-13T10:49:03.368Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (18.07s) [2022-05-13T10:49:03.368Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (18.13s) [2022-05-13T10:49:03.368Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (10.28s) [2022-05-13T10:49:03.368Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (15.53s) [2022-05-13T10:49:03.368Z] === RUN TestBuildMultiStageCopy [2022-05-13T10:49:03.368Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-13T10:49:04.791Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-13T10:49:04.791Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-13T10:49:05.357Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-05-13T10:49:06.094Z] time="2022-05-13T10:49:05Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-05-13T10:49:06.733Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-13T10:49:06.733Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-13T10:49:07.668Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-13T10:49:07.668Z] docker_api_swarm_service_test.go:395: [db5ae6368204a] joining swarm manager [d08eab215ee03]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:49:08.313Z] --- PASS: TestRequest (13.15s) [2022-05-13T10:49:08.313Z] === RUN TestOverlappingRequests [2022-05-13T10:49:08.313Z] === RUN TestParseEmptyInterface [2022-05-13T10:49:08.313Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-05-13T10:49:08.313Z] === RUN TestParseNonInterfaceType [2022-05-13T10:49:08.313Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-05-13T10:49:08.313Z] === RUN TestParseWithOneFunction [2022-05-13T10:49:08.313Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-05-13T10:49:08.313Z] === RUN TestParseWithMultipleFuncs [2022-05-13T10:49:08.313Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-05-13T10:49:08.313Z] === RUN TestParseWithUnnamedReturn [2022-05-13T10:49:08.313Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-05-13T10:49:08.313Z] === RUN TestEmbeddedInterface [2022-05-13T10:49:08.313Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-05-13T10:49:08.313Z] === RUN TestParsedImports [2022-05-13T10:49:08.313Z] --- PASS: TestParsedImports (0.00s) [2022-05-13T10:49:08.313Z] === RUN TestAliasedImports [2022-05-13T10:49:08.313Z] --- PASS: TestAliasedImports (0.00s) [2022-05-13T10:49:08.313Z] PASS [2022-05-13T10:49:08.313Z] coverage: 56.8% of statements [2022-05-13T10:49:08.313Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.065s coverage: 56.8% of statements [2022-05-13T10:49:08.601Z] docker_api_swarm_service_test.go:395: [d9da15114d3eb] joining swarm manager [d08eab215ee03]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:49:08.783Z] --- PASS: TestOverlappingRequests (0.73s) [2022-05-13T10:49:08.783Z] === RUN TestRelease [2022-05-13T10:49:09.771Z] === RUN TestHTTPTransport [2022-05-13T10:49:09.771Z] --- PASS: TestHTTPTransport (0.00s) [2022-05-13T10:49:09.771Z] PASS [2022-05-13T10:49:09.771Z] coverage: 85.7% of statements [2022-05-13T10:49:09.771Z] ok github.com/docker/docker/pkg/plugins/transport 0.046s coverage: 85.7% of statements [2022-05-13T10:49:09.903Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-13T10:49:09.903Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-13T10:49:09.903Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-13T10:49:09.903Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-13T10:49:09.903Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-13T10:49:10.240Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-05-13T10:49:10.240Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-13T10:49:10.240Z] === RUN TestBufioReaderPoolPutAndGet [2022-05-13T10:49:10.240Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-05-13T10:49:10.240Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-05-13T10:49:10.240Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-05-13T10:49:10.240Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-05-13T10:49:10.240Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-13T10:49:10.240Z] === RUN TestBufioWriterPoolPutAndGet [2022-05-13T10:49:10.240Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-05-13T10:49:10.240Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-05-13T10:49:10.240Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-05-13T10:49:10.240Z] === RUN TestBufferPoolPutAndGet [2022-05-13T10:49:10.240Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-05-13T10:49:10.240Z] PASS [2022-05-13T10:49:10.240Z] coverage: 88.2% of statements [2022-05-13T10:49:10.240Z] ok github.com/docker/docker/pkg/pools 0.042s coverage: 88.2% of statements [2022-05-13T10:49:11.227Z] === RUN TestOutputOnPrematureClose [2022-05-13T10:49:11.227Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-05-13T10:49:11.227Z] === RUN TestCompleteSilently [2022-05-13T10:49:11.227Z] --- PASS: TestCompleteSilently (0.00s) [2022-05-13T10:49:11.227Z] PASS [2022-05-13T10:49:11.227Z] coverage: 75.9% of statements [2022-05-13T10:49:11.227Z] ok github.com/docker/docker/pkg/progress 0.035s coverage: 75.9% of statements [2022-05-13T10:49:11.227Z] --- PASS: TestRelease (2.67s) [2022-05-13T10:49:11.227Z] === RUN TestAllocateRandomDeallocate [2022-05-13T10:49:11.696Z] === RUN TestSendToOneSub [2022-05-13T10:49:11.696Z] --- PASS: TestSendToOneSub (0.00s) [2022-05-13T10:49:11.696Z] === RUN TestSendToMultipleSubs [2022-05-13T10:49:11.696Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-05-13T10:49:11.696Z] === RUN TestEvictOneSub [2022-05-13T10:49:11.696Z] --- PASS: TestEvictOneSub (0.00s) [2022-05-13T10:49:11.696Z] === RUN TestClosePublisher [2022-05-13T10:49:11.696Z] --- PASS: TestClosePublisher (0.00s) [2022-05-13T10:49:11.696Z] === RUN TestPubSubRace [2022-05-13T10:49:12.686Z] --- PASS: TestPubSubRace (1.07s) [2022-05-13T10:49:12.686Z] PASS [2022-05-13T10:49:12.686Z] coverage: 75.0% of statements [2022-05-13T10:49:12.686Z] ok github.com/docker/docker/pkg/pubsub 1.114s coverage: 75.0% of statements [2022-05-13T10:49:13.156Z] === RUN TestRegister [2022-05-13T10:49:13.156Z] --- PASS: TestRegister (0.00s) [2022-05-13T10:49:13.156Z] === RUN TestCommand [2022-05-13T10:49:13.156Z] --- PASS: TestCommand (0.03s) [2022-05-13T10:49:13.156Z] === RUN TestNaiveSelf [2022-05-13T10:49:13.156Z] --- PASS: TestNaiveSelf (0.03s) [2022-05-13T10:49:13.156Z] PASS [2022-05-13T10:49:13.156Z] coverage: 82.4% of statements [2022-05-13T10:49:13.624Z] ok github.com/docker/docker/pkg/reexec 0.097s coverage: 82.4% of statements [2022-05-13T10:49:13.778Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-13T10:49:14.094Z] === RUN TestDump [2022-05-13T10:49:14.094Z] goroutine 4 [running]: [2022-05-13T10:49:14.094Z] github.com/docker/docker/pkg/stack.dump(0xb22d57?) [2022-05-13T10:49:14.094Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-13T10:49:14.094Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-05-13T10:49:14.094Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-05-13T10:49:14.094Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-05-13T10:49:14.094Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-05-13T10:49:14.094Z] testing.tRunner(0xc000031d40, 0xcea4b0) [2022-05-13T10:49:14.094Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-13T10:49:14.094Z] created by testing.(*T).Run [2022-05-13T10:49:14.094Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-13T10:49:14.094Z] [2022-05-13T10:49:14.094Z] goroutine 1 [chan receive]: [2022-05-13T10:49:14.094Z] testing.(*T).Run(0xc000031ba0, {0xcd9154?, 0xafc1f3?}, 0xcea4b0) [2022-05-13T10:49:14.094Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-13T10:49:14.094Z] testing.runTests.func1(0xc00005e870?) [2022-05-13T10:49:14.094Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-13T10:49:14.094Z] testing.tRunner(0xc000031ba0, 0xc000067ca0) [2022-05-13T10:49:14.094Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-13T10:49:14.094Z] testing.runTests(0xc00004a500?, {0xe6e400, 0x3, 0x3}, {0x22b987d0108?, 0x40?, 0xe734a0?}) [2022-05-13T10:49:14.094Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-13T10:49:14.094Z] testing.(*M).Run(0xc00004a500) [2022-05-13T10:49:14.094Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-13T10:49:14.094Z] main.main() [2022-05-13T10:49:14.094Z] _testmain.go:99 +0x255 [2022-05-13T10:49:14.094Z] --- PASS: TestDump (0.00s) [2022-05-13T10:49:14.094Z] === RUN TestDumpToFile [2022-05-13T10:49:14.245Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-13T10:49:14.564Z] --- PASS: TestDumpToFile (0.17s) [2022-05-13T10:49:14.565Z] === RUN TestDumpToFileWithEmptyInput [2022-05-13T10:49:14.565Z] goroutine 6 [running]: [2022-05-13T10:49:14.565Z] github.com/docker/docker/pkg/stack.dump(0xb9ed93?) [2022-05-13T10:49:14.565Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-13T10:49:14.565Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0xb9ed60?}) [2022-05-13T10:49:14.565Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-05-13T10:49:14.565Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000031d40?) [2022-05-13T10:49:14.565Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-05-13T10:49:14.565Z] testing.tRunner(0xc00015e4e0, 0xcea4a0) [2022-05-13T10:49:14.565Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-13T10:49:14.565Z] created by testing.(*T).Run [2022-05-13T10:49:14.565Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-13T10:49:14.565Z] [2022-05-13T10:49:14.565Z] goroutine 1 [chan receive]: [2022-05-13T10:49:14.565Z] testing.(*T).Run(0xc000031ba0, {0xce072b?, 0xafc1f3?}, 0xcea4a0) [2022-05-13T10:49:14.565Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-13T10:49:14.565Z] testing.runTests.func1(0xc00005e870?) [2022-05-13T10:49:14.565Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-13T10:49:14.565Z] testing.tRunner(0xc000031ba0, 0xc000067ca0) [2022-05-13T10:49:14.565Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-13T10:49:14.565Z] testing.runTests(0xc00004a500?, {0xe6e400, 0x3, 0x3}, {0x22b987d0108?, 0x40?, 0xe734a0?}) [2022-05-13T10:49:14.565Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-13T10:49:14.565Z] testing.(*M).Run(0xc00004a500) [2022-05-13T10:49:14.565Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-13T10:49:14.565Z] main.main() [2022-05-13T10:49:14.565Z] _testmain.go:99 +0x255 [2022-05-13T10:49:14.565Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-05-13T10:49:14.565Z] PASS [2022-05-13T10:49:14.565Z] coverage: 90.9% of statements [2022-05-13T10:49:14.565Z] ok github.com/docker/docker/pkg/stack 0.216s coverage: 90.9% of statements [2022-05-13T10:49:14.565Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-05-13T10:49:14.565Z] === RUN TestClientStream [2022-05-13T10:49:14.565Z] --- PASS: TestClientStream (0.00s) [2022-05-13T10:49:14.565Z] === RUN TestClientSendFile [2022-05-13T10:49:14.565Z] --- PASS: TestClientSendFile (0.00s) [2022-05-13T10:49:14.565Z] === RUN TestClientWithRequestTimeout [2022-05-13T10:49:14.565Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-05-13T10:49:14.565Z] === RUN TestFileSpecPlugin [2022-05-13T10:49:14.565Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-05-13T10:49:14.565Z] === RUN TestFileJSONSpecPlugin [2022-05-13T10:49:14.565Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-05-13T10:49:14.565Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-05-13T10:49:14.565Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-05-13T10:49:14.565Z] === RUN TestPluginAddHandler [2022-05-13T10:49:14.565Z] --- PASS: TestPluginAddHandler (0.00s) [2022-05-13T10:49:14.565Z] === RUN TestPluginWaitBadPlugin [2022-05-13T10:49:14.565Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-05-13T10:49:14.565Z] === RUN TestGet [2022-05-13T10:49:14.565Z] time="2022-05-13T10:49:14Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-05-13T10:49:15.034Z] === RUN TestNewStdWriter [2022-05-13T10:49:15.034Z] --- PASS: TestNewStdWriter (0.00s) [2022-05-13T10:49:15.034Z] === RUN TestWriteWithUninitializedStdWriter [2022-05-13T10:49:15.034Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-05-13T10:49:15.034Z] === RUN TestWriteWithNilBytes [2022-05-13T10:49:15.034Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-05-13T10:49:15.034Z] === RUN TestWrite [2022-05-13T10:49:15.034Z] --- PASS: TestWrite (0.00s) [2022-05-13T10:49:15.034Z] === RUN TestWriteWithWriterError [2022-05-13T10:49:15.034Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-05-13T10:49:15.034Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-05-13T10:49:15.034Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-05-13T10:49:15.034Z] === RUN TestStdCopyWriteAndRead [2022-05-13T10:49:15.034Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-05-13T10:49:15.034Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-05-13T10:49:15.034Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-05-13T10:49:15.034Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-05-13T10:49:15.034Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-05-13T10:49:15.034Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-05-13T10:49:15.034Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-05-13T10:49:15.034Z] === RUN TestStdCopyWithInvalidInputHeader [2022-05-13T10:49:15.034Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-05-13T10:49:15.034Z] === RUN TestStdCopyWithCorruptedPrefix [2022-05-13T10:49:15.034Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-05-13T10:49:15.034Z] === RUN TestStdCopyReturnsWriteErrors [2022-05-13T10:49:15.034Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-05-13T10:49:15.034Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-05-13T10:49:15.034Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-05-13T10:49:15.034Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-05-13T10:49:15.034Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-05-13T10:49:15.034Z] PASS [2022-05-13T10:49:15.034Z] coverage: 100.0% of statements [2022-05-13T10:49:15.034Z] ok github.com/docker/docker/pkg/stdcopy 0.044s coverage: 100.0% of statements [2022-05-13T10:49:15.231Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-13T10:49:15.503Z] time="2022-05-13T10:49:15Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-05-13T10:49:15.972Z] === RUN TestRawProgressFormatterFormatStatus [2022-05-13T10:49:15.972Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-05-13T10:49:15.972Z] === RUN TestRawProgressFormatterFormatProgress [2022-05-13T10:49:15.972Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-05-13T10:49:15.972Z] === RUN TestFormatStatus [2022-05-13T10:49:15.972Z] --- PASS: TestFormatStatus (0.00s) [2022-05-13T10:49:15.972Z] === RUN TestFormatError [2022-05-13T10:49:15.972Z] --- PASS: TestFormatError (0.00s) [2022-05-13T10:49:15.972Z] === RUN TestFormatJSONError [2022-05-13T10:49:15.972Z] --- PASS: TestFormatJSONError (0.00s) [2022-05-13T10:49:15.972Z] === RUN TestJsonProgressFormatterFormatProgress [2022-05-13T10:49:15.972Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-05-13T10:49:15.972Z] === RUN TestJsonProgressFormatterFormatStatus [2022-05-13T10:49:15.972Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-05-13T10:49:15.972Z] === RUN TestNewJSONProgressOutput [2022-05-13T10:49:15.972Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-05-13T10:49:15.972Z] === RUN TestAuxFormatterEmit [2022-05-13T10:49:15.972Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-05-13T10:49:15.972Z] === RUN TestStreamWriterStdout [2022-05-13T10:49:15.972Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-05-13T10:49:15.972Z] === RUN TestStreamWriterStderr [2022-05-13T10:49:15.972Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-05-13T10:49:15.972Z] PASS [2022-05-13T10:49:15.972Z] coverage: 66.2% of statements [2022-05-13T10:49:15.972Z] ok github.com/docker/docker/pkg/streamformatter 0.044s coverage: 66.2% of statements [2022-05-13T10:49:16.216Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-13T10:49:16.442Z] === RUN TestGenerateRandomID [2022-05-13T10:49:16.442Z] --- PASS: TestGenerateRandomID (0.00s) [2022-05-13T10:49:16.442Z] === RUN TestShortenId [2022-05-13T10:49:16.442Z] --- PASS: TestShortenId (0.00s) [2022-05-13T10:49:16.442Z] === RUN TestShortenSha256Id [2022-05-13T10:49:16.442Z] --- PASS: TestShortenSha256Id (0.00s) [2022-05-13T10:49:16.442Z] === RUN TestShortenIdEmpty [2022-05-13T10:49:16.442Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-05-13T10:49:16.442Z] === RUN TestShortenIdInvalid [2022-05-13T10:49:16.442Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-05-13T10:49:16.442Z] === RUN TestIsShortIDNonHex [2022-05-13T10:49:16.442Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-05-13T10:49:16.442Z] === RUN TestIsShortIDNotCorrectSize [2022-05-13T10:49:16.442Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-05-13T10:49:16.442Z] PASS [2022-05-13T10:49:16.442Z] coverage: 70.6% of statements [2022-05-13T10:49:16.442Z] ok github.com/docker/docker/pkg/stringid 0.039s coverage: 70.6% of statements [2022-05-13T10:49:16.713Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-13T10:49:17.429Z] === RUN TestIsCpusetListAvailable [2022-05-13T10:49:17.429Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-05-13T10:49:17.429Z] PASS [2022-05-13T10:49:17.429Z] coverage: 39.4% of statements [2022-05-13T10:49:17.429Z] ok github.com/docker/docker/pkg/sysinfo 0.037s coverage: 39.4% of statements [2022-05-13T10:49:17.429Z] time="2022-05-13T10:49:17Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-05-13T10:49:17.780Z] --- PASS: TestBuildMultiStageCopy (15.21s) [2022-05-13T10:49:17.780Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.58s) [2022-05-13T10:49:17.781Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.85s) [2022-05-13T10:49:17.781Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.11s) [2022-05-13T10:49:17.781Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.23s) [2022-05-13T10:49:17.781Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.43s) [2022-05-13T10:49:17.781Z] === RUN TestBuildMultiStageParentConfig [2022-05-13T10:49:18.084Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-13T10:49:18.417Z] --- PASS: TestAllocateRandomDeallocate (6.89s) [2022-05-13T10:49:18.417Z] === RUN TestRetrieveFromStore [2022-05-13T10:49:18.887Z] === RUN TestChtimes [2022-05-13T10:49:18.887Z] --- PASS: TestChtimes (0.01s) [2022-05-13T10:49:18.887Z] === RUN TestChtimesWindows [2022-05-13T10:49:18.887Z] --- PASS: TestChtimesWindows (0.01s) [2022-05-13T10:49:18.887Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-05-13T10:49:18.887Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-05-13T10:49:18.887Z] PASS [2022-05-13T10:49:18.887Z] coverage: 13.0% of statements [2022-05-13T10:49:18.887Z] ok github.com/docker/docker/pkg/system 0.052s coverage: 13.0% of statements [2022-05-13T10:49:19.016Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-13T10:49:19.356Z] === RUN TestTailFile [2022-05-13T10:49:19.356Z] --- PASS: TestTailFile (0.00s) [2022-05-13T10:49:19.356Z] === RUN TestTailFileManyLines [2022-05-13T10:49:19.356Z] --- PASS: TestTailFileManyLines (0.00s) [2022-05-13T10:49:19.356Z] === RUN TestTailEmptyFile [2022-05-13T10:49:19.356Z] --- PASS: TestTailEmptyFile (0.00s) [2022-05-13T10:49:19.356Z] === RUN TestTailNegativeN [2022-05-13T10:49:19.356Z] --- PASS: TestTailNegativeN (0.00s) [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader [2022-05-13T10:49:19.356Z] === CONT TestNewTailReader [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/2_byte_delimiter [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/4_byte_delimiter [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/8_byte_delimiter [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/12_byte_delimiter [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/no_delimiter [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/no_delimiter [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/single_byte_delimiter [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/truncated_last_line [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-05-13T10:49:19.356Z] === CONT TestNewTailReader/2_byte_delimiter [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-13T10:49:19.356Z] === CONT TestNewTailReader/12_byte_delimiter [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-13T10:49:19.356Z] === CONT TestNewTailReader/single_byte_delimiter [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-13T10:49:19.356Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-13T10:49:19.356Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-13T10:49:19.357Z] === CONT TestNewTailReader/no_delimiter [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-13T10:49:19.357Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:49:19.357Z] === CONT TestNewTailReader/8_byte_delimiter [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-13T10:49:19.357Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:49:19.357Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:49:19.357Z] === CONT TestNewTailReader/4_byte_delimiter [2022-05-13T10:49:19.357Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:49:19.357Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-13T10:49:19.357Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-13T10:49:19.357Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-13T10:49:19.581Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-13T10:49:19.827Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:49:19.827Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:49:19.827Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:49:19.827Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:49:19.827Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:49:19.827Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:49:19.827Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.827Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:49:19.827Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:49:19.827Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:49:19.827Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.828Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:49:19.828Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:49:19.828Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:49:19.829Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:49:19.829Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:49:19.830Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-13T10:49:19.830Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-13T10:49:19.830Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-13T10:49:19.831Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-13T10:49:19.831Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-13T10:49:19.831Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-13T10:49:19.831Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-13T10:49:19.831Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-13T10:49:19.831Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-13T10:49:19.831Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-13T10:49:19.831Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:49:19.831Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:49:19.831Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:49:19.831Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:49:19.831Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:49:19.831Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:49:19.831Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:49:19.831Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:49:19.831Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-13T10:49:19.831Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-13T10:49:19.831Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:49:19.831Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:49:19.831Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:49:20.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-13T10:49:20.303Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-13T10:49:20.304Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-13T10:49:20.304Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.01s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.01s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.01s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.01s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.01s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-13T10:49:20.304Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.01s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-13T10:49:20.305Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-13T10:49:20.306Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-13T10:49:20.306Z] PASS [2022-05-13T10:49:20.306Z] coverage: 88.6% of statements [2022-05-13T10:49:20.306Z] ok github.com/docker/docker/pkg/tailfile 0.177s coverage: 88.6% of statements [2022-05-13T10:49:20.732Z] --- PASS: TestBuildMultiStageParentConfig (2.67s) [2022-05-13T10:49:20.732Z] === RUN TestBuildLabelWithTargets [2022-05-13T10:49:20.732Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:49:20.732Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-05-13T10:49:20.732Z] === RUN TestBuildWithEmptyLayers [2022-05-13T10:49:20.776Z] --- PASS: TestRetrieveFromStore (2.68s) [2022-05-13T10:49:20.776Z] === RUN TestRequestReleaseAddressDuplicate [2022-05-13T10:49:20.776Z] === RUN TestTarSumRemoveNonExistent [2022-05-13T10:49:20.776Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s) [2022-05-13T10:49:20.776Z] === RUN TestParallelPredefinedRequest1 [2022-05-13T10:49:20.776Z] === PAUSE TestParallelPredefinedRequest1 [2022-05-13T10:49:20.776Z] === RUN TestParallelPredefinedRequest2 [2022-05-13T10:49:20.776Z] === PAUSE TestParallelPredefinedRequest2 [2022-05-13T10:49:20.776Z] === RUN TestParallelPredefinedRequest3 [2022-05-13T10:49:20.776Z] === PAUSE TestParallelPredefinedRequest3 [2022-05-13T10:49:20.776Z] === RUN TestParallelPredefinedRequest4 [2022-05-13T10:49:20.776Z] === PAUSE TestParallelPredefinedRequest4 [2022-05-13T10:49:20.776Z] === RUN TestParallelPredefinedRequest5 [2022-05-13T10:49:20.776Z] === PAUSE TestParallelPredefinedRequest5 [2022-05-13T10:49:20.776Z] === RUN TestDebug [2022-05-13T10:49:20.776Z] --- PASS: TestDebug (0.00s) [2022-05-13T10:49:20.776Z] === RUN TestRequestPoolParallel [2022-05-13T10:49:20.776Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-05-13T10:49:20.776Z] === RUN TestTarSumRemove [2022-05-13T10:49:20.776Z] --- PASS: TestTarSumRemove (0.00s) [2022-05-13T10:49:20.776Z] === RUN TestSortFileInfoSums [2022-05-13T10:49:20.776Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-05-13T10:49:20.776Z] === RUN TestNewTarSumForLabelInvalid [2022-05-13T10:49:20.776Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-05-13T10:49:20.776Z] === RUN TestNewTarSumForLabel [2022-05-13T10:49:20.776Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-05-13T10:49:20.776Z] === RUN TestEmptyTar [2022-05-13T10:49:20.776Z] --- PASS: TestEmptyTar (0.01s) [2022-05-13T10:49:20.776Z] === RUN TestTarSumsReadSize [2022-05-13T10:49:20.776Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-05-13T10:49:20.776Z] === RUN TestTarSums [2022-05-13T10:49:20.776Z] --- PASS: TestTarSums (0.07s) [2022-05-13T10:49:20.776Z] === RUN TestIteration [2022-05-13T10:49:20.776Z] --- PASS: TestIteration (0.00s) [2022-05-13T10:49:20.776Z] === RUN TestVersionLabelForChecksum [2022-05-13T10:49:20.776Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-05-13T10:49:20.776Z] === RUN TestVersion [2022-05-13T10:49:20.776Z] --- PASS: TestVersion (0.00s) [2022-05-13T10:49:20.776Z] === RUN TestGetVersion [2022-05-13T10:49:20.776Z] --- PASS: TestGetVersion (0.00s) [2022-05-13T10:49:20.776Z] === RUN TestGetVersions [2022-05-13T10:49:20.776Z] --- PASS: TestGetVersions (0.00s) [2022-05-13T10:49:20.776Z] PASS [2022-05-13T10:49:20.776Z] coverage: 89.3% of statements [2022-05-13T10:49:20.776Z] ok github.com/docker/docker/pkg/tarsum 0.132s coverage: 89.3% of statements [2022-05-13T10:49:20.952Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-05-13T10:49:20.952Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-13T10:49:21.211Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-13T10:49:21.211Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-13T10:49:21.211Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-13T10:49:21.247Z] --- PASS: TestRequestPoolParallel (0.33s) [2022-05-13T10:49:21.247Z] === RUN TestFullAllocateRelease [2022-05-13T10:49:21.247Z] time="2022-05-13T10:49:21Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-05-13T10:49:21.717Z] === RUN TestTruncIndex [2022-05-13T10:49:21.717Z] --- PASS: TestTruncIndex (0.10s) [2022-05-13T10:49:21.717Z] PASS [2022-05-13T10:49:21.717Z] coverage: 91.5% of statements [2022-05-13T10:49:21.717Z] ok github.com/docker/docker/pkg/truncindex 0.145s coverage: 91.5% of statements [2022-05-13T10:49:21.717Z] --- PASS: TestFullAllocateRelease (0.55s) [2022-05-13T10:49:21.717Z] === RUN TestOddAllocateRelease [2022-05-13T10:49:21.778Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-13T10:49:22.186Z] --- PASS: TestOddAllocateRelease (0.27s) [2022-05-13T10:49:22.186Z] === RUN TestFullAllocateSerialReleaseParallel [2022-05-13T10:49:22.186Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.10s) [2022-05-13T10:49:22.186Z] === RUN TestOddAllocateSerialReleaseParallel [2022-05-13T10:49:22.186Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-05-13T10:49:22.186Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-05-13T10:49:22.186Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-05-13T10:49:22.186Z] === CONT TestParallelPredefinedRequest1 [2022-05-13T10:49:22.186Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:49:22.186Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-05-13T10:49:22.186Z] === CONT TestParallelPredefinedRequest5 [2022-05-13T10:49:22.186Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:49:22.186Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-05-13T10:49:22.186Z] === CONT TestParallelPredefinedRequest4 [2022-05-13T10:49:22.186Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:49:22.186Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-05-13T10:49:22.186Z] === CONT TestParallelPredefinedRequest3 [2022-05-13T10:49:22.186Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:49:22.186Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-05-13T10:49:22.186Z] === CONT TestParallelPredefinedRequest2 [2022-05-13T10:49:22.186Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:49:22.186Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-05-13T10:49:22.186Z] PASS [2022-05-13T10:49:22.186Z] coverage: 85.3% of statements [2022-05-13T10:49:22.186Z] ok github.com/docker/docker/libnetwork/ipam 63.367s coverage: 85.3% of statements [2022-05-13T10:49:22.186Z] === RUN TestVersionInfo [2022-05-13T10:49:22.186Z] --- PASS: TestVersionInfo (0.00s) [2022-05-13T10:49:22.186Z] === RUN TestAppendVersions [2022-05-13T10:49:22.186Z] --- PASS: TestAppendVersions (0.00s) [2022-05-13T10:49:22.186Z] PASS [2022-05-13T10:49:22.186Z] coverage: 88.9% of statements [2022-05-13T10:49:22.186Z] ok github.com/docker/docker/pkg/useragent 0.036s coverage: 88.9% of statements [2022-05-13T10:49:22.295Z] --- PASS: TestBuildWithEmptyLayers (1.49s) [2022-05-13T10:49:22.295Z] === RUN TestBuildMultiStageOnBuild [2022-05-13T10:49:22.343Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-13T10:49:24.406Z] === RUN TestValidatePrivileges [2022-05-13T10:49:24.406Z] --- PASS: TestValidatePrivileges (0.00s) [2022-05-13T10:49:24.406Z] === RUN TestFilterByCapNeg [2022-05-13T10:49:24.406Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-05-13T10:49:24.406Z] === RUN TestFilterByCapPos [2022-05-13T10:49:24.406Z] --- PASS: TestFilterByCapPos (0.00s) [2022-05-13T10:49:24.406Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-05-13T10:49:24.406Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-05-13T10:49:24.406Z] PASS [2022-05-13T10:49:24.406Z] coverage: 12.2% of statements [2022-05-13T10:49:24.406Z] ok github.com/docker/docker/plugin 0.046s coverage: 12.2% of statements [2022-05-13T10:49:24.866Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-05-13T10:49:25.397Z] === RUN TestNewSettable [2022-05-13T10:49:25.397Z] --- PASS: TestNewSettable (0.00s) [2022-05-13T10:49:25.397Z] === RUN TestIsSettable [2022-05-13T10:49:25.397Z] --- PASS: TestIsSettable (0.00s) [2022-05-13T10:49:25.397Z] === RUN TestUpdateSettingsEnv [2022-05-13T10:49:25.397Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-05-13T10:49:25.397Z] PASS [2022-05-13T10:49:25.397Z] coverage: 20.0% of statements [2022-05-13T10:49:25.397Z] ok github.com/docker/docker/plugin/v2 0.041s coverage: 20.0% of statements [2022-05-13T10:49:25.799Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-13T10:49:25.867Z] === RUN TestLoad [2022-05-13T10:49:25.867Z] --- PASS: TestLoad (0.00s) [2022-05-13T10:49:25.867Z] === RUN TestSave [2022-05-13T10:49:25.867Z] --- PASS: TestSave (0.04s) [2022-05-13T10:49:25.867Z] === RUN TestAddDeleteGet [2022-05-13T10:49:26.340Z] --- PASS: TestAddDeleteGet (0.06s) [2022-05-13T10:49:26.340Z] === RUN TestInvalidTags [2022-05-13T10:49:26.340Z] --- PASS: TestInvalidTags (0.01s) [2022-05-13T10:49:26.340Z] PASS [2022-05-13T10:49:26.340Z] coverage: 84.4% of statements [2022-05-13T10:49:26.340Z] ok github.com/docker/docker/reference 0.156s coverage: 84.4% of statements [2022-05-13T10:49:26.364Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-13T10:49:26.978Z] docker_api_swarm_service_test.go:343: [d98859854e88b] joining swarm manager [ddbaff043f104]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:49:27.543Z] docker_api_swarm_service_test.go:343: [df3743f0d3c47] joining swarm manager [ddbaff043f104]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:49:28.561Z] === RUN TestResolveAuthConfigIndexServer [2022-05-13T10:49:28.561Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-05-13T10:49:28.561Z] === RUN TestResolveAuthConfigFullURL [2022-05-13T10:49:28.561Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-05-13T10:49:28.561Z] === RUN TestLoadAllowNondistributableArtifacts [2022-05-13T10:49:28.561Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-05-13T10:49:28.561Z] === RUN TestValidateMirror [2022-05-13T10:49:28.561Z] --- PASS: TestValidateMirror (0.00s) [2022-05-13T10:49:28.561Z] === RUN TestLoadInsecureRegistries [2022-05-13T10:49:28.561Z] time="2022-05-13T10:49:28Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-05-13T10:49:28.561Z] time="2022-05-13T10:49:28Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-05-13T10:49:28.561Z] time="2022-05-13T10:49:28Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-05-13T10:49:28.561Z] --- PASS: TestLoadInsecureRegistries (0.19s) [2022-05-13T10:49:28.561Z] === RUN TestNewServiceConfig [2022-05-13T10:49:28.561Z] --- PASS: TestNewServiceConfig (0.00s) [2022-05-13T10:49:28.561Z] === RUN TestValidateIndexName [2022-05-13T10:49:28.561Z] --- PASS: TestValidateIndexName (0.00s) [2022-05-13T10:49:28.561Z] === RUN TestValidateIndexNameWithError [2022-05-13T10:49:28.561Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-05-13T10:49:28.561Z] === RUN TestEndpointParse [2022-05-13T10:49:28.561Z] --- PASS: TestEndpointParse (0.00s) [2022-05-13T10:49:28.561Z] === RUN TestEndpointParseInvalid [2022-05-13T10:49:28.561Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-05-13T10:49:28.561Z] === RUN TestValidateEndpoint [2022-05-13T10:49:28.561Z] --- PASS: TestValidateEndpoint (0.01s) [2022-05-13T10:49:28.561Z] === RUN TestPing [2022-05-13T10:49:28.561Z] --- PASS: TestPing (0.00s) [2022-05-13T10:49:28.561Z] === RUN TestPingRegistryEndpoint [2022-05-13T10:49:28.561Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:49:28.561Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-05-13T10:49:28.561Z] === RUN TestEndpoint [2022-05-13T10:49:28.561Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:49:28.561Z] --- SKIP: TestEndpoint (0.00s) [2022-05-13T10:49:28.561Z] === RUN TestParseRepositoryInfo [2022-05-13T10:49:28.561Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-05-13T10:49:28.561Z] === RUN TestNewIndexInfo [2022-05-13T10:49:28.561Z] --- PASS: TestNewIndexInfo (0.00s) [2022-05-13T10:49:28.561Z] === RUN TestMirrorEndpointLookup [2022-05-13T10:49:28.561Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:49:28.561Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-05-13T10:49:28.561Z] === RUN TestSearchRepositories [2022-05-13T10:49:28.561Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-05-13T10:49:28.561Z] Host: 127.0.0.1:49325 [2022-05-13T10:49:28.561Z] User-Agent: docker test client [2022-05-13T10:49:28.561Z] Authorization: Token fake-token [2022-05-13T10:49:28.561Z] X-Docker-Token: true [2022-05-13T10:49:28.561Z] Accept-Encoding: gzip [2022-05-13T10:49:28.561Z] [2022-05-13T10:49:28.561Z] [2022-05-13T10:49:28.561Z] registry_test.go:731: HTTP/1.1 200 OK [2022-05-13T10:49:28.561Z] Connection: close [2022-05-13T10:49:28.561Z] Content-Length: 144 [2022-05-13T10:49:28.561Z] Cache-Control: no-cache [2022-05-13T10:49:28.561Z] Content-Type: application/json [2022-05-13T10:49:28.561Z] Date: Fri, 13 May 2022 10:49:28 GMT [2022-05-13T10:49:28.561Z] Expires: -1 [2022-05-13T10:49:28.561Z] Pragma: no-cache [2022-05-13T10:49:28.561Z] Server: docker-tests/mock [2022-05-13T10:49:28.561Z] X-Docker-Registry-Config: mock [2022-05-13T10:49:28.561Z] X-Docker-Registry-Version: 0.0.0 [2022-05-13T10:49:28.561Z] [2022-05-13T10:49:28.561Z] [2022-05-13T10:49:28.561Z] --- PASS: TestSearchRepositories (0.00s) [2022-05-13T10:49:28.561Z] === RUN TestTrustedLocation [2022-05-13T10:49:28.561Z] --- PASS: TestTrustedLocation (0.00s) [2022-05-13T10:49:28.561Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-05-13T10:49:28.561Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-05-13T10:49:28.561Z] === RUN TestAllowNondistributableArtifacts [2022-05-13T10:49:28.561Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-05-13T10:49:28.561Z] === RUN TestIsSecureIndex [2022-05-13T10:49:28.561Z] --- PASS: TestIsSecureIndex (0.00s) [2022-05-13T10:49:28.561Z] PASS [2022-05-13T10:49:28.561Z] coverage: 51.7% of statements [2022-05-13T10:49:28.561Z] ok github.com/docker/docker/registry 0.274s coverage: 51.7% of statements [2022-05-13T10:49:29.550Z] --- PASS: TestGet (15.01s) [2022-05-13T10:49:29.551Z] === RUN TestPluginWithNoManifest [2022-05-13T10:49:29.551Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-05-13T10:49:29.551Z] === RUN TestGetAll [2022-05-13T10:49:29.551Z] --- PASS: TestGetAll (0.01s) [2022-05-13T10:49:29.551Z] PASS [2022-05-13T10:49:29.551Z] coverage: 73.2% of statements [2022-05-13T10:49:29.551Z] ok github.com/docker/docker/pkg/plugins 34.911s coverage: 73.2% of statements [2022-05-13T10:49:29.551Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-05-13T10:49:29.551Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-05-13T10:49:29.551Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-05-13T10:49:29.551Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-05-13T10:49:29.551Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-05-13T10:49:29.551Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-05-13T10:49:29.551Z] === RUN TestResumableRequestReaderWithReadError [2022-05-13T10:49:30.020Z] time="2022-05-13T10:49:29Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-05-13T10:49:30.020Z] --- PASS: TestResumableRequestReaderWithReadError (0.20s) [2022-05-13T10:49:30.020Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-05-13T10:49:30.020Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-05-13T10:49:30.020Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-05-13T10:49:30.020Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-05-13T10:49:30.020Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-05-13T10:49:30.020Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-05-13T10:49:30.020Z] === RUN TestResumableRequestReader [2022-05-13T10:49:30.020Z] --- PASS: TestResumableRequestReader (0.00s) [2022-05-13T10:49:30.020Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-05-13T10:49:30.020Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-05-13T10:49:30.020Z] PASS [2022-05-13T10:49:30.020Z] coverage: 100.0% of statements [2022-05-13T10:49:30.020Z] ok github.com/docker/docker/registry/resumable 0.276s coverage: 100.0% of statements [2022-05-13T10:49:30.020Z] === RUN TestRestartManagerTimeout [2022-05-13T10:49:30.020Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-05-13T10:49:30.020Z] === RUN TestRestartManagerTimeoutReset [2022-05-13T10:49:30.020Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-05-13T10:49:30.020Z] PASS [2022-05-13T10:49:30.020Z] coverage: 50.9% of statements [2022-05-13T10:49:30.020Z] ok github.com/docker/docker/restartmanager 0.041s coverage: 50.9% of statements [2022-05-13T10:49:30.938Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-13T10:49:30.938Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-13T10:49:30.938Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-13T10:49:30.938Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-13T10:49:31.014Z] === RUN TestDecodeContainerConfig [2022-05-13T10:49:31.014Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-05-13T10:49:31.014Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-05-13T10:49:31.014Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-05-13T10:49:31.014Z] === RUN TestDecodeContainerConfigIsolation [2022-05-13T10:49:31.014Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-05-13T10:49:31.014Z] === RUN TestValidatePrivileged [2022-05-13T10:49:31.014Z] --- PASS: TestValidatePrivileged (0.00s) [2022-05-13T10:49:31.014Z] PASS [2022-05-13T10:49:31.014Z] coverage: 52.4% of statements [2022-05-13T10:49:31.014Z] ok github.com/docker/docker/runconfig 0.041s coverage: 52.4% of statements [2022-05-13T10:49:31.014Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-05-13T10:49:31.014Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-05-13T10:49:31.014Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-05-13T10:49:31.014Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-05-13T10:49:31.014Z] PASS [2022-05-13T10:49:31.014Z] coverage: 62.5% of statements [2022-05-13T10:49:31.014Z] ok github.com/docker/docker/testutil 0.040s coverage: 62.5% of statements [2022-05-13T10:49:31.731Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-13T10:49:31.731Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-13T10:49:31.731Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-13T10:49:32.297Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-13T10:49:33.229Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-13T10:49:33.972Z] === RUN TestGetDriver [2022-05-13T10:49:33.972Z] --- PASS: TestGetDriver (0.00s) [2022-05-13T10:49:33.972Z] === RUN TestVolumeRequestError [2022-05-13T10:49:33.972Z] --- PASS: TestVolumeRequestError (0.01s) [2022-05-13T10:49:33.972Z] PASS [2022-05-13T10:49:33.972Z] coverage: 36.1% of statements [2022-05-13T10:49:33.972Z] ok github.com/docker/docker/volume/drivers 0.060s coverage: 36.1% of statements [2022-05-13T10:49:33.972Z] === RUN TestGetAddress [2022-05-13T10:49:33.972Z] --- PASS: TestGetAddress (0.00s) [2022-05-13T10:49:33.972Z] === RUN TestRemove [2022-05-13T10:49:33.972Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-13T10:49:33.972Z] --- SKIP: TestRemove (0.00s) [2022-05-13T10:49:33.972Z] === RUN TestInitializeWithVolumes [2022-05-13T10:49:33.973Z] --- PASS: TestInitializeWithVolumes (0.00s) [2022-05-13T10:49:33.973Z] === RUN TestCreate [2022-05-13T10:49:33.973Z] --- PASS: TestCreate (0.01s) [2022-05-13T10:49:33.973Z] === RUN TestValidateName [2022-05-13T10:49:33.973Z] --- PASS: TestValidateName (0.00s) [2022-05-13T10:49:33.973Z] === RUN TestCreateWithOpts [2022-05-13T10:49:33.973Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-13T10:49:33.973Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-05-13T10:49:33.973Z] === RUN TestRelaodNoOpts [2022-05-13T10:49:33.973Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-05-13T10:49:33.973Z] PASS [2022-05-13T10:49:33.973Z] coverage: 41.5% of statements [2022-05-13T10:49:33.973Z] ok github.com/docker/docker/volume/local 0.094s coverage: 41.5% of statements [2022-05-13T10:49:34.161Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-13T10:49:35.092Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-13T10:49:35.543Z] === RUN TestLCOWParseMountRaw [2022-05-13T10:49:35.543Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-05-13T10:49:35.543Z] === RUN TestLCOWParseMountRawSplit [2022-05-13T10:49:35.543Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-05-13T10:49:35.543Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-05-13T10:49:35.543Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-05-13T10:49:35.543Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-05-13T10:49:35.543Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-05-13T10:49:35.543Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-05-13T10:49:35.543Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-05-13T10:49:35.543Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-05-13T10:49:35.543Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-05-13T10:49:35.543Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-05-13T10:49:35.543Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-05-13T10:49:35.543Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-05-13T10:49:35.543Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-05-13T10:49:35.543Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-05-13T10:49:35.543Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-05-13T10:49:35.543Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-05-13T10:49:35.543Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-05-13T10:49:35.543Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-05-13T10:49:35.543Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-05-13T10:49:35.543Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-05-13T10:49:35.543Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-05-13T10:49:35.543Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-05-13T10:49:35.543Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-13T10:49:35.543Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-05-13T10:49:35.543Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-13T10:49:35.543Z] === RUN TestLinuxParseMountRaw [2022-05-13T10:49:35.543Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-05-13T10:49:35.543Z] === RUN TestLinuxParseMountRawSplit [2022-05-13T10:49:35.543Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-05-13T10:49:35.543Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-05-13T10:49:35.543Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-05-13T10:49:35.543Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-05-13T10:49:35.543Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-05-13T10:49:35.543Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-05-13T10:49:35.543Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-05-13T10:49:35.544Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-05-13T10:49:35.544Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-05-13T10:49:35.544Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-05-13T10:49:35.544Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-05-13T10:49:35.544Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-05-13T10:49:35.544Z] === RUN TestConvertTmpfsOptions [2022-05-13T10:49:35.544Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-05-13T10:49:35.544Z] linux_parser_test.go:209: data="ro" [2022-05-13T10:49:35.544Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-05-13T10:49:35.544Z] === RUN TestParseMountSpec [2022-05-13T10:49:35.544Z] parser_test.go:62: case 0 [2022-05-13T10:49:35.544Z] parser_test.go:62: case 1 [2022-05-13T10:49:35.544Z] parser_test.go:62: case 2 [2022-05-13T10:49:35.544Z] parser_test.go:62: case 3 [2022-05-13T10:49:35.544Z] parser_test.go:62: case 4 [2022-05-13T10:49:35.544Z] parser_test.go:62: case 5 [2022-05-13T10:49:35.544Z] --- PASS: TestParseMountSpec (0.00s) [2022-05-13T10:49:35.544Z] === RUN TestValidateMount [2022-05-13T10:49:35.544Z] --- PASS: TestValidateMount (0.00s) [2022-05-13T10:49:35.544Z] === RUN TestWindowsParseMountRaw [2022-05-13T10:49:35.544Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-05-13T10:49:35.544Z] === RUN TestWindowsParseMountRawSplit [2022-05-13T10:49:35.544Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-05-13T10:49:35.544Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-05-13T10:49:35.544Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-05-13T10:49:35.544Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-05-13T10:49:35.544Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-05-13T10:49:35.544Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-05-13T10:49:35.544Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-05-13T10:49:35.544Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-05-13T10:49:35.544Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-05-13T10:49:35.544Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-05-13T10:49:35.544Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-05-13T10:49:35.544Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-05-13T10:49:35.544Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-05-13T10:49:35.544Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-05-13T10:49:35.544Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-13T10:49:35.544Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-05-13T10:49:35.544Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-05-13T10:49:35.544Z] PASS [2022-05-13T10:49:35.544Z] coverage: 67.6% of statements [2022-05-13T10:49:35.544Z] ok github.com/docker/docker/volume/mounts 0.061s coverage: 67.6% of statements [2022-05-13T10:49:35.657Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-13T10:49:36.012Z] === RUN TestSetGetMeta [2022-05-13T10:49:36.012Z] === PAUSE TestSetGetMeta [2022-05-13T10:49:36.012Z] === RUN TestRestore [2022-05-13T10:49:36.012Z] === PAUSE TestRestore [2022-05-13T10:49:36.012Z] === RUN TestServiceCreate [2022-05-13T10:49:36.012Z] === PAUSE TestServiceCreate [2022-05-13T10:49:36.012Z] === RUN TestServiceList [2022-05-13T10:49:36.012Z] === PAUSE TestServiceList [2022-05-13T10:49:36.012Z] === RUN TestServiceRemove [2022-05-13T10:49:36.012Z] === PAUSE TestServiceRemove [2022-05-13T10:49:36.012Z] === RUN TestServiceGet [2022-05-13T10:49:36.012Z] === PAUSE TestServiceGet [2022-05-13T10:49:36.012Z] === RUN TestServicePrune [2022-05-13T10:49:36.012Z] === PAUSE TestServicePrune [2022-05-13T10:49:36.012Z] === RUN TestCreate [2022-05-13T10:49:36.012Z] === PAUSE TestCreate [2022-05-13T10:49:36.012Z] === RUN TestRemove [2022-05-13T10:49:36.012Z] === PAUSE TestRemove [2022-05-13T10:49:36.012Z] === RUN TestList [2022-05-13T10:49:36.012Z] === PAUSE TestList [2022-05-13T10:49:36.012Z] === RUN TestFindByDriver [2022-05-13T10:49:36.012Z] === PAUSE TestFindByDriver [2022-05-13T10:49:36.012Z] === RUN TestFindByReferenced [2022-05-13T10:49:36.012Z] === PAUSE TestFindByReferenced [2022-05-13T10:49:36.012Z] === RUN TestDerefMultipleOfSameRef [2022-05-13T10:49:36.012Z] === PAUSE TestDerefMultipleOfSameRef [2022-05-13T10:49:36.013Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-13T10:49:36.013Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-13T10:49:36.013Z] === RUN TestDefererencePluginOnCreateError [2022-05-13T10:49:36.013Z] === PAUSE TestDefererencePluginOnCreateError [2022-05-13T10:49:36.013Z] === RUN TestRefDerefRemove [2022-05-13T10:49:36.013Z] === PAUSE TestRefDerefRemove [2022-05-13T10:49:36.013Z] === RUN TestGet [2022-05-13T10:49:36.013Z] === PAUSE TestGet [2022-05-13T10:49:36.013Z] === RUN TestGetWithReference [2022-05-13T10:49:36.013Z] === PAUSE TestGetWithReference [2022-05-13T10:49:36.013Z] === RUN TestFilterFunc [2022-05-13T10:49:36.013Z] === RUN TestFilterFunc/test_nil_list [2022-05-13T10:49:36.013Z] === PAUSE TestFilterFunc/test_nil_list [2022-05-13T10:49:36.013Z] === RUN TestFilterFunc/test_empty_list [2022-05-13T10:49:36.013Z] === PAUSE TestFilterFunc/test_empty_list [2022-05-13T10:49:36.013Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-05-13T10:49:36.013Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-05-13T10:49:36.013Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-13T10:49:36.013Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-13T10:49:36.013Z] === RUN TestFilterFunc/test_filter_some [2022-05-13T10:49:36.013Z] === PAUSE TestFilterFunc/test_filter_some [2022-05-13T10:49:36.013Z] === RUN TestFilterFunc/test_filter_middle [2022-05-13T10:49:36.013Z] === PAUSE TestFilterFunc/test_filter_middle [2022-05-13T10:49:36.013Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-05-13T10:49:36.013Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-05-13T10:49:36.013Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-05-13T10:49:36.013Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-05-13T10:49:36.013Z] === CONT TestFilterFunc/test_nil_list [2022-05-13T10:49:36.013Z] === CONT TestFilterFunc/test_filter_some [2022-05-13T10:49:36.013Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-13T10:49:36.013Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-05-13T10:49:36.013Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-05-13T10:49:36.013Z] === CONT TestFilterFunc/test_empty_list [2022-05-13T10:49:36.013Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-05-13T10:49:36.013Z] === CONT TestFilterFunc/test_filter_middle [2022-05-13T10:49:36.013Z] --- PASS: TestFilterFunc (0.00s) [2022-05-13T10:49:36.013Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-05-13T10:49:36.013Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-05-13T10:49:36.013Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-05-13T10:49:36.013Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-05-13T10:49:36.013Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-05-13T10:49:36.013Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-05-13T10:49:36.013Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-05-13T10:49:36.013Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-05-13T10:49:36.013Z] === CONT TestSetGetMeta [2022-05-13T10:49:36.013Z] === CONT TestServiceGet [2022-05-13T10:49:36.013Z] === CONT TestList [2022-05-13T10:49:36.013Z] === CONT TestDefererencePluginOnCreateError [2022-05-13T10:49:36.013Z] --- PASS: TestSetGetMeta (0.03s) [2022-05-13T10:49:36.013Z] === CONT TestRemove [2022-05-13T10:49:36.013Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-05-13T10:49:36.013Z] === CONT TestCreate [2022-05-13T10:49:36.482Z] --- PASS: TestList (0.06s) [2022-05-13T10:49:36.482Z] === CONT TestServicePrune [2022-05-13T10:49:36.482Z] --- PASS: TestCreate (0.03s) [2022-05-13T10:49:36.482Z] === CONT TestServiceRemove [2022-05-13T10:49:36.482Z] --- PASS: TestRemove (0.05s) [2022-05-13T10:49:36.482Z] === CONT TestServiceList [2022-05-13T10:49:36.482Z] --- PASS: TestServiceGet (0.20s) [2022-05-13T10:49:36.482Z] === CONT TestServiceCreate [2022-05-13T10:49:36.482Z] time="2022-05-13T10:49:36Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-13T10:49:36.482Z] --- PASS: TestServiceRemove (0.13s) [2022-05-13T10:49:36.482Z] === CONT TestRestore [2022-05-13T10:49:36.482Z] --- PASS: TestServiceList (0.13s) [2022-05-13T10:49:36.482Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-13T10:49:36.482Z] time="2022-05-13T10:49:36Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-13T10:49:36.482Z] time="2022-05-13T10:49:36Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-13T10:49:36.482Z] --- PASS: TestServiceCreate (0.04s) [2022-05-13T10:49:36.482Z] === CONT TestDerefMultipleOfSameRef [2022-05-13T10:49:36.482Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-05-13T10:49:36.482Z] === CONT TestFindByReferenced [2022-05-13T10:49:36.482Z] time="2022-05-13T10:49:36Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-05-13T10:49:36.482Z] --- PASS: TestRestore (0.04s) [2022-05-13T10:49:36.482Z] === CONT TestFindByDriver [2022-05-13T10:49:36.482Z] time="2022-05-13T10:49:36Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-13T10:49:36.482Z] --- PASS: TestServicePrune (0.20s) [2022-05-13T10:49:36.482Z] === CONT TestGet [2022-05-13T10:49:36.482Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-05-13T10:49:36.482Z] === CONT TestGetWithReference [2022-05-13T10:49:36.482Z] === CONT TestRefDerefRemove [2022-05-13T10:49:36.482Z] --- PASS: TestFindByReferenced (0.03s) [2022-05-13T10:49:36.482Z] --- PASS: TestFindByDriver (0.03s) [2022-05-13T10:49:36.482Z] --- PASS: TestGet (0.03s) [2022-05-13T10:49:36.482Z] --- PASS: TestRefDerefRemove (0.03s) [2022-05-13T10:49:36.482Z] --- PASS: TestGetWithReference (0.03s) [2022-05-13T10:49:36.482Z] PASS [2022-05-13T10:49:36.482Z] coverage: 69.0% of statements [2022-05-13T10:49:36.482Z] ok github.com/docker/docker/volume/service 0.343s coverage: 69.0% of statements [2022-05-13T10:49:36.951Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-13T10:49:36.951Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-13T10:49:36.951Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-13T10:49:36.951Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-05-13T10:49:37.216Z] --- PASS: TestBuildMultiStageOnBuild (15.09s) [2022-05-13T10:49:37.216Z] === RUN TestBuildUncleanTarFilenames [2022-05-13T10:49:37.216Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:49:37.216Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-05-13T10:49:37.216Z] === RUN TestBuildMultiStageLayerLeak [2022-05-13T10:49:37.555Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-13T10:49:38.120Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-13T10:49:38.377Z] === RUN TestDockerSuite/TestLogsSince [2022-05-13T10:49:39.471Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-13T10:49:39.471Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-13T10:49:41.000Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-13T10:49:41.653Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-05-13T10:49:43.024Z] docker_api_swarm_service_test.go:490: [db1cf6be1c92b] joining swarm manager [d639200add876]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:49:43.955Z] docker_api_swarm_service_test.go:490: [d5392c9126552] joining swarm manager [d639200add876]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:49:45.329Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-13T10:49:46.759Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-13T10:49:50.588Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-13T10:49:51.155Z] === RUN TestDockerSuite/TestLogsTail [2022-05-13T10:49:51.722Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-13T10:49:52.143Z] --- PASS: TestBuildMultiStageLayerLeak (12.84s) [2022-05-13T10:49:52.143Z] === RUN TestBuildWithHugeFile [2022-05-13T10:49:52.288Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-13T10:49:52.854Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-13T10:49:52.854Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-13T10:49:53.420Z] === RUN TestDockerSuite/TestNetHostname [2022-05-13T10:49:53.968Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-05-13T10:49:53.968Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-05-13T10:49:53.968Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-05-13T10:49:53.968Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-05-13T10:49:53.968Z] Cross building: bundles/cross/linux/s390x [2022-05-13T10:49:53.968Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-05-13T10:49:53.968Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-05-13T10:49:54.765Z] 2022/05/13 10:49:53 Closing DB instances... [2022-05-13T10:49:54.810Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-13T10:49:54.810Z] === RUN TestDockerSuite/TestNetworkEvents [2022-05-13T10:49:55.233Z] --- PASS: TestNetworkDBGarbageCollection (54.26s) [2022-05-13T10:49:55.233Z] === RUN TestFindNode [2022-05-13T10:49:55.233Z] 2022/05/13 10:49:54 Closing DB instances... [2022-05-13T10:49:55.233Z] --- PASS: TestFindNode (0.02s) [2022-05-13T10:49:55.233Z] === RUN TestChangeNodeState [2022-05-13T10:49:55.233Z] 2022/05/13 10:49:54 Closing DB instances... [2022-05-13T10:49:55.233Z] --- PASS: TestChangeNodeState (0.02s) [2022-05-13T10:49:55.233Z] === RUN TestNodeReincarnation [2022-05-13T10:49:55.233Z] 2022/05/13 10:49:54 Closing DB instances... [2022-05-13T10:49:56.186Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-05-13T10:49:57.035Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-13T10:50:01.103Z] time="2022-05-13T10:49:59Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-05-13T10:50:01.103Z] --- PASS: TestNodeReincarnation (5.02s) [2022-05-13T10:50:01.103Z] === RUN TestParallelCreate [2022-05-13T10:50:01.103Z] 2022/05/13 10:49:59 Closing DB instances... [2022-05-13T10:50:01.103Z] --- PASS: TestParallelCreate (0.02s) [2022-05-13T10:50:01.103Z] === RUN TestParallelDelete [2022-05-13T10:50:01.103Z] 2022/05/13 10:49:59 Closing DB instances... [2022-05-13T10:50:01.103Z] --- PASS: TestParallelDelete (0.02s) [2022-05-13T10:50:01.103Z] === RUN TestNetworkDBIslands [2022-05-13T10:50:01.103Z] time="2022-05-13T10:49:59Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:87ec5972e8d5 with config:&{NodeID:87ec5972e8d5 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-13T10:50:01.103Z] time="2022-05-13T10:50:00Z" level=info msg="Node 87ec5972e8d5/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:01.103Z] time="2022-05-13T10:50:00Z" level=info msg="Node 87ec5972e8d5/192.168.131.193, added to nodes list" [2022-05-13T10:50:01.103Z] time="2022-05-13T10:50:00Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:a0058b3cb45f with config:&{NodeID:a0058b3cb45f 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-13T10:50:01.103Z] time="2022-05-13T10:50:00Z" level=info msg="Node a0058b3cb45f/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:01.103Z] time="2022-05-13T10:50:00Z" level=info msg="Node a0058b3cb45f/192.168.131.193, added to nodes list" [2022-05-13T10:50:01.103Z] time="2022-05-13T10:50:00Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-05-13T10:50:01.103Z] time="2022-05-13T10:50:00Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-05-13T10:50:01.103Z] time="2022-05-13T10:50:00Z" level=debug msg="memberlist: Stream connection from=[::1]:49358" [2022-05-13T10:50:01.103Z] time="2022-05-13T10:50:00Z" level=info msg="Node a0058b3cb45f/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:01.103Z] time="2022-05-13T10:50:00Z" level=info msg="Node a0058b3cb45f/192.168.131.193, added to nodes list" [2022-05-13T10:50:01.103Z] time="2022-05-13T10:50:00Z" level=info msg="Node 87ec5972e8d5/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:01.103Z] time="2022-05-13T10:50:00Z" level=info msg="Node 87ec5972e8d5/192.168.131.193, added to nodes list" [2022-05-13T10:50:01.103Z] time="2022-05-13T10:50:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-05-13T10:50:01.103Z] time="2022-05-13T10:50:00Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49359" [2022-05-13T10:50:01.103Z] time="2022-05-13T10:50:00Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:7e762eee93a7 with config:&{NodeID:7e762eee93a7 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-13T10:50:01.103Z] time="2022-05-13T10:50:00Z" level=info msg="Node 7e762eee93a7/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:01.103Z] time="2022-05-13T10:50:00Z" level=info msg="Node 7e762eee93a7/192.168.131.193, added to nodes list" [2022-05-13T10:50:01.103Z] time="2022-05-13T10:50:00Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-05-13T10:50:01.103Z] time="2022-05-13T10:50:00Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-05-13T10:50:01.104Z] time="2022-05-13T10:50:00Z" level=debug msg="memberlist: Stream connection from=[::1]:49360" [2022-05-13T10:50:01.104Z] time="2022-05-13T10:50:00Z" level=info msg="Node 7e762eee93a7/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:01.104Z] time="2022-05-13T10:50:00Z" level=info msg="Node 7e762eee93a7/192.168.131.193, added to nodes list" [2022-05-13T10:50:01.104Z] time="2022-05-13T10:50:00Z" level=info msg="Node 87ec5972e8d5/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:01.104Z] time="2022-05-13T10:50:00Z" level=info msg="Node 87ec5972e8d5/192.168.131.193, added to nodes list" [2022-05-13T10:50:01.104Z] time="2022-05-13T10:50:00Z" level=info msg="Node a0058b3cb45f/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:01.104Z] time="2022-05-13T10:50:00Z" level=info msg="Node a0058b3cb45f/192.168.131.193, added to nodes list" [2022-05-13T10:50:01.104Z] time="2022-05-13T10:50:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-05-13T10:50:01.104Z] time="2022-05-13T10:50:00Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49361" [2022-05-13T10:50:01.104Z] time="2022-05-13T10:50:01Z" level=info msg="Node 7e762eee93a7/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:01.104Z] time="2022-05-13T10:50:01Z" level=info msg="Node 7e762eee93a7/192.168.131.193, added to nodes list" [2022-05-13T10:50:01.449Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-13T10:50:01.449Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-05-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:b9650253e635 with config:&{NodeID:b9650253e635 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-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=info msg="Node b9650253e635/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=info msg="Node b9650253e635/192.168.131.193, added to nodes list" [2022-05-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-05-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-05-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=debug msg="memberlist: Stream connection from=[::1]:49362" [2022-05-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=info msg="Node b9650253e635/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=info msg="Node b9650253e635/192.168.131.193, added to nodes list" [2022-05-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=info msg="Node a0058b3cb45f/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=info msg="Node a0058b3cb45f/192.168.131.193, added to nodes list" [2022-05-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=info msg="Node 7e762eee93a7/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=info msg="Node 7e762eee93a7/192.168.131.193, added to nodes list" [2022-05-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=info msg="Node 87ec5972e8d5/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=info msg="Node 87ec5972e8d5/192.168.131.193, added to nodes list" [2022-05-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-05-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49363" [2022-05-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=info msg="Node b9650253e635/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=info msg="Node b9650253e635/192.168.131.193, added to nodes list" [2022-05-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=info msg="Node b9650253e635/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:01.574Z] time="2022-05-13T10:50:01Z" level=info msg="Node b9650253e635/192.168.131.193, added to nodes list" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:05f9ec91894f with config:&{NodeID:05f9ec91894f 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-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="Node 05f9ec91894f/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="Node 05f9ec91894f/192.168.131.193, added to nodes list" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=debug msg="memberlist: Stream connection from=[::1]:49364" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="Node 05f9ec91894f/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="Node 05f9ec91894f/192.168.131.193, added to nodes list" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="Node 7e762eee93a7/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="Node 7e762eee93a7/192.168.131.193, added to nodes list" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="Node 87ec5972e8d5/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="Node 87ec5972e8d5/192.168.131.193, added to nodes list" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="Node a0058b3cb45f/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="Node a0058b3cb45f/192.168.131.193, added to nodes list" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="Node b9650253e635/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="Node b9650253e635/192.168.131.193, added to nodes list" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49365" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="Node 05f9ec91894f/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="Node 05f9ec91894f/192.168.131.193, added to nodes list" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="Node 05f9ec91894f/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="Node 05f9ec91894f/192.168.131.193, added to nodes list" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="Node 05f9ec91894f/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:02.045Z] time="2022-05-13T10:50:01Z" level=info msg="Node 05f9ec91894f/192.168.131.193, added to nodes list" [2022-05-13T10:50:02.382Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-13T10:50:02.515Z] networkdb_test.go:835: Re-joining: 3 [2022-05-13T10:50:02.515Z] time="2022-05-13T10:50:02Z" level=info msg="The new bootstrap node list is:[192.168.131.193:10033 192.168.131.193:10034 192.168.131.193:10035]" [2022-05-13T10:50:02.515Z] time="2022-05-13T10:50:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.131.193:10033" [2022-05-13T10:50:02.515Z] time="2022-05-13T10:50:02Z" level=debug msg="memberlist: Stream connection from=192.168.131.193:49366" [2022-05-13T10:50:02.515Z] time="2022-05-13T10:50:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.131.193:10034" [2022-05-13T10:50:02.515Z] time="2022-05-13T10:50:02Z" level=debug msg="memberlist: Stream connection from=192.168.131.193:49367" [2022-05-13T10:50:02.515Z] time="2022-05-13T10:50:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.131.193:10035" [2022-05-13T10:50:02.515Z] time="2022-05-13T10:50:02Z" level=debug msg="memberlist: Stream connection from=192.168.131.193:49368" [2022-05-13T10:50:02.515Z] networkdb_test.go:835: Re-joining: 4 [2022-05-13T10:50:02.515Z] time="2022-05-13T10:50:02Z" level=info msg="The new bootstrap node list is:[192.168.131.193:10033 192.168.131.193:10034 192.168.131.193:10035]" [2022-05-13T10:50:02.515Z] time="2022-05-13T10:50:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.131.193:10033" [2022-05-13T10:50:02.515Z] time="2022-05-13T10:50:02Z" level=debug msg="memberlist: Stream connection from=192.168.131.193:49369" [2022-05-13T10:50:02.515Z] time="2022-05-13T10:50:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.131.193:10034" [2022-05-13T10:50:02.515Z] time="2022-05-13T10:50:02Z" level=debug msg="memberlist: Stream connection from=192.168.131.193:49370" [2022-05-13T10:50:02.515Z] time="2022-05-13T10:50:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.131.193:10035" [2022-05-13T10:50:02.515Z] time="2022-05-13T10:50:02Z" level=debug msg="memberlist: Stream connection from=192.168.131.193:49371" [2022-05-13T10:50:02.640Z] === RUN TestDockerSuite/TestPluginActive [2022-05-13T10:50:02.984Z] time="2022-05-13T10:50:02Z" level=info msg="node 0 leaving" [2022-05-13T10:50:02.984Z] time="2022-05-13T10:50:02Z" level=info msg="Node 87ec5972e8d5 change state NodeActive --> NodeLeft" [2022-05-13T10:50:02.984Z] time="2022-05-13T10:50:02Z" level=info msg="node2(a0058b3cb45f): Node leave event for 87ec5972e8d5/192.168.131.193" [2022-05-13T10:50:02.984Z] time="2022-05-13T10:50:02Z" level=info msg="Node 87ec5972e8d5 change state NodeActive --> NodeLeft" [2022-05-13T10:50:02.984Z] time="2022-05-13T10:50:02Z" level=info msg="node3(7e762eee93a7): Node leave event for 87ec5972e8d5/192.168.131.193" [2022-05-13T10:50:02.984Z] time="2022-05-13T10:50:02Z" level=info msg="Node 87ec5972e8d5 change state NodeActive --> NodeLeft" [2022-05-13T10:50:02.984Z] time="2022-05-13T10:50:02Z" level=info msg="node5(05f9ec91894f): Node leave event for 87ec5972e8d5/192.168.131.193" [2022-05-13T10:50:02.984Z] time="2022-05-13T10:50:02Z" level=info msg="Node 87ec5972e8d5 change state NodeActive --> NodeLeft" [2022-05-13T10:50:02.984Z] time="2022-05-13T10:50:02Z" level=info msg="node4(b9650253e635): Node leave event for 87ec5972e8d5/192.168.131.193" [2022-05-13T10:50:02.984Z] time="2022-05-13T10:50:02Z" level=info msg="Node 87ec5972e8d5 change state NodeActive --> NodeLeft" [2022-05-13T10:50:02.984Z] time="2022-05-13T10:50:02Z" level=info msg="node1(87ec5972e8d5): Node leave event for 87ec5972e8d5/192.168.131.193" [2022-05-13T10:50:02.984Z] time="2022-05-13T10:50:02Z" level=info msg="Node 87ec5972e8d5/192.168.131.193, left gossip cluster" [2022-05-13T10:50:02.984Z] time="2022-05-13T10:50:02Z" level=info msg="Node 87ec5972e8d5/192.168.131.193, left gossip cluster" [2022-05-13T10:50:02.984Z] time="2022-05-13T10:50:02Z" level=info msg="Node 87ec5972e8d5/192.168.131.193, left gossip cluster" [2022-05-13T10:50:02.984Z] time="2022-05-13T10:50:02Z" level=info msg="Node 87ec5972e8d5/192.168.131.193, left gossip cluster" [2022-05-13T10:50:02.984Z] time="2022-05-13T10:50:02Z" level=info msg="Node 87ec5972e8d5/192.168.131.193, left gossip cluster" [2022-05-13T10:50:03.454Z] time="2022-05-13T10:50:03Z" level=info msg="node 1 leaving" [2022-05-13T10:50:03.454Z] time="2022-05-13T10:50:03Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->192.168.131.193:10037: use of closed network connection" [2022-05-13T10:50:03.454Z] time="2022-05-13T10:50:03Z" level=info msg="Node a0058b3cb45f change state NodeActive --> NodeLeft" [2022-05-13T10:50:03.454Z] time="2022-05-13T10:50:03Z" level=info msg="node5(05f9ec91894f): Node leave event for a0058b3cb45f/192.168.131.193" [2022-05-13T10:50:03.454Z] time="2022-05-13T10:50:03Z" level=info msg="Node a0058b3cb45f/192.168.131.193, left gossip cluster" [2022-05-13T10:50:03.454Z] time="2022-05-13T10:50:03Z" level=info msg="Node a0058b3cb45f change state NodeActive --> NodeFailed" [2022-05-13T10:50:03.454Z] time="2022-05-13T10:50:03Z" level=info msg="Node a0058b3cb45f/192.168.131.193, added to failed nodes list" [2022-05-13T10:50:03.454Z] time="2022-05-13T10:50:03Z" level=info msg="Node a0058b3cb45f change state NodeActive --> NodeLeft" [2022-05-13T10:50:03.454Z] time="2022-05-13T10:50:03Z" level=info msg="node4(b9650253e635): Node leave event for a0058b3cb45f/192.168.131.193" [2022-05-13T10:50:03.454Z] time="2022-05-13T10:50:03Z" level=info msg="Node a0058b3cb45f change state NodeActive --> NodeLeft" [2022-05-13T10:50:03.454Z] time="2022-05-13T10:50:03Z" level=info msg="node3(7e762eee93a7): Node leave event for a0058b3cb45f/192.168.131.193" [2022-05-13T10:50:03.454Z] time="2022-05-13T10:50:03Z" level=error msg="node: a0058b3cb45f is unknown to memberlist" [2022-05-13T10:50:03.454Z] time="2022-05-13T10:50:03Z" level=info msg="Node a0058b3cb45f/192.168.131.193, left gossip cluster" [2022-05-13T10:50:03.454Z] time="2022-05-13T10:50:03Z" level=info msg="Node a0058b3cb45f/192.168.131.193, left gossip cluster" [2022-05-13T10:50:03.454Z] time="2022-05-13T10:50:03Z" level=info msg="Node a0058b3cb45f/192.168.131.193, left gossip cluster" [2022-05-13T10:50:03.574Z] docker_api_swarm_service_test.go:128: [dbb3e15d77e3f] joining swarm manager [dbd5b3b77da96]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:50:03.923Z] time="2022-05-13T10:50:03Z" level=info msg="node 2 leaving" [2022-05-13T10:50:03.923Z] time="2022-05-13T10:50:03Z" level=info msg="Node 7e762eee93a7 change state NodeActive --> NodeLeft" [2022-05-13T10:50:03.923Z] time="2022-05-13T10:50:03Z" level=info msg="Node 7e762eee93a7 change state NodeActive --> NodeLeft" [2022-05-13T10:50:03.923Z] time="2022-05-13T10:50:03Z" level=info msg="node5(05f9ec91894f): Node leave event for 7e762eee93a7/192.168.131.193" [2022-05-13T10:50:03.923Z] time="2022-05-13T10:50:03Z" level=info msg="node4(b9650253e635): Node leave event for 7e762eee93a7/192.168.131.193" [2022-05-13T10:50:03.923Z] time="2022-05-13T10:50:03Z" level=info msg="Node 7e762eee93a7 change state NodeActive --> NodeLeft" [2022-05-13T10:50:03.923Z] time="2022-05-13T10:50:03Z" level=info msg="node3(7e762eee93a7): Node leave event for 7e762eee93a7/192.168.131.193" [2022-05-13T10:50:03.923Z] time="2022-05-13T10:50:03Z" level=info msg="Node 7e762eee93a7/192.168.131.193, left gossip cluster" [2022-05-13T10:50:03.923Z] time="2022-05-13T10:50:03Z" level=info msg="Node 7e762eee93a7/192.168.131.193, left gossip cluster" [2022-05-13T10:50:03.923Z] time="2022-05-13T10:50:03Z" level=info msg="Node 7e762eee93a7/192.168.131.193, left gossip cluster" [2022-05-13T10:50:04.393Z] networkdb_test.go:867: node4: OK [2022-05-13T10:50:04.393Z] networkdb_test.go:867: node5: OK [2022-05-13T10:50:04.393Z] time="2022-05-13T10:50:04Z" level=info msg="node 0 coming back" [2022-05-13T10:50:04.393Z] time="2022-05-13T10:50:04Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:231634a5cecc with config:&{NodeID:231634a5cecc 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-13T10:50:04.393Z] time="2022-05-13T10:50:04Z" level=info msg="Node 231634a5cecc/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:04.393Z] time="2022-05-13T10:50:04Z" level=info msg="Node 231634a5cecc/192.168.131.193, added to nodes list" [2022-05-13T10:50:04.393Z] time="2022-05-13T10:50:04Z" level=info msg="node 1 coming back" [2022-05-13T10:50:04.393Z] time="2022-05-13T10:50:04Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:8fec634b9674 with config:&{NodeID:8fec634b9674 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-13T10:50:04.393Z] time="2022-05-13T10:50:04Z" level=info msg="Node 8fec634b9674/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:04.393Z] time="2022-05-13T10:50:04Z" level=info msg="Node 8fec634b9674/192.168.131.193, added to nodes list" [2022-05-13T10:50:04.393Z] time="2022-05-13T10:50:04Z" level=info msg="node 2 coming back" [2022-05-13T10:50:04.393Z] time="2022-05-13T10:50:04Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:5fbd663952cb with config:&{NodeID:5fbd663952cb 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-13T10:50:04.393Z] time="2022-05-13T10:50:04Z" level=info msg="Node 5fbd663952cb/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:04.393Z] time="2022-05-13T10:50:04Z" level=info msg="Node 5fbd663952cb/192.168.131.193, added to nodes list" [2022-05-13T10:50:04.508Z] docker_api_swarm_service_test.go:129: [d711672d11b2e] joining swarm manager [dbd5b3b77da96]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:50:04.766Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-13T10:50:06.141Z] docker_api_swarm_service_test.go:137: [dbcac426f0958] joining swarm manager [dbd5b3b77da96]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-05-13T10:50:07.314Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-13T10:50:07.314Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-13T10:50:07.349Z] time="2022-05-13T10:50:07Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [192.168.131.193:10033 192.168.131.193:10034 192.168.131.193:10035]" [2022-05-13T10:50:07.520Z] docker_api_swarm_service_test.go:138: [d565681edff6d] joining swarm manager [dbd5b3b77da96]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-05-13T10:50:07.769Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-13T10:50:07.819Z] time="2022-05-13T10:50:07Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [192.168.131.193:10033 192.168.131.193:10034 192.168.131.193:10035]" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.131.193:10033" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=debug msg="memberlist: Stream connection from=192.168.131.193:49372" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 05f9ec91894f/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 05f9ec91894f/192.168.131.193, added to nodes list" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node b9650253e635/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node b9650253e635/192.168.131.193, added to nodes list" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 231634a5cecc/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 231634a5cecc/192.168.131.193, is the new incarnation of the shutdown node 87ec5972e8d5/192.168.131.193" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 231634a5cecc/192.168.131.193, added to nodes list" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.131.193:10034" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=debug msg="memberlist: Stream connection from=192.168.131.193:49373" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 05f9ec91894f/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 05f9ec91894f/192.168.131.193, added to nodes list" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 8fec634b9674/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 8fec634b9674/192.168.131.193, is the new incarnation of the shutdown node a0058b3cb45f/192.168.131.193" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 8fec634b9674/192.168.131.193, added to nodes list" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 231634a5cecc/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 231634a5cecc/192.168.131.193, added to nodes list" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node b9650253e635/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node b9650253e635/192.168.131.193, added to nodes list" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=debug msg="memberlist: Stream connection from=192.168.131.193:49374" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.131.193:10035" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 05f9ec91894f/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 05f9ec91894f/192.168.131.193, added to nodes list" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 231634a5cecc/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 231634a5cecc/192.168.131.193, added to nodes list" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 8fec634b9674/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 8fec634b9674/192.168.131.193, added to nodes list" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node b9650253e635/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node b9650253e635/192.168.131.193, added to nodes list" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 5fbd663952cb/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 5fbd663952cb/192.168.131.193, is the new incarnation of the shutdown node 7e762eee93a7/192.168.131.193" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 5fbd663952cb/192.168.131.193, added to nodes list" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 8fec634b9674/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 8fec634b9674/192.168.131.193, is the new incarnation of the shutdown node a0058b3cb45f/192.168.131.193" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 8fec634b9674/192.168.131.193, added to nodes list" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 231634a5cecc/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 231634a5cecc/192.168.131.193, is the new incarnation of the shutdown node 87ec5972e8d5/192.168.131.193" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 231634a5cecc/192.168.131.193, added to nodes list" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 5fbd663952cb/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 5fbd663952cb/192.168.131.193, is the new incarnation of the shutdown node 7e762eee93a7/192.168.131.193" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 5fbd663952cb/192.168.131.193, added to nodes list" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 5fbd663952cb/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 5fbd663952cb/192.168.131.193, added to nodes list" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 8fec634b9674/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 8fec634b9674/192.168.131.193, added to nodes list" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 5fbd663952cb/192.168.131.193, joined gossip cluster" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=info msg="Node 5fbd663952cb/192.168.131.193, added to nodes list" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.131.193:10033" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=debug msg="memberlist: Stream connection from=192.168.131.193:49375" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.131.193:10034" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=debug msg="memberlist: Stream connection from=192.168.131.193:49376" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.131.193:10035" [2022-05-13T10:50:08.810Z] time="2022-05-13T10:50:08Z" level=debug msg="memberlist: Stream connection from=192.168.131.193:49377" [2022-05-13T10:50:09.285Z] 2022/05/13 10:50:09 Closing DB instances... [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="Node 231634a5cecc change state NodeActive --> NodeLeft" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="node4(b9650253e635): Node leave event for 231634a5cecc/192.168.131.193" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="Node 231634a5cecc change state NodeActive --> NodeLeft" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="node2(8fec634b9674): Node leave event for 231634a5cecc/192.168.131.193" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="Node 231634a5cecc/192.168.131.193, left gossip cluster" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="Node 231634a5cecc change state NodeActive --> NodeFailed" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="Node 231634a5cecc/192.168.131.193, added to failed nodes list" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="Node 231634a5cecc change state NodeActive --> NodeLeft" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="node3(5fbd663952cb): Node leave event for 231634a5cecc/192.168.131.193" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=error msg="node: 231634a5cecc is unknown to memberlist" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="Node 231634a5cecc change state NodeActive --> NodeLeft" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="node5(05f9ec91894f): Node leave event for 231634a5cecc/192.168.131.193" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="Node 231634a5cecc/192.168.131.193, left gossip cluster" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="Node 231634a5cecc/192.168.131.193, left gossip cluster" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="Node 231634a5cecc/192.168.131.193, left gossip cluster" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="Node 231634a5cecc/192.168.131.193, left gossip cluster" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=warning msg="memberlist: Failed to send gossip to 192.168.131.193:10034: write udp [::]:10033->192.168.131.193:10034: use of closed network connection" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="Node 8fec634b9674 change state NodeActive --> NodeLeft" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="node4(b9650253e635): Node leave event for 8fec634b9674/192.168.131.193" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="Node 8fec634b9674 change state NodeActive --> NodeLeft" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="Node 8fec634b9674 change state NodeActive --> NodeLeft" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="node3(5fbd663952cb): Node leave event for 8fec634b9674/192.168.131.193" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="node5(05f9ec91894f): Node leave event for 8fec634b9674/192.168.131.193" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="Node 8fec634b9674 change state NodeActive --> NodeLeft" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="node2(8fec634b9674): Node leave event for 8fec634b9674/192.168.131.193" [2022-05-13T10:50:09.753Z] time="2022-05-13T10:50:09Z" level=info msg="Node 8fec634b9674/192.168.131.193, left gossip cluster" [2022-05-13T10:50:10.223Z] time="2022-05-13T10:50:09Z" level=info msg="Node 8fec634b9674/192.168.131.193, left gossip cluster" [2022-05-13T10:50:10.223Z] time="2022-05-13T10:50:09Z" level=info msg="Node 8fec634b9674/192.168.131.193, left gossip cluster" [2022-05-13T10:50:10.223Z] time="2022-05-13T10:50:09Z" level=info msg="Node 8fec634b9674/192.168.131.193, left gossip cluster" [2022-05-13T10:50:10.223Z] time="2022-05-13T10:50:10Z" level=info msg="Node 5fbd663952cb change state NodeActive --> NodeLeft" [2022-05-13T10:50:10.223Z] time="2022-05-13T10:50:10Z" level=info msg="node5(05f9ec91894f): Node leave event for 5fbd663952cb/192.168.131.193" [2022-05-13T10:50:10.223Z] time="2022-05-13T10:50:10Z" level=info msg="Node 5fbd663952cb change state NodeActive --> NodeLeft" [2022-05-13T10:50:10.223Z] time="2022-05-13T10:50:10Z" level=info msg="node4(b9650253e635): Node leave event for 5fbd663952cb/192.168.131.193" [2022-05-13T10:50:10.223Z] time="2022-05-13T10:50:10Z" level=info msg="Node 5fbd663952cb change state NodeActive --> NodeLeft" [2022-05-13T10:50:10.223Z] time="2022-05-13T10:50:10Z" level=info msg="node3(5fbd663952cb): Node leave event for 5fbd663952cb/192.168.131.193" [2022-05-13T10:50:10.693Z] time="2022-05-13T10:50:10Z" level=info msg="Node 5fbd663952cb/192.168.131.193, left gossip cluster" [2022-05-13T10:50:10.693Z] time="2022-05-13T10:50:10Z" level=info msg="Node 5fbd663952cb/192.168.131.193, left gossip cluster" [2022-05-13T10:50:10.693Z] time="2022-05-13T10:50:10Z" level=info msg="Node 5fbd663952cb/192.168.131.193, left gossip cluster" [2022-05-13T10:50:10.802Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-13T10:50:10.802Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-05-13T10:50:10.802Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-13T10:50:11.162Z] time="2022-05-13T10:50:10Z" level=info msg="Node b9650253e635 change state NodeActive --> NodeLeft" [2022-05-13T10:50:11.162Z] time="2022-05-13T10:50:10Z" level=info msg="node5(05f9ec91894f): Node leave event for b9650253e635/192.168.131.193" [2022-05-13T10:50:11.162Z] time="2022-05-13T10:50:10Z" level=info msg="Node b9650253e635 change state NodeActive --> NodeLeft" [2022-05-13T10:50:11.162Z] time="2022-05-13T10:50:10Z" level=info msg="node4(b9650253e635): Node leave event for b9650253e635/192.168.131.193" [2022-05-13T10:50:11.162Z] time="2022-05-13T10:50:11Z" level=info msg="Node b9650253e635/192.168.131.193, left gossip cluster" [2022-05-13T10:50:11.631Z] time="2022-05-13T10:50:11Z" level=info msg="Node b9650253e635/192.168.131.193, left gossip cluster" [2022-05-13T10:50:12.099Z] time="2022-05-13T10:50:11Z" level=info msg="Node 05f9ec91894f/192.168.131.193, left gossip cluster" [2022-05-13T10:50:12.099Z] time="2022-05-13T10:50:11Z" level=info msg="Node 05f9ec91894f change state NodeActive --> NodeFailed" [2022-05-13T10:50:12.099Z] time="2022-05-13T10:50:11Z" level=info msg="Node 05f9ec91894f/192.168.131.193, added to failed nodes list" [2022-05-13T10:50:12.099Z] --- PASS: TestNetworkDBIslands (11.88s) [2022-05-13T10:50:12.099Z] PASS [2022-05-13T10:50:12.099Z] coverage: 60.0% of statements [2022-05-13T10:50:12.099Z] ok github.com/docker/docker/libnetwork/networkdb 105.223s coverage: 60.0% of statements [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/quota [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/rootless [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/volume [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-13T10:50:12.099Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-13T10:50:12.174Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-13T10:50:14.811Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-13T10:50:14.811Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-13T10:50:14.811Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-13T10:50:14.811Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-13T10:50:14.811Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-13T10:50:15.057Z] [2022-05-13T10:50:15.057Z] === Skipped [2022-05-13T10:50:15.057Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-05-13T10:50:15.057Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-13T10:50:15.057Z] [2022-05-13T10:50:15.057Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-05-13T10:50:15.057Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:50:15.057Z] [2022-05-13T10:50:15.057Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-05-13T10:50:15.057Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:50:15.057Z] [2022-05-13T10:50:15.057Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-05-13T10:50:15.057Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:50:15.057Z] [2022-05-13T10:50:15.057Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-05-13T10:50:15.057Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:50:15.057Z] [2022-05-13T10:50:15.057Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-05-13T10:50:15.057Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-13T10:50:15.057Z] [2022-05-13T10:50:15.057Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-13T10:50:15.057Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-13T10:50:15.057Z] [2022-05-13T10:50:15.057Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-13T10:50:15.057Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-13T10:50:15.057Z] [2022-05-13T10:50:15.057Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-13T10:50:15.057Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-13T10:50:15.057Z] [2022-05-13T10:50:15.057Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.01s) [2022-05-13T10:50:15.057Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-13T10:50:15.057Z] [2022-05-13T10:50:15.057Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-13T10:50:15.057Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-13T10:50:15.057Z] [2022-05-13T10:50:15.057Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-05-13T10:50:15.057Z] daemon_test.go:145: root required [2022-05-13T10:50:15.057Z] [2022-05-13T10:50:15.057Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-13T10:50:15.057Z] reload_test.go:342: root required [2022-05-13T10:50:15.057Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-05-13T10:50:15.058Z] config_test.go:480: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-13T10:50:15.058Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-05-13T10:50:15.058Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-05-13T10:50:15.058Z] download_test.go:267: Needs fixing on Windows [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-05-13T10:50:15.058Z] layer_test.go:291: Failing on Windows [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-05-13T10:50:15.058Z] layer_test.go:340: Failing on Windows [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-05-13T10:50:15.058Z] layer_test.go:455: Failing on Windows [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-05-13T10:50:15.058Z] layer_test.go:684: Failing on Windows [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-05-13T10:50:15.058Z] migration_test.go:45: Failing on Windows [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-05-13T10:50:15.058Z] migration_test.go:181: Failing on Windows [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-05-13T10:50:15.058Z] mount_test.go:17: Failing on Windows [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-05-13T10:50:15.058Z] mount_test.go:76: Failing on Windows [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-05-13T10:50:15.058Z] mount_test.go:125: Failing on Windows [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-05-13T10:50:15.058Z] mount_test.go:212: Failing on Windows [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-05-13T10:50:15.058Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-05-13T10:50:15.058Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-13T10:50:15.058Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-05-13T10:50:15.058Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-05-13T10:50:15.058Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-05-13T10:50:15.058Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-05-13T10:50:15.058Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-05-13T10:50:15.058Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-05-13T10:50:15.058Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-05-13T10:50:15.058Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-05-13T10:50:15.058Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-05-13T10:50:15.058Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-13T10:50:15.058Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-13T10:50:15.058Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-13T10:50:15.058Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-13T10:50:15.058Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-13T10:50:15.058Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-05-13T10:50:15.058Z] archive_test.go:133: Xz not present in msys2 [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-05-13T10:50:15.058Z] archive_test.go:140: zstd not installed [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-05-13T10:50:15.058Z] archive_test.go:252: Failing on Windows CI machines [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-05-13T10:50:15.058Z] archive_windows_test.go:16: Currently fails [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-05-13T10:50:15.058Z] changes_test.go:196: needs more investigation [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-05-13T10:50:15.058Z] changes_test.go:433: needs further investigation [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-05-13T10:50:15.058Z] changes_test.go:469: needs further investigation [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-05-13T10:50:15.058Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-13T10:50:15.058Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-05-13T10:50:15.058Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-05-13T10:50:15.058Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-05-13T10:50:15.058Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-05-13T10:50:15.058Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-13T10:50:15.058Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-13T10:50:15.058Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-05-13T10:50:15.058Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-05-13T10:50:15.058Z] poller_test.go:40: No chmod on Windows [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-13T10:50:15.058Z] fileutils_test.go:133: Needs porting to Windows [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-13T10:50:15.058Z] fileutils_test.go:179: Needs porting to Windows [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-05-13T10:50:15.058Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-05-13T10:50:15.058Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-05-13T10:50:15.058Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-05-13T10:50:15.058Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-05-13T10:50:15.058Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-13T10:50:15.058Z] [2022-05-13T10:50:15.058Z] DONE 2329 tests, 68 skipped in 298.848s [2022-05-13T10:50:15.453Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-13T10:50:15.528Z] INFO: make.ps1 ended at 05/13/2022 10:50:15 [2022-05-13T10:50:16.827Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-13T10:50:17.096Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-05-13T10:50:17.096Z] INFO: Unit tests ended at 05/13/2022 10:50:16. Duration:00:05:18.2738759 [2022-05-13T10:50:17.096Z] INFO: Building busybox [2022-05-13T10:50:17.096Z] Sending build context to Docker daemon 5.12kB [2022-05-13T10:50:17.096Z] [2022-05-13T10:50:17.096Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-05-13T10:50:17.096Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-05-13T10:50:17.096Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-05-13T10:50:17.096Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-05-13T10:50:17.096Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-05-13T10:50:17.096Z] ---> 3e15a767850d [2022-05-13T10:50:17.096Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-05-13T10:50:17.566Z] ---> Running in 36bbdeb355d7 [2022-05-13T10:50:19.353Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-13T10:50:21.849Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-13T10:50:21.849Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-13T10:50:21.849Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-13T10:50:22.303Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-13T10:50:22.303Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-13T10:50:22.303Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-13T10:50:22.303Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-13T10:50:22.759Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-13T10:50:24.622Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-13T10:50:25.187Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-13T10:50:26.120Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-13T10:50:27.052Z] === RUN TestDockerSuite/TestPortList [2022-05-13T10:50:30.334Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-05-13T10:50:32.865Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-05-13T10:50:34.240Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-13T10:50:34.808Z] docker_api_swarm_service_test.go:304: [dec44f2a91bb2] joining swarm manager [d97a860d7dfa5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:50:35.375Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-13T10:50:35.393Z] Removing intermediate container 36bbdeb355d7 [2022-05-13T10:50:35.393Z] ---> 149332f4820e [2022-05-13T10:50:35.393Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-05-13T10:50:35.393Z] ---> Running in 328f62df3bec [2022-05-13T10:50:35.393Z] Removing intermediate container 328f62df3bec [2022-05-13T10:50:35.393Z] ---> 0f141fee0fc4 [2022-05-13T10:50:35.393Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-05-13T10:50:35.393Z] ---> Running in 5b34994a4ac2 [2022-05-13T10:50:35.393Z] Removing intermediate container 5b34994a4ac2 [2022-05-13T10:50:35.393Z] ---> a54457eac680 [2022-05-13T10:50:35.393Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-05-13T10:50:35.393Z] [2022-05-13T10:50:35.633Z] docker_api_swarm_service_test.go:304: [dfa9a28cad807] joining swarm manager [d97a860d7dfa5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:50:35.863Z] ---> 6053d3a73eb3 [2022-05-13T10:50:35.863Z] 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-13T10:50:36.332Z] ---> Running in 5d0649ab781a [2022-05-13T10:50:42.187Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-13T10:50:42.187Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-13T10:50:42.187Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-13T10:50:42.187Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-13T10:50:42.187Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-13T10:50:42.446Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-13T10:50:42.446Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-13T10:50:43.013Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-13T10:50:43.013Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-13T10:50:44.388Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-13T10:50:44.388Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-05-13T10:50:46.288Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-05-13T10:50:47.671Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-05-13T10:50:47.671Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-05-13T10:50:47.929Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-13T10:50:48.848Z] Removing intermediate container 5d0649ab781a [2022-05-13T10:50:48.848Z] ---> c400323c0bcf [2022-05-13T10:50:48.848Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-05-13T10:50:48.848Z] ---> Running in a3a3217b6fb0 [2022-05-13T10:50:48.848Z] [2022-05-13T10:50:48.848Z] SUCCESS: Specified value was saved. [2022-05-13T10:50:49.828Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-13T10:50:50.761Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-13T10:50:51.810Z] Removing intermediate container a3a3217b6fb0 [2022-05-13T10:50:51.810Z] ---> 9ca357ef8280 [2022-05-13T10:50:51.810Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-05-13T10:50:51.810Z] ---> Running in 867d7829495c [2022-05-13T10:50:52.646Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-13T10:50:52.663Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-13T10:50:55.191Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-05-13T10:50:56.126Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-13T10:50:56.126Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-13T10:50:56.356Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-13T10:50:56.356Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-13T10:50:56.812Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-13T10:50:56.812Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-13T10:50:57.267Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-13T10:50:57.499Z] docker_api_swarm_service_test.go:100: [d560b572bafb6] joining swarm manager [de4f4a2b9623b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:50:57.698Z] Cannot create a file when that file already exists. [2022-05-13T10:50:58.434Z] docker_api_swarm_service_test.go:101: [d9eb56eac6bda] joining swarm manager [de4f4a2b9623b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:50:59.000Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-13T10:50:59.434Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-13T10:50:59.434Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-13T10:50:59.434Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-13T10:51:03.565Z] Removing intermediate container 867d7829495c [2022-05-13T10:51:03.565Z] ---> c889ef5ed4ea [2022-05-13T10:51:03.565Z] Step 13/13 : CMD ["sh"] [2022-05-13T10:51:03.565Z] ---> Running in 8a3a36131877 [2022-05-13T10:51:03.565Z] Removing intermediate container 8a3a36131877 [2022-05-13T10:51:03.565Z] ---> 3daec6dbf15e [2022-05-13T10:51:03.565Z] Successfully built 3daec6dbf15e [2022-05-13T10:51:03.565Z] Successfully tagged busybox:latest [2022-05-13T10:51:03.565Z] INFO: Docker images of the daemon under test [2022-05-13T10:51:03.565Z] [2022-05-13T10:51:03.565Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-13T10:51:03.565Z] busybox latest 3daec6dbf15e Less than a second ago 5.29GB [2022-05-13T10:51:03.565Z] microsoft/windowsservercore latest 3e15a767850d 7 days ago 5.26GB [2022-05-13T10:51:03.565Z] mcr.microsoft.com/windows/servercore ltsc2019 3e15a767850d 7 days ago 5.26GB [2022-05-13T10:51:03.565Z] [2022-05-13T10:51:03.565Z] INFO: Running integration tests at 05/13/2022 10:51:03... [2022-05-13T10:51:03.565Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-05-13T10:51:03.565Z] INFO: Integration API tests being run from the host: [2022-05-13T10:51:03.565Z] INFO: make.ps1 starting at 05/13/2022 10:51:03 [2022-05-13T10:51:04.557Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-05-13T10:51:05.196Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-13T10:51:05.558Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-13T10:51:06.157Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-13T10:51:06.157Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-13T10:51:06.157Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-13T10:51:06.157Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-13T10:51:06.157Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-13T10:51:06.493Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-13T10:51:07.866Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-13T10:51:08.318Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-13T10:51:08.800Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-13T10:51:09.276Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-13T10:51:09.732Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-13T10:51:09.858Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-13T10:51:10.817Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-13T10:51:11.272Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-13T10:51:11.631Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-13T10:51:13.531Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-13T10:51:14.465Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-13T10:51:14.465Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-13T10:51:15.400Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-13T10:51:15.966Z] check_test.go:378: [d560b572bafb6] daemon is not started [2022-05-13T10:51:16.900Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-13T10:51:18.311Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-13T10:51:18.805Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-13T10:51:19.063Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-13T10:51:19.063Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-05-13T10:51:19.063Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-13T10:51:19.321Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-13T10:51:19.321Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-13T10:51:19.321Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-13T10:51:19.887Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-13T10:51:20.471Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-13T10:51:20.471Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-13T10:51:20.471Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-13T10:51:20.821Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-13T10:51:21.385Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-05-13T10:51:21.646Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-13T10:51:21.994Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-13T10:51:21.994Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-13T10:51:21.994Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-13T10:51:22.211Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-13T10:51:22.953Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-13T10:51:23.584Z] docker_api_swarm_service_test.go:533: [dc4dbcf89977a] joining swarm manager [d174c099b83af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:51:24.959Z] docker_api_swarm_service_test.go:534: [dc98b12747fdb] joining swarm manager [d174c099b83af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:51:25.111Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-13T10:51:26.070Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-13T10:51:26.526Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-13T10:51:26.526Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-13T10:51:26.980Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-13T10:51:27.939Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-13T10:51:28.900Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-13T10:51:28.900Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-13T10:51:28.900Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-13T10:51:28.900Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-13T10:51:28.900Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-13T10:51:30.223Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-13T10:51:30.480Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-13T10:51:32.378Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-13T10:51:32.378Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-13T10:51:32.635Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-13T10:51:32.635Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-13T10:51:35.169Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-13T10:51:35.751Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-13T10:51:35.982Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-13T10:51:38.275Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-13T10:51:38.839Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-13T10:51:38.839Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-13T10:51:38.839Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-13T10:51:41.369Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-13T10:51:41.934Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-13T10:51:41.934Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-13T10:51:43.310Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-13T10:51:43.875Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-13T10:51:45.247Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-13T10:51:45.420Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-05-13T10:51:45.420Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-05-13T10:51:45.420Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-05-13T10:51:45.420Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-05-13T10:51:45.420Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [2022-05-13T10:51:45.505Z] === RUN TestDockerSuite/TestRmiTag [Pipeline] sh [2022-05-13T10:51:45.763Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-13T10:51:45.782Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-05-13T10:51:46.095Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43269/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8e4b5db542e45b11e57c920876e3d80a37158567 hack/test/unit [2022-05-13T10:51:46.329Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-13T10:51:46.352Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-05-13T10:51:46.352Z] + TESTFLAGS+=' -test.timeout=5m' [2022-05-13T10:51:46.352Z] + TESTDIRS=./... [2022-05-13T10:51:46.352Z] + exclude_paths='/vendor/|/integration' [2022-05-13T10:51:46.352Z] ++ go list ./... [2022-05-13T10:51:46.352Z] ++ grep -vE '(/vendor/|/integration)' [2022-05-13T10:51:47.279Z] + pkg_list='github.com/docker/docker/api [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/server [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/server/backend/build [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/server/httpstatus [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/server/httputils [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/server/middleware [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/server/router [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/server/router/build [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/server/router/container [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/server/router/debug [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/server/router/distribution [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/server/router/grpc [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/server/router/image [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/server/router/network [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/server/router/plugin [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/server/router/session [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/server/router/swarm [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/server/router/system [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/server/router/volume [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/types [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/types/backend [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/types/blkiodev [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/types/container [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/types/events [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/types/filters [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/types/image [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/types/mount [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/types/network [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/types/registry [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/types/strslice [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/types/swarm [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/types/time [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/types/versions [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-13T10:51:47.279Z] github.com/docker/docker/api/types/volume [2022-05-13T10:51:47.279Z] github.com/docker/docker/builder [2022-05-13T10:51:47.279Z] github.com/docker/docker/builder/builder-next [2022-05-13T10:51:47.279Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-13T10:51:47.279Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-13T10:51:47.279Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-13T10:51:47.279Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-13T10:51:47.279Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-13T10:51:47.279Z] github.com/docker/docker/builder/builder-next/worker [2022-05-13T10:51:47.279Z] github.com/docker/docker/builder/dockerfile [2022-05-13T10:51:47.279Z] github.com/docker/docker/builder/remotecontext [2022-05-13T10:51:47.279Z] github.com/docker/docker/builder/remotecontext/git [2022-05-13T10:51:47.279Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-13T10:51:47.279Z] github.com/docker/docker/cli [2022-05-13T10:51:47.279Z] github.com/docker/docker/cli/config [2022-05-13T10:51:47.279Z] github.com/docker/docker/cli/debug [2022-05-13T10:51:47.279Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-13T10:51:47.279Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-13T10:51:47.279Z] github.com/docker/docker/client [2022-05-13T10:51:47.279Z] github.com/docker/docker/cmd/docker-proxy [2022-05-13T10:51:47.279Z] github.com/docker/docker/cmd/dockerd [2022-05-13T10:51:47.279Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-13T10:51:47.279Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-13T10:51:47.279Z] github.com/docker/docker/container [2022-05-13T10:51:47.279Z] github.com/docker/docker/container/stream [2022-05-13T10:51:47.279Z] github.com/docker/docker/contrib/apparmor [2022-05-13T10:51:47.279Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-13T10:51:47.279Z] github.com/docker/docker/contrib/httpserver [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/cluster [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/cluster/convert [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/cluster/executor [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/cluster/provider [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/config [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/events [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/events/testutils [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/exec [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/graphdriver [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-13T10:51:47.279Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/images [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/initlayer [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/links [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/listeners [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/gelf [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/journald [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/local [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/logentries [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/splunk [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/syslog [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/templates [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/names [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/network [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/stats [2022-05-13T10:51:47.280Z] github.com/docker/docker/distribution [2022-05-13T10:51:47.280Z] github.com/docker/docker/distribution/metadata [2022-05-13T10:51:47.280Z] github.com/docker/docker/distribution/utils [2022-05-13T10:51:47.280Z] github.com/docker/docker/distribution/xfer [2022-05-13T10:51:47.280Z] github.com/docker/docker/dockerversion [2022-05-13T10:51:47.280Z] github.com/docker/docker/errdefs [2022-05-13T10:51:47.280Z] github.com/docker/docker/image [2022-05-13T10:51:47.280Z] github.com/docker/docker/image/cache [2022-05-13T10:51:47.280Z] github.com/docker/docker/image/tarexport [2022-05-13T10:51:47.280Z] github.com/docker/docker/image/v1 [2022-05-13T10:51:47.280Z] github.com/docker/docker/internal/test/suite [2022-05-13T10:51:47.280Z] github.com/docker/docker/layer [2022-05-13T10:51:47.280Z] github.com/docker/docker/libcontainerd [2022-05-13T10:51:47.280Z] github.com/docker/docker/libcontainerd/queue [2022-05-13T10:51:47.280Z] github.com/docker/docker/libcontainerd/remote [2022-05-13T10:51:47.280Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-13T10:51:47.280Z] github.com/docker/docker/libcontainerd/types [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/bitseq [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/cluster [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/config [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/datastore [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/driverapi [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/etchosts [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/idm [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/ipam [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/iptables [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/netlabel [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/netutils [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/networkdb [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/ns [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/options [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/osl [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/portallocator [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/portmapper [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/testutils [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/types [2022-05-13T10:51:47.280Z] github.com/docker/docker/oci [2022-05-13T10:51:47.280Z] github.com/docker/docker/oci/caps [2022-05-13T10:51:47.280Z] github.com/docker/docker/opts [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/aaparser [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/archive [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/authorization [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/broadcaster [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/capabilities [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/chrootarchive [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/containerfs [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/devicemapper [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/directory [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/dmesg [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/filenotify [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/fileutils [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/fsutils [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/homedir [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/idtools [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/ioutils [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/jsonmessage [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/longpath [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/loopback [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/namesgenerator [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/parsers [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/pidfile [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/platform [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/plugingetter [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/plugins [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/plugins/transport [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/pools [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/progress [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/pubsub [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/reexec [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/signal [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/stack [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/stdcopy [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/streamformatter [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/stringid [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/sysinfo [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/system [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/tailfile [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/tarsum [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/truncindex [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/urlutil [2022-05-13T10:51:47.280Z] github.com/docker/docker/pkg/useragent [2022-05-13T10:51:47.280Z] github.com/docker/docker/plugin [2022-05-13T10:51:47.280Z] github.com/docker/docker/plugin/executor/containerd [2022-05-13T10:51:47.280Z] github.com/docker/docker/plugin/v2 [2022-05-13T10:51:47.280Z] github.com/docker/docker/profiles/apparmor [2022-05-13T10:51:47.280Z] github.com/docker/docker/profiles/seccomp [2022-05-13T10:51:47.280Z] github.com/docker/docker/quota [2022-05-13T10:51:47.280Z] github.com/docker/docker/reference [2022-05-13T10:51:47.280Z] github.com/docker/docker/registry [2022-05-13T10:51:47.280Z] github.com/docker/docker/registry/resumable [2022-05-13T10:51:47.280Z] github.com/docker/docker/restartmanager [2022-05-13T10:51:47.280Z] github.com/docker/docker/rootless [2022-05-13T10:51:47.280Z] github.com/docker/docker/rootless/specconv [2022-05-13T10:51:47.280Z] github.com/docker/docker/runconfig [2022-05-13T10:51:47.280Z] github.com/docker/docker/runconfig/opts [2022-05-13T10:51:47.280Z] github.com/docker/docker/testutil [2022-05-13T10:51:47.280Z] github.com/docker/docker/testutil/daemon [2022-05-13T10:51:47.280Z] github.com/docker/docker/testutil/environment [2022-05-13T10:51:47.280Z] github.com/docker/docker/testutil/fakecontext [2022-05-13T10:51:47.280Z] github.com/docker/docker/testutil/fakegit [2022-05-13T10:51:47.280Z] github.com/docker/docker/testutil/fakestorage [2022-05-13T10:51:47.280Z] github.com/docker/docker/testutil/fixtures/load [2022-05-13T10:51:47.280Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-13T10:51:47.280Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-13T10:51:47.280Z] github.com/docker/docker/testutil/registry [2022-05-13T10:51:47.280Z] github.com/docker/docker/testutil/request [2022-05-13T10:51:47.280Z] github.com/docker/docker/volume [2022-05-13T10:51:47.280Z] github.com/docker/docker/volume/drivers [2022-05-13T10:51:47.280Z] github.com/docker/docker/volume/local [2022-05-13T10:51:47.280Z] github.com/docker/docker/volume/mounts [2022-05-13T10:51:47.280Z] github.com/docker/docker/volume/service [2022-05-13T10:51:47.280Z] github.com/docker/docker/volume/service/opts [2022-05-13T10:51:47.280Z] github.com/docker/docker/volume/testutils' [2022-05-13T10:51:47.280Z] ++ grep --fixed-strings -v /libnetwork [2022-05-13T10:51:47.280Z] ++ echo 'github.com/docker/docker/api [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/server [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/server/backend/build [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/server/httpstatus [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/server/httputils [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/server/middleware [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/server/router [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/server/router/build [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/server/router/container [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/server/router/debug [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/server/router/distribution [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/server/router/grpc [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/server/router/image [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/server/router/network [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/server/router/plugin [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/server/router/session [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/server/router/swarm [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/server/router/system [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/server/router/volume [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/types [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/types/backend [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/types/blkiodev [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/types/container [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/types/events [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/types/filters [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/types/image [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/types/mount [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/types/network [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/types/registry [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/types/strslice [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/types/swarm [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/types/time [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/types/versions [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-13T10:51:47.280Z] github.com/docker/docker/api/types/volume [2022-05-13T10:51:47.280Z] github.com/docker/docker/builder [2022-05-13T10:51:47.280Z] github.com/docker/docker/builder/builder-next [2022-05-13T10:51:47.280Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-13T10:51:47.280Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-13T10:51:47.280Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-13T10:51:47.280Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-13T10:51:47.280Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-13T10:51:47.280Z] github.com/docker/docker/builder/builder-next/worker [2022-05-13T10:51:47.280Z] github.com/docker/docker/builder/dockerfile [2022-05-13T10:51:47.280Z] github.com/docker/docker/builder/remotecontext [2022-05-13T10:51:47.280Z] github.com/docker/docker/builder/remotecontext/git [2022-05-13T10:51:47.280Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-13T10:51:47.280Z] github.com/docker/docker/cli [2022-05-13T10:51:47.280Z] github.com/docker/docker/cli/config [2022-05-13T10:51:47.280Z] github.com/docker/docker/cli/debug [2022-05-13T10:51:47.280Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-13T10:51:47.280Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-13T10:51:47.280Z] github.com/docker/docker/client [2022-05-13T10:51:47.280Z] github.com/docker/docker/cmd/docker-proxy [2022-05-13T10:51:47.280Z] github.com/docker/docker/cmd/dockerd [2022-05-13T10:51:47.280Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-13T10:51:47.280Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-13T10:51:47.280Z] github.com/docker/docker/container [2022-05-13T10:51:47.280Z] github.com/docker/docker/container/stream [2022-05-13T10:51:47.280Z] github.com/docker/docker/contrib/apparmor [2022-05-13T10:51:47.280Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-13T10:51:47.280Z] github.com/docker/docker/contrib/httpserver [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/cluster [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/cluster/convert [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/cluster/executor [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/cluster/provider [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/config [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/events [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/events/testutils [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/exec [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/graphdriver [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/images [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/initlayer [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/links [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/listeners [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/gelf [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/journald [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/local [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/logentries [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/splunk [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/syslog [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/logger/templates [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/names [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/network [2022-05-13T10:51:47.280Z] github.com/docker/docker/daemon/stats [2022-05-13T10:51:47.280Z] github.com/docker/docker/distribution [2022-05-13T10:51:47.280Z] github.com/docker/docker/distribution/metadata [2022-05-13T10:51:47.280Z] github.com/docker/docker/distribution/utils [2022-05-13T10:51:47.280Z] github.com/docker/docker/distribution/xfer [2022-05-13T10:51:47.280Z] github.com/docker/docker/dockerversion [2022-05-13T10:51:47.280Z] github.com/docker/docker/errdefs [2022-05-13T10:51:47.280Z] github.com/docker/docker/image [2022-05-13T10:51:47.280Z] github.com/docker/docker/image/cache [2022-05-13T10:51:47.280Z] github.com/docker/docker/image/tarexport [2022-05-13T10:51:47.280Z] github.com/docker/docker/image/v1 [2022-05-13T10:51:47.280Z] github.com/docker/docker/internal/test/suite [2022-05-13T10:51:47.280Z] github.com/docker/docker/layer [2022-05-13T10:51:47.280Z] github.com/docker/docker/libcontainerd [2022-05-13T10:51:47.280Z] github.com/docker/docker/libcontainerd/queue [2022-05-13T10:51:47.280Z] github.com/docker/docker/libcontainerd/remote [2022-05-13T10:51:47.280Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-13T10:51:47.280Z] github.com/docker/docker/libcontainerd/types [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/bitseq [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/cluster [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/config [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/datastore [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/driverapi [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-13T10:51:47.280Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/etchosts [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/idm [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/ipam [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/iptables [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/netlabel [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/netutils [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/networkdb [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/ns [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/options [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/osl [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/portallocator [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/portmapper [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/testutils [2022-05-13T10:51:47.281Z] github.com/docker/docker/libnetwork/types [2022-05-13T10:51:47.281Z] github.com/docker/docker/oci [2022-05-13T10:51:47.281Z] github.com/docker/docker/oci/caps [2022-05-13T10:51:47.281Z] github.com/docker/docker/opts [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/aaparser [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/archive [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/authorization [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/broadcaster [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/capabilities [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/chrootarchive [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/containerfs [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/devicemapper [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/directory [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/dmesg [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/filenotify [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/fileutils [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/fsutils [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/homedir [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/idtools [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/ioutils [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/jsonmessage [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/longpath [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/loopback [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/namesgenerator [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/parsers [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/pidfile [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/platform [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/plugingetter [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/plugins [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/plugins/transport [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/pools [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/progress [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/pubsub [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/reexec [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/signal [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/stack [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/stdcopy [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/streamformatter [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/stringid [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/sysinfo [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/system [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/tailfile [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/tarsum [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/truncindex [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/urlutil [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/useragent [2022-05-13T10:51:47.281Z] github.com/docker/docker/plugin [2022-05-13T10:51:47.281Z] github.com/docker/docker/plugin/executor/containerd [2022-05-13T10:51:47.281Z] github.com/docker/docker/plugin/v2 [2022-05-13T10:51:47.281Z] github.com/docker/docker/profiles/apparmor [2022-05-13T10:51:47.281Z] github.com/docker/docker/profiles/seccomp [2022-05-13T10:51:47.281Z] github.com/docker/docker/quota [2022-05-13T10:51:47.281Z] github.com/docker/docker/reference [2022-05-13T10:51:47.281Z] github.com/docker/docker/registry [2022-05-13T10:51:47.281Z] github.com/docker/docker/registry/resumable [2022-05-13T10:51:47.281Z] github.com/docker/docker/restartmanager [2022-05-13T10:51:47.281Z] github.com/docker/docker/rootless [2022-05-13T10:51:47.281Z] github.com/docker/docker/rootless/specconv [2022-05-13T10:51:47.281Z] github.com/docker/docker/runconfig [2022-05-13T10:51:47.281Z] github.com/docker/docker/runconfig/opts [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/daemon [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/environment [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/fakecontext [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/fakegit [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/fakestorage [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/fixtures/load [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/registry [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/request [2022-05-13T10:51:47.281Z] github.com/docker/docker/volume [2022-05-13T10:51:47.281Z] github.com/docker/docker/volume/drivers [2022-05-13T10:51:47.281Z] github.com/docker/docker/volume/local [2022-05-13T10:51:47.281Z] github.com/docker/docker/volume/mounts [2022-05-13T10:51:47.281Z] github.com/docker/docker/volume/service [2022-05-13T10:51:47.281Z] github.com/docker/docker/volume/service/opts [2022-05-13T10:51:47.281Z] github.com/docker/docker/volume/testutils' [2022-05-13T10:51:47.281Z] + base_pkg_list='github.com/docker/docker/api [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/backend/build [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/httpstatus [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/httputils [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/middleware [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/build [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/container [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/debug [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/distribution [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/grpc [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/image [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/network [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/plugin [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/session [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/swarm [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/system [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/volume [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/backend [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/blkiodev [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/container [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/events [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/filters [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/image [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/mount [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/network [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/registry [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/strslice [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/swarm [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/time [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/versions [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/volume [2022-05-13T10:51:47.281Z] github.com/docker/docker/builder [2022-05-13T10:51:47.281Z] github.com/docker/docker/builder/builder-next [2022-05-13T10:51:47.281Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-13T10:51:47.281Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-13T10:51:47.281Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-13T10:51:47.281Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-13T10:51:47.281Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-13T10:51:47.281Z] github.com/docker/docker/builder/builder-next/worker [2022-05-13T10:51:47.281Z] github.com/docker/docker/builder/dockerfile [2022-05-13T10:51:47.281Z] github.com/docker/docker/builder/remotecontext [2022-05-13T10:51:47.281Z] github.com/docker/docker/builder/remotecontext/git [2022-05-13T10:51:47.281Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-13T10:51:47.281Z] github.com/docker/docker/cli [2022-05-13T10:51:47.281Z] github.com/docker/docker/cli/config [2022-05-13T10:51:47.281Z] github.com/docker/docker/cli/debug [2022-05-13T10:51:47.281Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-13T10:51:47.281Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-13T10:51:47.281Z] github.com/docker/docker/client [2022-05-13T10:51:47.281Z] github.com/docker/docker/cmd/docker-proxy [2022-05-13T10:51:47.281Z] github.com/docker/docker/cmd/dockerd [2022-05-13T10:51:47.281Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-13T10:51:47.281Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-13T10:51:47.281Z] github.com/docker/docker/container [2022-05-13T10:51:47.281Z] github.com/docker/docker/container/stream [2022-05-13T10:51:47.281Z] github.com/docker/docker/contrib/apparmor [2022-05-13T10:51:47.281Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-13T10:51:47.281Z] github.com/docker/docker/contrib/httpserver [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/cluster [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/cluster/convert [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/cluster/executor [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/cluster/provider [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/config [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/events [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/events/testutils [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/exec [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/graphdriver [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/images [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/initlayer [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/links [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/listeners [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/logger [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/logger/gelf [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/logger/journald [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/logger/local [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/logger/logentries [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/logger/splunk [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/logger/syslog [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/logger/templates [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/names [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/network [2022-05-13T10:51:47.281Z] github.com/docker/docker/daemon/stats [2022-05-13T10:51:47.281Z] github.com/docker/docker/distribution [2022-05-13T10:51:47.281Z] github.com/docker/docker/distribution/metadata [2022-05-13T10:51:47.281Z] github.com/docker/docker/distribution/utils [2022-05-13T10:51:47.281Z] github.com/docker/docker/distribution/xfer [2022-05-13T10:51:47.281Z] github.com/docker/docker/dockerversion [2022-05-13T10:51:47.281Z] github.com/docker/docker/errdefs [2022-05-13T10:51:47.281Z] github.com/docker/docker/image [2022-05-13T10:51:47.281Z] github.com/docker/docker/image/cache [2022-05-13T10:51:47.281Z] github.com/docker/docker/image/tarexport [2022-05-13T10:51:47.281Z] github.com/docker/docker/image/v1 [2022-05-13T10:51:47.281Z] github.com/docker/docker/internal/test/suite [2022-05-13T10:51:47.281Z] github.com/docker/docker/layer [2022-05-13T10:51:47.281Z] github.com/docker/docker/libcontainerd [2022-05-13T10:51:47.281Z] github.com/docker/docker/libcontainerd/queue [2022-05-13T10:51:47.281Z] github.com/docker/docker/libcontainerd/remote [2022-05-13T10:51:47.281Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-13T10:51:47.281Z] github.com/docker/docker/libcontainerd/types [2022-05-13T10:51:47.281Z] github.com/docker/docker/oci [2022-05-13T10:51:47.281Z] github.com/docker/docker/oci/caps [2022-05-13T10:51:47.281Z] github.com/docker/docker/opts [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/aaparser [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/archive [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/authorization [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/broadcaster [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/capabilities [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/chrootarchive [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/containerfs [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/devicemapper [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/directory [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/dmesg [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/filenotify [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/fileutils [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/fsutils [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/homedir [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/idtools [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/ioutils [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/jsonmessage [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/longpath [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/loopback [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/namesgenerator [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/parsers [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/pidfile [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/platform [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/plugingetter [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/plugins [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/plugins/transport [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/pools [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/progress [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/pubsub [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/reexec [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/signal [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/stack [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/stdcopy [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/streamformatter [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/stringid [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/sysinfo [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/system [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/tailfile [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/tarsum [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/truncindex [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/urlutil [2022-05-13T10:51:47.281Z] github.com/docker/docker/pkg/useragent [2022-05-13T10:51:47.281Z] github.com/docker/docker/plugin [2022-05-13T10:51:47.281Z] github.com/docker/docker/plugin/executor/containerd [2022-05-13T10:51:47.281Z] github.com/docker/docker/plugin/v2 [2022-05-13T10:51:47.281Z] github.com/docker/docker/profiles/apparmor [2022-05-13T10:51:47.281Z] github.com/docker/docker/profiles/seccomp [2022-05-13T10:51:47.281Z] github.com/docker/docker/quota [2022-05-13T10:51:47.281Z] github.com/docker/docker/reference [2022-05-13T10:51:47.281Z] github.com/docker/docker/registry [2022-05-13T10:51:47.281Z] github.com/docker/docker/registry/resumable [2022-05-13T10:51:47.281Z] github.com/docker/docker/restartmanager [2022-05-13T10:51:47.281Z] github.com/docker/docker/rootless [2022-05-13T10:51:47.281Z] github.com/docker/docker/rootless/specconv [2022-05-13T10:51:47.281Z] github.com/docker/docker/runconfig [2022-05-13T10:51:47.281Z] github.com/docker/docker/runconfig/opts [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/daemon [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/environment [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/fakecontext [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/fakegit [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/fakestorage [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/fixtures/load [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/registry [2022-05-13T10:51:47.281Z] github.com/docker/docker/testutil/request [2022-05-13T10:51:47.281Z] github.com/docker/docker/volume [2022-05-13T10:51:47.281Z] github.com/docker/docker/volume/drivers [2022-05-13T10:51:47.281Z] github.com/docker/docker/volume/local [2022-05-13T10:51:47.281Z] github.com/docker/docker/volume/mounts [2022-05-13T10:51:47.281Z] github.com/docker/docker/volume/service [2022-05-13T10:51:47.281Z] github.com/docker/docker/volume/service/opts [2022-05-13T10:51:47.281Z] github.com/docker/docker/volume/testutils' [2022-05-13T10:51:47.281Z] ++ grep --fixed-strings /libnetwork [2022-05-13T10:51:47.281Z] ++ echo 'github.com/docker/docker/api [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/backend/build [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/httpstatus [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/httputils [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/middleware [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/build [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/container [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/debug [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/distribution [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/grpc [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/image [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/network [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/plugin [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/session [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/swarm [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/system [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/server/router/volume [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/backend [2022-05-13T10:51:47.281Z] github.com/docker/docker/api/types/blkiodev [2022-05-13T10:51:47.282Z] github.com/docker/docker/api/types/container [2022-05-13T10:51:47.282Z] github.com/docker/docker/api/types/events [2022-05-13T10:51:47.282Z] github.com/docker/docker/api/types/filters [2022-05-13T10:51:47.282Z] github.com/docker/docker/api/types/image [2022-05-13T10:51:47.282Z] github.com/docker/docker/api/types/mount [2022-05-13T10:51:47.282Z] github.com/docker/docker/api/types/network [2022-05-13T10:51:47.282Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-13T10:51:47.282Z] github.com/docker/docker/api/types/registry [2022-05-13T10:51:47.282Z] github.com/docker/docker/api/types/strslice [2022-05-13T10:51:47.282Z] github.com/docker/docker/api/types/swarm [2022-05-13T10:51:47.282Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-13T10:51:47.282Z] github.com/docker/docker/api/types/time [2022-05-13T10:51:47.282Z] github.com/docker/docker/api/types/versions [2022-05-13T10:51:47.282Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-13T10:51:47.282Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-13T10:51:47.282Z] github.com/docker/docker/api/types/volume [2022-05-13T10:51:47.282Z] github.com/docker/docker/builder [2022-05-13T10:51:47.282Z] github.com/docker/docker/builder/builder-next [2022-05-13T10:51:47.282Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-13T10:51:47.282Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-13T10:51:47.282Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-13T10:51:47.282Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-13T10:51:47.282Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-13T10:51:47.282Z] github.com/docker/docker/builder/builder-next/worker [2022-05-13T10:51:47.282Z] github.com/docker/docker/builder/dockerfile [2022-05-13T10:51:47.282Z] github.com/docker/docker/builder/remotecontext [2022-05-13T10:51:47.282Z] github.com/docker/docker/builder/remotecontext/git [2022-05-13T10:51:47.282Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-13T10:51:47.282Z] github.com/docker/docker/cli [2022-05-13T10:51:47.282Z] github.com/docker/docker/cli/config [2022-05-13T10:51:47.282Z] github.com/docker/docker/cli/debug [2022-05-13T10:51:47.282Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-13T10:51:47.282Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-13T10:51:47.282Z] github.com/docker/docker/client [2022-05-13T10:51:47.282Z] github.com/docker/docker/cmd/docker-proxy [2022-05-13T10:51:47.282Z] github.com/docker/docker/cmd/dockerd [2022-05-13T10:51:47.282Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-13T10:51:47.282Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-13T10:51:47.282Z] github.com/docker/docker/container [2022-05-13T10:51:47.282Z] github.com/docker/docker/container/stream [2022-05-13T10:51:47.282Z] github.com/docker/docker/contrib/apparmor [2022-05-13T10:51:47.282Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-13T10:51:47.282Z] github.com/docker/docker/contrib/httpserver [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/cluster [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/cluster/convert [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/cluster/executor [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/cluster/provider [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/config [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/events [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/events/testutils [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/exec [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/graphdriver [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/images [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/initlayer [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/links [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/listeners [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/logger [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/logger/gelf [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/logger/journald [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/logger/local [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/logger/logentries [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/logger/splunk [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/logger/syslog [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/logger/templates [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/names [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/network [2022-05-13T10:51:47.282Z] github.com/docker/docker/daemon/stats [2022-05-13T10:51:47.282Z] github.com/docker/docker/distribution [2022-05-13T10:51:47.282Z] github.com/docker/docker/distribution/metadata [2022-05-13T10:51:47.282Z] github.com/docker/docker/distribution/utils [2022-05-13T10:51:47.282Z] github.com/docker/docker/distribution/xfer [2022-05-13T10:51:47.282Z] github.com/docker/docker/dockerversion [2022-05-13T10:51:47.282Z] github.com/docker/docker/errdefs [2022-05-13T10:51:47.282Z] github.com/docker/docker/image [2022-05-13T10:51:47.282Z] github.com/docker/docker/image/cache [2022-05-13T10:51:47.282Z] github.com/docker/docker/image/tarexport [2022-05-13T10:51:47.282Z] github.com/docker/docker/image/v1 [2022-05-13T10:51:47.282Z] github.com/docker/docker/internal/test/suite [2022-05-13T10:51:47.282Z] github.com/docker/docker/layer [2022-05-13T10:51:47.282Z] github.com/docker/docker/libcontainerd [2022-05-13T10:51:47.282Z] github.com/docker/docker/libcontainerd/queue [2022-05-13T10:51:47.282Z] github.com/docker/docker/libcontainerd/remote [2022-05-13T10:51:47.282Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-13T10:51:47.282Z] github.com/docker/docker/libcontainerd/types [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/bitseq [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/cluster [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/config [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/datastore [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/driverapi [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/etchosts [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/idm [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/ipam [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/iptables [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/netlabel [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/netutils [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/networkdb [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/ns [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/options [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/osl [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/portallocator [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/portmapper [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/testutils [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/types [2022-05-13T10:51:47.282Z] github.com/docker/docker/oci [2022-05-13T10:51:47.282Z] github.com/docker/docker/oci/caps [2022-05-13T10:51:47.282Z] github.com/docker/docker/opts [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/aaparser [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/archive [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/authorization [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/broadcaster [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/capabilities [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/chrootarchive [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/containerfs [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/devicemapper [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/directory [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/dmesg [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/filenotify [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/fileutils [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/fsutils [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/homedir [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/idtools [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/ioutils [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/jsonmessage [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/longpath [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/loopback [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/namesgenerator [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/parsers [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/pidfile [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/platform [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/plugingetter [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/plugins [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/plugins/transport [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/pools [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/progress [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/pubsub [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/reexec [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/signal [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/stack [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/stdcopy [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/streamformatter [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/stringid [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/sysinfo [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/system [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/tailfile [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/tarsum [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/truncindex [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/urlutil [2022-05-13T10:51:47.282Z] github.com/docker/docker/pkg/useragent [2022-05-13T10:51:47.282Z] github.com/docker/docker/plugin [2022-05-13T10:51:47.282Z] github.com/docker/docker/plugin/executor/containerd [2022-05-13T10:51:47.282Z] github.com/docker/docker/plugin/v2 [2022-05-13T10:51:47.282Z] github.com/docker/docker/profiles/apparmor [2022-05-13T10:51:47.282Z] github.com/docker/docker/profiles/seccomp [2022-05-13T10:51:47.282Z] github.com/docker/docker/quota [2022-05-13T10:51:47.282Z] github.com/docker/docker/reference [2022-05-13T10:51:47.282Z] github.com/docker/docker/registry [2022-05-13T10:51:47.282Z] github.com/docker/docker/registry/resumable [2022-05-13T10:51:47.282Z] github.com/docker/docker/restartmanager [2022-05-13T10:51:47.282Z] github.com/docker/docker/rootless [2022-05-13T10:51:47.282Z] github.com/docker/docker/rootless/specconv [2022-05-13T10:51:47.282Z] github.com/docker/docker/runconfig [2022-05-13T10:51:47.282Z] github.com/docker/docker/runconfig/opts [2022-05-13T10:51:47.282Z] github.com/docker/docker/testutil [2022-05-13T10:51:47.282Z] github.com/docker/docker/testutil/daemon [2022-05-13T10:51:47.282Z] github.com/docker/docker/testutil/environment [2022-05-13T10:51:47.282Z] github.com/docker/docker/testutil/fakecontext [2022-05-13T10:51:47.282Z] github.com/docker/docker/testutil/fakegit [2022-05-13T10:51:47.282Z] github.com/docker/docker/testutil/fakestorage [2022-05-13T10:51:47.282Z] github.com/docker/docker/testutil/fixtures/load [2022-05-13T10:51:47.282Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-13T10:51:47.282Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-13T10:51:47.282Z] github.com/docker/docker/testutil/registry [2022-05-13T10:51:47.282Z] github.com/docker/docker/testutil/request [2022-05-13T10:51:47.282Z] github.com/docker/docker/volume [2022-05-13T10:51:47.282Z] github.com/docker/docker/volume/drivers [2022-05-13T10:51:47.282Z] github.com/docker/docker/volume/local [2022-05-13T10:51:47.282Z] github.com/docker/docker/volume/mounts [2022-05-13T10:51:47.282Z] github.com/docker/docker/volume/service [2022-05-13T10:51:47.282Z] github.com/docker/docker/volume/service/opts [2022-05-13T10:51:47.282Z] github.com/docker/docker/volume/testutils' [2022-05-13T10:51:47.282Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/bitseq [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/cluster [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/config [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/datastore [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/driverapi [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/etchosts [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/idm [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/ipam [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/iptables [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/netlabel [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/netutils [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/networkdb [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/ns [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/options [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/osl [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/portallocator [2022-05-13T10:51:47.282Z] github.com/docker/docker/libnetwork/portmapper [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/testutils [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/types' [2022-05-13T10:51:47.283Z] + echo 'github.com/docker/docker/libnetwork [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/bitseq [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/cluster [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/config [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/datastore [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/driverapi [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/etchosts [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/idm [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/ipam [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-13T10:51:47.283Z] github.com/docker/docker/libne+ grep --fixed-strings libnetwork/drivers/bridge [2022-05-13T10:51:47.283Z] twork/ipams/remote [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/iptables [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/netlabel [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/netutils [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/networkdb [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/ns [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/options [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/osl [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/portallocator [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/portmapper [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/testutils [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/types' [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-13T10:51:47.283Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-13T10:51:47.283Z] + type docker-proxy [2022-05-13T10:51:47.283Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-05-13T10:51:47.283Z] + hack/make.sh binary-proxy install-proxy [2022-05-13T10:51:47.283Z] [2022-05-13T10:51:47.283Z] Removing bundles/ [2022-05-13T10:51:47.352Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-13T10:51:47.352Z] INFO: Testing against a local daemon [2022-05-13T10:51:47.352Z] === RUN TestBuildWithSession [2022-05-13T10:51:47.352Z] build_session_test.go:25: TODO: BuildKit [2022-05-13T10:51:47.352Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-13T10:51:47.352Z] === RUN TestBuildSquashParent [2022-05-13T10:51:47.352Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:51:47.352Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-05-13T10:51:47.352Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-13T10:51:47.352Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:51:47.352Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:51:47.352Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:51:47.352Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:51:47.352Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:51:47.352Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:51:47.352Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:51:47.352Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:51:47.352Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:51:47.352Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:51:47.352Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:51:47.352Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:51:47.352Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-13T10:51:47.352Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-13T10:51:47.352Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-13T10:51:47.352Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-13T10:51:47.538Z] [2022-05-13T10:51:47.538Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-05-13T10:51:47.538Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-05-13T10:51:47.538Z] GOOS="" GOARCH="" GOARM="" [2022-05-13T10:51:48.228Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-05-13T10:51:48.793Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-13T10:51:49.359Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-13T10:51:50.293Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-13T10:51:50.551Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-13T10:51:50.551Z] docker_api_swarm_service_test.go:148: [d27b6c1118948] joining swarm manager [d011993d4086d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:51:51.486Z] docker_api_swarm_service_test.go:148: [d67ed1d886789] joining swarm manager [d011993d4086d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:51:51.743Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-13T10:51:52.311Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-13T10:51:52.569Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-13T10:51:53.501Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-13T10:51:53.501Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-13T10:51:53.758Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-13T10:51:55.130Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-13T10:51:55.388Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-13T10:51:55.622Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-05-13T10:51:55.623Z] [2022-05-13T10:51:55.623Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-05-13T10:51:55.623Z] Installing docker-proxy to /usr/local/bin/ [2022-05-13T10:51:55.623Z] [2022-05-13T10:51:55.623Z] + mkdir -p bundles [2022-05-13T10:51:55.623Z] + '[' -n 'github.com/docker/docker/api [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/server [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/server/backend/build [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/server/httpstatus [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/server/httputils [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/server/middleware [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/server/router [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/server/router/build [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/server/router/container [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/server/router/debug [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/server/router/distribution [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/server/router/grpc [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/server/router/image [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/server/router/network [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/server/router/plugin [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/server/router/session [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/server/router/swarm [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/server/router/system [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/server/router/volume [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/types [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/types/backend [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/types/blkiodev [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/types/container [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/types/events [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/types/filters [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/types/image [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/types/mount [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/types/network [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/types/registry [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/types/strslice [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/types/swarm [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/types/time [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/types/versions [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-13T10:51:55.623Z] github.com/docker/docker/api/types/volume [2022-05-13T10:51:55.623Z] github.com/docker/docker/builder [2022-05-13T10:51:55.623Z] github.com/docker/docker/builder/builder-next [2022-05-13T10:51:55.623Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-13T10:51:55.623Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-13T10:51:55.623Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-13T10:51:55.623Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-13T10:51:55.623Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-13T10:51:55.623Z] github.com/docker/docker/builder/builder-next/worker [2022-05-13T10:51:55.623Z] github.com/docker/docker/builder/dockerfile [2022-05-13T10:51:55.623Z] github.com/docker/docker/builder/remotecontext [2022-05-13T10:51:55.623Z] github.com/docker/docker/builder/remotecontext/git [2022-05-13T10:51:55.623Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-13T10:51:55.623Z] github.com/docker/docker/cli [2022-05-13T10:51:55.623Z] github.com/docker/docker/cli/config [2022-05-13T10:51:55.623Z] github.com/docker/docker/cli/debug [2022-05-13T10:51:55.623Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-13T10:51:55.623Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-13T10:51:55.623Z] github.com/docker/docker/client [2022-05-13T10:51:55.623Z] github.com/docker/docker/cmd/docker-proxy [2022-05-13T10:51:55.623Z] github.com/docker/docker/cmd/dockerd [2022-05-13T10:51:55.623Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-13T10:51:55.623Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-13T10:51:55.623Z] github.com/docker/docker/container [2022-05-13T10:51:55.623Z] github.com/docker/docker/container/stream [2022-05-13T10:51:55.623Z] github.com/docker/docker/contrib/apparmor [2022-05-13T10:51:55.623Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-13T10:51:55.623Z] github.com/docker/docker/contrib/httpserver [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/cluster [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/cluster/convert [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/cluster/executor [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/cluster/provider [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/config [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/events [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/events/testutils [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/exec [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/graphdriver [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/images [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/initlayer [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/links [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/listeners [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/logger [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/logger/gelf [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/logger/journald [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/logger/local [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/logger/logentries [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/logger/splunk [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/logger/syslog [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/logger/templates [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/names [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/network [2022-05-13T10:51:55.623Z] github.com/docker/docker/daemon/stats [2022-05-13T10:51:55.623Z] github.com/docker/docker/distribution [2022-05-13T10:51:55.623Z] github.com/docker/docker/distribution/metadata [2022-05-13T10:51:55.623Z] github.com/docker/docker/distribution/utils [2022-05-13T10:51:55.623Z] github.com/docker/docker/distribution/xfer [2022-05-13T10:51:55.623Z] github.com/docker/docker/dockerversion [2022-05-13T10:51:55.623Z] github.com/docker/docker/errdefs [2022-05-13T10:51:55.623Z] github.com/docker/docker/image [2022-05-13T10:51:55.623Z] github.com/docker/docker/image/cache [2022-05-13T10:51:55.623Z] github.com/docker/docker/image/tarexport [2022-05-13T10:51:55.623Z] github.com/docker/docker/image/v1 [2022-05-13T10:51:55.623Z] github.com/docker/docker/internal/test/suite [2022-05-13T10:51:55.623Z] github.com/docker/docker/layer [2022-05-13T10:51:55.623Z] github.com/docker/docker/libcontainerd [2022-05-13T10:51:55.623Z] github.com/docker/docker/libcontainerd/queue [2022-05-13T10:51:55.623Z] github.com/docker/docker/libcontainerd/remote [2022-05-13T10:51:55.623Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-13T10:51:55.623Z] github.com/docker/docker/libcontainerd/types [2022-05-13T10:51:55.623Z] github.com/docker/docker/oci [2022-05-13T10:51:55.623Z] github.com/docker/docker/oci/caps [2022-05-13T10:51:55.623Z] github.com/docker/docker/opts [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/aaparser [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/archive [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/authorization [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/broadcaster [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/capabilities [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/chrootarchive [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/containerfs [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/devicemapper [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/directory [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/dmesg [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/filenotify [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/fileutils [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/fsutils [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/homedir [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/idtools [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/ioutils [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/jsonmessage [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/longpath [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/loopback [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/namesgenerator [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/parsers [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/pidfile [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/platform [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/plugingetter [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/plugins [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/plugins/transport [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/pools [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/progress [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/pubsub [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/reexec [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/signal [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/stack [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/stdcopy [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/streamformatter [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/stringid [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/sysinfo [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/system [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/tailfile [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/tarsum [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/truncindex [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/urlutil [2022-05-13T10:51:55.623Z] github.com/docker/docker/pkg/useragent [2022-05-13T10:51:55.623Z] github.com/docker/docker/plugin [2022-05-13T10:51:55.623Z] github.com/docker/docker/plugin/executor/containerd [2022-05-13T10:51:55.623Z] github.com/docker/docker/plugin/v2 [2022-05-13T10:51:55.623Z] github.com/docker/docker/profiles/apparmor [2022-05-13T10:51:55.623Z] github.com/docker/docker/profiles/seccomp [2022-05-13T10:51:55.623Z] github.com/docker/docker/quota [2022-05-13T10:51:55.623Z] github.com/docker/docker/reference [2022-05-13T10:51:55.623Z] github.com/docker/docker/registry [2022-05-13T10:51:55.623Z] github.com/docker/docker/registry/resumable [2022-05-13T10:51:55.623Z] github.com/docker/docker/restartmanager [2022-05-13T10:51:55.623Z] github.com/docker/docker/rootless [2022-05-13T10:51:55.623Z] github.com/docker/docker/rootless/specconv [2022-05-13T10:51:55.623Z] github.com/docker/docker/runconfig [2022-05-13T10:51:55.623Z] github.com/docker/docker/runconfig/opts [2022-05-13T10:51:55.623Z] github.com/docker/docker/testutil [2022-05-13T10:51:55.623Z] github.com/docker/docker/testutil/daemon [2022-05-13T10:51:55.623Z] github.com/docker/docker/testutil/environment [2022-05-13T10:51:55.623Z] github.com/docker/docker/testutil/fakecontext [2022-05-13T10:51:55.623Z] github.com/docker/docker/testutil/fakegit [2022-05-13T10:51:55.623Z] github.com/docker/docker/testutil/fakestorage [2022-05-13T10:51:55.623Z] github.com/docker/docker/testutil/fixtures/load [2022-05-13T10:51:55.623Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-13T10:51:55.623Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-13T10:51:55.623Z] github.com/docker/docker/testutil/registry [2022-05-13T10:51:55.623Z] github.com/docker/docker/testutil/request [2022-05-13T10:51:55.623Z] github.com/docker/docker/volume [2022-05-13T10:51:55.623Z] github.com/docker/docker/volume/drivers [2022-05-13T10:51:55.623Z] github.com/docker/docker/volume/local [2022-05-13T10:51:55.623Z] github.com/docker/docker/volume/mounts [2022-05-13T10:51:55.623Z] github.com/docker/docker/volume/service [2022-05-13T10:51:55.623Z] github.com/docker/docker/volume/service/opts [2022-05-13T10:51:55.623Z] github.com/docker/docker/volume/testutils' ']' [2022-05-13T10:51:55.624Z] + 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-13T10:51:55.624Z] ? github.com/docker/docker/api [no test files] [2022-05-13T10:51:55.970Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-13T10:51:56.538Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-05-13T10:51:57.470Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-13T10:51:58.403Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-05-13T10:51:58.967Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-05-13T10:51:59.534Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-05-13T10:51:59.877Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-13T10:51:59.877Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-13T10:52:00.466Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-05-13T10:52:00.724Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-05-13T10:52:01.659Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-13T10:52:02.225Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-05-13T10:52:03.158Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-13T10:52:03.416Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-13T10:52:03.981Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-13T10:52:04.072Z] --- PASS: TestBuildWithHugeFile (119.21s) [2022-05-13T10:52:04.072Z] === RUN TestBuildWCOWSandboxSize [2022-05-13T10:52:04.072Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-13T10:52:04.072Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-13T10:52:04.072Z] === RUN TestBuildWithEmptyDockerfile [2022-05-13T10:52:04.072Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:52:04.072Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:52:04.072Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:52:04.072Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:52:04.072Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:52:04.072Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:52:04.072Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:52:04.072Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:52:04.072Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:52:04.072Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2022-05-13T10:52:04.072Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-05-13T10:52:04.072Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-05-13T10:52:04.072Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-05-13T10:52:04.072Z] === RUN TestBuildPreserveOwnership [2022-05-13T10:52:04.072Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:52:04.072Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-05-13T10:52:04.072Z] === RUN TestBuildPlatformInvalid [2022-05-13T10:52:04.073Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-05-13T10:52:04.073Z] PASS [2022-05-13T10:52:04.073Z] ok github.com/docker/docker/integration/build 199.802s [2022-05-13T10:52:04.073Z] [2022-05-13T10:52:04.073Z] === Skipped [2022-05-13T10:52:04.073Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-05-13T10:52:04.073Z] build_session_test.go:25: TODO: BuildKit [2022-05-13T10:52:04.073Z] [2022-05-13T10:52:04.073Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-05-13T10:52:04.073Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:52:04.073Z] [2022-05-13T10:52:04.073Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-05-13T10:52:04.073Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:52:04.073Z] [2022-05-13T10:52:04.073Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-05-13T10:52:04.073Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:52:04.073Z] [2022-05-13T10:52:04.073Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-05-13T10:52:04.073Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-13T10:52:04.073Z] [2022-05-13T10:52:04.073Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-05-13T10:52:04.073Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:52:04.073Z] [2022-05-13T10:52:04.073Z] DONE 29 tests, 6 skipped in 236.865s [2022-05-13T10:52:04.073Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-05-13T10:52:04.073Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:52:04.073Z] INFO: Testing against a local daemon [2022-05-13T10:52:04.073Z] === RUN TestConfigInspect [2022-05-13T10:52:04.073Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:52:04.073Z] --- SKIP: TestConfigInspect (0.00s) [2022-05-13T10:52:04.073Z] === RUN TestConfigList [2022-05-13T10:52:04.073Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:52:04.073Z] --- SKIP: TestConfigList (0.00s) [2022-05-13T10:52:04.073Z] === RUN TestConfigsCreateAndDelete [2022-05-13T10:52:04.073Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:52:04.073Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-05-13T10:52:04.073Z] === RUN TestConfigsUpdate [2022-05-13T10:52:04.073Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:52:04.073Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-05-13T10:52:04.073Z] === RUN TestTemplatedConfig [2022-05-13T10:52:04.073Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:52:04.073Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-13T10:52:04.073Z] === RUN TestConfigCreateResolve [2022-05-13T10:52:04.073Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:52:04.073Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-05-13T10:52:04.073Z] PASS [2022-05-13T10:52:04.073Z] ok github.com/docker/docker/integration/config 0.104s [2022-05-13T10:52:04.073Z] [2022-05-13T10:52:04.073Z] === Skipped [2022-05-13T10:52:04.073Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-05-13T10:52:04.073Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:52:04.073Z] [2022-05-13T10:52:04.073Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-05-13T10:52:04.073Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:52:04.073Z] [2022-05-13T10:52:04.073Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-05-13T10:52:04.073Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:52:04.073Z] [2022-05-13T10:52:04.073Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-05-13T10:52:04.073Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:52:04.073Z] [2022-05-13T10:52:04.073Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-05-13T10:52:04.073Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:52:04.073Z] [2022-05-13T10:52:04.073Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-05-13T10:52:04.073Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:52:04.073Z] [2022-05-13T10:52:04.073Z] DONE 6 tests, 6 skipped in 2.079s [2022-05-13T10:52:04.073Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-05-13T10:52:04.073Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:52:04.073Z] INFO: Testing against a local daemon [2022-05-13T10:52:04.073Z] === RUN TestAttachWithTTY [2022-05-13T10:52:04.073Z] --- PASS: TestAttachWithTTY (0.15s) [2022-05-13T10:52:04.073Z] === RUN TestAttachWithoutTTy [2022-05-13T10:52:04.073Z] --- PASS: TestAttachWithoutTTy (0.15s) [2022-05-13T10:52:04.073Z] === RUN TestCheckpoint [2022-05-13T10:52:04.073Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-13T10:52:04.073Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/commit [2022-05-13T10:52:04.073Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-13T10:52:04.073Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:52:04.073Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:52:04.073Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:52:04.073Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:52:04.073Z] === CONT TestContainerInvalidJSON/commit [2022-05-13T10:52:04.073Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-13T10:52:04.073Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-13T10:52:04.073Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-13T10:52:04.073Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-13T10:52:04.073Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/commit (0.02s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.01s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.02s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.01s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.01s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.01s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.01s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.01s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.02s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.01s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.01s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.01s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-13T10:52:04.073Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-13T10:52:04.073Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-13T10:52:04.073Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.23s) [2022-05-13T10:52:04.073Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-13T10:52:04.073Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.23s) [2022-05-13T10:52:04.073Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-13T10:52:04.073Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.23s) [2022-05-13T10:52:04.073Z] === RUN TestCopyEmptyFile [2022-05-13T10:52:04.073Z] --- PASS: TestCopyEmptyFile (0.36s) [2022-05-13T10:52:04.073Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-13T10:52:04.073Z] --- PASS: TestCopyToContainerPathIsNotDir (0.22s) [2022-05-13T10:52:04.073Z] === RUN TestCopyFromContainer [2022-05-13T10:52:04.073Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:52:04.073Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-05-13T10:52:04.073Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-13T10:52:04.073Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:52:04.073Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:52:04.073Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:52:04.073Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:52:04.073Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:52:04.073Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:52:04.073Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:52:04.073Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:52:04.073Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:52:04.073Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-05-13T10:52:04.073Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-13T10:52:04.073Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-13T10:52:04.073Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-05-13T10:52:04.073Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-13T10:52:04.073Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-13T10:52:04.073Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-05-13T10:52:04.073Z] === RUN TestCreateWithInvalidEnv [2022-05-13T10:52:04.073Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-13T10:52:04.073Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-13T10:52:04.073Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-13T10:52:04.073Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-13T10:52:04.073Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-13T10:52:04.073Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-13T10:52:04.073Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-13T10:52:04.073Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-13T10:52:04.073Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-13T10:52:04.073Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-05-13T10:52:04.073Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-13T10:52:04.073Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-13T10:52:04.073Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-13T10:52:04.073Z] === RUN TestCreateTmpfsMountsTarget [2022-05-13T10:52:04.073Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:52:04.073Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-05-13T10:52:04.073Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-13T10:52:04.073Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:52:04.073Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-05-13T10:52:04.073Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-13T10:52:04.073Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:52:04.073Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-13T10:52:04.073Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-13T10:52:04.073Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:52:04.073Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:52:04.073Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:52:04.073Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:52:04.073Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:52:04.073Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:52:04.073Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:52:04.073Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:52:04.073Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:52:04.073Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:52:04.073Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:52:04.073Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:52:04.073Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:52:04.073Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:52:04.073Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:52:04.073Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-05-13T10:52:04.073Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2022-05-13T10:52:04.073Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-13T10:52:04.073Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-13T10:52:04.073Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-13T10:52:04.073Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-13T10:52:04.073Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-13T10:52:04.073Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-13T10:52:04.073Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-13T10:52:04.073Z] === RUN TestCreateDifferentPlatform [2022-05-13T10:52:04.073Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-13T10:52:04.073Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-13T10:52:04.073Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-05-13T10:52:04.073Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-13T10:52:04.073Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-13T10:52:04.073Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-13T10:52:04.073Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.12s) [2022-05-13T10:52:04.073Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-13T10:52:04.073Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-13T10:52:04.073Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-05-13T10:52:04.073Z] === RUN TestContainerKillOnDaemonStart [2022-05-13T10:52:04.073Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:52:04.073Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-13T10:52:04.073Z] === RUN TestWindowsDevices [2022-05-13T10:52:04.073Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-05-13T10:52:04.073Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-05-13T10:52:04.073Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.073Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.073Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.073Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.073Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.073Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.073Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-05-13T10:52:04.073Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-05-13T10:52:04.073Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.073Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.073Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.073Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.073Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.074Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.074Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-05-13T10:52:04.074Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-13T10:52:04.074Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.074Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.074Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-13T10:52:04.074Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-13T10:52:04.074Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.074Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.074Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.074Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.074Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.074Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-13T10:52:04.074Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.074Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-13T10:52:04.074Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:52:04.074Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-13T10:52:04.074Z] --- PASS: TestWindowsDevices (0.03s) [2022-05-13T10:52:04.074Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.15s) [2022-05-13T10:52:04.074Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.06s) [2022-05-13T10:52:04.074Z] --- PASS: TestWindowsDevices/process/no_device_mounted (6.09s) [2022-05-13T10:52:04.074Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.16s) [2022-05-13T10:52:04.074Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.07s) [2022-05-13T10:52:04.074Z] --- SKIP: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.26s) [2022-05-13T10:52:04.074Z] --- SKIP: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.24s) [2022-05-13T10:52:04.074Z] --- SKIP: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.20s) [2022-05-13T10:52:04.074Z] === RUN TestDiff [2022-05-13T10:52:04.074Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-13T10:52:04.074Z] --- SKIP: TestDiff (0.00s) [2022-05-13T10:52:04.074Z] === RUN TestExecWithCloseStdin [2022-05-13T10:52:04.074Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-13T10:52:04.074Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-05-13T10:52:04.074Z] === RUN TestExec [2022-05-13T10:52:04.547Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-13T10:52:04.547Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-13T10:52:05.919Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-13T10:52:06.484Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-13T10:52:06.741Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-13T10:52:07.674Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-13T10:52:07.875Z] --- PASS: TestExec (4.03s) [2022-05-13T10:52:07.875Z] === RUN TestExecUser [2022-05-13T10:52:07.875Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-13T10:52:07.875Z] --- SKIP: TestExecUser (0.00s) [2022-05-13T10:52:07.875Z] === RUN TestExportContainerAndImportImage [2022-05-13T10:52:07.875Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:52:07.875Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-05-13T10:52:07.875Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-13T10:52:07.875Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:52:07.875Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-05-13T10:52:07.876Z] === RUN TestHealthCheckWorkdir [2022-05-13T10:52:07.876Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-13T10:52:07.876Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-05-13T10:52:07.876Z] === RUN TestHealthKillContainer [2022-05-13T10:52:07.876Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-13T10:52:07.876Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-05-13T10:52:07.876Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-13T10:52:07.876Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-13T10:52:07.876Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-13T10:52:07.876Z] === RUN TestKillContainerInvalidSignal [2022-05-13T10:52:07.932Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-13T10:52:07.933Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-13T10:52:08.499Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-13T10:52:08.611Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-05-13T10:52:08.611Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (14.22s) [2022-05-13T10:52:08.611Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (14.36s) [2022-05-13T10:52:08.611Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (14.46s) [2022-05-13T10:52:08.611Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (14.85s) [2022-05-13T10:52:08.611Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (8.92s) [2022-05-13T10:52:08.611Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (9.01s) [2022-05-13T10:52:08.611Z] === RUN TestBuildMultiStageCopy [2022-05-13T10:52:08.611Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-13T10:52:09.065Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-13T10:52:09.631Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-13T10:52:10.197Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-13T10:52:10.763Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-13T10:52:10.763Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-13T10:52:10.821Z] --- PASS: TestKillContainerInvalidSignal (3.11s) [2022-05-13T10:52:10.821Z] === RUN TestKillContainer [2022-05-13T10:52:10.821Z] === RUN TestKillContainer/no_signal [2022-05-13T10:52:11.021Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-13T10:52:11.021Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-13T10:52:11.952Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-13T10:52:12.210Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-13T10:52:12.776Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-13T10:52:13.341Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-13T10:52:13.341Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-13T10:52:13.623Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-13T10:52:13.716Z] ok github.com/docker/docker/api/server 0.008s coverage: 7.9% of statements [2022-05-13T10:52:13.799Z] === RUN TestKillContainer/non_killing_signal [2022-05-13T10:52:13.799Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-13T10:52:13.799Z] === RUN TestKillContainer/killing_signal [2022-05-13T10:52:14.562Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-13T10:52:15.500Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-13T10:52:16.747Z] --- PASS: TestKillContainer (6.04s) [2022-05-13T10:52:16.747Z] --- PASS: TestKillContainer/no_signal (3.07s) [2022-05-13T10:52:16.747Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-13T10:52:16.747Z] --- PASS: TestKillContainer/killing_signal (2.91s) [2022-05-13T10:52:16.747Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-13T10:52:16.747Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-13T10:52:16.747Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-13T10:52:16.747Z] === RUN TestKillStoppedContainer [2022-05-13T10:52:16.747Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-13T10:52:16.747Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-05-13T10:52:16.747Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-13T10:52:16.747Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-13T10:52:16.747Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-13T10:52:16.747Z] === RUN TestKillDifferentUserContainer [2022-05-13T10:52:16.747Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-13T10:52:16.747Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-05-13T10:52:16.747Z] === RUN TestInspectOomKilledTrue [2022-05-13T10:52:16.747Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:52:16.747Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-13T10:52:16.747Z] === RUN TestInspectOomKilledFalse [2022-05-13T10:52:16.747Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:52:16.747Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-13T10:52:16.747Z] === RUN TestLogsFollowTailEmpty [2022-05-13T10:52:16.873Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-13T10:52:17.439Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-13T10:52:18.005Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-13T10:52:18.263Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-13T10:52:18.426Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-13T10:52:18.426Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-13T10:52:18.426Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-13T10:52:18.828Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-13T10:52:19.055Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-13T10:52:19.055Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-13T10:52:19.394Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-13T10:52:19.695Z] --- PASS: TestLogsFollowTailEmpty (3.11s) [2022-05-13T10:52:19.695Z] === RUN TestNetworkNat [2022-05-13T10:52:19.695Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-13T10:52:19.695Z] --- SKIP: TestNetworkNat (0.00s) [2022-05-13T10:52:19.695Z] === RUN TestNetworkLocalhostTCPNat [2022-05-13T10:52:20.042Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-13T10:52:20.328Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-13T10:52:21.610Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-13T10:52:22.226Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-13T10:52:22.226Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-13T10:52:22.791Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-13T10:52:23.177Z] --- PASS: TestBuildMultiStageCopy (14.28s) [2022-05-13T10:52:23.177Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.42s) [2022-05-13T10:52:23.177Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.93s) [2022-05-13T10:52:23.177Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.10s) [2022-05-13T10:52:23.177Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.31s) [2022-05-13T10:52:23.177Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.52s) [2022-05-13T10:52:23.177Z] === RUN TestBuildMultiStageParentConfig [2022-05-13T10:52:23.481Z] --- PASS: TestNetworkLocalhostTCPNat (3.79s) [2022-05-13T10:52:23.481Z] === RUN TestNetworkLoopbackNat [2022-05-13T10:52:23.481Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-13T10:52:23.481Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-05-13T10:52:23.481Z] === RUN TestPause [2022-05-13T10:52:23.481Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-13T10:52:23.481Z] --- SKIP: TestPause (0.00s) [2022-05-13T10:52:23.481Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-13T10:52:24.164Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-13T10:52:25.099Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-13T10:52:25.456Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-13T10:52:25.456Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-13T10:52:25.456Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-13T10:52:25.456Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-13T10:52:25.456Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-13T10:52:25.456Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-13T10:52:25.456Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-13T10:52:25.911Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-13T10:52:25.911Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-13T10:52:25.911Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-13T10:52:26.134Z] --- PASS: TestBuildMultiStageParentConfig (3.00s) [2022-05-13T10:52:26.134Z] === RUN TestBuildLabelWithTargets [2022-05-13T10:52:26.134Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:52:26.134Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-05-13T10:52:26.134Z] === RUN TestBuildWithEmptyLayers [2022-05-13T10:52:26.428Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.06s) [2022-05-13T10:52:26.429Z] === RUN TestPauseStopPausedContainer [2022-05-13T10:52:26.429Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:52:26.429Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-05-13T10:52:26.429Z] === RUN TestPsFilter [2022-05-13T10:52:26.897Z] --- PASS: TestPsFilter (0.37s) [2022-05-13T10:52:26.897Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-13T10:52:26.998Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-13T10:52:27.700Z] --- PASS: TestBuildWithEmptyLayers (1.54s) [2022-05-13T10:52:27.700Z] === RUN TestBuildMultiStageOnBuild [2022-05-13T10:52:27.932Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-05-13T10:52:28.189Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-13T10:52:28.189Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-05-13T10:52:28.189Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-13T10:52:28.189Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-05-13T10:52:28.189Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-13T10:52:28.755Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-13T10:52:29.844Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.97s) [2022-05-13T10:52:29.844Z] === RUN TestRemoveContainerWithVolume [2022-05-13T10:52:30.128Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-13T10:52:32.029Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-13T10:52:32.788Z] --- PASS: TestRemoveContainerWithVolume (3.00s) [2022-05-13T10:52:32.788Z] === RUN TestRemoveContainerRunning [2022-05-13T10:52:33.402Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-13T10:52:33.979Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-13T10:52:34.917Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-13T10:52:35.485Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-05-13T10:52:35.485Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-05-13T10:52:35.485Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-13T10:52:35.737Z] --- PASS: TestRemoveContainerRunning (3.04s) [2022-05-13T10:52:35.737Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-13T10:52:36.051Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-05-13T10:52:36.984Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-13T10:52:36.984Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-13T10:52:37.549Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-13T10:52:37.807Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-13T10:52:38.683Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.05s) [2022-05-13T10:52:38.683Z] === RUN TestRemoveInvalidContainer [2022-05-13T10:52:38.741Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-05-13T10:52:38.998Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-13T10:52:39.151Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-05-13T10:52:39.151Z] === RUN TestRenameLinkedContainer [2022-05-13T10:52:39.151Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-13T10:52:39.151Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-05-13T10:52:39.151Z] === RUN TestRenameStoppedContainer [2022-05-13T10:52:39.256Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-13T10:52:39.514Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-13T10:52:40.079Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-13T10:52:40.644Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-13T10:52:41.211Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-13T10:52:41.775Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-13T10:52:42.033Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-13T10:52:42.102Z] --- PASS: TestRenameStoppedContainer (3.05s) [2022-05-13T10:52:42.102Z] === RUN TestRenameRunningContainerAndReuse [2022-05-13T10:52:42.598Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-13T10:52:42.640Z] --- PASS: TestBuildMultiStageOnBuild (14.09s) [2022-05-13T10:52:42.640Z] === RUN TestBuildUncleanTarFilenames [2022-05-13T10:52:42.640Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:52:42.640Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-05-13T10:52:42.640Z] === RUN TestBuildMultiStageLayerLeak [2022-05-13T10:52:43.163Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-13T10:52:43.163Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-13T10:52:43.728Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-13T10:52:43.986Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-13T10:52:45.358Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-13T10:52:45.358Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-13T10:52:45.358Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-05-13T10:52:45.358Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-13T10:52:48.639Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-13T10:52:48.896Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-13T10:52:49.250Z] --- PASS: TestRenameRunningContainerAndReuse (6.42s) [2022-05-13T10:52:49.250Z] === RUN TestRenameInvalidName [2022-05-13T10:52:51.462Z] --- PASS: TestRenameInvalidName (2.91s) [2022-05-13T10:52:51.462Z] === RUN TestRenameAnonymousContainer [2022-05-13T10:52:53.074Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-05-13T10:52:55.789Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-13T10:52:55.789Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-13T10:52:55.789Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-13T10:52:55.789Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-13T10:52:57.257Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-05-13T10:52:57.574Z] --- PASS: TestBuildMultiStageLayerLeak (16.01s) [2022-05-13T10:52:57.574Z] === RUN TestBuildWithHugeFile [2022-05-13T10:52:59.782Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-05-13T10:52:59.782Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-05-13T10:53:00.716Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-13T10:53:02.090Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-05-13T10:53:02.090Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-05-13T10:53:02.090Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-13T10:53:02.090Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-13T10:53:02.349Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-05-13T10:53:02.606Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-13T10:53:03.940Z] --- PASS: TestRenameAnonymousContainer (11.89s) [2022-05-13T10:53:03.940Z] === RUN TestRenameContainerWithSameName [2022-05-13T10:53:05.133Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-13T10:53:05.391Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-05-13T10:53:06.150Z] --- PASS: TestRenameContainerWithSameName (3.17s) [2022-05-13T10:53:06.150Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-13T10:53:06.150Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-13T10:53:06.150Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-05-13T10:53:06.150Z] === RUN TestResize [2022-05-13T10:53:06.324Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-13T10:53:07.256Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-13T10:53:08.628Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-05-13T10:53:09.935Z] --- PASS: TestResize (3.18s) [2022-05-13T10:53:09.935Z] === RUN TestResizeWithInvalidSize [2022-05-13T10:53:11.153Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-05-13T10:53:12.883Z] --- PASS: TestResizeWithInvalidSize (3.10s) [2022-05-13T10:53:12.883Z] === RUN TestResizeWhenContainerNotStarted [2022-05-13T10:53:13.050Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-13T10:53:13.308Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-13T10:53:13.873Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-13T10:53:14.806Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-05-13T10:53:15.064Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-13T10:53:15.064Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-13T10:53:15.064Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-13T10:53:15.829Z] --- PASS: TestResizeWhenContainerNotStarted (3.03s) [2022-05-13T10:53:15.829Z] === RUN TestDaemonRestartKillContainers [2022-05-13T10:53:15.829Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:53:15.829Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-13T10:53:15.829Z] === RUN TestStats [2022-05-13T10:53:15.829Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-13T10:53:15.829Z] --- SKIP: TestStats (0.00s) [2022-05-13T10:53:15.829Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-13T10:53:16.436Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-13T10:53:16.816Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-13T10:53:17.373Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-13T10:53:18.340Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-13T10:53:18.750Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-13T10:53:18.750Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-13T10:53:19.008Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-13T10:53:19.008Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-05-13T10:53:19.298Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-13T10:53:20.381Z] === RUN TestDockerSuite/TestRunMount [2022-05-13T10:53:23.956Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-13T10:53:24.483Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.38s) [2022-05-13T10:53:24.483Z] === RUN TestStopContainerWithTimeout [2022-05-13T10:53:24.483Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-13T10:53:24.483Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-05-13T10:53:24.483Z] === RUN TestUpdateRestartPolicy [2022-05-13T10:53:24.564Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-13T10:53:24.822Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-13T10:53:25.386Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-13T10:53:26.319Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-13T10:53:26.841Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-13T10:53:27.691Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-13T10:53:29.712Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-13T10:53:30.668Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-13T10:53:31.084Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-13T10:53:32.460Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-13T10:53:33.395Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-13T10:53:34.768Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-13T10:53:34.768Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-13T10:53:35.027Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-13T10:53:35.960Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-13T10:53:36.217Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-13T10:53:36.783Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-13T10:53:38.156Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-13T10:53:39.529Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-13T10:53:42.076Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-13T10:53:42.335Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-13T10:53:42.335Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-05-13T10:53:43.269Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-05-13T10:53:43.269Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-13T10:53:43.526Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-13T10:53:43.784Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-13T10:53:44.350Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-13T10:53:44.350Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-13T10:53:44.918Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-13T10:53:49.762Z] --- PASS: TestUpdateRestartPolicy (23.85s) [2022-05-13T10:53:49.762Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-13T10:53:50.125Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 31.9% of statements [2022-05-13T10:53:50.125Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-13T10:53:50.125Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 6.0% of statements [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-13T10:53:50.125Z] ok github.com/docker/docker/api/server/router/volume 0.017s coverage: 67.9% of statements [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/types [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-13T10:53:50.125Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-13T10:53:50.125Z] ok github.com/docker/docker/api/types/strslice 0.010s coverage: 90.0% of statements [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-13T10:53:50.125Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2022-05-13T10:53:50.125Z] ok github.com/docker/docker/api/types/versions 0.017s coverage: 77.3% of statements [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/builder [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-13T10:53:50.125Z] ok github.com/docker/docker/builder/remotecontext 0.099s coverage: 13.7% of statements [2022-05-13T10:53:50.125Z] ok github.com/docker/docker/builder/dockerfile 0.534s coverage: 49.3% of statements [2022-05-13T10:53:50.125Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-05-13T10:53:50.125Z] ok github.com/docker/docker/cli/debug 0.004s coverage: 100.0% of statements [2022-05-13T10:53:50.125Z] ok github.com/docker/docker/builder/remotecontext/git 1.769s coverage: 86.3% of statements [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/cli [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-13T10:53:50.125Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-13T10:53:50.125Z] ok github.com/docker/docker/cmd/docker-proxy 0.262s coverage: 67.6% of statements [2022-05-13T10:53:51.325Z] --- PASS: TestUpdateRestartWithAutoRemove (3.07s) [2022-05-13T10:53:51.325Z] === RUN TestWaitNonBlocked [2022-05-13T10:53:51.326Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:53:51.326Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:53:51.326Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:53:51.326Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:53:51.326Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:53:51.326Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:53:51.472Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-05-13T10:53:51.472Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-05-13T10:53:51.472Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-13T10:53:51.472Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-05-13T10:53:51.472Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-05-13T10:53:52.038Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-13T10:53:53.396Z] ok github.com/docker/docker/client 0.133s coverage: 75.4% of statements [2022-05-13T10:53:53.412Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-13T10:53:54.346Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-05-13T10:53:54.911Z] docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n" [2022-05-13T10:53:54.911Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-13T10:53:54.911Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-05-13T10:53:55.117Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-05-13T10:53:55.117Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.73s) [2022-05-13T10:53:55.117Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.89s) [2022-05-13T10:53:55.117Z] === RUN TestWaitBlocked [2022-05-13T10:53:55.117Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:53:55.117Z] --- SKIP: TestWaitBlocked (0.00s) [2022-05-13T10:53:55.117Z] PASS [2022-05-13T10:53:55.117Z] ok github.com/docker/docker/integration/container 120.055s [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === Skipped [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-05-13T10:53:55.117Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-05-13T10:53:55.117Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-05-13T10:53:55.117Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-05-13T10:53:55.117Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-05-13T10:53:55.117Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-13T10:53:55.117Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-13T10:53:55.117Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-05-13T10:53:55.117Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-05-13T10:53:55.117Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.15s) [2022-05-13T10:53:55.117Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-13T10:53:55.117Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.15s) [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.26s) [2022-05-13T10:53:55.117Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-13T10:53:55.117Z] --- SKIP: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.26s) [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.24s) [2022-05-13T10:53:55.117Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-13T10:53:55.117Z] --- SKIP: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.24s) [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.20s) [2022-05-13T10:53:55.117Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-13T10:53:55.117Z] --- SKIP: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.20s) [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-05-13T10:53:55.117Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-05-13T10:53:55.117Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-05-13T10:53:55.117Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-05-13T10:53:55.117Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-05-13T10:53:55.117Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-05-13T10:53:55.117Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-05-13T10:53:55.117Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-13T10:53:55.117Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-05-13T10:53:55.117Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-13T10:53:55.117Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-13T10:53:55.117Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-05-13T10:53:55.117Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-13T10:53:55.117Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-05-13T10:53:55.117Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-05-13T10:53:55.117Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-05-13T10:53:55.117Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-05-13T10:53:55.117Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-05-13T10:53:55.117Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-05-13T10:53:55.117Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-05-13T10:53:55.117Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-05-13T10:53:55.117Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-05-13T10:53:55.117Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-05-13T10:53:55.117Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-05-13T10:53:55.117Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-05-13T10:53:55.117Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-05-13T10:53:55.117Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:53:55.117Z] [2022-05-13T10:53:55.117Z] DONE 122 tests, 38 skipped in 122.875s [2022-05-13T10:53:55.117Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-05-13T10:53:55.477Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-13T10:53:56.043Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-13T10:53:56.610Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-13T10:53:57.179Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-13T10:53:57.179Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-05-13T10:53:57.179Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-13T10:53:57.745Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-05-13T10:53:58.003Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-13T10:53:58.261Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-13T10:53:58.261Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-05-13T10:53:58.262Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-13T10:53:58.829Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-05-13T10:54:00.201Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-13T10:54:00.201Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-05-13T10:54:00.201Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-13T10:54:00.769Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-05-13T10:54:02.670Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-13T10:54:04.061Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-05-13T10:54:04.061Z] === RUN TestDockerSuite/TestRunRm [2022-05-13T10:54:04.632Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-13T10:54:06.532Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-05-13T10:54:08.432Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-13T10:54:08.997Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-13T10:54:08.997Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-05-13T10:54:09.563Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-05-13T10:54:11.464Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-05-13T10:54:12.030Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-05-13T10:54:12.030Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-05-13T10:54:15.313Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-05-13T10:54:15.313Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-05-13T10:54:17.841Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-05-13T10:54:18.411Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-05-13T10:54:18.976Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-05-13T10:54:19.543Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-05-13T10:54:20.109Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-05-13T10:54:20.675Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-05-13T10:54:21.244Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-05-13T10:54:21.244Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-05-13T10:54:21.809Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-05-13T10:54:22.375Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-13T10:54:22.942Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-13T10:54:23.508Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-13T10:54:25.327Z] === RUN TestConfigDaemonLibtrustID [2022-05-13T10:54:25.327Z] daemon_test.go:31: runtime.GOOS == "windows" [2022-05-13T10:54:25.327Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-05-13T10:54:25.327Z] === RUN TestConfigDaemonID [2022-05-13T10:54:25.327Z] daemon_test.go:50: runtime.GOOS == "windows" [2022-05-13T10:54:25.327Z] --- SKIP: TestConfigDaemonID (0.00s) [2022-05-13T10:54:25.327Z] === RUN TestDaemonConfigValidation [2022-05-13T10:54:25.327Z] daemon_test.go:87: runtime.GOOS == "windows" [2022-05-13T10:54:25.327Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-05-13T10:54:25.327Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-13T10:54:25.327Z] daemon_test.go:153: runtime.GOOS == "windows" [2022-05-13T10:54:25.327Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-05-13T10:54:25.327Z] === RUN TestDaemonProxy [2022-05-13T10:54:25.327Z] daemon_test.go:201: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-13T10:54:25.327Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-13T10:54:25.327Z] PASS [2022-05-13T10:54:25.327Z] ok github.com/docker/docker/integration/daemon 0.147s [2022-05-13T10:54:25.327Z] [2022-05-13T10:54:25.327Z] === Skipped [2022-05-13T10:54:25.327Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-05-13T10:54:25.327Z] daemon_test.go:31: runtime.GOOS == "windows" [2022-05-13T10:54:25.327Z] [2022-05-13T10:54:25.327Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonID (0.00s) [2022-05-13T10:54:25.327Z] daemon_test.go:50: runtime.GOOS == "windows" [2022-05-13T10:54:25.327Z] [2022-05-13T10:54:25.327Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-05-13T10:54:25.327Z] daemon_test.go:87: runtime.GOOS == "windows" [2022-05-13T10:54:25.327Z] [2022-05-13T10:54:25.327Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-05-13T10:54:25.327Z] daemon_test.go:153: runtime.GOOS == "windows" [2022-05-13T10:54:25.327Z] [2022-05-13T10:54:25.327Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-05-13T10:54:25.327Z] daemon_test.go:201: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-13T10:54:25.327Z] [2022-05-13T10:54:25.327Z] DONE 5 tests, 5 skipped in 27.372s [2022-05-13T10:54:25.327Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-05-13T10:54:26.058Z] === RUN TestDockerSuite/TestRunState [2022-05-13T10:54:26.891Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:54:26.891Z] INFO: Testing against a local daemon [2022-05-13T10:54:26.891Z] === RUN TestCommitInheritsEnv [2022-05-13T10:54:26.891Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:54:26.891Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-05-13T10:54:26.891Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-13T10:54:26.891Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-13T10:54:26.891Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-13T10:54:26.891Z] === RUN TestImportWithCustomPlatform [2022-05-13T10:54:26.891Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-13T10:54:26.891Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-05-13T10:54:26.891Z] === RUN TestImagesFilterMultiReference [2022-05-13T10:54:26.891Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2022-05-13T10:54:26.891Z] === RUN TestImagePullPlatformInvalid [2022-05-13T10:54:26.891Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-05-13T10:54:26.891Z] === RUN TestRemoveImageOrphaning [2022-05-13T10:54:27.436Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-13T10:54:27.436Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-05-13T10:54:27.694Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-13T10:54:27.878Z] --- PASS: TestRemoveImageOrphaning (1.14s) [2022-05-13T10:54:27.878Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-13T10:54:27.878Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-05-13T10:54:27.878Z] === RUN TestTagInvalidReference [2022-05-13T10:54:27.878Z] --- PASS: TestTagInvalidReference (0.04s) [2022-05-13T10:54:27.878Z] === RUN TestTagValidPrefixedRepo [2022-05-13T10:54:28.260Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-13T10:54:28.347Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-05-13T10:54:28.347Z] === RUN TestTagExistedNameWithoutForce [2022-05-13T10:54:28.347Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-05-13T10:54:28.347Z] === RUN TestTagOfficialNames [2022-05-13T10:54:28.347Z] --- PASS: TestTagOfficialNames (0.09s) [2022-05-13T10:54:28.347Z] === RUN TestTagMatchesDigest [2022-05-13T10:54:28.347Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-05-13T10:54:28.347Z] PASS [2022-05-13T10:54:28.347Z] ok github.com/docker/docker/integration/image 1.728s [2022-05-13T10:54:28.347Z] [2022-05-13T10:54:28.347Z] === Skipped [2022-05-13T10:54:28.347Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-05-13T10:54:28.347Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:54:28.347Z] [2022-05-13T10:54:28.347Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-13T10:54:28.347Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-13T10:54:28.347Z] [2022-05-13T10:54:28.347Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-05-13T10:54:28.347Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-13T10:54:28.347Z] [2022-05-13T10:54:28.347Z] DONE 12 tests, 3 skipped in 5.771s [2022-05-13T10:54:28.347Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-05-13T10:54:28.520Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-05-13T10:54:28.520Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-05-13T10:54:28.520Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-13T10:54:29.456Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-13T10:54:30.022Z] === RUN TestDockerSuite/TestRunSysctls [2022-05-13T10:54:30.567Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:54:30.567Z] INFO: Testing against a local daemon [2022-05-13T10:54:30.567Z] === RUN TestNetworkCreateDelete [2022-05-13T10:54:30.567Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:54:30.567Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-05-13T10:54:30.567Z] === RUN TestDockerNetworkDeletePreferID [2022-05-13T10:54:30.567Z] 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-13T10:54:30.567Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-05-13T10:54:30.567Z] === RUN TestDaemonDNSFallback [2022-05-13T10:54:30.567Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:54:30.567Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-05-13T10:54:30.567Z] === RUN TestInspectNetwork [2022-05-13T10:54:30.567Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-13T10:54:30.567Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-13T10:54:30.567Z] === RUN TestRunContainerWithBridgeNone [2022-05-13T10:54:30.567Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:54:30.567Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-13T10:54:30.567Z] === RUN TestNetworkInvalidJSON [2022-05-13T10:54:30.567Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-13T10:54:30.567Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-13T10:54:30.567Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:54:30.567Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:54:30.567Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:54:30.567Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:54:30.567Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-13T10:54:30.567Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-13T10:54:30.567Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:54:30.567Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-13T10:54:30.567Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:54:30.567Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-13T10:54:30.567Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-13T10:54:30.567Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-13T10:54:30.567Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-13T10:54:30.567Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-13T10:54:30.567Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-13T10:54:30.567Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-13T10:54:30.567Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-13T10:54:30.567Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-13T10:54:30.567Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-13T10:54:30.567Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-05-13T10:54:30.567Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-05-13T10:54:30.567Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-13T10:54:30.567Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-13T10:54:30.567Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-13T10:54:30.567Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-13T10:54:30.567Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.01s) [2022-05-13T10:54:30.567Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-13T10:54:30.567Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-13T10:54:30.567Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-13T10:54:30.567Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-13T10:54:30.567Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-05-13T10:54:30.567Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.01s) [2022-05-13T10:54:30.567Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-13T10:54:30.567Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-13T10:54:30.567Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-13T10:54:30.567Z] === RUN TestNetworkList [2022-05-13T10:54:30.567Z] === RUN TestNetworkList//networks [2022-05-13T10:54:30.567Z] === PAUSE TestNetworkList//networks [2022-05-13T10:54:30.567Z] === RUN TestNetworkList//networks/ [2022-05-13T10:54:30.567Z] === PAUSE TestNetworkList//networks/ [2022-05-13T10:54:30.567Z] === CONT TestNetworkList//networks [2022-05-13T10:54:30.567Z] === CONT TestNetworkList//networks/ [2022-05-13T10:54:30.567Z] --- PASS: TestNetworkList (0.06s) [2022-05-13T10:54:30.567Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-13T10:54:30.567Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-13T10:54:30.567Z] === RUN TestHostIPv4BridgeLabel [2022-05-13T10:54:30.567Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-13T10:54:30.567Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-13T10:54:30.567Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-13T10:54:30.567Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-13T10:54:30.567Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-05-13T10:54:30.567Z] === RUN TestDaemonDefaultNetworkPools [2022-05-13T10:54:30.567Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-13T10:54:30.567Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-05-13T10:54:30.567Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-13T10:54:30.567Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-13T10:54:30.567Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-13T10:54:30.567Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-13T10:54:30.567Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-13T10:54:30.567Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-13T10:54:30.567Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-13T10:54:30.567Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-13T10:54:30.567Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-13T10:54:30.567Z] === RUN TestServiceWithPredefinedNetwork [2022-05-13T10:54:30.567Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-13T10:54:30.567Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-13T10:54:30.567Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-13T10:54:30.567Z] service_test.go:243: FLAKY_TEST [2022-05-13T10:54:30.567Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-13T10:54:30.567Z] === RUN TestServiceWithDataPathPortInit [2022-05-13T10:54:30.567Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-13T10:54:30.567Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-05-13T10:54:30.567Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-13T10:54:30.567Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-13T10:54:30.567Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-13T10:54:30.567Z] PASS [2022-05-13T10:54:30.567Z] ok github.com/docker/docker/integration/network 0.207s [2022-05-13T10:54:30.957Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-13T10:54:30.957Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-13T10:54:30.957Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-13T10:54:31.027Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-13T10:54:31.049Z] [2022-05-13T10:54:31.049Z] === Skipped [2022-05-13T10:54:31.049Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-05-13T10:54:31.049Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:54:31.049Z] [2022-05-13T10:54:31.049Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-05-13T10:54:31.049Z] 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-13T10:54:31.049Z] [2022-05-13T10:54:31.049Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-05-13T10:54:31.049Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:54:31.049Z] [2022-05-13T10:54:31.049Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-05-13T10:54:31.049Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-13T10:54:31.049Z] [2022-05-13T10:54:31.049Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-05-13T10:54:31.049Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:54:31.049Z] [2022-05-13T10:54:31.049Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-05-13T10:54:31.049Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-13T10:54:31.049Z] [2022-05-13T10:54:31.049Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-05-13T10:54:31.049Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-13T10:54:31.049Z] [2022-05-13T10:54:31.049Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-05-13T10:54:31.049Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-13T10:54:31.049Z] [2022-05-13T10:54:31.049Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-13T10:54:31.049Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-13T10:54:31.049Z] [2022-05-13T10:54:31.049Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-13T10:54:31.049Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-13T10:54:31.049Z] [2022-05-13T10:54:31.049Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-13T10:54:31.049Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-13T10:54:31.049Z] [2022-05-13T10:54:31.049Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-05-13T10:54:31.049Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-13T10:54:31.049Z] [2022-05-13T10:54:31.049Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-13T10:54:31.049Z] service_test.go:243: FLAKY_TEST [2022-05-13T10:54:31.049Z] [2022-05-13T10:54:31.049Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-05-13T10:54:31.049Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-13T10:54:31.049Z] [2022-05-13T10:54:31.049Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-13T10:54:31.049Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-13T10:54:31.049Z] [2022-05-13T10:54:31.049Z] DONE 34 tests, 15 skipped in 2.271s [2022-05-13T10:54:31.049Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-05-13T10:54:31.523Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-05-13T10:54:32.035Z] testing: warning: no tests to run [2022-05-13T10:54:32.035Z] PASS [2022-05-13T10:54:32.035Z] ok github.com/docker/docker/integration/network/ipvlan 0.075s [2022-05-13T10:54:32.035Z] [2022-05-13T10:54:32.035Z] DONE 0 tests in 0.818s [2022-05-13T10:54:32.035Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-05-13T10:54:32.506Z] testing: warning: no tests to run [2022-05-13T10:54:32.506Z] PASS [2022-05-13T10:54:32.506Z] ok github.com/docker/docker/integration/network/macvlan 0.090s [2022-05-13T10:54:32.506Z] [2022-05-13T10:54:32.506Z] DONE 0 tests in 0.846s [2022-05-13T10:54:32.897Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-05-13T10:54:32.974Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-05-13T10:54:33.450Z] testing: warning: no tests to run [2022-05-13T10:54:33.450Z] PASS [2022-05-13T10:54:33.450Z] ok github.com/docker/docker/integration/plugin 0.079s [2022-05-13T10:54:33.450Z] [2022-05-13T10:54:33.450Z] DONE 0 tests in 0.785s [2022-05-13T10:54:33.464Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-05-13T10:54:33.918Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-05-13T10:54:34.030Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-05-13T10:54:34.386Z] testing: warning: no tests to run [2022-05-13T10:54:34.386Z] PASS [2022-05-13T10:54:34.386Z] ok github.com/docker/docker/integration/plugin/authz 0.090s [2022-05-13T10:54:34.386Z] [2022-05-13T10:54:34.386Z] DONE 0 tests in 0.822s [2022-05-13T10:54:34.855Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-05-13T10:54:35.933Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-05-13T10:54:36.191Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-05-13T10:54:36.791Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-13T10:54:36.791Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-13T10:54:36.791Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-13T10:54:38.726Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-13T10:54:39.292Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-05-13T10:54:39.646Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:54:39.646Z] INFO: Testing against a local daemon [2022-05-13T10:54:39.646Z] === RUN TestPluginInvalidJSON [2022-05-13T10:54:39.646Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:54:39.646Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:54:39.646Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:54:39.646Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:54:39.646Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-13T10:54:39.646Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-13T10:54:39.646Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:54:39.646Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-13T10:54:39.646Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-13T10:54:39.646Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-13T10:54:39.646Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:54:39.646Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-13T10:54:39.646Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-13T10:54:39.646Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-13T10:54:39.646Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-13T10:54:39.646Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-13T10:54:39.646Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-13T10:54:39.646Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-13T10:54:39.646Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-13T10:54:39.646Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-13T10:54:39.646Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-13T10:54:39.646Z] --- PASS: TestPluginInvalidJSON (0.06s) [2022-05-13T10:54:39.646Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-13T10:54:39.646Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-13T10:54:39.646Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-13T10:54:39.646Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-13T10:54:39.646Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-13T10:54:39.646Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-05-13T10:54:39.646Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.01s) [2022-05-13T10:54:39.646Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-13T10:54:39.646Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-13T10:54:39.646Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-13T10:54:39.646Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.02s) [2022-05-13T10:54:39.646Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.01s) [2022-05-13T10:54:39.646Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-13T10:54:39.646Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-13T10:54:39.646Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-13T10:54:39.646Z] === RUN TestPluginInstall [2022-05-13T10:54:39.646Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-13T10:54:39.646Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-13T10:54:39.646Z] === RUN TestPluginsWithRuntimes [2022-05-13T10:54:39.646Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-13T10:54:39.646Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-13T10:54:39.646Z] === RUN TestPluginBackCompatMediaTypes [2022-05-13T10:54:39.646Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-13T10:54:39.646Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-13T10:54:39.646Z] PASS [2022-05-13T10:54:39.646Z] ok github.com/docker/docker/integration/plugin/common 0.138s [2022-05-13T10:54:39.646Z] [2022-05-13T10:54:39.646Z] === Skipped [2022-05-13T10:54:39.646Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-05-13T10:54:39.646Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-13T10:54:39.646Z] [2022-05-13T10:54:39.646Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-05-13T10:54:39.646Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-13T10:54:39.646Z] [2022-05-13T10:54:39.646Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-05-13T10:54:39.646Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-13T10:54:39.646Z] [2022-05-13T10:54:39.646Z] DONE 19 tests, 3 skipped in 5.072s [2022-05-13T10:54:40.113Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-05-13T10:54:40.157Z] ok github.com/docker/docker/cmd/dockerd 0.099s coverage: 29.7% of statements [2022-05-13T10:54:40.157Z] ok github.com/docker/docker/container 0.116s coverage: 34.8% of statements [2022-05-13T10:54:40.157Z] ok github.com/docker/docker/cmd/dockerd/trap 2.497s coverage: 0.0% of statements [2022-05-13T10:54:40.157Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-13T10:54:40.157Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-13T10:54:40.157Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-13T10:54:40.157Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-13T10:54:40.157Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-13T10:54:41.819Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-13T10:54:42.077Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-05-13T10:54:42.077Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-13T10:54:42.329Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:54:42.329Z] INFO: Testing against a local daemon [2022-05-13T10:54:42.329Z] === RUN TestExternalGraphDriver [2022-05-13T10:54:42.329Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-13T10:54:42.329Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-05-13T10:54:42.329Z] === RUN TestGraphdriverPluginV2 [2022-05-13T10:54:42.329Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-13T10:54:42.329Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-05-13T10:54:42.329Z] PASS [2022-05-13T10:54:42.329Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.109s [2022-05-13T10:54:42.329Z] [2022-05-13T10:54:42.329Z] === Skipped [2022-05-13T10:54:42.329Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-05-13T10:54:42.329Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-13T10:54:42.329Z] [2022-05-13T10:54:42.329Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-05-13T10:54:42.329Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-13T10:54:42.329Z] [2022-05-13T10:54:42.329Z] DONE 2 tests, 2 skipped in 2.468s [2022-05-13T10:54:42.329Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-05-13T10:54:42.643Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-13T10:54:43.210Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-13T10:54:44.326Z] ok github.com/docker/docker/daemon/cluster 0.091s coverage: 0.5% of statements [2022-05-13T10:54:45.115Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-05-13T10:54:45.115Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-13T10:54:45.284Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:54:45.284Z] INFO: Testing against a local daemon [2022-05-13T10:54:45.284Z] === RUN TestReadPluginNoRead [2022-05-13T10:54:45.284Z] read_test.go:21: no unix domain sockets on Windows [2022-05-13T10:54:45.284Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-05-13T10:54:45.284Z] PASS [2022-05-13T10:54:45.284Z] ok github.com/docker/docker/integration/plugin/logging 0.101s [2022-05-13T10:54:45.284Z] [2022-05-13T10:54:45.284Z] === Skipped [2022-05-13T10:54:45.284Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-05-13T10:54:45.284Z] read_test.go:21: no unix domain sockets on Windows [2022-05-13T10:54:45.284Z] [2022-05-13T10:54:45.284Z] DONE 1 tests, 1 skipped in 2.326s [2022-05-13T10:54:45.284Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-05-13T10:54:45.693Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.012s coverage: 65.3% of statements [2022-05-13T10:54:46.289Z] testing: warning: no tests to run [2022-05-13T10:54:46.289Z] PASS [2022-05-13T10:54:46.289Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.075s [2022-05-13T10:54:46.289Z] [2022-05-13T10:54:46.289Z] DONE 0 tests in 1.198s [2022-05-13T10:54:46.289Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-05-13T10:54:46.490Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-13T10:54:47.092Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-13T10:54:47.092Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-13T10:54:47.133Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 36.9% of statements [2022-05-13T10:54:47.352Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-13T10:54:47.917Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-13T10:54:48.484Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-13T10:54:48.507Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:54:48.507Z] INFO: Testing against a local daemon [2022-05-13T10:54:48.507Z] === RUN TestPluginWithDevMounts [2022-05-13T10:54:48.507Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:48.507Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-13T10:54:48.507Z] PASS [2022-05-13T10:54:48.507Z] ok github.com/docker/docker/integration/plugin/volumes 0.115s [2022-05-13T10:54:48.507Z] [2022-05-13T10:54:48.507Z] === Skipped [2022-05-13T10:54:48.507Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-05-13T10:54:48.507Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:48.507Z] [2022-05-13T10:54:48.507Z] DONE 1 tests, 1 skipped in 2.370s [2022-05-13T10:54:48.741Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-05-13T10:54:48.741Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-05-13T10:54:48.741Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-13T10:54:48.975Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-05-13T10:54:48.999Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-13T10:54:49.566Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-13T10:54:49.825Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-05-13T10:54:50.544Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:54:50.544Z] INFO: Testing against a local daemon [2022-05-13T10:54:50.544Z] === RUN TestSecretInspect [2022-05-13T10:54:50.544Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:50.544Z] --- SKIP: TestSecretInspect (0.00s) [2022-05-13T10:54:50.544Z] === RUN TestSecretList [2022-05-13T10:54:50.544Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:50.544Z] --- SKIP: TestSecretList (0.00s) [2022-05-13T10:54:50.544Z] === RUN TestSecretsCreateAndDelete [2022-05-13T10:54:50.544Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:50.544Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-05-13T10:54:50.544Z] === RUN TestSecretsUpdate [2022-05-13T10:54:50.544Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:50.544Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-05-13T10:54:50.544Z] === RUN TestTemplatedSecret [2022-05-13T10:54:50.544Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:50.544Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-05-13T10:54:50.544Z] === RUN TestSecretCreateResolve [2022-05-13T10:54:50.544Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:54:50.544Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-05-13T10:54:50.544Z] PASS [2022-05-13T10:54:50.544Z] ok github.com/docker/docker/integration/secret 0.096s [2022-05-13T10:54:50.544Z] [2022-05-13T10:54:50.544Z] === Skipped [2022-05-13T10:54:50.544Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-05-13T10:54:50.544Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:50.544Z] [2022-05-13T10:54:50.544Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-05-13T10:54:50.544Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:50.544Z] [2022-05-13T10:54:50.544Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-05-13T10:54:50.544Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:50.544Z] [2022-05-13T10:54:50.544Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-05-13T10:54:50.544Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:50.544Z] [2022-05-13T10:54:50.544Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-05-13T10:54:50.544Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:50.544Z] [2022-05-13T10:54:50.544Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-05-13T10:54:50.544Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:54:50.544Z] [2022-05-13T10:54:50.544Z] DONE 6 tests, 6 skipped in 1.755s [2022-05-13T10:54:50.544Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-05-13T10:54:53.110Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-13T10:54:53.110Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-05-13T10:54:53.498Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:54:53.498Z] INFO: Testing against a local daemon [2022-05-13T10:54:53.498Z] === RUN TestServiceCreateInit [2022-05-13T10:54:53.498Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-13T10:54:53.498Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-13T10:54:53.498Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] --- PASS: TestServiceCreateInit (0.06s) [2022-05-13T10:54:53.498Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-13T10:54:53.498Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-13T10:54:53.498Z] === RUN TestCreateServiceMultipleTimes [2022-05-13T10:54:53.498Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-05-13T10:54:53.498Z] === RUN TestCreateServiceConflict [2022-05-13T10:54:53.498Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-05-13T10:54:53.498Z] === RUN TestCreateServiceMaxReplicas [2022-05-13T10:54:53.498Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-05-13T10:54:53.498Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-13T10:54:53.498Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-13T10:54:53.498Z] === RUN TestCreateServiceSecretFileMode [2022-05-13T10:54:53.498Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-05-13T10:54:53.498Z] === RUN TestCreateServiceConfigFileMode [2022-05-13T10:54:53.498Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-05-13T10:54:53.498Z] === RUN TestCreateServiceSysctls [2022-05-13T10:54:53.498Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-05-13T10:54:53.498Z] === RUN TestCreateServiceCapabilities [2022-05-13T10:54:53.498Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-05-13T10:54:53.498Z] === RUN TestInspect [2022-05-13T10:54:53.498Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] --- SKIP: TestInspect (0.00s) [2022-05-13T10:54:53.498Z] === RUN TestCreateJob [2022-05-13T10:54:53.498Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] --- SKIP: TestCreateJob (0.00s) [2022-05-13T10:54:53.498Z] === RUN TestReplicatedJob [2022-05-13T10:54:53.498Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] --- SKIP: TestReplicatedJob (0.00s) [2022-05-13T10:54:53.498Z] === RUN TestUpdateReplicatedJob [2022-05-13T10:54:53.498Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-05-13T10:54:53.498Z] === RUN TestServiceListWithStatuses [2022-05-13T10:54:53.498Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-13T10:54:53.498Z] === RUN TestDockerNetworkConnectAlias [2022-05-13T10:54:53.498Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-05-13T10:54:53.498Z] === RUN TestDockerNetworkReConnect [2022-05-13T10:54:53.498Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-05-13T10:54:53.498Z] === RUN TestServicePlugin [2022-05-13T10:54:53.498Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-13T10:54:53.498Z] === RUN TestServiceUpdateLabel [2022-05-13T10:54:53.498Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:54:53.498Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-05-13T10:54:53.498Z] === RUN TestServiceUpdateSecrets [2022-05-13T10:54:53.498Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:54:53.498Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-05-13T10:54:53.498Z] === RUN TestServiceUpdateConfigs [2022-05-13T10:54:53.498Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:54:53.498Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-05-13T10:54:53.498Z] === RUN TestServiceUpdateNetwork [2022-05-13T10:54:53.498Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:54:53.498Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-05-13T10:54:53.498Z] === RUN TestServiceUpdatePidsLimit [2022-05-13T10:54:53.498Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:54:53.498Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-05-13T10:54:53.498Z] PASS [2022-05-13T10:54:53.498Z] ok github.com/docker/docker/integration/service 0.283s [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === Skipped [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-13T10:54:53.498Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-13T10:54:53.498Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-05-13T10:54:53.498Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-05-13T10:54:53.498Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-05-13T10:54:53.498Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-13T10:54:53.498Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-05-13T10:54:53.498Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-05-13T10:54:53.498Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-05-13T10:54:53.498Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-05-13T10:54:53.498Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-05-13T10:54:53.498Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-05-13T10:54:53.498Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-05-13T10:54:53.498Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-05-13T10:54:53.498Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-05-13T10:54:53.498Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-05-13T10:54:53.498Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-05-13T10:54:53.498Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-05-13T10:54:53.498Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-05-13T10:54:53.498Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:54:53.498Z] [2022-05-13T10:54:53.498Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-05-13T10:54:53.499Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:54:53.499Z] [2022-05-13T10:54:53.499Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-05-13T10:54:53.499Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:54:53.499Z] [2022-05-13T10:54:53.499Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-05-13T10:54:53.499Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:54:53.499Z] [2022-05-13T10:54:53.499Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-05-13T10:54:53.499Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:54:53.499Z] [2022-05-13T10:54:53.499Z] DONE 24 tests, 23 skipped in 2.970s [2022-05-13T10:54:53.676Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-13T10:54:53.969Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-05-13T10:54:54.242Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-13T10:54:55.211Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.442s coverage: 13.4% of statements [2022-05-13T10:54:55.468Z] ok github.com/docker/docker/daemon/config 0.030s coverage: 81.5% of statements [2022-05-13T10:54:55.537Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:54:55.537Z] INFO: Testing against a local daemon [2022-05-13T10:54:55.537Z] === RUN TestSessionCreate [2022-05-13T10:54:55.537Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-13T10:54:55.537Z] --- SKIP: TestSessionCreate (0.00s) [2022-05-13T10:54:55.537Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-13T10:54:55.537Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-13T10:54:55.537Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-05-13T10:54:55.537Z] PASS [2022-05-13T10:54:55.537Z] ok github.com/docker/docker/integration/session 0.100s [2022-05-13T10:54:55.537Z] [2022-05-13T10:54:55.537Z] === Skipped [2022-05-13T10:54:55.537Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-05-13T10:54:55.537Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-13T10:54:55.537Z] [2022-05-13T10:54:55.537Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-05-13T10:54:55.537Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-13T10:54:55.537Z] [2022-05-13T10:54:55.537Z] DONE 2 tests, 2 skipped in 1.760s [2022-05-13T10:54:55.537Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-05-13T10:54:56.030Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-05-13T10:54:56.142Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-05-13T10:54:56.400Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-13T10:54:56.633Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-05-13T10:54:56.633Z] ok github.com/docker/docker/daemon 10.193s coverage: 16.6% of statements [2022-05-13T10:54:56.633Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-13T10:54:56.633Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-13T10:54:56.633Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-13T10:54:56.633Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-13T10:54:57.334Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-13T10:54:57.755Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:54:57.755Z] INFO: Testing against a local daemon [2022-05-13T10:54:57.755Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-13T10:54:57.755Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:57.755Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-13T10:54:57.755Z] === RUN TestDiskUsage [2022-05-13T10:54:57.755Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-13T10:54:57.755Z] --- SKIP: TestDiskUsage (0.00s) [2022-05-13T10:54:57.755Z] === RUN TestEventsExecDie [2022-05-13T10:54:57.755Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-13T10:54:57.755Z] --- SKIP: TestEventsExecDie (0.00s) [2022-05-13T10:54:57.755Z] === RUN TestEventsBackwardsCompatible [2022-05-13T10:54:57.755Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-13T10:54:57.755Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-05-13T10:54:57.755Z] === RUN TestEventsVolumeCreate [2022-05-13T10:54:57.755Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-13T10:54:57.755Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-05-13T10:54:57.755Z] === RUN TestInfoAPI [2022-05-13T10:54:57.755Z] --- PASS: TestInfoAPI (0.06s) [2022-05-13T10:54:57.755Z] === RUN TestInfoAPIWarnings [2022-05-13T10:54:57.756Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:54:57.756Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-05-13T10:54:57.756Z] === RUN TestInfoDebug [2022-05-13T10:54:57.756Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-13T10:54:57.756Z] --- SKIP: TestInfoDebug (0.00s) [2022-05-13T10:54:57.756Z] === RUN TestInfoInsecureRegistries [2022-05-13T10:54:57.756Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-13T10:54:57.756Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-05-13T10:54:57.756Z] === RUN TestInfoRegistryMirrors [2022-05-13T10:54:57.756Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-13T10:54:57.756Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-05-13T10:54:57.756Z] === RUN TestLoginFailsWithBadCredentials [2022-05-13T10:54:58.523Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.778s coverage: 74.8% of statements [2022-05-13T10:54:58.741Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2022-05-13T10:54:58.741Z] === RUN TestPingCacheHeaders [2022-05-13T10:54:58.741Z] --- PASS: TestPingCacheHeaders (0.05s) [2022-05-13T10:54:58.741Z] === RUN TestPingGet [2022-05-13T10:54:59.083Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.0% of statements [2022-05-13T10:54:59.210Z] --- PASS: TestPingGet (0.05s) [2022-05-13T10:54:59.210Z] === RUN TestPingHead [2022-05-13T10:54:59.210Z] --- PASS: TestPingHead (0.04s) [2022-05-13T10:54:59.210Z] === RUN TestPingSwarmHeader [2022-05-13T10:54:59.210Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:59.210Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-05-13T10:54:59.210Z] === RUN TestVersion [2022-05-13T10:54:59.210Z] --- PASS: TestVersion (0.04s) [2022-05-13T10:54:59.210Z] PASS [2022-05-13T10:54:59.210Z] ok github.com/docker/docker/integration/system 1.293s [2022-05-13T10:54:59.210Z] [2022-05-13T10:54:59.210Z] === Skipped [2022-05-13T10:54:59.210Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-13T10:54:59.210Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:59.210Z] [2022-05-13T10:54:59.210Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-05-13T10:54:59.210Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-13T10:54:59.210Z] [2022-05-13T10:54:59.210Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-05-13T10:54:59.210Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-13T10:54:59.210Z] [2022-05-13T10:54:59.210Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-05-13T10:54:59.210Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-13T10:54:59.210Z] [2022-05-13T10:54:59.210Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-05-13T10:54:59.210Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-13T10:54:59.210Z] [2022-05-13T10:54:59.210Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-05-13T10:54:59.210Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:54:59.210Z] [2022-05-13T10:54:59.210Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-05-13T10:54:59.210Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-13T10:54:59.210Z] [2022-05-13T10:54:59.210Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-05-13T10:54:59.210Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-13T10:54:59.210Z] [2022-05-13T10:54:59.210Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-05-13T10:54:59.210Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-13T10:54:59.210Z] [2022-05-13T10:54:59.210Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-05-13T10:54:59.210Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:54:59.210Z] [2022-05-13T10:54:59.210Z] DONE 16 tests, 10 skipped in 3.447s [2022-05-13T10:54:59.210Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-05-13T10:54:59.238Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-05-13T10:54:59.339Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.341s coverage: 56.2% of statements [2022-05-13T10:54:59.496Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-13T10:55:01.231Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.010s coverage: 1.9% of statements [2022-05-13T10:55:01.427Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:55:01.427Z] INFO: Testing against a local daemon [2022-05-13T10:55:01.427Z] === RUN TestVolumesCreateAndList [2022-05-13T10:55:01.427Z] --- PASS: TestVolumesCreateAndList (0.07s) [2022-05-13T10:55:01.427Z] === RUN TestVolumesRemove [2022-05-13T10:55:01.427Z] --- PASS: TestVolumesRemove (0.21s) [2022-05-13T10:55:01.427Z] === RUN TestVolumesInspect [2022-05-13T10:55:01.427Z] --- PASS: TestVolumesInspect (0.07s) [2022-05-13T10:55:01.427Z] === RUN TestVolumesInvalidJSON [2022-05-13T10:55:01.427Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-13T10:55:01.427Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-13T10:55:01.427Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-13T10:55:01.427Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-13T10:55:01.427Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-13T10:55:01.427Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-13T10:55:01.427Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-13T10:55:01.427Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-05-13T10:55:01.427Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-05-13T10:55:01.427Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-13T10:55:01.427Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-13T10:55:01.427Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-13T10:55:01.427Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-13T10:55:01.427Z] PASS [2022-05-13T10:55:01.427Z] ok github.com/docker/docker/integration/volume 0.451s [2022-05-13T10:55:01.427Z] [2022-05-13T10:55:01.427Z] DONE 9 tests in 2.309s [2022-05-13T10:55:01.901Z] INFO: make.ps1 ended at 05/13/2022 10:55:01 [2022-05-13T10:55:01.901Z] INFO: Integration CLI tests being run from the host: [2022-05-13T10:55:01.901Z] 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-13T10:55:02.028Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-13T10:55:02.029Z] docker_cli_service_logs_test.go:246: checking task trewvfy5rwvu [2022-05-13T10:55:02.029Z] docker_cli_service_logs_test.go:251: checking messages for trewvfy5rwvu [2022-05-13T10:55:02.029Z] docker_cli_service_logs_test.go:246: checking task tqoc1edlctyh [2022-05-13T10:55:02.029Z] docker_cli_service_logs_test.go:251: checking messages for tqoc1edlctyh [2022-05-13T10:55:02.288Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-13T10:55:02.288Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-05-13T10:55:02.288Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-13T10:55:02.288Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-05-13T10:55:02.288Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-13T10:55:02.288Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-05-13T10:55:02.288Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-13T10:55:02.547Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-05-13T10:55:02.547Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-05-13T10:55:02.547Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-05-13T10:55:02.619Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.270s coverage: 50.6% of statements [2022-05-13T10:55:02.805Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-05-13T10:55:03.371Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-05-13T10:55:03.936Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-05-13T10:55:03.984Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.614s coverage: 46.1% of statements [2022-05-13T10:55:03.984Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-13T10:55:04.870Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-05-13T10:55:04.910Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.671s coverage: 58.2% of statements [2022-05-13T10:55:04.910Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-05-13T10:55:04.910Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-13T10:55:04.910Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.5% of statements [2022-05-13T10:55:05.436Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-05-13T10:55:05.436Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-05-13T10:55:05.838Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2022-05-13T10:55:06.003Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-13T10:55:06.003Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-05-13T10:55:06.569Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-05-13T10:55:06.569Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-05-13T10:55:06.569Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-05-13T10:55:06.569Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-13T10:55:06.569Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-05-13T10:55:06.569Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-05-13T10:55:06.569Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-05-13T10:55:06.569Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-05-13T10:55:06.569Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-05-13T10:55:06.569Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-05-13T10:55:06.569Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-05-13T10:55:06.569Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-05-13T10:55:06.569Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-05-13T10:55:06.569Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-05-13T10:55:06.569Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-05-13T10:55:06.766Z] ok github.com/docker/docker/daemon/links 0.010s coverage: 93.0% of statements [2022-05-13T10:55:07.135Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-05-13T10:55:07.328Z] ok github.com/docker/docker/daemon/images 0.050s coverage: 6.6% of statements [2022-05-13T10:55:07.328Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-05-13T10:55:07.328Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-13T10:55:07.705Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-05-13T10:55:07.705Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-05-13T10:55:08.254Z] ok github.com/docker/docker/daemon/logger 0.223s coverage: 43.0% of statements [2022-05-13T10:55:08.270Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-13T10:55:08.530Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-13T10:55:08.816Z] ok github.com/docker/docker/daemon/logger/awslogs 0.161s coverage: 79.9% of statements [2022-05-13T10:55:09.072Z] ok github.com/docker/docker/daemon/logger/fluentd 0.020s coverage: 53.6% of statements [2022-05-13T10:55:09.072Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-13T10:55:09.096Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-13T10:55:09.096Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-05-13T10:55:09.353Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-05-13T10:55:09.677Z] ok github.com/docker/docker/daemon/logger/gelf 0.017s coverage: 68.2% of statements [2022-05-13T10:55:09.677Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2022-05-13T10:55:09.920Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-05-13T10:55:09.920Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-13T10:55:09.920Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-13T10:55:10.240Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.012s coverage: 87.2% of statements [2022-05-13T10:55:10.486Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-13T10:55:10.496Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2022-05-13T10:55:11.279Z] ok github.com/docker/docker/daemon/logger/local 0.035s coverage: 78.7% of statements [2022-05-13T10:55:11.279Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-13T10:55:11.419Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-05-13T10:55:11.680Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-05-13T10:55:11.680Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-05-13T10:55:11.680Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-13T10:55:11.841Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.042s coverage: 59.1% of statements [2022-05-13T10:55:12.097Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.032s coverage: 31.5% of statements [2022-05-13T10:55:12.247Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-13T10:55:12.247Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-13T10:55:13.068Z] ok github.com/docker/docker/daemon/logger/syslog 0.008s coverage: 46.8% of statements [2022-05-13T10:55:13.324Z] ok github.com/docker/docker/daemon/logger/templates 0.008s coverage: 8.3% of statements [2022-05-13T10:55:13.622Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-13T10:55:13.883Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-13T10:55:13.885Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-05-13T10:55:14.487Z] ok github.com/docker/docker/daemon/logger/splunk 1.595s coverage: 82.5% of statements [2022-05-13T10:55:14.487Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-13T10:55:14.487Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-13T10:55:14.491Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-13T10:55:14.491Z] INFO: Testing against a local daemon [2022-05-13T10:55:14.491Z] === RUN TestDockerSuite [2022-05-13T10:55:14.491Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-13T10:55:14.491Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-13T10:55:14.491Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-13T10:55:14.491Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-13T10:55:14.491Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-13T10:55:14.491Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-13T10:55:14.491Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-13T10:55:14.491Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-13T10:55:14.491Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-13T10:55:14.491Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-13T10:55:14.491Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-13T10:55:14.491Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-13T10:55:14.959Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-13T10:55:15.427Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-13T10:55:15.784Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-13T10:55:15.851Z] ok github.com/docker/docker/distribution/metadata 0.048s coverage: 44.4% of statements [2022-05-13T10:55:16.043Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-13T10:55:16.043Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-13T10:55:16.300Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-13T10:55:16.413Z] ok github.com/docker/docker/distribution 0.623s coverage: 28.2% of statements [2022-05-13T10:55:16.413Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-13T10:55:16.668Z] ok github.com/docker/docker/errdefs 0.005s coverage: 77.0% of statements [2022-05-13T10:55:16.866Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-05-13T10:55:17.231Z] ok github.com/docker/docker/image 0.022s coverage: 86.9% of statements [2022-05-13T10:55:17.487Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-05-13T10:55:17.799Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-05-13T10:55:18.048Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-05-13T10:55:18.048Z] ok github.com/docker/docker/distribution/xfer 1.893s coverage: 84.9% of statements [2022-05-13T10:55:18.048Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-13T10:55:18.048Z] ? github.com/docker/docker/image/v1 [no test files] [2022-05-13T10:55:18.048Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-13T10:55:18.365Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-13T10:55:18.365Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-13T10:55:18.610Z] ok github.com/docker/docker/libcontainerd/queue 0.025s coverage: 100.0% of statements [2022-05-13T10:55:19.537Z] ok github.com/docker/docker/oci 0.008s coverage: 46.0% of statements [2022-05-13T10:55:19.740Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-13T10:55:19.740Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-13T10:55:20.099Z] ok github.com/docker/docker/opts 0.024s coverage: 66.0% of statements [2022-05-13T10:55:20.309Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-13T10:55:20.355Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2022-05-13T10:55:21.250Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents1716207328 [2022-05-13T10:55:21.815Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-13T10:55:21.815Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-13T10:55:22.245Z] ok github.com/docker/docker/pkg/archive 0.293s coverage: 82.1% of statements [2022-05-13T10:55:22.806Z] ok github.com/docker/docker/pkg/authorization 0.301s coverage: 68.3% of statements [2022-05-13T10:55:22.806Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-05-13T10:55:23.062Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-05-13T10:55:23.188Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-13T10:55:23.188Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-13T10:55:23.188Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-13T10:55:24.123Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-05-13T10:55:24.690Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-13T10:55:24.741Z] --- PASS: TestBuildWithHugeFile (144.76s) [2022-05-13T10:55:24.741Z] === RUN TestBuildWCOWSandboxSize [2022-05-13T10:55:24.741Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-13T10:55:24.741Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-13T10:55:24.741Z] === RUN TestBuildWithEmptyDockerfile [2022-05-13T10:55:24.741Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:55:24.741Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:55:24.741Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:55:24.741Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:55:24.741Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:55:24.741Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:55:24.741Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-13T10:55:24.741Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-13T10:55:24.741Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-13T10:55:24.741Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-05-13T10:55:24.741Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-05-13T10:55:24.741Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2022-05-13T10:55:24.741Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-05-13T10:55:24.741Z] === RUN TestBuildPreserveOwnership [2022-05-13T10:55:24.741Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:55:24.741Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-05-13T10:55:24.741Z] === RUN TestBuildPlatformInvalid [2022-05-13T10:55:24.741Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-05-13T10:55:24.741Z] PASS [2022-05-13T10:55:24.741Z] ok github.com/docker/docker/integration/build 217.331s [2022-05-13T10:55:24.741Z] [2022-05-13T10:55:24.741Z] === Skipped [2022-05-13T10:55:24.741Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-05-13T10:55:24.741Z] build_session_test.go:25: TODO: BuildKit [2022-05-13T10:55:24.741Z] [2022-05-13T10:55:24.741Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-05-13T10:55:24.741Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:55:24.741Z] [2022-05-13T10:55:24.741Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-05-13T10:55:24.741Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:55:24.741Z] [2022-05-13T10:55:24.741Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-05-13T10:55:24.741Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:55:24.741Z] [2022-05-13T10:55:24.741Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-05-13T10:55:24.741Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-13T10:55:24.741Z] [2022-05-13T10:55:24.741Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-05-13T10:55:24.741Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:55:24.741Z] [2022-05-13T10:55:24.741Z] DONE 29 tests, 6 skipped in 258.366s [2022-05-13T10:55:24.741Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-05-13T10:55:25.210Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-13T10:55:25.210Z] INFO: Testing against a local daemon [2022-05-13T10:55:25.210Z] === RUN TestConfigInspect [2022-05-13T10:55:25.210Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:55:25.210Z] --- SKIP: TestConfigInspect (0.01s) [2022-05-13T10:55:25.210Z] === RUN TestConfigList [2022-05-13T10:55:25.210Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:55:25.210Z] --- SKIP: TestConfigList (0.00s) [2022-05-13T10:55:25.210Z] === RUN TestConfigsCreateAndDelete [2022-05-13T10:55:25.210Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:55:25.210Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-05-13T10:55:25.210Z] === RUN TestConfigsUpdate [2022-05-13T10:55:25.210Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:55:25.210Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-05-13T10:55:25.210Z] === RUN TestTemplatedConfig [2022-05-13T10:55:25.210Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:55:25.210Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-13T10:55:25.210Z] === RUN TestConfigCreateResolve [2022-05-13T10:55:25.210Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:55:25.210Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-05-13T10:55:25.210Z] PASS [2022-05-13T10:55:25.210Z] ok github.com/docker/docker/integration/config 0.116s [2022-05-13T10:55:25.681Z] [2022-05-13T10:55:25.681Z] === Skipped [2022-05-13T10:55:25.681Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.01s) [2022-05-13T10:55:25.681Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:55:25.681Z] [2022-05-13T10:55:25.681Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-05-13T10:55:25.681Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:55:25.681Z] [2022-05-13T10:55:25.682Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-05-13T10:55:25.682Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:55:25.682Z] [2022-05-13T10:55:25.682Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-05-13T10:55:25.682Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:55:25.682Z] [2022-05-13T10:55:25.682Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-05-13T10:55:25.682Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:55:25.682Z] [2022-05-13T10:55:25.682Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-05-13T10:55:25.682Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:55:25.682Z] [2022-05-13T10:55:25.682Z] DONE 6 tests, 6 skipped in 2.154s [2022-05-13T10:55:25.682Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-05-13T10:55:26.062Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-13T10:55:26.369Z] ok github.com/docker/docker/pkg/chrootarchive 2.481s coverage: 42.7% of statements [2022-05-13T10:55:26.369Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-05-13T10:55:26.625Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-05-13T10:55:26.641Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-13T10:55:26.642Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-13T10:55:26.642Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-05-13T10:55:26.642Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-13T10:55:26.881Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-05-13T10:55:26.903Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-13T10:55:27.137Z] ok github.com/docker/docker/layer 7.274s coverage: 69.0% of statements [2022-05-13T10:55:27.137Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-13T10:55:27.137Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-13T10:55:27.137Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-13T10:55:27.137Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-13T10:55:27.137Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-13T10:55:27.137Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-13T10:55:27.437Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 87.2% of statements [2022-05-13T10:55:27.469Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-13T10:55:27.469Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-13T10:55:27.693Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-05-13T10:55:27.949Z] ok github.com/docker/docker/pkg/fsutils 0.176s coverage: 85.1% of statements [2022-05-13T10:55:27.949Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2022-05-13T10:55:28.035Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-13T10:55:28.600Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-13T10:55:29.165Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-05-13T10:55:29.314Z] ok github.com/docker/docker/pkg/idtools 0.454s coverage: 67.9% of statements [2022-05-13T10:55:29.315Z] ok github.com/docker/docker/pkg/ioutils 0.461s coverage: 70.1% of statements [2022-05-13T10:55:29.423Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-13T10:55:29.485Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-13T10:55:29.485Z] INFO: Testing against a local daemon [2022-05-13T10:55:29.485Z] === RUN TestAttachWithTTY [2022-05-13T10:55:29.485Z] --- PASS: TestAttachWithTTY (0.12s) [2022-05-13T10:55:29.485Z] === RUN TestAttachWithoutTTy [2022-05-13T10:55:29.485Z] --- PASS: TestAttachWithoutTTy (0.11s) [2022-05-13T10:55:29.485Z] === RUN TestCheckpoint [2022-05-13T10:55:29.485Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-13T10:55:29.485Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/commit [2022-05-13T10:55:29.485Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-13T10:55:29.485Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:55:29.485Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:55:29.485Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:55:29.485Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:55:29.485Z] === CONT TestContainerInvalidJSON/commit [2022-05-13T10:55:29.485Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-13T10:55:29.485Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-13T10:55:29.485Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-13T10:55:29.485Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-13T10:55:29.485Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.01s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.01s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/commit (0.03s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.01s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.01s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.03s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.01s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.01s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.01s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.01s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.03s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.02s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.01s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-13T10:55:29.485Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-13T10:55:29.485Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-13T10:55:29.485Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.28s) [2022-05-13T10:55:29.485Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-13T10:55:29.485Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.28s) [2022-05-13T10:55:29.485Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-13T10:55:29.573Z] ok github.com/docker/docker/pkg/longpath 0.009s coverage: 100.0% of statements [2022-05-13T10:55:29.573Z] ok github.com/docker/docker/pkg/jsonmessage 0.009s coverage: 91.7% of statements [2022-05-13T10:55:29.573Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-05-13T10:55:29.954Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.26s) [2022-05-13T10:55:29.954Z] === RUN TestCopyEmptyFile [2022-05-13T10:55:30.134Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2022-05-13T10:55:30.134Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-05-13T10:55:30.423Z] --- PASS: TestCopyEmptyFile (0.54s) [2022-05-13T10:55:30.423Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-13T10:55:30.433Z] ok github.com/docker/docker/pkg/parsers/kernel 0.008s coverage: 60.0% of statements [2022-05-13T10:55:30.695Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 90.5% of statements [2022-05-13T10:55:30.696Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-05-13T10:55:30.696Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-13T10:55:30.696Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-13T10:55:30.893Z] --- PASS: TestCopyToContainerPathIsNotDir (0.25s) [2022-05-13T10:55:30.893Z] === RUN TestCopyFromContainer [2022-05-13T10:55:30.893Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:55:30.893Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-05-13T10:55:30.893Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-13T10:55:30.893Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:55:30.893Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:55:30.893Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:55:30.893Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:55:30.893Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:55:30.893Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:55:30.893Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-13T10:55:30.893Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-13T10:55:30.893Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-13T10:55:30.893Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-05-13T10:55:30.893Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-05-13T10:55:30.893Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-05-13T10:55:30.893Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-05-13T10:55:30.893Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-13T10:55:30.893Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-13T10:55:30.893Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-05-13T10:55:30.893Z] === RUN TestCreateWithInvalidEnv [2022-05-13T10:55:30.893Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-13T10:55:30.893Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-13T10:55:30.893Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-13T10:55:30.893Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-13T10:55:30.893Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-13T10:55:30.893Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-13T10:55:30.893Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-13T10:55:30.893Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-13T10:55:30.893Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-13T10:55:30.893Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-05-13T10:55:30.893Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2022-05-13T10:55:30.893Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2022-05-13T10:55:30.893Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2022-05-13T10:55:30.893Z] === RUN TestCreateTmpfsMountsTarget [2022-05-13T10:55:30.893Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:55:30.893Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-05-13T10:55:30.893Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-13T10:55:30.893Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:55:30.893Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-05-13T10:55:30.893Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-13T10:55:30.893Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:55:30.893Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-13T10:55:30.893Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-13T10:55:30.893Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:55:30.893Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:55:30.893Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:55:30.893Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:55:30.893Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:55:30.893Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:55:30.893Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:55:30.893Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:55:30.893Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:55:30.893Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:55:30.893Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-13T10:55:30.893Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-13T10:55:30.893Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-13T10:55:30.893Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-13T10:55:30.893Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-13T10:55:30.893Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-05-13T10:55:30.893Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-13T10:55:30.893Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-13T10:55:30.893Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-13T10:55:30.893Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-13T10:55:30.893Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-13T10:55:30.893Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-13T10:55:30.893Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-13T10:55:30.893Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-13T10:55:30.893Z] === RUN TestCreateDifferentPlatform [2022-05-13T10:55:30.893Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-13T10:55:30.893Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-13T10:55:30.893Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-05-13T10:55:30.893Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-13T10:55:30.893Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-13T10:55:30.893Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-13T10:55:30.893Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.09s) [2022-05-13T10:55:30.893Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-13T10:55:30.893Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-13T10:55:30.893Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-05-13T10:55:30.893Z] === RUN TestContainerKillOnDaemonStart [2022-05-13T10:55:30.893Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:55:30.893Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-13T10:55:30.893Z] === RUN TestWindowsDevices [2022-05-13T10:55:30.893Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-05-13T10:55:30.893Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-05-13T10:55:30.893Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:55:30.893Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:55:30.893Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:55:30.893Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:55:30.893Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:55:30.893Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:55:30.893Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-05-13T10:55:30.893Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-05-13T10:55:30.893Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:55:30.893Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:55:30.893Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:55:30.893Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:55:30.893Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:55:30.893Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:55:30.893Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-05-13T10:55:30.893Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-13T10:55:30.893Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:55:30.893Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:55:31.256Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.009s coverage: 56.8% of statements [2022-05-13T10:55:31.321Z] docker_cli_swarm_test.go:1895: [d5fd2ddd1116b] joining swarm manager [d4b17429bf487]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:55:31.366Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-13T10:55:31.366Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-13T10:55:31.366Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:55:31.366Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:55:31.817Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-05-13T10:55:31.837Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:55:31.838Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-13T10:55:32.073Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-05-13T10:55:32.328Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-05-13T10:55:32.694Z] docker_cli_swarm_test.go:1896: [d95410f7420c9] joining swarm manager [d4b17429bf487]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:55:33.689Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2022-05-13T10:55:33.689Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-05-13T10:55:33.945Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-05-13T10:55:34.200Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-05-13T10:55:34.456Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-05-13T10:55:34.456Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-05-13T10:55:34.589Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-13T10:55:35.018Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.8% of statements [2022-05-13T10:55:35.621Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-05-13T10:55:35.621Z] ok github.com/docker/docker/pkg/tailfile 0.044s coverage: 88.6% of statements [2022-05-13T10:55:35.963Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-13T10:55:36.182Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2022-05-13T10:55:36.438Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-05-13T10:55:36.695Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-05-13T10:55:36.897Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-13T10:55:37.464Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-13T10:55:37.819Z] --- PASS: TestWindowsDevices (0.04s) [2022-05-13T10:55:37.819Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.10s) [2022-05-13T10:55:37.819Z] --- PASS: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.38s) [2022-05-13T10:55:37.819Z] --- PASS: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.58s) [2022-05-13T10:55:37.819Z] --- PASS: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.21s) [2022-05-13T10:55:37.819Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (4.53s) [2022-05-13T10:55:37.819Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.06s) [2022-05-13T10:55:37.819Z] --- PASS: TestWindowsDevices/process/no_device_mounted (5.90s) [2022-05-13T10:55:37.819Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.22s) [2022-05-13T10:55:37.819Z] === RUN TestDiff [2022-05-13T10:55:37.819Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-13T10:55:37.819Z] --- SKIP: TestDiff (0.00s) [2022-05-13T10:55:37.819Z] === RUN TestExecWithCloseStdin [2022-05-13T10:55:38.582Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2022-05-13T10:55:38.883Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-05-13T10:55:39.139Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 86.0% of statements [2022-05-13T10:55:39.990Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-13T10:55:40.037Z] --- PASS: TestExecWithCloseStdin (2.82s) [2022-05-13T10:55:40.037Z] === RUN TestExec [2022-05-13T10:55:40.065Z] ok github.com/docker/docker/quota 0.255s coverage: 71.4% of statements [2022-05-13T10:55:40.626Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-05-13T10:55:41.552Z] ok github.com/docker/docker/registry 0.052s coverage: 58.6% of statements [2022-05-13T10:55:41.808Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-05-13T10:55:41.889Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-13T10:55:42.063Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-05-13T10:55:42.149Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-13T10:55:42.256Z] --- PASS: TestExec (2.19s) [2022-05-13T10:55:42.256Z] === RUN TestExecUser [2022-05-13T10:55:42.256Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-13T10:55:42.256Z] --- SKIP: TestExecUser (0.00s) [2022-05-13T10:55:42.256Z] === RUN TestExportContainerAndImportImage [2022-05-13T10:55:42.256Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:55:42.256Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-05-13T10:55:42.256Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-13T10:55:42.256Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:55:42.256Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-05-13T10:55:42.256Z] === RUN TestHealthCheckWorkdir [2022-05-13T10:55:42.256Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-13T10:55:42.256Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-05-13T10:55:42.256Z] === RUN TestHealthKillContainer [2022-05-13T10:55:42.256Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-13T10:55:42.256Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-05-13T10:55:42.256Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-13T10:55:42.256Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-13T10:55:42.256Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-13T10:55:42.256Z] === RUN TestKillContainerInvalidSignal [2022-05-13T10:55:42.319Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-05-13T10:55:42.574Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-05-13T10:55:43.522Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-13T10:55:44.462Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-05-13T10:55:44.474Z] --- PASS: TestKillContainerInvalidSignal (2.02s) [2022-05-13T10:55:44.474Z] === RUN TestKillContainer [2022-05-13T10:55:44.474Z] === RUN TestKillContainer/no_signal [2022-05-13T10:55:44.893Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-13T10:55:45.025Z] ok github.com/docker/docker/volume/local 0.076s coverage: 76.4% of statements [2022-05-13T10:55:45.281Z] ok github.com/docker/docker/volume/mounts 0.010s coverage: 67.7% of statements [2022-05-13T10:55:46.042Z] === RUN TestKillContainer/non_killing_signal [2022-05-13T10:55:46.042Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-13T10:55:46.042Z] === RUN TestKillContainer/killing_signal [2022-05-13T10:55:46.266Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-13T10:55:46.643Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-05-13T10:55:48.797Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-13T10:55:48.797Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-13T10:55:48.797Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-13T10:55:48.812Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-05-13T10:55:48.812Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-13T10:55:49.002Z] --- PASS: TestKillContainer (4.46s) [2022-05-13T10:55:49.002Z] --- PASS: TestKillContainer/no_signal (2.02s) [2022-05-13T10:55:49.002Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-13T10:55:49.002Z] --- PASS: TestKillContainer/killing_signal (2.37s) [2022-05-13T10:55:49.002Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-13T10:55:49.002Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-13T10:55:49.002Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-13T10:55:49.002Z] === RUN TestKillStoppedContainer [2022-05-13T10:55:49.002Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-13T10:55:49.002Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-05-13T10:55:49.002Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-13T10:55:49.002Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-13T10:55:49.002Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-13T10:55:49.002Z] === RUN TestKillDifferentUserContainer [2022-05-13T10:55:49.002Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-13T10:55:49.002Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-05-13T10:55:49.002Z] === RUN TestInspectOomKilledTrue [2022-05-13T10:55:49.002Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:55:49.002Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-13T10:55:49.002Z] === RUN TestInspectOomKilledFalse [2022-05-13T10:55:49.002Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:55:49.002Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-13T10:55:49.002Z] === RUN TestLogsFollowTailEmpty [2022-05-13T10:55:50.570Z] --- PASS: TestLogsFollowTailEmpty (2.01s) [2022-05-13T10:55:50.570Z] === RUN TestNetworkNat [2022-05-13T10:55:50.570Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-13T10:55:50.570Z] --- SKIP: TestNetworkNat (0.00s) [2022-05-13T10:55:50.570Z] === RUN TestNetworkLocalhostTCPNat [2022-05-13T10:55:52.989Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-13T10:55:53.525Z] --- PASS: TestNetworkLocalhostTCPNat (2.71s) [2022-05-13T10:55:53.525Z] === RUN TestNetworkLoopbackNat [2022-05-13T10:55:53.525Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-13T10:55:53.525Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-05-13T10:55:53.525Z] === RUN TestPause [2022-05-13T10:55:53.525Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-13T10:55:53.525Z] --- SKIP: TestPause (0.00s) [2022-05-13T10:55:53.525Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-13T10:55:55.741Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.03s) [2022-05-13T10:55:55.741Z] === RUN TestPauseStopPausedContainer [2022-05-13T10:55:55.741Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:55:55.741Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-05-13T10:55:55.741Z] === RUN TestPsFilter [2022-05-13T10:55:55.741Z] --- PASS: TestPsFilter (0.27s) [2022-05-13T10:55:55.741Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-13T10:55:56.265Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-13T10:55:56.832Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-05-13T10:55:57.962Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.46s) [2022-05-13T10:55:57.962Z] === RUN TestRemoveContainerWithVolume [2022-05-13T10:55:59.357Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-05-13T10:56:01.254Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-13T10:56:03.822Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-05-13T10:56:05.126Z] --- PASS: TestRemoveContainerWithVolume (7.15s) [2022-05-13T10:56:05.126Z] === RUN TestRemoveContainerRunning [2022-05-13T10:56:05.193Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-13T10:56:05.451Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-13T10:56:06.016Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-13T10:56:06.480Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-13T10:56:06.583Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-13T10:56:06.583Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-05-13T10:56:06.583Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-13T10:56:07.148Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-13T10:56:07.341Z] --- PASS: TestRemoveContainerRunning (1.98s) [2022-05-13T10:56:07.341Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-13T10:56:08.613Z] ok github.com/docker/docker/pkg/plugins 33.642s coverage: 76.3% of statements [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/rootless [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/volume [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-13T10:56:08.613Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === Skipped [2022-05-13T10:56:08.613Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-13T10:56:08.613Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-13T10:56:08.613Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-13T10:56:08.613Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-13T10:56:08.613Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-05-13T10:56:08.613Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:56:08.613Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-05-13T10:56:08.613Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:56:08.613Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-05-13T10:56:08.613Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:56:08.613Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-05-13T10:56:08.613Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:56:08.613Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-05-13T10:56:08.613Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:56:08.613Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-05-13T10:56:08.613Z] graphtest_unix.go:71: No driver to put! [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-05-13T10:56:08.613Z] time="2022-05-13T10:55:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-13T10:56:08.613Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-13T10:56:08.613Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-05-13T10:56:08.613Z] time="2022-05-13T10:55:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-13T10:56:08.613Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-13T10:56:08.613Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-05-13T10:56:08.613Z] time="2022-05-13T10:55:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-13T10:56:08.613Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-13T10:56:08.613Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-05-13T10:56:08.613Z] time="2022-05-13T10:55:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-13T10:56:08.613Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-13T10:56:08.613Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-05-13T10:56:08.613Z] time="2022-05-13T10:55:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-13T10:56:08.613Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-13T10:56:08.613Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-05-13T10:56:08.613Z] graphtest_unix.go:71: No driver to put! [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-05-13T10:56:08.613Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-05-13T10:56:08.613Z] overlay_test.go:50: Fails to compute changes intermittently [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-05-13T10:56:08.613Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-05-13T10:56:08.613Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-05-13T10:56:08.613Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:56:08.613Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-05-13T10:56:08.613Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:56:08.613Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-05-13T10:56:08.613Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:56:08.613Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-05-13T10:56:08.613Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:56:08.613Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-05-13T10:56:08.613Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-13T10:56:08.613Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-05-13T10:56:08.613Z] graphtest_unix.go:71: No driver to put! [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-05-13T10:56:08.613Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-05-13T10:56:08.613Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-05-13T10:56:08.613Z] [2022-05-13T10:56:08.613Z] DONE 2568 tests, 28 skipped in 250.826s [2022-05-13T10:56:08.613Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/bitseq [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/cluster [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/config [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/datastore [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/driverapi [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/etchosts [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/idm [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/ipam [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/iptables [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/netlabel [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/netutils [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/networkdb [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/ns [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/options [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/osl [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/portallocator [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/portmapper [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/testutils [2022-05-13T10:56:08.613Z] github.com/docker/docker/libnetwork/types' ']' [2022-05-13T10:56:08.613Z] + 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-13T10:56:09.559Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.98s) [2022-05-13T10:56:09.559Z] === RUN TestRemoveInvalidContainer [2022-05-13T10:56:09.559Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-05-13T10:56:09.559Z] === RUN TestRenameLinkedContainer [2022-05-13T10:56:09.559Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-13T10:56:09.559Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-05-13T10:56:09.559Z] === RUN TestRenameStoppedContainer [2022-05-13T10:56:09.676Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-13T10:56:12.956Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-05-13T10:56:13.213Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-05-13T10:56:13.470Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-05-13T10:56:13.470Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-05-13T10:56:13.470Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-05-13T10:56:13.470Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-05-13T10:56:13.470Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-05-13T10:56:14.429Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-05-13T10:56:14.994Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-05-13T10:56:15.926Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-05-13T10:56:16.492Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-05-13T10:56:16.717Z] --- PASS: TestRenameStoppedContainer (7.34s) [2022-05-13T10:56:16.717Z] === RUN TestRenameRunningContainerAndReuse [2022-05-13T10:56:16.750Z] docker_cli_swarm_test.go:1796: [d28eb82a595f0] joining swarm manager [d080c49759b77]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:56:17.683Z] === RUN TestDockerSuite/TestUpdateStats [2022-05-13T10:56:18.248Z] docker_cli_swarm_test.go:1797: [d61fee25912d6] joining swarm manager [d080c49759b77]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:56:21.303Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-13T10:56:21.475Z] --- PASS: TestRenameRunningContainerAndReuse (4.54s) [2022-05-13T10:56:21.475Z] === RUN TestRenameInvalidName [2022-05-13T10:56:21.524Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-05-13T10:56:22.089Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-05-13T10:56:22.089Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-05-13T10:56:22.089Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-05-13T10:56:23.022Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-05-13T10:56:23.042Z] --- PASS: TestRenameInvalidName (2.03s) [2022-05-13T10:56:23.042Z] === RUN TestRenameAnonymousContainer [2022-05-13T10:56:23.587Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-13T10:56:26.114Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-05-13T10:56:28.639Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-05-13T10:56:30.010Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-05-13T10:56:30.268Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-05-13T10:56:31.577Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-13T10:56:32.797Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-13T10:56:33.470Z] --- PASS: TestRenameAnonymousContainer (9.53s) [2022-05-13T10:56:33.470Z] === RUN TestRenameContainerWithSameName [2022-05-13T10:56:34.458Z] --- PASS: TestRenameContainerWithSameName (2.00s) [2022-05-13T10:56:34.458Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-13T10:56:34.458Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-13T10:56:34.458Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-05-13T10:56:34.458Z] === RUN TestResize [2022-05-13T10:56:34.695Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-13T10:56:36.679Z] --- PASS: TestResize (2.15s) [2022-05-13T10:56:36.679Z] === RUN TestResizeWithInvalidSize [2022-05-13T10:56:37.231Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-05-13T10:56:38.176Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-05-13T10:56:38.910Z] --- PASS: TestResizeWithInvalidSize (2.07s) [2022-05-13T10:56:38.910Z] === RUN TestResizeWhenContainerNotStarted [2022-05-13T10:56:39.109Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-05-13T10:56:40.483Z] docker_cli_swarm_test.go:1315: [dbad31c402ed1] joining swarm manager [dda085699bc7c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:56:40.740Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-05-13T10:56:41.674Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-05-13T10:56:41.674Z] docker_cli_swarm_test.go:1316: [db7cb4067d331] joining swarm manager [dda085699bc7c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-13T10:56:41.679Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-13T10:56:41.679Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-13T10:56:41.679Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-13T10:56:41.679Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-13T10:56:41.679Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-13T10:56:41.679Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-13T10:56:41.679Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-13T10:56:41.679Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-13T10:56:41.679Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-13T10:56:41.679Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-13T10:56:41.679Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-13T10:56:41.679Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-13T10:56:41.679Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-13T10:56:41.679Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-13T10:56:41.679Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-13T10:56:41.679Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-13T10:56:41.679Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-13T10:56:42.608Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-05-13T10:56:43.980Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-05-13T10:56:45.356Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-05-13T10:56:46.070Z] --- PASS: TestResizeWhenContainerNotStarted (7.19s) [2022-05-13T10:56:46.070Z] === RUN TestDaemonRestartKillContainers [2022-05-13T10:56:46.070Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:56:46.070Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-13T10:56:46.070Z] === RUN TestStats [2022-05-13T10:56:46.070Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-13T10:56:46.070Z] --- SKIP: TestStats (0.00s) [2022-05-13T10:56:46.070Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-13T10:56:46.429Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-13T10:56:46.429Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-13T10:56:46.429Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-13T10:56:46.429Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-13T10:56:46.429Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-13T10:56:46.729Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-05-13T10:56:48.100Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-05-13T10:56:49.472Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-13T10:56:55.075Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-13T10:56:55.259Z] ok github.com/docker/docker/libnetwork 37.083s coverage: 40.6% of statements [2022-05-13T10:56:55.259Z] ok github.com/docker/docker/libnetwork/bitseq 0.116s coverage: 84.4% of statements [2022-05-13T10:56:55.259Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-13T10:56:55.259Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-13T10:56:55.259Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-13T10:56:55.259Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-13T10:56:55.259Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-13T10:56:55.259Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-13T10:56:55.259Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-05-13T10:56:55.259Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-13T10:56:55.259Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-05-13T10:56:55.259Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-05-13T10:56:55.259Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-13T10:56:55.259Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-13T10:56:55.259Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-05-13T10:56:55.259Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.365s coverage: 59.9% of statements [2022-05-13T10:56:55.259Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-13T10:56:55.259Z] ok github.com/docker/docker/libnetwork/drivers/host 0.007s coverage: 34.8% of statements [2022-05-13T10:56:55.259Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.146s coverage: 4.0% of statements [2022-05-13T10:56:55.259Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-13T10:56:55.259Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-05-13T10:56:55.259Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-13T10:56:55.259Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-05-13T10:56:56.507Z] --- PASS: TestStopContainerWithRestartPolicyAlways (10.44s) [2022-05-13T10:56:56.507Z] === RUN TestStopContainerWithTimeout [2022-05-13T10:56:56.507Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-13T10:56:56.507Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-05-13T10:56:56.507Z] === RUN TestUpdateRestartPolicy [2022-05-13T10:57:03.501Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.687s coverage: 7.2% of statements [2022-05-13T10:57:03.501Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-13T10:57:03.501Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-05-13T10:57:04.063Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-05-13T10:57:04.063Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-13T10:57:04.063Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-05-13T10:57:04.063Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-13T10:57:04.328Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-13T10:57:04.586Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-13T10:57:04.586Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-13T10:57:04.623Z] ok github.com/docker/docker/libnetwork/drvregistry 0.017s coverage: 82.4% of statements [2022-05-13T10:57:04.623Z] ok github.com/docker/docker/libnetwork/etchosts 0.010s coverage: 81.2% of statements [2022-05-13T10:57:04.844Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-13T10:57:04.879Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-05-13T10:57:05.102Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-13T10:57:05.102Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-13T10:57:05.102Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-13T10:57:05.134Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-05-13T10:57:05.670Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-13T10:57:05.670Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-13T10:57:06.237Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-13T10:57:06.495Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-13T10:57:06.495Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-13T10:57:06.495Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-13T10:57:06.495Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-13T10:57:07.193Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-13T10:57:08.402Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-13T10:57:08.402Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-13T10:57:08.402Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-13T10:57:08.402Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-13T10:57:08.402Z] === RUN TestDockerSuite/TestVolumeEvents [2022-05-13T10:57:13.657Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-13T10:57:15.031Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-13T10:57:15.291Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-13T10:57:15.291Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-13T10:57:17.192Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-13T10:57:17.337Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-05-13T10:57:17.463Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-13T10:57:17.750Z] --- PASS: TestUpdateRestartPolicy (20.69s) [2022-05-13T10:57:17.750Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-13T10:57:19.318Z] --- PASS: TestUpdateRestartWithAutoRemove (1.96s) [2022-05-13T10:57:19.318Z] === RUN TestWaitNonBlocked [2022-05-13T10:57:19.318Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:57:19.318Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:57:19.318Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:57:19.318Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:57:19.318Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-13T10:57:19.318Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-13T10:57:19.726Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-13T10:57:19.726Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite (1339.81s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.09s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (2.63s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.15s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.73s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.05s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.67s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.15s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.46s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.38s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.04s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.02s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.90s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.24s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.67s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.36s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.09s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.88s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.59s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.62s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.80s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.59s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.97s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.59s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAttachDetach (0.92s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.78s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.72s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.90s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.69s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.08s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.54s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.73s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.68s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.01s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.56s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (16.79s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.73s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.39s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.93s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.04s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.43s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.81s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (4.82s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.77s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.77s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.70s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.31s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.84s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.86s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.08s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.27s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.33s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.00s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.16s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.84s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.91s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.44s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.13s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.35s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.28s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.19s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.71s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.29s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.79s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.51s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.70s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.69s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.55s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.55s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.45s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.01s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.64s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.16s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.64s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.35s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.88s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (1.71s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.60s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.05s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.51s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.01s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.76s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.79s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.13s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.08s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.84s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.62s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.79s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.59s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.44s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCmd (0.39s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.35s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.44s) [2022-05-13T10:57:19.726Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.70s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.44s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.22s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.07s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.42s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.82s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.71s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.34s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.09s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.63s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.54s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.63s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.79s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.44s) [2022-05-13T10:57:19.726Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-05-13T10:57:19.726Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-05-13T10:57:19.726Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-05-13T10:57:19.726Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.92s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.90s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.85s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.39s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.36s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.88s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.66s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.38s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.39s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.70s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.31s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.36s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.38s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.89s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.27s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.47s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.39s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.99s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2022-05-13T10:57:19.726Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.07s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.06s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.22s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.61s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.25s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.41s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.89s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.18s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.62s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.43s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.33s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.63s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.14s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.30s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.28s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.18s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.69s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (2.07s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEnv (1.53s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.39s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.03s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.44s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.38s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.82s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.47s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.93s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.50s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.51s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.25s) [2022-05-13T10:57:19.727Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.35s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (10.23s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildExpose (0.33s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.67s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.47s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.37s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildFails (0.77s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.13s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.00s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.43s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.50s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.41s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.41s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.84s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.87s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.32s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.77s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.80s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.23s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildHistory (2.80s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.34s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.75s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.54s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.36s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.68s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildLabel (0.39s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.30s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.39s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.20s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildLabels (0.42s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.12s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.40s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.54s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.68s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.22s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.31s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.21s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.99s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.32s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.47s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.96s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.85s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.94s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.43s) [2022-05-13T10:57:19.727Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.39s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.41s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.63s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.24s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.54s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.37s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.65s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.58s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.20s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.29s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.07s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.22s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.27s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.56s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.58s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.51s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.18s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.29s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.83s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.94s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.23s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.37s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.85s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildPATH (2.27s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.74s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.92s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.14s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.60s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.52s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildRm (2.25s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.74s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.01s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.41s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.50s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.82s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.85s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.73s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.67s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.15s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.42s) [2022-05-13T10:57:19.727Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.42s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.06s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildStderr (1.03s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.51s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.84s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.75s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.35s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.78s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.02s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildUser (1.22s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.10s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (9.73s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.58s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.69s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.81s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.09s) [2022-05-13T10:57:19.727Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-05-13T10:57:19.727Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-05-13T10:57:19.727Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-05-13T10:57:19.727Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.76s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.11s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.23s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (1.02s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.78s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.14s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.21s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.39s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.88s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.37s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.58s) [2022-05-13T10:57:19.727Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.67s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.76s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-05-13T10:57:19.727Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.49s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.62s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestCommitChange (0.92s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.61s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.09s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.08s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.78s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestCommitTTY (1.34s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.93s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.66s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.72s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.11s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.42s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.71s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.83s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.99s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.91s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.59s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.71s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.73s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.10s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.83s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.72s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.60s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.20s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.59s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.50s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.66s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.82s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.46s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.59s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.61s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.70s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.54s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.00s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.29s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.47s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.40s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.69s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.60s) [2022-05-13T10:57:19.727Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.63s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.50s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.08s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.55s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.91s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.40s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.13s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.25s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} (1.34s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} (1.38s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} (1.46s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} (1.55s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000f86870__} (1.31s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12810670673_/foo_false_____} (1.34s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12810670673_/foo_true_____} (1.51s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33925237992_/foo_false_____} (1.32s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33925237992_/foo_true_____} (1.32s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33925237992_/foo_true__0xc000f868a0___} (1.33s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000f868b8__} (1.31s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000f868d0__} (1.34s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000f868e8__} (1.34s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000f86900__} (0.53s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.27s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.29s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-13T10:57:19.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.28s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.79s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.80s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCopyAndRestart (0.90s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.51s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.74s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.62s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.65s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.66s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.80s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.60s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.77s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.71s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.62s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.75s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.79s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.88s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.50s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.41s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.91s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.03s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.86s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.85s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.78s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.64s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.89s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.34s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.69s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.49s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.86s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.60s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.66s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.56s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.90s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.56s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.52s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.77s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpToDot (0.76s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.18s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.27s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpToStdout (0.67s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.93s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.20s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.85s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.09s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCreateArgs (0.07s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.38s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.58s) [2022-05-13T10:57:19.728Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.81s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.38s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCreateLabels (0.08s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.12s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCreateRM (0.14s) [2022-05-13T10:57:19.728Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.10s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.69s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.11s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.08s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.26s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.13s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.18s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.44s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.94s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.60s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.01s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.17s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.67s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.46s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.11s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.66s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDockerFails (0.03s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.07s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.92s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.82s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.00s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.03s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.42s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.63s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.65s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.17s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.65s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsAttach (0.52s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsCommit (0.59s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.46s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.49s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.44s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.60s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.57s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.70s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.27s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsCopy (0.79s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.99s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.39s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.26s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.94s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.96s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.27s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsFilters (1.00s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsFormat (1.12s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.03s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.66s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.29s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.72s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2022-05-13T10:57:19.728Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-05-13T10:57:19.728Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.88s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.67s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsRename (0.48s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsResize (0.49s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.40s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.59s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.47s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.82s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsTop (0.80s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsUntag (2.59s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.96s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExec (0.53s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.51s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.57s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.58s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.16s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.80s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.57s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.51s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.55s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.68s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.52s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.02s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecCgroup (0.84s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecEnv (0.57s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.03s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.54s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecInspectID (2.64s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecInteractive (0.55s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.52s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.51s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecParseError (0.49s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.50s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.54s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.01s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.66s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecStartFails (0.63s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.88s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.49s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecTTY (0.54s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.54s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.49s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecUlimits (0.54s) [2022-05-13T10:57:19.728Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.17s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.54s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.12s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.53s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestExecWithUser (0.70s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.57s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.60s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.62s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.54s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.50s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestHealth (18.90s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.57s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.59s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.19s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.29s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.59s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.65s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.58s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.52s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.58s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImportBadURL (0.01s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImportDisplay (1.14s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImportFile (1.09s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.12s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImportGzipped (1.12s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.04s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.54s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.50s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.66s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.51s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.48s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.43s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.45s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.45s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.45s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.13s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.47s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.44s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.46s) [2022-05-13T10:57:19.728Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.68s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.50s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectDefault (0.43s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectHistory (0.55s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-13T10:57:19.728Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.45s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.46s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.45s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.48s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.94s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.48s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectStatus (0.56s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.92s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.48s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.46s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.45s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.69s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.43s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.44s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-05-13T10:57:19.728Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.39s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.01s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.92s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.22s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.13s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.59s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.27s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.06s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.86s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.76s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.99s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.35s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.08s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.52s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.53s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.31s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.49s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.48s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.48s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.62s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.64s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.53s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.84s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.87s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.84s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.87s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.71s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.82s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.45s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.48s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsSince (6.59s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.65s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.52s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsTail (0.52s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.47s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.47s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.26s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.46s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestNetHostname (1.29s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.21s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.60s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.71s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.49s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPluginActive (2.04s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.13s) [2022-05-13T10:57:19.729Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.21s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.81s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.80s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.38s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.85s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.35s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.90s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.87s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPortList (7.03s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.22s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.21s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.45s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.48s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.49s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.28s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.04s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.00s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.39s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPsByOrder (1.91s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.74s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.13s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.38s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.67s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.68s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.82s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.45s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.02s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.94s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.61s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.99s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.94s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.16s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.82s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.73s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.54s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.49s) [2022-05-13T10:57:19.729Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.18s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.47s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.94s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.92s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.60s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.36s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.97s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.80s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.08s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.96s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.96s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.18s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.98s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.24s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.63s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.21s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.11s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.77s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.08s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.59s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.48s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.62s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.59s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.70s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.45s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.12s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAddHost (0.54s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.37s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.76s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.44s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.06s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.62s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.60s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.56s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.87s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.96s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.61s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.59s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.61s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.48s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.80s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.72s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.78s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.46s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.45s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.43s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.49s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.47s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.51s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.59s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.46s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.45s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.53s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.60s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.68s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.42s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.43s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.73s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.51s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.49s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.42s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.44s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.90s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.94s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.07s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.78s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.52s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.42s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.44s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.43s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.00s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (1.95s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.46s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.34s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.05s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.52s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.57s) [2022-05-13T10:57:19.729Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-05-13T10:57:19.729Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.55s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.40s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.51s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.65s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.53s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.15s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.47s) [2022-05-13T10:57:19.729Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.48s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.05s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.45s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.45s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.69s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.50s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.46s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.45s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.44s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.62s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunExitCode (0.50s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.48s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.47s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.51s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunExposePort (0.02s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.48s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.51s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.09s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.23s) [2022-05-13T10:57:19.729Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.73s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.71s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.98s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.68s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.32s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.03s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.71s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.31s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.16s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.08s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.74s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.46s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.56s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.01s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.03s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.08s) [2022-05-13T10:57:19.729Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.43s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.27s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.16s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunMount (4.35s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.44s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.44s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.91s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.30s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.00s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.47s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.47s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.02s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.02s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.58s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNetHost (0.67s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.45s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.45s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.33s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.32s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.59s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.39s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.86s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.48s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.49s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.56s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.81s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.72s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.48s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.24s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.85s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.70s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.52s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.59s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.52s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.67s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.77s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.46s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.53s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.18s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.69s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.32s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunRm (0.54s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.50s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.77s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.55s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.73s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.73s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.13s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.31s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.58s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.46s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.65s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.61s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.56s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.47s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.53s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.54s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.72s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.63s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunState (1.16s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.51s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.60s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.69s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.66s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunSysctls (1.00s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.50s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.88s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.55s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.66s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.79s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.25s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.59s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.49s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.49s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.95s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.15s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunUserByID (0.73s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.18s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.17s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.57s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunUserByName (0.47s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.47s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.57s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.49s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.54s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.78s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.01s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.97s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.06s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.28s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.64s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.25s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.73s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.55s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.12s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.54s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.52s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.49s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.63s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.55s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.54s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.47s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.46s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.44s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.46s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.86s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.42s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.48s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.04s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.25s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.51s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.70s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.46s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.67s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.72s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.77s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.25s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSaveImageId (0.10s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.41s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.54s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.08s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.35s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.10s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.50s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.45s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.38s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.10s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.11s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.54s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.00s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.67s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.66s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.66s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.06s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.63s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.63s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.84s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.56s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.57s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.51s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestStartRecordError (1.07s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.79s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.21s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.51s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.28s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.87s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.53s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.47s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.54s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.54s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.57s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.52s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.68s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.90s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.43s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.48s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.33s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.79s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.77s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.24s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUpdateStats (3.60s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.85s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.65s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.57s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.65s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.32s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (1.99s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.97s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.26s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.62s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.72s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.77s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.95s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.05s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.33s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.31s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.34s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.36s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.31s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.47s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.52s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.64s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.08s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.57s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.38s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.38s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.07s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.82s) [2022-05-13T10:57:19.730Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.41s) [2022-05-13T10:57:19.730Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-05-13T10:57:19.730Z] === RUN TestDockerRegistrySuite [2022-05-13T10:57:19.730Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-13T10:57:20.663Z] check_test.go:194: [d56d511b72ea0] daemon is not started [2022-05-13T10:57:20.663Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-13T10:57:21.759Z] check_test.go:194: [dca55e20a302e] daemon is not started [2022-05-13T10:57:21.759Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-13T10:57:23.133Z] check_test.go:194: [d03215865810b] daemon is not started [2022-05-13T10:57:23.133Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-13T10:57:23.133Z] check_test.go:194: [d611e059ceab3] daemon is not started [2022-05-13T10:57:23.133Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-13T10:57:26.414Z] check_test.go:194: [d876eaf4d48e5] daemon is not started [2022-05-13T10:57:26.414Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-13T10:57:26.622Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-05-13T10:57:26.622Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.69s) [2022-05-13T10:57:26.622Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (7.52s) [2022-05-13T10:57:26.622Z] === RUN TestWaitBlocked [2022-05-13T10:57:26.622Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:57:26.622Z] --- SKIP: TestWaitBlocked (0.00s) [2022-05-13T10:57:26.622Z] PASS [2022-05-13T10:57:26.622Z] ok github.com/docker/docker/integration/container 117.975s [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === Skipped [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-05-13T10:57:26.622Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-05-13T10:57:26.622Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-05-13T10:57:26.622Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-05-13T10:57:26.622Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-05-13T10:57:26.622Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-13T10:57:26.622Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-13T10:57:26.622Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-05-13T10:57:26.622Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-05-13T10:57:26.622Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.10s) [2022-05-13T10:57:26.622Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-13T10:57:26.622Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.10s) [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-05-13T10:57:26.622Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-05-13T10:57:26.622Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-05-13T10:57:26.622Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-05-13T10:57:26.622Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-05-13T10:57:26.622Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-05-13T10:57:26.622Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-13T10:57:26.622Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-05-13T10:57:26.622Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-13T10:57:26.622Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-13T10:57:26.622Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-05-13T10:57:26.622Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-13T10:57:26.622Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-05-13T10:57:26.622Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-05-13T10:57:26.622Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:26.622Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-05-13T10:57:26.622Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-13T10:57:26.622Z] [2022-05-13T10:57:27.095Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-05-13T10:57:27.095Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-13T10:57:27.095Z] [2022-05-13T10:57:27.095Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-05-13T10:57:27.095Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-13T10:57:27.095Z] [2022-05-13T10:57:27.095Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-05-13T10:57:27.095Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-13T10:57:27.095Z] [2022-05-13T10:57:27.096Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-05-13T10:57:27.096Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:57:27.096Z] [2022-05-13T10:57:27.096Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-05-13T10:57:27.096Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-13T10:57:27.096Z] [2022-05-13T10:57:27.096Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-05-13T10:57:27.096Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-13T10:57:27.096Z] [2022-05-13T10:57:27.096Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-05-13T10:57:27.096Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:57:27.096Z] [2022-05-13T10:57:27.096Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-05-13T10:57:27.096Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-13T10:57:27.096Z] [2022-05-13T10:57:27.096Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-05-13T10:57:27.096Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-13T10:57:27.096Z] [2022-05-13T10:57:27.096Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-05-13T10:57:27.096Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:57:27.096Z] [2022-05-13T10:57:27.096Z] DONE 122 tests, 34 skipped in 121.211s [2022-05-13T10:57:27.096Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-05-13T10:57:31.674Z] check_test.go:194: [d01b07f227225] daemon is not started [2022-05-13T10:57:31.674Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-13T10:57:32.216Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-13T10:57:32.487Z] ok github.com/docker/docker/libnetwork/ipam 14.705s coverage: 85.3% of statements [2022-05-13T10:57:32.487Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-13T10:57:32.487Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-13T10:57:32.487Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-05-13T10:57:32.487Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-05-13T10:57:32.487Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-13T10:57:32.487Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-05-13T10:57:32.487Z] ok github.com/docker/docker/libnetwork/ipamutils 0.255s coverage: 74.0% of statements [2022-05-13T10:57:32.742Z] ok github.com/docker/docker/libnetwork/iptables 0.156s coverage: 45.1% of statements [2022-05-13T10:57:32.997Z] ok github.com/docker/docker/libnetwork/netlabel 0.007s coverage: 60.0% of statements [2022-05-13T10:57:33.253Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-05-13T10:57:34.199Z] check_test.go:194: [dabae2f29c2d3] daemon is not started [2022-05-13T10:57:34.199Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-13T10:57:35.574Z] check_test.go:194: [d49687120ea3c] daemon is not started [2022-05-13T10:57:35.574Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-13T10:57:36.138Z] check_test.go:194: [d8ab902c468d2] daemon is not started [2022-05-13T10:57:36.138Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-13T10:57:37.510Z] check_test.go:194: [d44e9c04738a4] daemon is not started [2022-05-13T10:57:37.510Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-13T10:57:38.442Z] check_test.go:194: [d7b9b1d85ee5d] daemon is not started [2022-05-13T10:57:38.442Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-13T10:57:39.375Z] check_test.go:194: [d91ce8ab64188] daemon is not started [2022-05-13T10:57:39.375Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-13T10:57:40.307Z] check_test.go:194: [d3e9a705adc11] daemon is not started [2022-05-13T10:57:40.307Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-13T10:57:41.241Z] check_test.go:194: [d063651fb8103] daemon is not started [2022-05-13T10:57:41.241Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-13T10:57:42.174Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:90a055c3ae41bed9292c05929acf63242f49e7ba9914aa5fc27e0a034d447a1c [2022-05-13T10:57:43.107Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:884c6a25ed12dd19a25de5319f8eba836f0d6a0ddd3cde4fc0f94b7b8b739e12 [2022-05-13T10:57:43.365Z] check_test.go:194: [d315a80613fab] daemon is not started [2022-05-13T10:57:43.365Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-13T10:57:44.298Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:8dc6d3e2ea7ae7e419242cf8f29f83972f62bd502c111cd1ccfd2ea11625edcc [2022-05-13T10:57:44.863Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0b91f22d2bd6844a947b021d60867b24bf729d6f447eeae45bf9925d415b96ea [2022-05-13T10:57:45.121Z] check_test.go:194: [d35e9a436b772] daemon is not started [2022-05-13T10:57:45.121Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-13T10:57:46.055Z] check_test.go:194: [db56d425339ef] daemon is not started [2022-05-13T10:57:46.055Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-13T10:57:48.581Z] check_test.go:194: [dcac5614e93e2] daemon is not started [2022-05-13T10:57:48.581Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-13T10:57:49.147Z] check_test.go:194: [dadceedbd158a] daemon is not started [2022-05-13T10:57:49.147Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-13T10:57:49.147Z] check_test.go:194: [d490a11964637] daemon is not started [2022-05-13T10:57:49.147Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-13T10:57:50.519Z] check_test.go:194: [d1fe2b4ae4888] daemon is not started [2022-05-13T10:57:50.519Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-13T10:57:51.085Z] check_test.go:194: [daa4ce5ee6e5f] daemon is not started [2022-05-13T10:57:51.085Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-13T10:57:52.020Z] check_test.go:194: [d1774893cc596] daemon is not started [2022-05-13T10:57:52.020Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-13T10:57:54.549Z] check_test.go:194: [db7b4d0f37fac] daemon is not started [2022-05-13T10:57:54.549Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-13T10:57:54.807Z] check_test.go:194: [d7ec823a7fb1f] daemon is not started [2022-05-13T10:57:54.807Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-13T10:57:55.741Z] check_test.go:194: [dc4e8fdfdee27] daemon is not started [2022-05-13T10:57:55.741Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-13T10:57:56.005Z] check_test.go:194: [d07981e55ffa0] daemon is not started [2022-05-13T10:57:56.005Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-13T10:57:56.264Z] check_test.go:194: [dd4c7f7a1963a] daemon is not started [2022-05-13T10:57:56.264Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-13T10:57:56.522Z] check_test.go:194: [dd25bcfcbe247] daemon is not started [2022-05-13T10:57:56.522Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-13T10:57:56.780Z] check_test.go:194: [dbeaec414a994] daemon is not started [2022-05-13T10:57:56.780Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-13T10:57:57.037Z] check_test.go:194: [d48be9c196d36] daemon is not started [2022-05-13T10:57:57.037Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-13T10:57:57.294Z] check_test.go:194: [d8418e3f885d7] daemon is not started [2022-05-13T10:57:57.294Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-13T10:57:57.308Z] === RUN TestConfigDaemonLibtrustID [2022-05-13T10:57:57.308Z] daemon_test.go:31: runtime.GOOS == "windows" [2022-05-13T10:57:57.308Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-05-13T10:57:57.308Z] === RUN TestConfigDaemonID [2022-05-13T10:57:57.308Z] daemon_test.go:50: runtime.GOOS == "windows" [2022-05-13T10:57:57.308Z] --- SKIP: TestConfigDaemonID (0.00s) [2022-05-13T10:57:57.308Z] === RUN TestDaemonConfigValidation [2022-05-13T10:57:57.308Z] daemon_test.go:87: runtime.GOOS == "windows" [2022-05-13T10:57:57.308Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-05-13T10:57:57.308Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-13T10:57:57.308Z] daemon_test.go:153: runtime.GOOS == "windows" [2022-05-13T10:57:57.308Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-05-13T10:57:57.308Z] === RUN TestDaemonProxy [2022-05-13T10:57:57.308Z] daemon_test.go:201: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-13T10:57:57.308Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-13T10:57:57.308Z] PASS [2022-05-13T10:57:57.308Z] ok github.com/docker/docker/integration/daemon 0.133s [2022-05-13T10:57:57.308Z] [2022-05-13T10:57:57.308Z] === Skipped [2022-05-13T10:57:57.308Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-05-13T10:57:57.308Z] daemon_test.go:31: runtime.GOOS == "windows" [2022-05-13T10:57:57.308Z] [2022-05-13T10:57:57.308Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonID (0.00s) [2022-05-13T10:57:57.308Z] daemon_test.go:50: runtime.GOOS == "windows" [2022-05-13T10:57:57.308Z] [2022-05-13T10:57:57.308Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-05-13T10:57:57.308Z] daemon_test.go:87: runtime.GOOS == "windows" [2022-05-13T10:57:57.308Z] [2022-05-13T10:57:57.308Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-05-13T10:57:57.308Z] daemon_test.go:153: runtime.GOOS == "windows" [2022-05-13T10:57:57.308Z] [2022-05-13T10:57:57.308Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-05-13T10:57:57.308Z] daemon_test.go:201: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-13T10:57:57.308Z] [2022-05-13T10:57:57.308Z] DONE 5 tests, 5 skipped in 27.286s [2022-05-13T10:57:57.308Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-05-13T10:57:58.225Z] check_test.go:194: [db63113dd4169] daemon is not started [2022-05-13T10:57:58.226Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-13T10:57:58.873Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-13T10:57:58.873Z] INFO: Testing against a local daemon [2022-05-13T10:57:58.873Z] === RUN TestCommitInheritsEnv [2022-05-13T10:57:58.873Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:57:58.873Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-05-13T10:57:58.873Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-13T10:57:58.873Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-13T10:57:58.873Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-13T10:57:58.873Z] === RUN TestImportWithCustomPlatform [2022-05-13T10:57:58.873Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-13T10:57:58.873Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-05-13T10:57:58.873Z] === RUN TestImagesFilterMultiReference [2022-05-13T10:57:58.873Z] --- PASS: TestImagesFilterMultiReference (0.13s) [2022-05-13T10:57:58.873Z] === RUN TestImagePullPlatformInvalid [2022-05-13T10:57:58.873Z] --- PASS: TestImagePullPlatformInvalid (0.06s) [2022-05-13T10:57:58.873Z] === RUN TestRemoveImageOrphaning [2022-05-13T10:57:59.600Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-05-13T10:57:59.600Z] check_test.go:194: [d16d3a9ca884a] daemon is not started [2022-05-13T10:57:59.600Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-13T10:58:00.441Z] --- PASS: TestRemoveImageOrphaning (1.25s) [2022-05-13T10:58:00.441Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-13T10:58:00.441Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.07s) [2022-05-13T10:58:00.441Z] === RUN TestTagInvalidReference [2022-05-13T10:58:00.441Z] --- PASS: TestTagInvalidReference (0.05s) [2022-05-13T10:58:00.441Z] === RUN TestTagValidPrefixedRepo [2022-05-13T10:58:00.441Z] --- PASS: TestTagValidPrefixedRepo (0.10s) [2022-05-13T10:58:00.441Z] === RUN TestTagExistedNameWithoutForce [2022-05-13T10:58:00.441Z] --- PASS: TestTagExistedNameWithoutForce (0.07s) [2022-05-13T10:58:00.441Z] === RUN TestTagOfficialNames [2022-05-13T10:58:00.441Z] --- PASS: TestTagOfficialNames (0.13s) [2022-05-13T10:58:00.441Z] === RUN TestTagMatchesDigest [2022-05-13T10:58:00.441Z] --- PASS: TestTagMatchesDigest (0.05s) [2022-05-13T10:58:00.441Z] PASS [2022-05-13T10:58:00.441Z] ok github.com/docker/docker/integration/image 1.981s [2022-05-13T10:58:00.441Z] [2022-05-13T10:58:00.441Z] === Skipped [2022-05-13T10:58:00.441Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-05-13T10:58:00.441Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:58:00.441Z] [2022-05-13T10:58:00.441Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-13T10:58:00.441Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-13T10:58:00.441Z] [2022-05-13T10:58:00.441Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-05-13T10:58:00.441Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-13T10:58:00.441Z] [2022-05-13T10:58:00.441Z] DONE 12 tests, 3 skipped in 6.241s [2022-05-13T10:58:00.533Z] check_test.go:194: [d3cab8a918477] daemon is not started [2022-05-13T10:58:00.533Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-13T10:58:00.912Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-05-13T10:58:01.905Z] check_test.go:194: [d1961b3b198f1] daemon is not started [2022-05-13T10:58:01.905Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-13T10:58:02.840Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-13T10:58:03.136Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-13T10:58:03.136Z] INFO: Testing against a local daemon [2022-05-13T10:58:03.136Z] === RUN TestNetworkCreateDelete [2022-05-13T10:58:03.136Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:58:03.136Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-05-13T10:58:03.136Z] === RUN TestDockerNetworkDeletePreferID [2022-05-13T10:58:03.136Z] 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-13T10:58:03.136Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-05-13T10:58:03.136Z] === RUN TestDaemonDNSFallback [2022-05-13T10:58:03.136Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:58:03.136Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-05-13T10:58:03.136Z] === RUN TestInspectNetwork [2022-05-13T10:58:03.136Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-13T10:58:03.136Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-13T10:58:03.136Z] === RUN TestRunContainerWithBridgeNone [2022-05-13T10:58:03.136Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:58:03.136Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-13T10:58:03.136Z] === RUN TestNetworkInvalidJSON [2022-05-13T10:58:03.136Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-13T10:58:03.136Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-13T10:58:03.136Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:58:03.136Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:58:03.136Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:58:03.136Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:58:03.136Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-13T10:58:03.136Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-13T10:58:03.136Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-13T10:58:03.136Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-13T10:58:03.136Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-13T10:58:03.136Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-13T10:58:03.136Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-13T10:58:03.137Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-13T10:58:03.137Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-13T10:58:03.137Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-13T10:58:03.137Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-13T10:58:03.137Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-13T10:58:03.137Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-13T10:58:03.137Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-13T10:58:03.137Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-13T10:58:03.137Z] --- PASS: TestNetworkInvalidJSON (0.06s) [2022-05-13T10:58:03.137Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-05-13T10:58:03.137Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-13T10:58:03.137Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-13T10:58:03.137Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-13T10:58:03.137Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-13T10:58:03.137Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-05-13T10:58:03.137Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-13T10:58:03.137Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.01s) [2022-05-13T10:58:03.137Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-13T10:58:03.137Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-13T10:58:03.137Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.02s) [2022-05-13T10:58:03.137Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.01s) [2022-05-13T10:58:03.137Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-13T10:58:03.137Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-13T10:58:03.137Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-13T10:58:03.137Z] === RUN TestNetworkList [2022-05-13T10:58:03.137Z] === RUN TestNetworkList//networks [2022-05-13T10:58:03.137Z] === PAUSE TestNetworkList//networks [2022-05-13T10:58:03.137Z] === RUN TestNetworkList//networks/ [2022-05-13T10:58:03.137Z] === PAUSE TestNetworkList//networks/ [2022-05-13T10:58:03.137Z] === CONT TestNetworkList//networks [2022-05-13T10:58:03.137Z] === CONT TestNetworkList//networks/ [2022-05-13T10:58:03.137Z] --- PASS: TestNetworkList (0.05s) [2022-05-13T10:58:03.137Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-13T10:58:03.137Z] --- PASS: TestNetworkList//networks/ (0.01s) [2022-05-13T10:58:03.137Z] === RUN TestHostIPv4BridgeLabel [2022-05-13T10:58:03.137Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-13T10:58:03.137Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-13T10:58:03.137Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-13T10:58:03.137Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-13T10:58:03.137Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-05-13T10:58:03.137Z] === RUN TestDaemonDefaultNetworkPools [2022-05-13T10:58:03.137Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-13T10:58:03.137Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-05-13T10:58:03.137Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-13T10:58:03.137Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-13T10:58:03.137Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-13T10:58:03.137Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-13T10:58:03.137Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-13T10:58:03.137Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-13T10:58:03.137Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-13T10:58:03.137Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-13T10:58:03.137Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-13T10:58:03.137Z] === RUN TestServiceWithPredefinedNetwork [2022-05-13T10:58:03.137Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-13T10:58:03.137Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-13T10:58:03.137Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-13T10:58:03.137Z] service_test.go:243: FLAKY_TEST [2022-05-13T10:58:03.137Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-13T10:58:03.137Z] === RUN TestServiceWithDataPathPortInit [2022-05-13T10:58:03.137Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-13T10:58:03.137Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-05-13T10:58:03.137Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-13T10:58:03.137Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-13T10:58:03.137Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-13T10:58:03.137Z] PASS [2022-05-13T10:58:03.137Z] ok github.com/docker/docker/integration/network 0.223s [2022-05-13T10:58:03.608Z] [2022-05-13T10:58:03.608Z] === Skipped [2022-05-13T10:58:03.608Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-05-13T10:58:03.608Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:58:03.608Z] [2022-05-13T10:58:03.608Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-05-13T10:58:03.608Z] 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-13T10:58:03.608Z] [2022-05-13T10:58:03.608Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-05-13T10:58:03.608Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:58:03.608Z] [2022-05-13T10:58:03.608Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-05-13T10:58:03.608Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-13T10:58:03.608Z] [2022-05-13T10:58:03.608Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-05-13T10:58:03.608Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:58:03.608Z] [2022-05-13T10:58:03.608Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-05-13T10:58:03.608Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-13T10:58:03.608Z] [2022-05-13T10:58:03.608Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-05-13T10:58:03.608Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-13T10:58:03.608Z] [2022-05-13T10:58:03.608Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-05-13T10:58:03.608Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-13T10:58:03.608Z] [2022-05-13T10:58:03.608Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-13T10:58:03.608Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-13T10:58:03.608Z] [2022-05-13T10:58:03.608Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-13T10:58:03.608Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-13T10:58:03.608Z] [2022-05-13T10:58:03.608Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-13T10:58:03.608Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-13T10:58:03.608Z] [2022-05-13T10:58:03.608Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-05-13T10:58:03.608Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-13T10:58:03.608Z] [2022-05-13T10:58:03.608Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-13T10:58:03.608Z] service_test.go:243: FLAKY_TEST [2022-05-13T10:58:03.608Z] [2022-05-13T10:58:03.608Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-05-13T10:58:03.608Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-13T10:58:03.608Z] [2022-05-13T10:58:03.608Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-13T10:58:03.608Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-13T10:58:03.608Z] [2022-05-13T10:58:03.608Z] DONE 34 tests, 15 skipped in 2.590s [2022-05-13T10:58:03.608Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-05-13T10:58:03.773Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite (44.29s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.14s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.01s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.28s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.79s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.92s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.30s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.19s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.94s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.05s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.08s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.10s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.90s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.99s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.90s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.84s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.96s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.08s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.96s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.00s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.84s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.86s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.41s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.99s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.39s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.05s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.41s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.88s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.39s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.00s) [2022-05-13T10:58:03.773Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.84s) [2022-05-13T10:58:03.773Z] === RUN TestDockerSchema1RegistrySuite [2022-05-13T10:58:03.773Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-13T10:58:04.031Z] check_test.go:221: [d14404797ee22] daemon is not started [2022-05-13T10:58:04.031Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-13T10:58:04.601Z] testing: warning: no tests to run [2022-05-13T10:58:04.601Z] PASS [2022-05-13T10:58:04.601Z] ok github.com/docker/docker/integration/network/ipvlan 0.088s [2022-05-13T10:58:04.601Z] [2022-05-13T10:58:04.601Z] DONE 0 tests in 0.914s [2022-05-13T10:58:04.601Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-05-13T10:58:05.589Z] testing: warning: no tests to run [2022-05-13T10:58:05.589Z] PASS [2022-05-13T10:58:05.589Z] ok github.com/docker/docker/integration/network/macvlan 0.081s [2022-05-13T10:58:05.589Z] [2022-05-13T10:58:05.589Z] DONE 0 tests in 1.031s [2022-05-13T10:58:05.589Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-05-13T10:58:06.577Z] testing: warning: no tests to run [2022-05-13T10:58:06.577Z] PASS [2022-05-13T10:58:06.577Z] ok github.com/docker/docker/integration/plugin 0.087s [2022-05-13T10:58:06.577Z] [2022-05-13T10:58:06.577Z] DONE 0 tests in 0.870s [2022-05-13T10:58:06.577Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-05-13T10:58:07.567Z] testing: warning: no tests to run [2022-05-13T10:58:07.567Z] PASS [2022-05-13T10:58:07.567Z] ok github.com/docker/docker/integration/plugin/authz 0.103s [2022-05-13T10:58:07.567Z] [2022-05-13T10:58:07.567Z] DONE 0 tests in 0.983s [2022-05-13T10:58:08.047Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-05-13T10:58:08.211Z] check_test.go:221: [d37d3a7de91ca] daemon is not started [2022-05-13T10:58:08.211Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-13T10:58:10.738Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-05-13T10:58:13.930Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-13T10:58:13.930Z] INFO: Testing against a local daemon [2022-05-13T10:58:13.930Z] === RUN TestPluginInvalidJSON [2022-05-13T10:58:13.930Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:58:13.930Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:58:13.930Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:58:13.930Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:58:13.930Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-13T10:58:13.930Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-13T10:58:13.930Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-13T10:58:13.930Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-13T10:58:13.930Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-13T10:58:13.930Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-13T10:58:13.930Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-13T10:58:13.930Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-13T10:58:13.930Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-13T10:58:13.930Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-13T10:58:13.930Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-13T10:58:13.930Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-13T10:58:13.930Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-13T10:58:13.930Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-13T10:58:13.930Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-13T10:58:13.930Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-13T10:58:13.930Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-13T10:58:13.930Z] --- PASS: TestPluginInvalidJSON (0.06s) [2022-05-13T10:58:13.930Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.02s) [2022-05-13T10:58:13.930Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-13T10:58:13.931Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-13T10:58:13.931Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-13T10:58:13.931Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-13T10:58:13.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.02s) [2022-05-13T10:58:13.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-13T10:58:13.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-13T10:58:13.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-13T10:58:13.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-13T10:58:13.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.02s) [2022-05-13T10:58:13.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.01s) [2022-05-13T10:58:13.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-13T10:58:13.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-13T10:58:13.931Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-13T10:58:13.931Z] === RUN TestPluginInstall [2022-05-13T10:58:13.931Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-13T10:58:13.931Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-13T10:58:13.931Z] === RUN TestPluginsWithRuntimes [2022-05-13T10:58:13.931Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-13T10:58:13.931Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-13T10:58:13.931Z] === RUN TestPluginBackCompatMediaTypes [2022-05-13T10:58:13.931Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-13T10:58:13.931Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-13T10:58:13.931Z] PASS [2022-05-13T10:58:13.931Z] ok github.com/docker/docker/integration/plugin/common 0.155s [2022-05-13T10:58:13.931Z] [2022-05-13T10:58:13.931Z] === Skipped [2022-05-13T10:58:13.931Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-05-13T10:58:13.931Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-13T10:58:13.931Z] [2022-05-13T10:58:13.931Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-05-13T10:58:13.931Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-13T10:58:13.931Z] [2022-05-13T10:58:13.931Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-05-13T10:58:13.931Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-13T10:58:13.931Z] [2022-05-13T10:58:13.931Z] DONE 19 tests, 3 skipped in 5.322s [2022-05-13T10:58:13.931Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-05-13T10:58:14.019Z] check_test.go:221: [dbd970a0ad496] daemon is not started [2022-05-13T10:58:14.019Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-13T10:58:15.392Z] check_test.go:221: [d822dc31110fe] daemon is not started [2022-05-13T10:58:15.392Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-13T10:58:15.651Z] check_test.go:221: [dd90061f2f126] daemon is not started [2022-05-13T10:58:15.651Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-13T10:58:16.149Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-13T10:58:16.150Z] INFO: Testing against a local daemon [2022-05-13T10:58:16.150Z] === RUN TestExternalGraphDriver [2022-05-13T10:58:16.150Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-13T10:58:16.150Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-05-13T10:58:16.150Z] === RUN TestGraphdriverPluginV2 [2022-05-13T10:58:16.150Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-13T10:58:16.150Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-05-13T10:58:16.150Z] PASS [2022-05-13T10:58:16.150Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.120s [2022-05-13T10:58:16.150Z] [2022-05-13T10:58:16.150Z] === Skipped [2022-05-13T10:58:16.150Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-05-13T10:58:16.150Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-13T10:58:16.150Z] [2022-05-13T10:58:16.150Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-05-13T10:58:16.150Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-13T10:58:16.150Z] [2022-05-13T10:58:16.150Z] DONE 2 tests, 2 skipped in 2.573s [2022-05-13T10:58:16.150Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-05-13T10:58:17.023Z] check_test.go:221: [d73bed8de1bfe] daemon is not started [2022-05-13T10:58:17.023Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-13T10:58:17.956Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-05-13T10:58:18.214Z] check_test.go:221: [daefee92014d4] daemon is not started [2022-05-13T10:58:18.214Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-13T10:58:18.386Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-13T10:58:18.386Z] INFO: Testing against a local daemon [2022-05-13T10:58:18.386Z] === RUN TestReadPluginNoRead [2022-05-13T10:58:18.386Z] read_test.go:21: no unix domain sockets on Windows [2022-05-13T10:58:18.386Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-05-13T10:58:18.386Z] PASS [2022-05-13T10:58:18.386Z] ok github.com/docker/docker/integration/plugin/logging 0.106s [2022-05-13T10:58:18.386Z] [2022-05-13T10:58:18.386Z] === Skipped [2022-05-13T10:58:18.386Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-05-13T10:58:18.386Z] read_test.go:21: no unix domain sockets on Windows [2022-05-13T10:58:18.386Z] [2022-05-13T10:58:18.386Z] DONE 1 tests, 1 skipped in 2.443s [2022-05-13T10:58:18.856Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-05-13T10:58:19.164Z] check_test.go:221: [d5b161e99abea] daemon is not started [2022-05-13T10:58:19.164Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-13T10:58:19.844Z] testing: warning: no tests to run [2022-05-13T10:58:19.844Z] PASS [2022-05-13T10:58:19.844Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.082s [2022-05-13T10:58:19.844Z] [2022-05-13T10:58:19.844Z] DONE 0 tests in 1.287s [2022-05-13T10:58:20.315Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-05-13T10:58:20.540Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-05-13T10:58:22.441Z] check_test.go:221: [d149c30a3d53a] daemon is not started [2022-05-13T10:58:22.441Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-13T10:58:22.532Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-13T10:58:22.532Z] INFO: Testing against a local daemon [2022-05-13T10:58:22.532Z] === RUN TestPluginWithDevMounts [2022-05-13T10:58:22.532Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:22.532Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-13T10:58:22.532Z] PASS [2022-05-13T10:58:22.532Z] ok github.com/docker/docker/integration/plugin/volumes 0.124s [2022-05-13T10:58:22.532Z] [2022-05-13T10:58:22.532Z] === Skipped [2022-05-13T10:58:22.532Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-05-13T10:58:22.532Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:22.532Z] [2022-05-13T10:58:22.532Z] DONE 1 tests, 1 skipped in 2.503s [2022-05-13T10:58:22.532Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-05-13T10:58:22.698Z] check_test.go:221: [d65943d8aab41] daemon is not started [2022-05-13T10:58:22.698Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-13T10:58:23.264Z] check_test.go:221: [da3195f98ac63] daemon is not started [2022-05-13T10:58:23.264Z] --- PASS: TestDockerSchema1RegistrySuite (19.38s) [2022-05-13T10:58:23.264Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.26s) [2022-05-13T10:58:23.264Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.05s) [2022-05-13T10:58:23.264Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.93s) [2022-05-13T10:58:23.264Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.38s) [2022-05-13T10:58:23.264Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-05-13T10:58:23.264Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.36s) [2022-05-13T10:58:23.264Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.22s) [2022-05-13T10:58:23.264Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.01s) [2022-05-13T10:58:23.264Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.06s) [2022-05-13T10:58:23.264Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.52s) [2022-05-13T10:58:23.264Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.46s) [2022-05-13T10:58:23.264Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-13T10:58:23.264Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-13T10:58:24.198Z] check_test.go:250: [d27cb1f76f961] daemon is not started [2022-05-13T10:58:24.198Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-13T10:58:24.751Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-13T10:58:24.751Z] INFO: Testing against a local daemon [2022-05-13T10:58:24.751Z] === RUN TestSecretInspect [2022-05-13T10:58:24.751Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:24.751Z] --- SKIP: TestSecretInspect (0.00s) [2022-05-13T10:58:24.751Z] === RUN TestSecretList [2022-05-13T10:58:24.751Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:24.751Z] --- SKIP: TestSecretList (0.00s) [2022-05-13T10:58:24.751Z] === RUN TestSecretsCreateAndDelete [2022-05-13T10:58:24.751Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:24.751Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-05-13T10:58:24.751Z] === RUN TestSecretsUpdate [2022-05-13T10:58:24.751Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:24.751Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-05-13T10:58:24.751Z] === RUN TestTemplatedSecret [2022-05-13T10:58:24.751Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:24.751Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-05-13T10:58:24.751Z] === RUN TestSecretCreateResolve [2022-05-13T10:58:24.751Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:58:24.751Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-05-13T10:58:24.751Z] PASS [2022-05-13T10:58:24.751Z] ok github.com/docker/docker/integration/secret 0.114s [2022-05-13T10:58:24.751Z] [2022-05-13T10:58:24.751Z] === Skipped [2022-05-13T10:58:24.751Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-05-13T10:58:24.751Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:24.751Z] [2022-05-13T10:58:24.751Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-05-13T10:58:24.751Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:24.751Z] [2022-05-13T10:58:24.751Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-05-13T10:58:24.751Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:24.751Z] [2022-05-13T10:58:24.751Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-05-13T10:58:24.751Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:24.751Z] [2022-05-13T10:58:24.751Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-05-13T10:58:24.751Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:24.751Z] [2022-05-13T10:58:24.751Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-05-13T10:58:24.751Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:58:24.751Z] [2022-05-13T10:58:24.751Z] DONE 6 tests, 6 skipped in 1.935s [2022-05-13T10:58:24.751Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-05-13T10:58:24.764Z] check_test.go:250: [d7e6deb3e7fc7] daemon is not started [2022-05-13T10:58:24.764Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-13T10:58:25.023Z] check_test.go:250: [d745590e2d304] daemon is not started [2022-05-13T10:58:25.023Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-13T10:58:25.023Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-05-13T10:58:26.395Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-13T10:58:26.961Z] check_test.go:250: [d9531e49ea12f] daemon is not started [2022-05-13T10:58:26.961Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-13T10:58:27.527Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-05-13T10:58:27.527Z] check_test.go:250: [d7a7079ceca65] daemon is not started [2022-05-13T10:58:27.527Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-13T10:58:27.713Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-13T10:58:27.713Z] INFO: Testing against a local daemon [2022-05-13T10:58:27.713Z] === RUN TestServiceCreateInit [2022-05-13T10:58:27.713Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-13T10:58:27.713Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.713Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-13T10:58:27.713Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.713Z] --- PASS: TestServiceCreateInit (0.06s) [2022-05-13T10:58:27.713Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-13T10:58:27.713Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-13T10:58:27.713Z] === RUN TestCreateServiceMultipleTimes [2022-05-13T10:58:27.713Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.713Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-05-13T10:58:27.713Z] === RUN TestCreateServiceConflict [2022-05-13T10:58:27.713Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.713Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-05-13T10:58:27.713Z] === RUN TestCreateServiceMaxReplicas [2022-05-13T10:58:27.713Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.713Z] --- SKIP: TestCreateServiceMaxReplicas (0.06s) [2022-05-13T10:58:27.713Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-13T10:58:27.713Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.713Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-13T10:58:27.713Z] === RUN TestCreateServiceSecretFileMode [2022-05-13T10:58:27.713Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.713Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-05-13T10:58:27.713Z] === RUN TestCreateServiceConfigFileMode [2022-05-13T10:58:27.713Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.713Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-05-13T10:58:27.713Z] === RUN TestCreateServiceSysctls [2022-05-13T10:58:27.713Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.713Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2022-05-13T10:58:27.713Z] === RUN TestCreateServiceCapabilities [2022-05-13T10:58:27.713Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.713Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-05-13T10:58:27.713Z] === RUN TestInspect [2022-05-13T10:58:27.713Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.713Z] --- SKIP: TestInspect (0.00s) [2022-05-13T10:58:27.713Z] === RUN TestCreateJob [2022-05-13T10:58:27.713Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.713Z] --- SKIP: TestCreateJob (0.00s) [2022-05-13T10:58:27.713Z] === RUN TestReplicatedJob [2022-05-13T10:58:27.713Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.713Z] --- SKIP: TestReplicatedJob (0.00s) [2022-05-13T10:58:27.713Z] === RUN TestUpdateReplicatedJob [2022-05-13T10:58:27.713Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.713Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-05-13T10:58:27.713Z] === RUN TestServiceListWithStatuses [2022-05-13T10:58:27.713Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.713Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-13T10:58:27.713Z] === RUN TestDockerNetworkConnectAlias [2022-05-13T10:58:27.713Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-05-13T10:58:27.714Z] === RUN TestDockerNetworkReConnect [2022-05-13T10:58:27.714Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-05-13T10:58:27.714Z] === RUN TestServicePlugin [2022-05-13T10:58:27.714Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-13T10:58:27.714Z] === RUN TestServiceUpdateLabel [2022-05-13T10:58:27.714Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:58:27.714Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-05-13T10:58:27.714Z] === RUN TestServiceUpdateSecrets [2022-05-13T10:58:27.714Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:58:27.714Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-05-13T10:58:27.714Z] === RUN TestServiceUpdateConfigs [2022-05-13T10:58:27.714Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:58:27.714Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-05-13T10:58:27.714Z] === RUN TestServiceUpdateNetwork [2022-05-13T10:58:27.714Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:58:27.714Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-05-13T10:58:27.714Z] === RUN TestServiceUpdatePidsLimit [2022-05-13T10:58:27.714Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:58:27.714Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2022-05-13T10:58:27.714Z] PASS [2022-05-13T10:58:27.714Z] ok github.com/docker/docker/integration/service 0.326s [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === Skipped [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-13T10:58:27.714Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-13T10:58:27.714Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-05-13T10:58:27.714Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-05-13T10:58:27.714Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.06s) [2022-05-13T10:58:27.714Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-13T10:58:27.714Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-05-13T10:58:27.714Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-05-13T10:58:27.714Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2022-05-13T10:58:27.714Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-05-13T10:58:27.714Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-05-13T10:58:27.714Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-05-13T10:58:27.714Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-05-13T10:58:27.714Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-05-13T10:58:27.714Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-05-13T10:58:27.714Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-05-13T10:58:27.714Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-05-13T10:58:27.714Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-05-13T10:58:27.714Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-05-13T10:58:27.714Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-05-13T10:58:27.714Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-05-13T10:58:27.714Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-05-13T10:58:27.714Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2022-05-13T10:58:27.714Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-13T10:58:27.714Z] [2022-05-13T10:58:27.714Z] DONE 24 tests, 23 skipped in 3.037s [2022-05-13T10:58:28.186Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-05-13T10:58:28.898Z] check_test.go:250: [d3e01dc270b82] daemon is not started [2022-05-13T10:58:28.898Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-13T10:58:28.898Z] check_test.go:250: [db603b26483f9] daemon is not started [2022-05-13T10:58:28.898Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (5.60s) [2022-05-13T10:58:28.898Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.96s) [2022-05-13T10:58:28.898Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.65s) [2022-05-13T10:58:28.898Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2022-05-13T10:58:28.898Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.33s) [2022-05-13T10:58:28.898Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.79s) [2022-05-13T10:58:28.898Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.54s) [2022-05-13T10:58:28.898Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.99s) [2022-05-13T10:58:28.898Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.18s) [2022-05-13T10:58:28.898Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-13T10:58:28.898Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-13T10:58:30.406Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-13T10:58:30.407Z] INFO: Testing against a local daemon [2022-05-13T10:58:30.407Z] === RUN TestSessionCreate [2022-05-13T10:58:30.407Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-13T10:58:30.407Z] --- SKIP: TestSessionCreate (0.00s) [2022-05-13T10:58:30.407Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-13T10:58:30.407Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-13T10:58:30.407Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-05-13T10:58:30.407Z] PASS [2022-05-13T10:58:30.407Z] ok github.com/docker/docker/integration/session 0.105s [2022-05-13T10:58:30.407Z] [2022-05-13T10:58:30.407Z] === Skipped [2022-05-13T10:58:30.407Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-05-13T10:58:30.407Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-13T10:58:30.407Z] [2022-05-13T10:58:30.407Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-05-13T10:58:30.407Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-13T10:58:30.407Z] [2022-05-13T10:58:30.407Z] DONE 2 tests, 2 skipped in 1.984s [2022-05-13T10:58:30.407Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-05-13T10:58:31.422Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-05-13T10:58:31.422Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-05-13T10:58:31.422Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-05-13T10:58:32.645Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-13T10:58:32.645Z] INFO: Testing against a local daemon [2022-05-13T10:58:32.645Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-13T10:58:32.645Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:32.645Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-13T10:58:32.645Z] === RUN TestDiskUsage [2022-05-13T10:58:32.645Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-13T10:58:32.645Z] --- SKIP: TestDiskUsage (0.00s) [2022-05-13T10:58:32.645Z] === RUN TestEventsExecDie [2022-05-13T10:58:32.645Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-13T10:58:32.645Z] --- SKIP: TestEventsExecDie (0.00s) [2022-05-13T10:58:32.645Z] === RUN TestEventsBackwardsCompatible [2022-05-13T10:58:32.645Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-13T10:58:32.645Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-05-13T10:58:32.645Z] === RUN TestEventsVolumeCreate [2022-05-13T10:58:32.645Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-13T10:58:32.645Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-05-13T10:58:32.645Z] === RUN TestInfoAPI [2022-05-13T10:58:32.645Z] --- PASS: TestInfoAPI (0.06s) [2022-05-13T10:58:32.645Z] === RUN TestInfoAPIWarnings [2022-05-13T10:58:32.645Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:58:32.645Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-05-13T10:58:32.645Z] === RUN TestInfoDebug [2022-05-13T10:58:32.645Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-13T10:58:32.645Z] --- SKIP: TestInfoDebug (0.00s) [2022-05-13T10:58:32.645Z] === RUN TestInfoInsecureRegistries [2022-05-13T10:58:32.645Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-13T10:58:32.645Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-05-13T10:58:32.645Z] === RUN TestInfoRegistryMirrors [2022-05-13T10:58:32.645Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-13T10:58:32.645Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-05-13T10:58:32.645Z] === RUN TestLoginFailsWithBadCredentials [2022-05-13T10:58:33.631Z] --- PASS: TestLoginFailsWithBadCredentials (1.05s) [2022-05-13T10:58:33.631Z] === RUN TestPingCacheHeaders [2022-05-13T10:58:33.631Z] --- PASS: TestPingCacheHeaders (0.05s) [2022-05-13T10:58:33.631Z] === RUN TestPingGet [2022-05-13T10:58:33.631Z] --- PASS: TestPingGet (0.05s) [2022-05-13T10:58:33.632Z] === RUN TestPingHead [2022-05-13T10:58:33.632Z] --- PASS: TestPingHead (0.05s) [2022-05-13T10:58:33.632Z] === RUN TestPingSwarmHeader [2022-05-13T10:58:33.632Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:33.632Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-05-13T10:58:33.632Z] === RUN TestVersion [2022-05-13T10:58:33.632Z] --- PASS: TestVersion (0.05s) [2022-05-13T10:58:33.632Z] PASS [2022-05-13T10:58:33.632Z] ok github.com/docker/docker/integration/system 1.387s [2022-05-13T10:58:33.632Z] [2022-05-13T10:58:33.632Z] === Skipped [2022-05-13T10:58:33.632Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-13T10:58:33.632Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:33.632Z] [2022-05-13T10:58:33.632Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-05-13T10:58:33.632Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-13T10:58:33.632Z] [2022-05-13T10:58:33.632Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-05-13T10:58:33.632Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-13T10:58:33.948Z] check_test.go:277: [df4e55e7dcb70] daemon is not started [2022-05-13T10:58:33.948Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-13T10:58:34.101Z] [2022-05-13T10:58:34.101Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-05-13T10:58:34.101Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-13T10:58:34.101Z] [2022-05-13T10:58:34.101Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-05-13T10:58:34.101Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-13T10:58:34.101Z] [2022-05-13T10:58:34.101Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-05-13T10:58:34.101Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-13T10:58:34.101Z] [2022-05-13T10:58:34.101Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-05-13T10:58:34.101Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-13T10:58:34.101Z] [2022-05-13T10:58:34.101Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-05-13T10:58:34.101Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-13T10:58:34.101Z] [2022-05-13T10:58:34.101Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-05-13T10:58:34.101Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-13T10:58:34.101Z] [2022-05-13T10:58:34.101Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-05-13T10:58:34.101Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-13T10:58:34.101Z] [2022-05-13T10:58:34.101Z] DONE 16 tests, 10 skipped in 3.677s [2022-05-13T10:58:34.101Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-05-13T10:58:34.206Z] check_test.go:277: [d5a077bcf1f5f] daemon is not started [2022-05-13T10:58:34.207Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-13T10:58:34.207Z] check_test.go:277: [df5f686cda7ec] daemon is not started [2022-05-13T10:58:34.465Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-13T10:58:34.465Z] check_test.go:277: [d5443018aa671] daemon is not started [2022-05-13T10:58:34.465Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-13T10:58:34.723Z] check_test.go:277: [dedd650cd546c] daemon is not started [2022-05-13T10:58:34.723Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.91s) [2022-05-13T10:58:34.723Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.17s) [2022-05-13T10:58:34.723Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.18s) [2022-05-13T10:58:34.723Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.21s) [2022-05-13T10:58:34.723Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.17s) [2022-05-13T10:58:34.723Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.17s) [2022-05-13T10:58:34.723Z] === RUN TestDockerNetworkSuite [2022-05-13T10:58:34.723Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-05-13T10:58:36.097Z] docker_cli_network_unix_test.go:46: [d53cd4e2ecca5] daemon is not started [2022-05-13T10:58:36.097Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-05-13T10:58:36.329Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-13T10:58:36.329Z] INFO: Testing against a local daemon [2022-05-13T10:58:36.329Z] === RUN TestVolumesCreateAndList [2022-05-13T10:58:36.329Z] --- PASS: TestVolumesCreateAndList (0.10s) [2022-05-13T10:58:36.329Z] === RUN TestVolumesRemove [2022-05-13T10:58:36.605Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-13T10:58:36.605Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-13T10:58:36.605Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-13T10:58:36.605Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-13T10:58:36.605Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-13T10:58:36.605Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-13T10:58:36.605Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-13T10:58:36.605Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-13T10:58:36.605Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-13T10:58:36.605Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-13T10:58:36.605Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-13T10:58:36.605Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-13T10:58:36.605Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-13T10:58:36.605Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-13T10:58:36.663Z] docker_cli_network_unix_test.go:46: [ddb5fa551a279] daemon is not started [2022-05-13T10:58:36.799Z] --- PASS: TestVolumesRemove (0.17s) [2022-05-13T10:58:36.799Z] === RUN TestVolumesInspect [2022-05-13T10:58:36.799Z] --- PASS: TestVolumesInspect (0.08s) [2022-05-13T10:58:36.799Z] === RUN TestVolumesInvalidJSON [2022-05-13T10:58:36.799Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-13T10:58:36.799Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-13T10:58:36.799Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-13T10:58:36.799Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-13T10:58:36.799Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-13T10:58:36.799Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-13T10:58:36.799Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-13T10:58:36.799Z] --- PASS: TestVolumesInvalidJSON (0.07s) [2022-05-13T10:58:36.799Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-05-13T10:58:36.799Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-13T10:58:36.799Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-13T10:58:36.799Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-13T10:58:36.799Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-13T10:58:36.799Z] PASS [2022-05-13T10:58:36.799Z] ok github.com/docker/docker/integration/volume 0.492s [2022-05-13T10:58:36.799Z] [2022-05-13T10:58:36.799Z] DONE 9 tests in 2.948s [2022-05-13T10:58:36.921Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-05-13T10:58:37.180Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-05-13T10:58:37.268Z] INFO: make.ps1 ended at 05/13/2022 10:58:36 [2022-05-13T10:58:37.268Z] INFO: Integration CLI tests being run from the host: [2022-05-13T10:58:37.268Z] 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-13T10:58:37.592Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-13T10:58:37.746Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-05-13T10:58:38.679Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-05-13T10:58:40.058Z] docker_cli_network_unix_test.go:46: [d73c6cf65c063] daemon is not started [2022-05-13T10:58:40.622Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-05-13T10:58:41.187Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-05-13T10:58:41.376Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-13T10:58:42.560Z] docker_cli_network_unix_test.go:46: [db132724c18d3] daemon is not started [2022-05-13T10:58:42.560Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-05-13T10:58:42.818Z] docker_cli_network_unix_test.go:1233: [dc1145cbd92cc] daemon is not started [2022-05-13T10:58:42.936Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-13T10:58:42.936Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-13T10:58:42.936Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-13T10:58:42.936Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-13T10:58:42.936Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-13T10:58:42.936Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-13T10:58:45.346Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-05-13T10:58:45.881Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-13T10:58:46.280Z] docker_cli_network_unix_test.go:46: [deb7dcb0c7603] daemon is not started [2022-05-13T10:58:46.537Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-05-13T10:58:49.821Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-13T10:58:49.821Z] INFO: Testing against a local daemon [2022-05-13T10:58:49.821Z] === RUN TestDockerSuite [2022-05-13T10:58:49.821Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-13T10:58:49.821Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-13T10:58:49.821Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-13T10:58:49.821Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-13T10:58:49.821Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-13T10:58:49.821Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-13T10:58:49.821Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-13T10:58:49.821Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-13T10:58:49.821Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-13T10:58:49.821Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-13T10:58:49.821Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-13T10:58:49.821Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-13T10:58:50.718Z] docker_cli_network_unix_test.go:46: [d580266e6f5c2] daemon is not started [2022-05-13T10:58:50.808Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-13T10:58:51.283Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-13T10:58:51.650Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-05-13T10:58:53.547Z] docker_cli_network_unix_test.go:46: [dd302d781c6b5] daemon is not started [2022-05-13T10:58:53.805Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-05-13T10:58:55.248Z] docker_cli_network_unix_test.go:46: [d40a5815ceeac] daemon is not started [2022-05-13T10:58:55.248Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-05-13T10:58:55.505Z] docker_cli_network_unix_test.go:46: [dc23f4857c853] daemon is not started [2022-05-13T10:58:55.505Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-05-13T10:58:55.762Z] docker_cli_network_unix_test.go:46: [dc4f0549b51ce] daemon is not started [2022-05-13T10:58:56.024Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-05-13T10:58:56.590Z] docker_cli_network_unix_test.go:46: [de6bc1cde0a1f] daemon is not started [2022-05-13T10:58:56.847Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-05-13T10:58:57.412Z] docker_cli_network_unix_test.go:46: [d045bc1663fbf] daemon is not started [2022-05-13T10:58:57.669Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-05-13T10:58:57.927Z] docker_cli_network_unix_test.go:46: [d7ce9c2dd8c94] daemon is not started [2022-05-13T10:58:57.927Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-05-13T10:58:58.185Z] docker_cli_network_unix_test.go:46: [d5663bd4369b9] daemon is not started [2022-05-13T10:58:58.185Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-05-13T10:58:58.751Z] docker_cli_network_unix_test.go:46: [d9f768ff88012] daemon is not started [2022-05-13T10:58:59.009Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-05-13T10:58:59.009Z] docker_cli_network_unix_test.go:46: [d856d68a087ab] daemon is not started [2022-05-13T10:58:59.009Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-05-13T10:58:59.009Z] docker_cli_network_unix_test.go:46: [da00f9a8d6a72] daemon is not started [2022-05-13T10:58:59.009Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-05-13T10:58:59.267Z] docker_cli_network_unix_test.go:46: [dd87a00e9b924] daemon is not started [2022-05-13T10:58:59.267Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-05-13T10:59:00.202Z] docker_cli_network_unix_test.go:46: [da4fc8126b9f6] daemon is not started [2022-05-13T10:59:00.202Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-05-13T10:59:00.460Z] docker_cli_network_unix_test.go:46: [dd2402359c07c] daemon is not started [2022-05-13T10:59:00.809Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-13T10:59:01.025Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-05-13T10:59:01.025Z] docker_cli_network_unix_test.go:46: [de46f2c87cf74] daemon is not started [2022-05-13T10:59:01.025Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-05-13T10:59:01.282Z] docker_cli_network_unix_test.go:46: [da57f63a43469] daemon is not started [2022-05-13T10:59:01.282Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-05-13T10:59:01.282Z] docker_cli_network_unix_test.go:46: [d06105c1f46e4] daemon is not started [2022-05-13T10:59:01.282Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-05-13T10:59:02.656Z] docker_cli_network_unix_test.go:968: [d3862832b3449] daemon is not started [2022-05-13T10:59:03.589Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-05-13T10:59:04.963Z] docker_cli_network_unix_test.go:46: [d6484caef5173] daemon is not started [2022-05-13T10:59:04.963Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-05-13T10:59:05.557Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-13T10:59:07.118Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-13T10:59:07.118Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-13T10:59:07.118Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-13T10:59:07.490Z] docker_cli_network_unix_test.go:1116: [dd71f5a1a392d] daemon is not started [2022-05-13T10:59:10.063Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-13T10:59:11.675Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-05-13T10:59:11.675Z] docker_cli_network_unix_test.go:46: [dd4ad1886d458] daemon is not started [2022-05-13T10:59:11.675Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-05-13T10:59:12.240Z] docker_cli_network_unix_test.go:46: [daf1282903a76] daemon is not started [2022-05-13T10:59:12.240Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-05-13T10:59:12.240Z] docker_cli_network_unix_test.go:46: [d3ef72398bea5] daemon is not started [2022-05-13T10:59:12.240Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-05-13T10:59:12.240Z] docker_cli_network_unix_test.go:46: [d8f788fc51f7a] daemon is not started [2022-05-13T10:59:12.240Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-05-13T10:59:12.275Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-13T10:59:12.498Z] docker_cli_network_unix_test.go:46: [dff9103cad0d6] daemon is not started [2022-05-13T10:59:12.498Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-05-13T10:59:12.756Z] docker_cli_network_unix_test.go:46: [d531ba5b91a88] daemon is not started [2022-05-13T10:59:12.756Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-05-13T10:59:12.756Z] docker_cli_network_unix_test.go:46: [d2cfb6562a59b] daemon is not started [2022-05-13T10:59:12.756Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-05-13T10:59:13.368Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-13T10:59:13.368Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-13T10:59:13.368Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-13T10:59:13.368Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-13T10:59:13.369Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-13T10:59:13.369Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-13T10:59:13.369Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-13T10:59:13.369Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-13T10:59:13.369Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-13T10:59:13.369Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-13T10:59:13.369Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-13T10:59:13.369Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-13T10:59:13.369Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-13T10:59:14.128Z] docker_cli_network_unix_test.go:46: [d489ba1aceff8] daemon is not started [2022-05-13T10:59:14.332Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-13T10:59:15.060Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-05-13T10:59:15.060Z] docker_cli_network_unix_test.go:46: [d95c5ba427bea] daemon is not started [2022-05-13T10:59:15.060Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-05-13T10:59:15.060Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-05-13T10:59:15.060Z] docker_cli_network_unix_test.go:46: [da13df823d05e] daemon is not started [2022-05-13T10:59:15.060Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-05-13T10:59:15.624Z] docker_cli_network_unix_test.go:46: [ded0baeeb4dbd] daemon is not started [2022-05-13T10:59:15.882Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-05-13T10:59:18.130Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-13T10:59:18.130Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-13T10:59:18.130Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-13T10:59:18.130Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-13T10:59:18.130Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-13T10:59:18.130Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-13T10:59:18.130Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-13T10:59:18.130Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-13T10:59:18.130Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-13T10:59:18.130Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-13T10:59:20.063Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-05-13T10:59:20.251Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-13T10:59:20.251Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-13T10:59:20.251Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-13T10:59:20.251Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-13T10:59:20.251Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-13T10:59:20.251Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-13T10:59:20.251Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-13T10:59:20.251Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-13T10:59:20.706Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-13T10:59:20.706Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-13T10:59:20.706Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-13T10:59:20.996Z] docker_cli_network_unix_test.go:1084: [d50ee194b6125] daemon is not started [2022-05-13T10:59:22.369Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-05-13T10:59:22.369Z] docker_cli_network_unix_test.go:46: [d7236eabaad03] daemon is not started [2022-05-13T10:59:22.369Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-05-13T10:59:22.949Z] docker_cli_network_unix_test.go:46: [d44673123ef7b] daemon is not started [2022-05-13T10:59:23.209Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-05-13T10:59:24.580Z] docker_cli_network_unix_test.go:46: [d7a39054b181c] daemon is not started [2022-05-13T10:59:24.581Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-05-13T10:59:24.581Z] docker_cli_network_unix_test.go:46: [d3d16fbae9fa6] daemon is not started [2022-05-13T10:59:24.581Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-05-13T10:59:24.661Z] ok github.com/docker/docker/libnetwork/networkdb 103.923s coverage: 60.0% of statements [2022-05-13T10:59:24.661Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-13T10:59:24.661Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-05-13T10:59:24.661Z] ok github.com/docker/docker/libnetwork/osl 4.282s coverage: 39.7% of statements [2022-05-13T10:59:24.661Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-05-13T10:59:24.661Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-05-13T10:59:24.661Z] ok github.com/docker/docker/libnetwork/portmapper 0.218s coverage: 48.6% of statements [2022-05-13T10:59:24.916Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-05-13T10:59:24.916Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-13T10:59:25.146Z] docker_cli_network_unix_test.go:46: [d03d5bc1c5bd4] daemon is not started [2022-05-13T10:59:25.172Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-05-13T10:59:25.172Z] [2022-05-13T10:59:25.172Z] === Skipped [2022-05-13T10:59:25.172Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-05-13T10:59:25.172Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-13T10:59:25.172Z] [2022-05-13T10:59:25.172Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-05-13T10:59:25.172Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-13T10:59:25.172Z] [2022-05-13T10:59:25.172Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-05-13T10:59:25.172Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-13T10:59:25.172Z] [2022-05-13T10:59:25.172Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-13T10:59:25.172Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:59:25.172Z] [2022-05-13T10:59:25.172Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-13T10:59:25.172Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:59:25.172Z] [2022-05-13T10:59:25.172Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-13T10:59:25.172Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:59:25.172Z] [2022-05-13T10:59:25.172Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-13T10:59:25.172Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:59:25.172Z] [2022-05-13T10:59:25.172Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-13T10:59:25.172Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-13T10:59:25.172Z] [2022-05-13T10:59:25.172Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-05-13T10:59:25.172Z] firewalld_test.go:14: firewalld is not running [2022-05-13T10:59:25.172Z] [2022-05-13T10:59:25.172Z] DONE 326 tests, 9 skipped in 199.776s [2022-05-13T10:59:25.363Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-13T10:59:25.363Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-13T10:59:25.363Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-13T10:59:25.363Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-13T10:59:25.363Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-13T10:59:25.363Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-13T10:59:25.363Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-13T10:59:25.403Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-05-13T10:59:25.662Z] docker_cli_network_unix_test.go:46: [d377288fd9aee] daemon is not started Post stage [Pipeline] junit [2022-05-13T10:59:25.743Z] Recording test results [2022-05-13T10:59:25.919Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-05-13T10:59:26.038Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-05-13T10:59:26.357Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43269/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8e4b5db542e45b11e57c920876e3d80a37158567 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8e4b5db542e45b11e57c920876e3d80a37158567 hack/validate/vendor [2022-05-13T10:59:26.484Z] docker_cli_network_unix_test.go:46: [dbdb2e6bd1ff4] daemon is not started [2022-05-13T10:59:26.741Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-05-13T10:59:26.887Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-13T10:59:26.917Z] No vendor changes in diff. [2022-05-13T10:59:27.172Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-13T10:59:27.732Z] + echo Ensuring container killed. [2022-05-13T10:59:27.732Z] Ensuring container killed. [2022-05-13T10:59:27.732Z] + docker rm -vf docker-pr3 [2022-05-13T10:59:27.732Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-05-13T10:59:28.003Z] + echo Chowning /workspace to jenkins user [2022-05-13T10:59:28.003Z] Chowning /workspace to jenkins user [2022-05-13T10:59:28.003Z] + id -u [2022-05-13T10:59:28.003Z] + id -g [2022-05-13T10:59:28.003Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43269:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-13T10:59:29.693Z] + bundleName=unit [2022-05-13T10:59:29.693Z] + echo Creating unit-bundles.tar.gz [2022-05-13T10:59:29.693Z] Creating unit-bundles.tar.gz [2022-05-13T10:59:29.693Z] + 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-13T10:59:29.693Z] bundles/junit-report-libnetwork.xml [2022-05-13T10:59:29.693Z] bundles/junit-report.xml [2022-05-13T10:59:29.693Z] bundles/go-test-report-libnetwork.json [2022-05-13T10:59:29.693Z] bundles/go-test-report.json [2022-05-13T10:59:29.693Z] bundles/profile-libnetwork.out [2022-05-13T10:59:29.693Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-05-13T10:59:29.744Z] Archiving artifacts [2022-05-13T10:59:30.166Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43269/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-13T10:59:30.469Z] + make clean [2022-05-13T10:59:30.469Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-13T10:59:30.469Z] docker-dev-cache [2022-05-13T10:59:30.469Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-13T10:59:32.001Z] docker_cli_network_unix_test.go:46: [dd92d25eb0a99] daemon is not started [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite (57.33s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.39s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.00s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.58s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.90s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.58s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.40s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.10s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.20s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.18s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.51s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.42s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.87s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.85s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.72s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.70s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (0.99s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.28s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.43s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.03s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.19s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.81s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.48s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-05-13T10:59:32.001Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.75s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.45s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.01s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.74s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.47s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.65s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.50s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.96s) [2022-05-13T10:59:32.001Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.23s) [2022-05-13T10:59:32.001Z] === RUN TestDockerHubPullSuite [2022-05-13T10:59:32.001Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-05-13T10:59:32.654Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-13T10:59:33.898Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-05-13T10:59:35.267Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-05-13T10:59:35.832Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-05-13T10:59:36.764Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-05-13T10:59:37.330Z] docker_cli_swarm_test.go:1180: [d4c42647151dd] joining swarm manager [d1dd396718f2b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T10:59:38.263Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-05-13T10:59:38.263Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-05-13T10:59:38.263Z] --- PASS: TestDockerHubPullSuite (6.33s) [2022-05-13T10:59:38.263Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.61s) [2022-05-13T10:59:38.263Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.23s) [2022-05-13T10:59:38.263Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.76s) [2022-05-13T10:59:38.263Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.47s) [2022-05-13T10:59:38.263Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.20s) [2022-05-13T10:59:38.263Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-05-13T10:59:38.263Z] PASS [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === Skipped [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-05-13T10:59:38.263Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-05-13T10:59:38.263Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-05-13T10:59:38.263Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-05-13T10:59:38.263Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-05-13T10:59:38.263Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-05-13T10:59:38.263Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-05-13T10:59:38.263Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-05-13T10:59:38.263Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-05-13T10:59:38.263Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-05-13T10:59:38.263Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-05-13T10:59:38.263Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-05-13T10:59:38.263Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-05-13T10:59:38.263Z] docker_cli_sni_test.go:18: Flakey test [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-05-13T10:59:38.263Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-05-13T10:59:38.263Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-05-13T10:59:38.263Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s) [2022-05-13T10:59:38.263Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-05-13T10:59:38.263Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-05-13T10:59:38.263Z] [2022-05-13T10:59:38.263Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-05-13T10:59:38.263Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-05-13T10:59:38.263Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-05-13T10:59:38.264Z] [2022-05-13T10:59:38.264Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-05-13T10:59:38.264Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-05-13T10:59:38.264Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-05-13T10:59:38.264Z] [2022-05-13T10:59:38.264Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-05-13T10:59:38.264Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-05-13T10:59:38.264Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-05-13T10:59:38.264Z] [2022-05-13T10:59:38.264Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2022-05-13T10:59:38.264Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-05-13T10:59:38.264Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2022-05-13T10:59:38.264Z] [2022-05-13T10:59:38.264Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-05-13T10:59:38.264Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-05-13T10:59:38.264Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-05-13T10:59:38.264Z] [2022-05-13T10:59:38.264Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-05-13T10:59:38.264Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-05-13T10:59:38.264Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-05-13T10:59:38.264Z] [2022-05-13T10:59:38.264Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-05-13T10:59:38.264Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-05-13T10:59:38.264Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-05-13T10:59:38.264Z] [2022-05-13T10:59:38.264Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2022-05-13T10:59:38.264Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.264Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2022-05-13T10:59:38.264Z] [2022-05-13T10:59:38.264Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-05-13T10:59:38.264Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-05-13T10:59:38.264Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-05-13T10:59:38.264Z] [2022-05-13T10:59:38.264Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-05-13T10:59:38.264Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-05-13T10:59:38.264Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-05-13T10:59:38.264Z] [2022-05-13T10:59:38.264Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-05-13T10:59:38.264Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-05-13T10:59:38.264Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-05-13T10:59:38.264Z] [2022-05-13T10:59:38.264Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-05-13T10:59:38.264Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-05-13T10:59:38.264Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-05-13T10:59:38.264Z] [2022-05-13T10:59:38.264Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-05-13T10:59:38.264Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-05-13T10:59:38.264Z] docker_cli_network_unix_test.go:46: [da13df823d05e] daemon is not started [2022-05-13T10:59:38.264Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-05-13T10:59:38.264Z] [2022-05-13T10:59:38.264Z] DONE 1265 tests, 51 skipped in 1484.314s [2022-05-13T10:59:38.264Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-13T10:59:38.264Z] ++++ cat bundles/test-integration/docker.pid [2022-05-13T10:59:38.264Z] +++ kill 9359 [2022-05-13T10:59:38.521Z] +++ /etc/init.d/apparmor stop [2022-05-13T10:59:38.521Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-13T10:59:38.521Z] [2022-05-13T10:59:38.521Z] Unloading profiles will leave already running processes permanently [2022-05-13T10:59:38.521Z] unconfined, which can lead to unexpected situations. [2022-05-13T10:59:38.521Z] [2022-05-13T10:59:38.521Z] To set a process to complain mode, use the command line tool [2022-05-13T10:59:38.521Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-13T10:59:38.521Z] +++ true [2022-05-13T10:59:38.521Z] exiting test-integration [2022-05-13T10:59:38.521Z] ++ exit 0 [2022-05-13T10:59:38.521Z] [2022-05-13T10:59:38.785Z] + for job in $(jobs -p) [2022-05-13T10:59:38.785Z] + wait 8897 [2022-05-13T10:59:44.042Z] docker_cli_swarm_test.go:1189: [da3fb68191238] joining swarm manager [d1dd396718f2b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T10:59:50.284Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-13T10:59:50.284Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-13T10:59:50.284Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-13T10:59:50.284Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-13T10:59:50.284Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-13T10:59:50.284Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-13T10:59:50.284Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-13T10:59:50.284Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-13T10:59:50.284Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-13T10:59:50.284Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-13T10:59:50.284Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-13T10:59:50.284Z] === RUN TestDockerSuite/TestBuildFails [2022-05-13T10:59:52.445Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-13T10:59:52.445Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-13T10:59:59.480Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-13T11:00:00.805Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-13T11:00:00.805Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-13T11:00:00.805Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-13T11:00:00.805Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-13T11:00:00.805Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-13T11:00:06.514Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-13T11:00:15.038Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-13T11:00:18.602Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-13T11:00:18.602Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-13T11:00:18.602Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-13T11:00:18.602Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-13T11:00:22.073Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-13T11:00:22.527Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-13T11:00:22.732Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-05-13T11:00:27.987Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-05-13T11:00:29.013Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-13T11:00:29.013Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-13T11:00:29.013Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-13T11:00:29.576Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-13T11:00:29.576Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-13T11:00:29.576Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-13T11:00:30.032Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-13T11:00:30.486Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-13T11:00:30.486Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-13T11:00:30.486Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-13T11:00:31.266Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-05-13T11:00:33.124Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-13T11:00:33.594Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-13T11:00:33.594Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-13T11:00:33.594Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-13T11:00:33.594Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-13T11:00:33.594Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-13T11:00:33.594Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-13T11:00:33.594Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-13T11:00:33.791Z] docker_cli_swarm_test.go:1112: [df6c7f95070ea] joining swarm manager [d8bac18464cf5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T11:00:34.063Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-13T11:00:34.063Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-13T11:00:34.063Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-13T11:00:34.063Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-13T11:00:34.063Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-13T11:00:34.063Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-13T11:00:34.063Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-13T11:00:34.063Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:00:34.063Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-13T11:00:34.063Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-13T11:00:34.063Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-13T11:00:34.063Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-13T11:00:34.722Z] docker_cli_swarm_test.go:1113: [d20e2415ec365] joining swarm manager [d8bac18464cf5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T11:00:34.872Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-13T11:00:39.949Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-13T11:00:39.949Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-13T11:00:39.949Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-13T11:00:39.949Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-13T11:00:40.418Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-13T11:00:40.756Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-13T11:00:40.756Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-13T11:00:40.756Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-13T11:00:44.225Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-13T11:00:46.441Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-13T11:00:46.441Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-13T11:00:46.441Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-13T11:00:46.441Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-13T11:00:46.441Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-13T11:00:46.441Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-13T11:00:46.441Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-13T11:00:46.441Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-13T11:00:46.441Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-13T11:00:47.356Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-13T11:00:50.235Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-13T11:00:50.235Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-13T11:00:50.235Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-13T11:00:50.235Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-13T11:00:50.235Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-13T11:00:55.509Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-13T11:00:55.509Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-13T11:00:56.013Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-13T11:00:56.013Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-13T11:00:56.480Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-13T11:00:57.394Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-13T11:00:57.669Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-13T11:00:57.669Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-13T11:00:57.669Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-13T11:00:58.126Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-13T11:00:58.126Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-13T11:01:02.365Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-13T11:01:02.534Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-13T11:01:02.534Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-13T11:01:02.534Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-13T11:01:02.534Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-13T11:01:03.882Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-13T11:01:04.842Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-13T11:01:05.296Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-13T11:01:06.820Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-13T11:01:07.275Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-13T11:01:08.799Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-13T11:01:09.688Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-13T11:01:09.688Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-13T11:01:09.688Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-13T11:01:10.479Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-13T11:01:10.671Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-13T11:01:10.671Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-13T11:01:10.671Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-13T11:01:10.671Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-13T11:01:10.671Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-13T11:01:17.511Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-13T11:01:17.511Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-13T11:01:17.511Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-13T11:01:17.511Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-13T11:01:17.511Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-13T11:01:17.511Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-13T11:01:17.511Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-13T11:01:17.511Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-13T11:01:17.965Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-13T11:01:18.419Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-13T11:01:19.382Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-13T11:01:25.139Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-13T11:01:40.789Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-13T11:01:44.573Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-13T11:01:44.573Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-13T11:01:45.558Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-13T11:01:45.558Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-13T11:01:46.025Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-13T11:01:46.167Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-13T11:01:46.167Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-13T11:01:46.167Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-13T11:01:46.167Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-13T11:01:47.591Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-13T11:01:47.591Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-13T11:01:47.591Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-13T11:01:53.450Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-13T11:01:54.434Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-13T11:01:54.434Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-13T11:01:54.434Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-13T11:01:54.434Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-13T11:01:54.434Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-13T11:01:55.994Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-13T11:01:56.121Z] docker_cli_swarm_test.go:1166: [d902d5918ff2b] joining swarm manager [d8bac18464cf5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-05-13T11:01:56.978Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-13T11:01:57.964Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-13T11:01:58.431Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-13T11:01:58.899Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-13T11:02:07.553Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-13T11:02:09.116Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-13T11:02:09.116Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-13T11:02:09.116Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-13T11:02:10.681Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-13T11:02:10.681Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-13T11:02:10.681Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-13T11:02:11.149Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-13T11:02:14.097Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-13T11:02:15.083Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-13T11:02:15.551Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-13T11:02:15.551Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-13T11:02:16.018Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-13T11:02:17.003Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-13T11:02:17.470Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-13T11:02:17.470Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-13T11:02:17.470Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-13T11:02:17.470Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-13T11:02:17.470Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-13T11:02:24.624Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-13T11:02:28.625Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-13T11:02:34.806Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-05-13T11:02:34.806Z] docker_cli_swarm_test.go:1447: [dfd9f67a4de63] joining swarm manager [d2105d3c23807]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T11:02:34.806Z] docker_cli_swarm_test.go:1448: [d1876c254c60d] joining swarm manager [d2105d3c23807]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-13T11:02:40.951Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-13T11:02:42.903Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-05-13T11:02:44.275Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-05-13T11:02:44.275Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-05-13T11:02:44.533Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-05-13T11:02:44.533Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-05-13T11:02:45.099Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-05-13T11:02:47.624Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-05-13T11:02:47.990Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-13T11:02:50.901Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-05-13T11:02:52.799Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-05-13T11:02:54.697Z] docker_cli_swarm_unix_test.go:63: [dad1d2054def8] joining swarm manager [d8c3909e162f3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T11:02:56.517Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-13T11:03:01.182Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-13T11:03:07.310Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-13T11:03:07.310Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-13T11:03:07.778Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-13T11:03:14.926Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-13T11:03:14.927Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-13T11:03:14.927Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-13T11:03:14.927Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-13T11:03:15.394Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-13T11:03:15.394Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-13T11:03:15.394Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-13T11:03:15.862Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-13T11:03:15.862Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-13T11:03:15.862Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-13T11:03:22.211Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-13T11:03:22.211Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-13T11:03:22.211Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-13T11:03:24.536Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-13T11:03:24.536Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-13T11:03:24.536Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-13T11:03:26.751Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-13T11:03:26.751Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-13T11:03:30.737Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-13T11:03:31.192Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-13T11:03:31.192Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-13T11:03:31.192Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-13T11:03:31.192Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-13T11:03:31.192Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-13T11:03:31.519Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-13T11:03:33.083Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-13T11:03:33.083Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-13T11:03:33.083Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-13T11:03:33.083Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-13T11:03:33.083Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-13T11:03:33.083Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-13T11:03:33.083Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-13T11:03:33.084Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-13T11:03:34.071Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-13T11:03:34.900Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-13T11:03:37.864Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-13T11:03:39.433Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-13T11:03:39.433Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-13T11:03:39.902Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-13T11:03:39.902Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-13T11:03:39.902Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-13T11:03:39.902Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-13T11:03:40.657Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-13T11:03:43.539Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-13T11:03:43.539Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-13T11:03:43.539Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-13T11:03:43.696Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-13T11:03:45.957Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-13T11:03:45.957Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-13T11:03:45.957Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-13T11:03:45.957Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-13T11:03:46.418Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-13T11:03:47.376Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-13T11:03:49.044Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-13T11:03:50.912Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-05-13T11:03:50.912Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-05-13T11:03:50.912Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-05-13T11:03:52.808Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-05-13T11:03:56.087Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-05-13T11:03:56.204Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-13T11:03:58.611Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-05-13T11:04:00.507Z] docker_api_swarm_test.go:962: [d3f724bf20d42] joining swarm manager [d2738c4b4078e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-13T11:04:01.381Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-13T11:04:01.835Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-13T11:04:06.637Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-13T11:04:07.177Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-13T11:04:07.624Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-13T11:04:07.624Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-13T11:04:07.624Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-13T11:04:08.738Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-13T11:04:09.723Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-13T11:04:11.417Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-13T11:04:12.985Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-13T11:04:14.168Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-13T11:04:14.475Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-13T11:04:17.875Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-13T11:04:18.262Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-13T11:04:18.570Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-05-13T11:04:18.852Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-13T11:04:18.852Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-13T11:04:18.852Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-13T11:04:18.852Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-13T11:04:18.852Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-13T11:04:18.852Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-13T11:04:18.852Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-13T11:04:18.852Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-13T11:04:18.852Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-13T11:04:18.852Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-13T11:04:22.048Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-13T11:04:28.148Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-13T11:04:30.753Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-05-13T11:04:31.690Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-05-13T11:04:32.815Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-13T11:04:34.230Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-05-13T11:04:36.755Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-05-13T11:04:38.575Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-13T11:04:39.535Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-13T11:04:39.535Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-13T11:04:39.535Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-13T11:04:39.535Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-13T11:04:39.535Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-13T11:04:41.695Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-13T11:04:41.695Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-13T11:04:41.695Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-13T11:04:44.862Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-05-13T11:04:48.140Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-05-13T11:04:50.665Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-05-13T11:04:53.190Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-05-13T11:04:55.715Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-05-13T11:04:58.240Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-05-13T11:05:01.517Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-05-13T11:05:03.431Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-05-13T11:05:09.727Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-13T11:05:09.727Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-13T11:05:09.727Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-13T11:05:09.727Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-13T11:05:09.727Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-13T11:05:22.687Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-13T11:05:27.431Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-13T11:05:27.431Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-13T11:05:27.898Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-13T11:05:32.293Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-13T11:05:35.018Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-13T11:05:35.018Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-13T11:05:35.018Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-13T11:05:35.018Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-13T11:05:43.687Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-13T11:05:43.687Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-13T11:05:43.687Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-13T11:05:49.554Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-13T11:05:53.320Z] === RUN TestDockerSuite/TestBuildRm [2022-05-13T11:05:59.628Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-05-13T11:05:59.984Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-13T11:06:05.654Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-13T11:06:08.757Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-13T11:06:08.757Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-13T11:06:08.757Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-13T11:06:08.757Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-13T11:06:08.757Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-13T11:06:10.786Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-13T11:06:10.786Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-13T11:06:10.786Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-13T11:06:10.916Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-13T11:06:14.483Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-05-13T11:06:15.581Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-13T11:06:19.294Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-13T11:06:21.211Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-13T11:06:21.211Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-13T11:06:21.211Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-13T11:06:21.211Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-13T11:06:21.211Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-13T11:06:25.052Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-13T11:06:28.822Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-13T11:06:28.822Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-13T11:06:28.822Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-13T11:06:29.292Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-13T11:06:29.293Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-13T11:06:29.293Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-13T11:06:29.293Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-13T11:06:29.293Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite (1550.73s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.28s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.13s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.22s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.41s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.94s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.90s) [2022-05-13T11:06:32.543Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.39s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.77s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.13s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (32.92s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.24s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.29s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.67s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.00s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (46.09s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.49s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.70s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.71s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (18.41s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (67.55s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (63.02s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.33s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.72s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.12s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.49s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.08s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.37s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.27s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.65s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.78s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.00s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (27.11s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.55s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.03s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.27s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.15s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.12s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.03s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.95s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.32s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.97s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.29s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.26s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.12s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.42s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (3.01s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.94s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.13s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.25s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.90s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.04s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.10s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.68s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.28s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.15s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.50s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.39s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.17s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (2.66s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.86s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.07s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.25s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (3.03s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (3.14s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.44s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.51s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.75s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.58s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.47s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.63s) [2022-05-13T11:06:32.543Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.05s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.16s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.58s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.39s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.23s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (81.45s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.00s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.25s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.05s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.60s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.50s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.57s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.74s) [2022-05-13T11:06:32.544Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.55s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.81s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.81s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.59s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.08s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (42.84s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.09s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.24s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (118.25s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.36s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.29s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.19s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.19s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.27s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.19s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.33s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.24s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.15s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.22s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.09s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.46s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.15s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.41s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (1.79s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.25s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.88s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.82s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.49s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.58s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.46s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.48s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.48s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.06s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.26s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.97s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.22s) [2022-05-13T11:06:32.544Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.19s) [2022-05-13T11:06:32.544Z] === RUN TestDockerExternalVolumeSuite [2022-05-13T11:06:32.544Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-05-13T11:06:32.544Z] docker_cli_external_volume_driver_test.go:53: [d6042becf91d9] daemon is not started [2022-05-13T11:06:40.093Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-13T11:06:40.093Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-13T11:06:40.093Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-13T11:06:43.144Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-13T11:06:43.599Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-13T11:06:44.559Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-13T11:06:47.403Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-05-13T11:06:54.852Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-13T11:06:54.853Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-13T11:06:57.846Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-13T11:07:00.611Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-13T11:07:00.611Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-13T11:07:06.374Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-13T11:07:12.602Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-13T11:07:20.172Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-13T11:07:20.172Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-13T11:07:20.172Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-13T11:07:20.640Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-13T11:07:20.640Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-13T11:07:21.110Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-13T11:07:22.674Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-13T11:07:22.674Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-13T11:07:22.674Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-13T11:07:22.876Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-13T11:07:27.408Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-13T11:07:27.408Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-13T11:07:27.408Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-13T11:07:27.437Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-13T11:07:29.002Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-13T11:07:29.002Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-13T11:07:29.002Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-13T11:07:29.002Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-13T11:07:29.002Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-13T11:07:31.115Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-13T11:07:31.336Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-13T11:07:32.323Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-13T11:07:32.642Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-13T11:07:32.793Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-13T11:07:33.780Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-13T11:07:34.249Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-13T11:07:38.403Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-13T11:07:40.121Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-13T11:07:42.340Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-13T11:07:42.340Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-13T11:07:42.340Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-13T11:07:43.905Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-13T11:07:43.905Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-13T11:07:43.905Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-13T11:07:44.162Z] === RUN TestDockerSuite/TestBuildUser [2022-05-13T11:07:44.162Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-13T11:07:44.162Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-13T11:07:44.162Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-13T11:07:44.162Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-13T11:07:44.162Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-13T11:07:44.162Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-13T11:07:44.377Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-13T11:07:46.594Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-13T11:07:48.169Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-13T11:07:48.638Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-13T11:07:48.638Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-13T11:07:48.638Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-13T11:07:48.824Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-13T11:07:49.281Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-13T11:07:49.625Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-13T11:07:50.093Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-13T11:07:50.093Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-13T11:07:50.093Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-13T11:07:50.093Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-13T11:07:50.093Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-13T11:07:52.991Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-13T11:07:52.991Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-13T11:07:52.991Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-13T11:07:52.991Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-13T11:07:52.991Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-13T11:07:55.129Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-05-13T11:07:57.252Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-13T11:07:58.547Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-13T11:08:03.227Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-05-13T11:08:08.828Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-13T11:08:18.084Z] docker_cli_external_volume_driver_test.go:53: [d796c7ff49201] daemon is not started [2022-05-13T11:08:18.150Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-13T11:08:18.150Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-13T11:08:21.164Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-13T11:08:28.428Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-13T11:08:32.943Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-05-13T11:08:33.110Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-13T11:08:33.110Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-13T11:08:33.110Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-13T11:08:35.463Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-13T11:08:35.463Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-13T11:08:35.463Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-13T11:08:35.463Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-13T11:08:35.463Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-13T11:08:38.344Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-13T11:08:38.344Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-13T11:08:38.344Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-05-13T11:08:38.977Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-13T11:08:38.977Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-13T11:08:38.977Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-13T11:08:38.977Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-13T11:08:38.977Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-13T11:08:38.977Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-13T11:08:39.445Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-13T11:08:39.913Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-13T11:08:39.913Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-13T11:08:39.913Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-13T11:08:47.815Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-05-13T11:08:53.100Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-13T11:08:56.814Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-13T11:08:57.269Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-13T11:09:05.875Z] docker_cli_external_volume_driver_test.go:53: [d2499b88ff1e0] daemon is not started [2022-05-13T11:09:14.895Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-13T11:09:14.895Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-13T11:09:14.895Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-13T11:09:14.895Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-13T11:09:14.895Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-13T11:09:14.895Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-13T11:09:14.895Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-13T11:09:15.350Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-13T11:09:15.764Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-13T11:09:15.765Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-13T11:09:15.765Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-13T11:09:15.765Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-13T11:09:18.060Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-05-13T11:09:18.060Z] docker_cli_external_volume_driver_test.go:53: [da1327c213ab8] daemon is not started [2022-05-13T11:09:23.878Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-13T11:09:26.772Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-13T11:09:26.772Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-13T11:09:26.772Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-13T11:09:26.772Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-13T11:09:26.772Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-13T11:09:26.772Z] docker_cli_sni_test.go:18: Flakey test [2022-05-13T11:09:27.227Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-13T11:09:29.391Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-13T11:09:32.917Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-05-13T11:09:33.593Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-13T11:09:34.581Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-13T11:09:35.148Z] === RUN TestDockerSuite/TestCommitChange [2022-05-13T11:09:35.567Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-13T11:09:39.360Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-13T11:09:40.913Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-13T11:09:42.312Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-13T11:09:45.267Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-13T11:09:45.577Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-13T11:09:45.577Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-13T11:09:45.577Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-13T11:09:54.100Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-13T11:09:54.100Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-13T11:09:54.100Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-13T11:10:02.321Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-13T11:10:02.321Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-13T11:10:02.321Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-13T11:10:02.321Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-13T11:10:02.321Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-13T11:10:02.321Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-13T11:10:02.321Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-13T11:10:02.321Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-13T11:10:02.321Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-13T11:10:02.321Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-13T11:10:02.321Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-13T11:10:02.321Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-13T11:10:02.626Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-13T11:10:03.282Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-13T11:10:04.991Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-05-13T11:10:07.284Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-13T11:10:07.284Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-13T11:10:07.284Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-13T11:10:07.284Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-13T11:10:07.284Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-13T11:10:07.284Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-13T11:10:07.284Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-13T11:10:07.284Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-13T11:10:07.284Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-13T11:10:07.284Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-13T11:10:07.738Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-13T11:10:07.738Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-13T11:10:07.738Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-13T11:10:07.738Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-13T11:10:07.738Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-13T11:10:07.738Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-13T11:10:07.941Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-13T11:10:12.601Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-13T11:10:12.601Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-13T11:10:12.601Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-13T11:10:12.601Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-13T11:10:13.056Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-13T11:10:13.056Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-13T11:10:13.056Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-13T11:10:13.056Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-13T11:10:13.056Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-13T11:10:13.056Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-13T11:10:13.056Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-13T11:10:16.265Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-13T11:10:17.717Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-13T11:10:17.717Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-13T11:10:17.717Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-13T11:10:17.717Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-13T11:10:17.717Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-13T11:10:17.717Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-13T11:10:17.717Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-13T11:10:18.676Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-13T11:10:23.050Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-05-13T11:10:24.433Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-13T11:10:24.789Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-13T11:10:24.789Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-13T11:10:24.789Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-13T11:10:26.956Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-13T11:10:26.956Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-13T11:10:26.956Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-13T11:10:26.956Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-13T11:10:26.956Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-13T11:10:26.956Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-13T11:10:26.956Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-13T11:10:30.667Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-13T11:10:30.667Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-13T11:10:30.667Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-13T11:10:30.667Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-13T11:10:33.549Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-13T11:10:33.549Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-13T11:10:33.549Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-13T11:10:33.549Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-13T11:10:33.549Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-13T11:10:33.549Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-13T11:10:33.549Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-13T11:10:33.549Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-13T11:10:37.266Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-13T11:10:37.905Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-05-13T11:10:39.431Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-13T11:10:42.071Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-13T11:10:42.071Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-13T11:10:42.071Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-13T11:10:42.071Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-13T11:10:42.071Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-13T11:10:42.071Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-13T11:10:42.071Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-13T11:10:42.071Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-13T11:10:42.071Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-13T11:10:42.071Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-13T11:10:42.071Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-13T11:10:42.071Z] === RUN TestDockerSuite/TestBuildFails [2022-05-13T11:10:42.313Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-13T11:10:42.313Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-13T11:10:42.313Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-13T11:10:42.313Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-13T11:10:44.235Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-13T11:10:44.235Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-13T11:10:45.198Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-13T11:10:45.198Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-13T11:10:48.086Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-13T11:10:48.086Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-13T11:10:48.086Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-13T11:10:48.086Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-13T11:10:48.086Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-13T11:10:50.970Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-13T11:10:50.970Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-13T11:10:52.764Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-13T11:10:53.855Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-13T11:10:53.855Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-13T11:10:53.855Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-13T11:10:56.739Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-13T11:10:57.195Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-13T11:10:59.811Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-13T11:11:00.079Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-13T11:11:04.738Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-13T11:11:08.339Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-13T11:11:09.399Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-13T11:11:09.400Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-13T11:11:09.400Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-13T11:11:09.400Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-13T11:11:09.400Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-13T11:11:11.535Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-13T11:11:11.564Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-13T11:11:11.564Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-13T11:11:12.019Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-13T11:11:14.901Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-13T11:11:14.901Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-13T11:11:14.901Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-13T11:11:15.380Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-13T11:11:16.293Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-13T11:11:16.293Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-13T11:11:16.293Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-13T11:11:16.338Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-13T11:11:17.785Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-13T11:11:17.785Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-13T11:11:22.447Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-13T11:11:23.374Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-13T11:11:23.374Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-13T11:11:23.374Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-13T11:11:23.374Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-13T11:11:24.332Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-13T11:11:24.332Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-13T11:11:24.332Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-13T11:11:24.545Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-05-13T11:11:25.330Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-13T11:11:25.330Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-13T11:11:25.330Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-13T11:11:25.330Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-13T11:11:25.330Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-13T11:11:25.330Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-13T11:11:25.330Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-13T11:11:25.330Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-13T11:11:25.330Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-13T11:11:25.330Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-13T11:11:25.330Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-05-13T11:11:26.853Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-13T11:11:26.853Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false_____} [2022-05-13T11:11:30.558Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false_____} [2022-05-13T11:11:32.719Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false_____} [2022-05-13T11:11:35.603Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true_____} [2022-05-13T11:11:36.658Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-13T11:11:36.658Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-13T11:11:36.658Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-13T11:11:38.488Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000005518__} [2022-05-13T11:11:41.371Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11457403294_c:\foo_false_____} [2022-05-13T11:11:42.625Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-05-13T11:11:44.258Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11457403294_c:\foo_true_____} [2022-05-13T11:11:47.139Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-13T11:11:47.139Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-13T11:11:47.139Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-13T11:11:47.139Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-13T11:11:47.139Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-13T11:11:47.139Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-13T11:11:47.139Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-13T11:11:47.139Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-13T11:11:47.139Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-13T11:11:47.139Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-13T11:11:47.139Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-13T11:11:47.139Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-13T11:11:47.139Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-13T11:11:47.139Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-13T11:11:47.139Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-13T11:11:47.139Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-13T11:11:47.139Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-13T11:11:47.139Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-13T11:11:47.139Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-13T11:11:47.139Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-13T11:11:47.139Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-13T11:11:47.139Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-13T11:11:47.139Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-13T11:11:47.139Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-13T11:11:48.993Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-13T11:11:48.993Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-13T11:11:50.021Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-13T11:11:50.021Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-13T11:11:50.475Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-13T11:11:50.475Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:11:50.475Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-13T11:11:50.475Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-13T11:11:50.475Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-13T11:11:50.475Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-13T11:11:50.475Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-13T11:11:50.475Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-13T11:11:50.475Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-13T11:11:50.475Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-13T11:11:50.475Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-13T11:11:50.475Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-13T11:11:50.475Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-13T11:11:50.475Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-13T11:11:50.475Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-13T11:11:50.475Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-13T11:11:50.475Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-13T11:11:50.475Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-13T11:11:50.475Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-13T11:11:50.475Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-13T11:11:50.475Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-13T11:11:50.475Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-13T11:11:50.475Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-13T11:11:50.475Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-13T11:11:50.475Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-13T11:11:51.152Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-13T11:11:51.152Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-13T11:11:51.152Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-13T11:11:52.111Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-13T11:11:52.111Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-13T11:11:53.359Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-13T11:11:53.359Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-13T11:11:53.359Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-13T11:11:53.816Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-13T11:11:56.704Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-13T11:11:56.704Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-13T11:11:56.704Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-13T11:11:56.704Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-13T11:11:56.704Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-13T11:11:56.704Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-13T11:11:56.704Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-13T11:11:57.872Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-13T11:11:58.832Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-13T11:11:59.286Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-13T11:12:00.811Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-13T11:12:01.266Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-13T11:12:02.227Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-13T11:12:02.458Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-13T11:12:03.750Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-13T11:12:05.343Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-13T11:12:05.343Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-13T11:12:05.343Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-13T11:12:05.343Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-13T11:12:05.343Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-13T11:12:10.785Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-13T11:12:10.785Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-13T11:12:10.785Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-13T11:12:10.785Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-13T11:12:10.785Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-13T11:12:10.785Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-13T11:12:10.785Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-13T11:12:10.785Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-13T11:12:10.785Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-13T11:12:11.749Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-13T11:12:12.204Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-13T11:12:14.672Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-05-13T11:12:15.617Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-13T11:12:15.617Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:12:15.617Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-13T11:12:15.617Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-13T11:12:15.617Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-13T11:12:19.239Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-13T11:12:27.950Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-13T11:12:27.950Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-13T11:12:27.950Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-13T11:12:27.950Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-13T11:12:27.950Z] === RUN TestDockerSuite/TestCpToDot [2022-05-13T11:12:29.474Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-13T11:12:29.474Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-13T11:12:29.474Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-13T11:12:29.474Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-13T11:12:29.474Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-13T11:12:32.357Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-13T11:12:32.357Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-13T11:12:32.357Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-13T11:12:32.357Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-13T11:12:32.357Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-13T11:12:32.357Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-13T11:12:32.357Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-13T11:12:32.357Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-13T11:12:32.357Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-13T11:12:32.811Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-13T11:12:32.811Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-13T11:12:34.969Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-13T11:12:37.850Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-13T11:12:38.305Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-13T11:12:38.305Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-13T11:12:40.271Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-13T11:12:40.271Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-13T11:12:40.271Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-13T11:12:40.271Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-13T11:12:40.469Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-13T11:12:41.429Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-13T11:12:41.883Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-13T11:12:41.883Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-13T11:12:41.883Z] === RUN TestDockerSuite/TestCreateRM [2022-05-13T11:12:42.337Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-13T11:12:42.337Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-13T11:12:42.337Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-13T11:12:42.793Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-13T11:12:43.248Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-13T11:12:46.719Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-05-13T11:12:53.520Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-13T11:12:53.520Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-13T11:12:53.520Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-13T11:12:57.229Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-13T11:12:57.229Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-13T11:12:57.229Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-13T11:12:57.229Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-13T11:12:57.777Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-13T11:12:57.777Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-13T11:12:57.777Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-13T11:13:00.112Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-13T11:13:00.112Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-13T11:13:00.112Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-13T11:13:00.112Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-13T11:13:00.112Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-13T11:13:00.112Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-13T11:13:00.112Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-13T11:13:00.112Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-13T11:13:00.112Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-13T11:13:00.112Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-13T11:13:00.112Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-13T11:13:00.112Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-13T11:13:00.112Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-13T11:13:00.112Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-13T11:13:00.112Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-13T11:13:00.112Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-13T11:13:00.112Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-13T11:13:00.112Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-13T11:13:00.112Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-13T11:13:00.112Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-13T11:13:00.112Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-13T11:13:00.112Z] === RUN TestDockerSuite/TestDockerFails [2022-05-13T11:13:00.567Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-13T11:13:00.567Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-13T11:13:00.567Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-13T11:13:00.567Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-13T11:13:00.567Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-13T11:13:00.567Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-13T11:13:00.567Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-13T11:13:00.567Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-13T11:13:00.567Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-13T11:13:00.567Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-13T11:13:00.567Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-13T11:13:01.573Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-05-13T11:13:03.452Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-13T11:13:07.160Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-13T11:13:10.044Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-13T11:13:16.430Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-05-13T11:13:16.430Z] docker_cli_external_volume_driver_test.go:485: [d4cd54c78bb5b] daemon is not started [2022-05-13T11:13:20.323Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-13T11:13:22.716Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-13T11:13:24.983Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-13T11:13:27.884Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-13T11:13:32.021Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-13T11:13:34.494Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-05-13T11:13:34.494Z] docker_cli_external_volume_driver_test.go:53: [d7e847bc2535c] daemon is not started [2022-05-13T11:13:34.907Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-13T11:13:35.361Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-13T11:13:40.343Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-13T11:13:40.393Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-13T11:13:41.126Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-13T11:13:41.126Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-13T11:13:42.650Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-13T11:13:46.102Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-13T11:13:49.351Z] --- PASS: TestDockerExternalVolumeSuite (437.18s) [2022-05-13T11:13:49.351Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.57s) [2022-05-13T11:13:49.351Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2022-05-13T11:13:49.351Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.16s) [2022-05-13T11:13:49.351Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2022-05-13T11:13:49.351Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-05-13T11:13:49.351Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-05-13T11:13:49.351Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.13s) [2022-05-13T11:13:49.351Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.29s) [2022-05-13T11:13:49.351Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.19s) [2022-05-13T11:13:49.351Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.77s) [2022-05-13T11:13:49.351Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-05-13T11:13:49.351Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.17s) [2022-05-13T11:13:49.351Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.30s) [2022-05-13T11:13:49.351Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s) [2022-05-13T11:13:49.351Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.17s) [2022-05-13T11:13:49.351Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.64s) [2022-05-13T11:13:49.351Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.04s) [2022-05-13T11:13:49.351Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2022-05-13T11:13:49.351Z] PASS [2022-05-13T11:13:49.351Z] [2022-05-13T11:13:49.351Z] === Skipped [2022-05-13T11:13:49.351Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-05-13T11:13:49.351Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-05-13T11:13:49.351Z] check_test.go:307: [d77879e76ff66] daemon is not started [2022-05-13T11:13:49.351Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-05-13T11:13:49.351Z] [2022-05-13T11:13:49.351Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-05-13T11:13:49.351Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-05-13T11:13:49.351Z] check_test.go:307: [d5686e5760439] daemon is not started [2022-05-13T11:13:49.351Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-05-13T11:13:49.351Z] [2022-05-13T11:13:49.351Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-05-13T11:13:49.351Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-05-13T11:13:49.351Z] check_test.go:307: [d4c02038eda52] daemon is not started [2022-05-13T11:13:49.351Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-05-13T11:13:49.351Z] [2022-05-13T11:13:49.351Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-05-13T11:13:49.351Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-05-13T11:13:49.351Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-05-13T11:13:49.351Z] [2022-05-13T11:13:49.351Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-05-13T11:13:49.351Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-05-13T11:13:49.351Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-05-13T11:13:49.351Z] [2022-05-13T11:13:49.351Z] DONE 269 tests, 5 skipped in 2333.014s [2022-05-13T11:13:49.351Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-13T11:13:49.351Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dbc59c8c6e229/docker.pid [2022-05-13T11:13:49.351Z] +++ kill 7135 [2022-05-13T11:13:49.351Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7135 is not a child of this shell [2022-05-13T11:13:49.351Z] warning: PID 7135 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dbc59c8c6e229/docker.pid had a nonzero exit code [2022-05-13T11:13:49.351Z] ++++ cat bundles/test-integration/docker.pid [2022-05-13T11:13:49.351Z] +++ kill 9400 [2022-05-13T11:13:49.351Z] +++ /etc/init.d/apparmor stop [2022-05-13T11:13:49.351Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-13T11:13:49.351Z] [2022-05-13T11:13:49.351Z] Unloading profiles will leave already running processes permanently [2022-05-13T11:13:49.351Z] unconfined, which can lead to unexpected situations. [2022-05-13T11:13:49.351Z] [2022-05-13T11:13:49.351Z] To set a process to complain mode, use the command line tool [2022-05-13T11:13:49.351Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-13T11:13:49.351Z] +++ true [2022-05-13T11:13:49.351Z] exiting test-integration [2022-05-13T11:13:49.351Z] ++ exit 0 [2022-05-13T11:13:49.351Z] [2022-05-13T11:13:49.351Z] + exit 0 [2022-05-13T11:13:49.351Z] ++ jobs -p [2022-05-13T11:13:49.351Z] + pids= [2022-05-13T11:13:49.351Z] + echo 'Remaining pids to kill: []' [2022-05-13T11:13:49.351Z] Remaining pids to kill: [] [2022-05-13T11:13:49.351Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-05-13T11:13:49.367Z] Recording test results [2022-05-13T11:13:49.820Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-13T11:13:50.134Z] + echo Ensuring container killed. [2022-05-13T11:13:50.135Z] Ensuring container killed. [2022-05-13T11:13:50.135Z] + docker ps -aq -f name=docker-pr3-* [2022-05-13T11:13:50.135Z] + cids=87420c8e9f8e [2022-05-13T11:13:50.135Z] 016ce94e2d4f [2022-05-13T11:13:50.135Z] 39115128dbe1 [2022-05-13T11:13:50.135Z] + [ -n 87420c8e9f8e [2022-05-13T11:13:50.135Z] 016ce94e2d4f [2022-05-13T11:13:50.135Z] 39115128dbe1 ] [2022-05-13T11:13:50.135Z] + docker rm -vf 87420c8e9f8e 016ce94e2d4f 39115128dbe1 [2022-05-13T11:13:50.699Z] 87420c8e9f8e [2022-05-13T11:13:50.956Z] 016ce94e2d4f [2022-05-13T11:13:50.956Z] 39115128dbe1 [Pipeline] sh [2022-05-13T11:13:51.235Z] + echo Chowning /workspace to jenkins user [2022-05-13T11:13:51.235Z] Chowning /workspace to jenkins user [2022-05-13T11:13:51.235Z] + id -u [2022-05-13T11:13:51.235Z] + id -g [2022-05-13T11:13:51.235Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43269:/workspace busybox chown -R 1000:1000 /workspace [2022-05-13T11:13:52.890Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-13T11:13:53.141Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-13T11:13:54.049Z] + bundleName=amd64 [2022-05-13T11:13:54.049Z] + echo Creating amd64-bundles.tar.gz [2022-05-13T11:13:54.049Z] Creating amd64-bundles.tar.gz [2022-05-13T11:13:54.049Z] + xargs tar -czf amd64-bundles.tar.gz [2022-05-13T11:13:54.049Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-05-13T11:13:55.429Z] Archiving artifacts [2022-05-13T11:13:55.798Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43269/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-13T11:13:56.107Z] + make clean [2022-05-13T11:13:56.107Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-13T11:13:56.364Z] docker-dev-cache [2022-05-13T11:13:56.364Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-13T11:14:00.182Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-13T11:14:00.487Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-13T11:14:07.522Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-13T11:14:07.522Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-13T11:14:07.522Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-13T11:14:07.522Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-13T11:14:07.522Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-13T11:14:07.522Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-13T11:14:07.522Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-13T11:14:07.522Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-13T11:14:07.522Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-13T11:14:08.482Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-13T11:14:08.482Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-13T11:14:08.482Z] === RUN TestDockerSuite/TestEventsRename [2022-05-13T11:14:17.012Z] === RUN TestDockerSuite/TestEventsResize [2022-05-13T11:14:25.346Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-13T11:14:25.346Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-13T11:14:25.346Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-13T11:14:27.293Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-13T11:14:28.748Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-13T11:14:30.177Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-13T11:14:32.382Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-13T11:14:32.382Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-13T11:14:32.382Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-13T11:14:32.382Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-13T11:14:32.382Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-13T11:14:32.382Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-13T11:14:34.857Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-13T11:14:36.091Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-13T11:14:41.849Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-13T11:14:43.395Z] === RUN TestDockerSuite/TestEventsTop [2022-05-13T11:14:43.395Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-13T11:14:43.395Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-13T11:14:43.677Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-13T11:14:44.736Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-13T11:14:45.190Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-13T11:14:45.190Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-13T11:14:45.558Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-13T11:14:48.070Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-13T11:14:49.029Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-13T11:14:50.551Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-13T11:14:54.099Z] === RUN TestDockerSuite/TestExec [2022-05-13T11:14:54.099Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-13T11:14:54.099Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-13T11:14:54.099Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-13T11:14:54.099Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-13T11:14:54.114Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-13T11:14:57.821Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-13T11:15:02.490Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-13T11:15:02.490Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-13T11:15:02.490Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-13T11:15:02.490Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-13T11:15:02.490Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-13T11:15:02.490Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-13T11:15:02.490Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-13T11:15:02.880Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-13T11:15:03.338Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-13T11:15:06.214Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-13T11:15:10.886Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-13T11:15:14.601Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-13T11:15:15.668Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-13T11:15:19.265Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-13T11:15:19.389Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-13T11:15:27.797Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-13T11:15:27.797Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-13T11:15:27.797Z] === RUN TestDockerSuite/TestExecEnv [2022-05-13T11:15:27.797Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-13T11:15:27.797Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-13T11:15:27.797Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-13T11:15:27.797Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-13T11:15:29.663Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-13T11:15:31.596Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-13T11:15:35.421Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-13T11:15:37.364Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-13T11:15:37.364Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-13T11:15:37.364Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-13T11:15:37.364Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-13T11:15:37.364Z] === RUN TestDockerSuite/TestExecParseError [2022-05-13T11:15:37.364Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-13T11:15:37.364Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-13T11:15:37.364Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-13T11:15:37.364Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-13T11:15:37.364Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-13T11:15:37.364Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-13T11:15:41.182Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-13T11:15:42.032Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-13T11:15:42.032Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-13T11:15:42.032Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-13T11:15:42.032Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-13T11:15:42.032Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-13T11:15:42.032Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:15:42.032Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-13T11:15:42.032Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-13T11:15:42.032Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-13T11:15:42.032Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-13T11:15:42.032Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-13T11:15:42.706Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-13T11:15:42.706Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-13T11:15:42.706Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-13T11:15:42.706Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-13T11:15:42.706Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-13T11:15:46.416Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-13T11:15:46.416Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-13T11:15:46.416Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-13T11:15:46.705Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-13T11:15:46.705Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-13T11:15:46.705Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-13T11:15:56.991Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-13T11:15:56.991Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-13T11:15:56.991Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-13T11:15:56.991Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-13T11:15:56.991Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-13T11:15:56.991Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-13T11:15:56.991Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-13T11:16:04.040Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-13T11:16:12.572Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-13T11:16:17.237Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-13T11:16:25.804Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-13T11:16:25.804Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-13T11:16:25.804Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-13T11:16:25.804Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-13T11:16:25.804Z] === RUN TestDockerSuite/TestHealth [2022-05-13T11:16:25.804Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-13T11:16:25.804Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-13T11:16:25.804Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-13T11:16:25.804Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-13T11:16:25.804Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-13T11:16:36.095Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-13T11:16:36.095Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-13T11:16:36.095Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-13T11:16:36.095Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-13T11:16:36.095Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-13T11:16:36.095Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-13T11:16:36.552Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-13T11:16:37.017Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-13T11:16:38.080Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-13T11:16:38.080Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-13T11:16:38.080Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-13T11:16:40.246Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-13T11:16:40.246Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-13T11:16:43.134Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-13T11:16:43.593Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-13T11:16:47.307Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-13T11:16:51.015Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-13T11:16:51.015Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-13T11:16:51.015Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-13T11:16:51.015Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-13T11:16:55.670Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-13T11:16:55.670Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-13T11:16:55.670Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-13T11:16:55.670Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-13T11:16:55.670Z] === RUN TestDockerSuite/TestImportFile [2022-05-13T11:16:55.670Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-13T11:16:55.670Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-13T11:16:55.670Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-13T11:16:55.670Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-13T11:16:55.670Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-13T11:16:55.670Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-13T11:16:55.670Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-13T11:16:55.670Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-13T11:16:55.670Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-13T11:16:55.670Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-13T11:16:55.670Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-13T11:16:55.670Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-13T11:16:55.670Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-13T11:16:55.670Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-13T11:16:55.670Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-13T11:16:55.670Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-13T11:16:55.670Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-13T11:16:55.670Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-13T11:16:55.670Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-13T11:16:55.670Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-13T11:16:58.045Z] === RUN TestDockerSuite/TestBuildRm [2022-05-13T11:16:59.389Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-13T11:17:03.104Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-13T11:17:03.104Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-13T11:17:03.104Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-13T11:17:03.104Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-13T11:17:03.104Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-13T11:17:03.104Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-13T11:17:03.104Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-13T11:17:03.104Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-13T11:17:05.989Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-13T11:17:06.046Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-13T11:17:06.046Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-13T11:17:06.046Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-13T11:17:06.046Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-13T11:17:06.046Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-13T11:17:06.046Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-13T11:17:06.046Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-13T11:17:06.046Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-13T11:17:06.046Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-13T11:17:06.046Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-13T11:17:06.046Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-13T11:17:06.046Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-13T11:17:06.447Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-13T11:17:09.843Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-13T11:17:10.156Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-13T11:17:10.156Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:17:10.156Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-13T11:17:10.156Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-13T11:17:10.156Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-13T11:17:10.156Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-13T11:17:10.156Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-13T11:17:12.799Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-13T11:17:12.809Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-13T11:17:13.871Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-13T11:17:16.520Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-13T11:17:16.520Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-13T11:17:16.975Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-13T11:17:16.975Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-13T11:17:17.429Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-13T11:17:18.663Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-13T11:17:18.663Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-13T11:17:18.663Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-13T11:17:18.663Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-13T11:17:18.663Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-13T11:17:18.663Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-13T11:17:18.663Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-13T11:17:18.663Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-13T11:17:18.663Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-13T11:17:18.663Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-13T11:17:18.663Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-13T11:17:18.952Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-13T11:17:20.918Z] === RUN TestDockerSuite/TestInspectImage [2022-05-13T11:17:20.918Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-13T11:17:20.918Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-13T11:17:20.918Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-13T11:17:20.918Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-13T11:17:20.918Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-13T11:17:20.918Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-13T11:17:23.426Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-13T11:17:23.426Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-13T11:17:23.426Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-13T11:17:23.426Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-13T11:17:23.426Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-13T11:17:23.426Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-13T11:17:23.426Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-13T11:17:23.789Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-13T11:17:24.412Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-13T11:17:24.728Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-13T11:17:27.619Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-13T11:17:28.076Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-13T11:17:28.448Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-13T11:17:30.298Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-13T11:17:31.792Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-13T11:17:34.205Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-13T11:17:36.468Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-13T11:17:36.468Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-13T11:17:36.468Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-13T11:17:36.468Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-13T11:17:40.178Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-13T11:17:44.842Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-13T11:17:48.124Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-13T11:17:48.125Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-13T11:17:48.125Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-13T11:17:48.125Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-13T11:17:48.125Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-13T11:17:48.125Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-13T11:17:48.125Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-13T11:17:48.125Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-13T11:17:48.125Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-13T11:17:48.125Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-13T11:17:48.125Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-13T11:17:48.125Z] === RUN TestDockerSuite/TestBuildFails [2022-05-13T11:17:50.600Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-13T11:17:54.317Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-13T11:17:55.243Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-13T11:17:55.243Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-13T11:17:55.243Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-13T11:17:55.282Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-13T11:17:55.282Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-13T11:17:58.981Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-13T11:18:00.040Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-13T11:18:02.696Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-13T11:18:05.523Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-13T11:18:05.910Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-13T11:18:05.978Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-13T11:18:07.372Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-13T11:18:12.035Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-13T11:18:13.019Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-13T11:18:13.020Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-13T11:18:15.762Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-13T11:18:15.762Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-13T11:18:15.762Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-13T11:18:15.762Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-13T11:18:15.762Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-13T11:18:15.762Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-13T11:18:15.762Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-13T11:18:16.217Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-13T11:18:16.217Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-13T11:18:16.217Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-13T11:18:16.217Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-13T11:18:16.217Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-13T11:18:16.217Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-13T11:18:16.217Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-13T11:18:16.217Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-13T11:18:16.217Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-13T11:18:16.217Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-13T11:18:16.217Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-13T11:18:16.217Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-13T11:18:16.217Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-13T11:18:16.217Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-13T11:18:16.217Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-13T11:18:16.217Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-13T11:18:16.217Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-13T11:18:16.217Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-13T11:18:16.217Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-13T11:18:16.217Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-13T11:18:16.217Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-13T11:18:16.217Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-13T11:18:16.217Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-13T11:18:16.217Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-13T11:18:16.217Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-13T11:18:16.217Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-13T11:18:16.217Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-13T11:18:16.673Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-13T11:18:16.673Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-13T11:18:17.681Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-13T11:18:18.408Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-13T11:18:20.389Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-13T11:18:24.112Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-13T11:18:30.897Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-13T11:18:30.897Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-13T11:18:32.664Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-13T11:18:36.765Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-13T11:18:36.765Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-13T11:18:36.765Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-13T11:18:37.340Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-13T11:18:37.340Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-13T11:18:37.340Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-13T11:18:37.751Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-13T11:18:38.220Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-13T11:18:38.220Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-13T11:18:38.220Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-13T11:18:42.002Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-13T11:18:42.002Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-13T11:18:42.744Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-13T11:18:42.744Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-13T11:18:42.744Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-13T11:18:47.402Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-13T11:18:48.361Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-13T11:18:48.646Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-13T11:18:48.646Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-13T11:18:48.646Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-13T11:18:54.121Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-13T11:18:54.416Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-13T11:19:01.454Z] === RUN TestDockerSuite/TestBuildUser [2022-05-13T11:19:01.455Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-13T11:19:01.455Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-13T11:19:01.455Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-13T11:19:01.455Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-13T11:19:01.455Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-13T11:19:01.455Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-13T11:19:01.551Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-13T11:19:01.551Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-13T11:19:03.770Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-13T11:19:03.770Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-13T11:19:03.770Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-13T11:19:04.757Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-13T11:19:04.757Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-13T11:19:06.119Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-13T11:19:06.574Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-13T11:19:08.102Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-13T11:19:10.283Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-13T11:19:10.283Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-13T11:19:10.283Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-13T11:19:10.283Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-13T11:19:10.283Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-13T11:19:15.179Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-13T11:19:15.179Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-13T11:19:15.648Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-13T11:19:17.215Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-13T11:19:17.683Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-13T11:19:18.669Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-13T11:19:20.234Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-13T11:19:22.879Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-13T11:19:25.776Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-13T11:19:27.395Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-13T11:19:27.395Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-13T11:19:27.395Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-13T11:19:27.395Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-13T11:19:27.395Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-13T11:19:27.395Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-13T11:19:27.395Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-13T11:19:27.395Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-13T11:19:27.395Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-13T11:19:27.864Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-13T11:19:28.850Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-13T11:19:30.447Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-13T11:19:30.447Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-13T11:19:30.447Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-13T11:19:36.216Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-13T11:19:39.274Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-13T11:19:40.308Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-13T11:19:40.308Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-13T11:19:40.894Z] === RUN TestDockerSuite/TestLogsSince [2022-05-13T11:19:48.836Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-13T11:19:53.250Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-13T11:19:53.250Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-13T11:19:53.250Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-13T11:19:53.250Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-13T11:19:53.250Z] === RUN TestDockerSuite/TestLogsTail [2022-05-13T11:19:54.592Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-13T11:19:54.592Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-13T11:19:55.046Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-13T11:19:55.046Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-13T11:19:55.046Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-13T11:19:57.917Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-13T11:19:58.758Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-13T11:19:58.758Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-13T11:19:58.758Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-05-13T11:20:00.502Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-13T11:20:00.502Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-13T11:20:00.502Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-13T11:20:02.717Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-13T11:20:03.700Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-13T11:20:07.417Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-13T11:20:07.417Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-13T11:20:07.417Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-13T11:20:07.417Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-13T11:20:07.417Z] === RUN TestDockerSuite/TestNetHostname [2022-05-13T11:20:07.417Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-13T11:20:07.417Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-13T11:20:07.417Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-13T11:20:07.417Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-13T11:20:07.417Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-13T11:20:07.417Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-13T11:20:07.417Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-13T11:20:07.417Z] === RUN TestDockerSuite/TestPluginActive [2022-05-13T11:20:07.417Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-13T11:20:07.417Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-13T11:20:07.417Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-13T11:20:07.417Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-13T11:20:07.417Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-13T11:20:07.417Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-13T11:20:07.876Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-13T11:20:07.876Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-13T11:20:07.876Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-13T11:20:07.876Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-13T11:20:07.876Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-13T11:20:07.876Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-13T11:20:07.876Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-13T11:20:07.876Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-13T11:20:07.876Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-13T11:20:07.876Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-13T11:20:07.876Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-13T11:20:07.876Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-13T11:20:07.876Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-13T11:20:07.876Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-13T11:20:07.876Z] === RUN TestDockerSuite/TestPortList [2022-05-13T11:20:07.876Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-13T11:20:07.876Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-13T11:20:13.518Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-13T11:20:18.175Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-13T11:20:18.175Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:20:18.175Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-13T11:20:18.175Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-13T11:20:18.175Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-13T11:20:18.175Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-13T11:20:18.175Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-13T11:20:18.175Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-13T11:20:18.175Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-13T11:20:18.175Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-13T11:20:18.175Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-13T11:20:18.175Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-13T11:20:18.175Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-13T11:20:18.175Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-13T11:20:18.175Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-13T11:20:18.175Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-13T11:20:18.175Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-13T11:20:18.175Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-13T11:20:19.281Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-13T11:20:19.281Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-13T11:20:26.719Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-13T11:20:26.719Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-13T11:20:26.719Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-13T11:20:36.903Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-13T11:20:36.903Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-13T11:20:36.903Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-13T11:20:36.903Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-13T11:20:36.903Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-13T11:20:36.903Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-13T11:20:36.903Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-13T11:20:36.903Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-13T11:20:41.485Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-13T11:20:41.485Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-13T11:20:41.485Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-13T11:20:45.413Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-13T11:20:45.428Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-13T11:20:47.586Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-13T11:20:47.586Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-13T11:20:48.040Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-13T11:20:48.041Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-13T11:20:48.041Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-13T11:20:48.041Z] docker_cli_sni_test.go:18: Flakey test [2022-05-13T11:20:48.041Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-13T11:20:50.201Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-13T11:20:50.201Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-13T11:20:50.655Z] === RUN TestDockerSuite/TestCommitChange [2022-05-13T11:20:56.418Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-13T11:20:59.133Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-13T11:21:02.179Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-13T11:21:02.179Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-13T11:21:02.179Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-13T11:21:06.630Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-13T11:21:10.706Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-13T11:21:10.706Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-13T11:21:10.706Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-13T11:21:13.784Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-13T11:21:19.228Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-13T11:21:24.983Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-13T11:21:24.983Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-13T11:21:24.983Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-13T11:21:24.983Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-13T11:21:24.983Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-13T11:21:24.983Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-13T11:21:24.983Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-13T11:21:24.983Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-13T11:21:24.983Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-13T11:21:24.983Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-13T11:21:24.983Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-13T11:21:24.983Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-13T11:21:24.983Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-13T11:21:24.983Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-13T11:21:24.983Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-13T11:21:24.983Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-13T11:21:26.281Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-13T11:21:29.040Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-13T11:21:29.040Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-13T11:21:29.040Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-13T11:21:29.040Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-13T11:21:31.035Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-13T11:21:33.506Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-13T11:21:42.035Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-13T11:21:42.035Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-13T11:21:42.035Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-13T11:21:44.916Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-13T11:21:44.916Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-13T11:21:44.916Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-13T11:21:44.916Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-13T11:21:44.916Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-13T11:21:44.916Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-13T11:21:44.916Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-13T11:21:46.687Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-13T11:21:48.625Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-13T11:21:48.625Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-13T11:21:48.625Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-13T11:21:48.625Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-13T11:21:51.509Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-13T11:21:51.509Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-13T11:21:51.509Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-13T11:21:51.509Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-13T11:21:51.509Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-13T11:21:51.509Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-13T11:21:51.509Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-13T11:21:51.509Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-13T11:21:52.457Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-13T11:21:55.219Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-13T11:21:56.335Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-13T11:21:56.335Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-13T11:21:56.335Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-13T11:21:58.927Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-13T11:22:02.637Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-13T11:22:02.637Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-13T11:22:02.637Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-13T11:22:02.637Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-13T11:22:03.492Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-13T11:22:03.492Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-13T11:22:03.492Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-13T11:22:03.492Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-13T11:22:03.492Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-13T11:22:03.492Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-13T11:22:06.346Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-13T11:22:06.346Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-13T11:22:06.446Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-13T11:22:07.235Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-13T11:22:09.227Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-13T11:22:09.228Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-13T11:22:09.228Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-13T11:22:09.228Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-13T11:22:09.228Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-13T11:22:12.936Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-13T11:22:12.936Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-13T11:22:15.781Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-13T11:22:15.781Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-13T11:22:15.781Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-13T11:22:15.781Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-13T11:22:15.781Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-13T11:22:15.821Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-13T11:22:15.821Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-13T11:22:15.821Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-13T11:22:16.872Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-13T11:22:18.440Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-13T11:22:18.908Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-13T11:22:18.908Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-13T11:22:19.525Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-13T11:22:19.525Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-13T11:22:21.857Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-13T11:22:22.844Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-13T11:22:23.232Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-13T11:22:24.333Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-13T11:22:24.333Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-13T11:22:24.333Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-13T11:22:24.333Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-13T11:22:24.333Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-13T11:22:24.333Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-13T11:22:24.333Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-13T11:22:24.333Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-13T11:22:24.333Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-13T11:22:24.410Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-13T11:22:28.993Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-13T11:22:34.747Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-13T11:22:34.838Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-13T11:22:35.203Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-13T11:22:35.203Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-13T11:22:35.203Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-13T11:22:35.203Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-13T11:22:35.826Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-13T11:22:36.695Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-13T11:22:36.695Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-13T11:22:36.695Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-13T11:22:38.086Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-13T11:22:38.086Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-13T11:22:38.086Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-13T11:22:38.865Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-13T11:22:38.865Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-13T11:22:38.865Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-13T11:22:39.828Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-13T11:22:40.790Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-13T11:22:40.790Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-13T11:22:41.244Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-13T11:22:41.791Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-13T11:22:41.791Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-13T11:22:41.791Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-13T11:22:45.500Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-13T11:22:45.500Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-13T11:22:46.254Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-13T11:22:49.205Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-13T11:22:49.783Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-13T11:22:50.164Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-13T11:22:53.873Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-13T11:22:53.874Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-13T11:22:53.874Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-13T11:22:53.874Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-13T11:22:53.874Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-13T11:22:53.874Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-13T11:22:53.874Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-13T11:22:53.874Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-13T11:22:53.874Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-13T11:22:53.874Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-13T11:22:53.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-05-13T11:22:56.756Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-13T11:22:56.756Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false_____} [2022-05-13T11:22:57.861Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-13T11:22:58.320Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-13T11:22:59.641Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false_____} [2022-05-13T11:23:02.041Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-13T11:23:02.523Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false_____} [2022-05-13T11:23:03.728Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-13T11:23:05.406Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true_____} [2022-05-13T11:23:08.289Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0005d2d68__} [2022-05-13T11:23:08.480Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-13T11:23:09.469Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-13T11:23:09.469Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-13T11:23:09.469Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-13T11:23:09.469Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-13T11:23:09.469Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-13T11:23:11.685Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-13T11:23:11.685Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-13T11:23:11.685Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-13T11:23:12.000Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12361075261_c:\foo_false_____} [2022-05-13T11:23:14.881Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12361075261_c:\foo_true_____} [2022-05-13T11:23:17.768Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-13T11:23:17.768Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-13T11:23:17.768Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-13T11:23:17.768Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-13T11:23:17.768Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-13T11:23:17.768Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-13T11:23:17.768Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-13T11:23:17.768Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-13T11:23:17.768Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-13T11:23:17.768Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-13T11:23:17.768Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-13T11:23:17.768Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-13T11:23:17.768Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-13T11:23:18.226Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-13T11:23:18.226Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-13T11:23:18.226Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-13T11:23:18.226Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-13T11:23:18.226Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-13T11:23:18.226Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-13T11:23:18.226Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-13T11:23:18.226Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-13T11:23:18.226Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-13T11:23:18.226Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-13T11:23:18.226Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-13T11:23:21.938Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-13T11:23:21.938Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-13T11:23:21.938Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-13T11:23:21.938Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:23:21.938Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-13T11:23:21.938Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-13T11:23:21.938Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-13T11:23:21.938Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-13T11:23:21.938Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-13T11:23:21.938Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-13T11:23:21.938Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-13T11:23:21.938Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-13T11:23:21.938Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-13T11:23:21.938Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-13T11:23:21.938Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-13T11:23:21.938Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-13T11:23:21.938Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-13T11:23:21.938Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-13T11:23:21.938Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-13T11:23:21.938Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-13T11:23:21.938Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-13T11:23:21.938Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-13T11:23:21.938Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-13T11:23:21.938Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-13T11:23:21.938Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-13T11:23:21.938Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-13T11:23:21.938Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-13T11:23:24.823Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-13T11:23:25.277Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-13T11:23:25.277Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-13T11:23:25.277Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-13T11:23:28.158Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-13T11:23:28.158Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-13T11:23:28.158Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-13T11:23:28.158Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-13T11:23:28.158Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-13T11:23:28.158Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-13T11:23:28.158Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-13T11:23:34.042Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-13T11:23:37.665Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-13T11:23:37.665Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-13T11:23:37.665Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-13T11:23:37.750Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-13T11:23:37.750Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-13T11:23:37.750Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-13T11:23:37.750Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-13T11:23:37.750Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-13T11:23:47.949Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-13T11:23:48.909Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-13T11:23:48.909Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-13T11:23:50.073Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-13T11:23:50.073Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:23:50.073Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-13T11:23:50.073Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-13T11:23:50.073Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-13T11:23:51.071Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-13T11:23:59.609Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-13T11:24:00.347Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-13T11:24:00.347Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-13T11:24:00.347Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-13T11:24:00.347Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-13T11:24:00.347Z] === RUN TestDockerSuite/TestCpToDot [2022-05-13T11:24:02.551Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-13T11:24:04.055Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-13T11:24:04.056Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-13T11:24:04.056Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-13T11:24:04.056Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-13T11:24:04.056Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-13T11:24:06.939Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-13T11:24:06.939Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-13T11:24:06.939Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-13T11:24:06.939Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-13T11:24:06.939Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-13T11:24:06.939Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-13T11:24:06.939Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-13T11:24:06.939Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-13T11:24:06.939Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-13T11:24:07.394Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-13T11:24:07.848Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-13T11:24:08.154Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-13T11:24:08.154Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-13T11:24:08.154Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-13T11:24:10.008Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-13T11:24:12.890Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-13T11:24:13.345Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-13T11:24:13.345Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-13T11:24:16.231Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-13T11:24:16.686Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-13T11:24:16.694Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-13T11:24:16.694Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-13T11:24:17.141Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-13T11:24:17.142Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-13T11:24:17.142Z] === RUN TestDockerSuite/TestCreateRM [2022-05-13T11:24:17.148Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-13T11:24:17.597Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-13T11:24:17.597Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-13T11:24:17.597Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-13T11:24:17.597Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-13T11:24:18.053Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-13T11:24:28.334Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-13T11:24:28.334Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-13T11:24:28.789Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-13T11:24:32.499Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-13T11:24:32.499Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-13T11:24:32.499Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-13T11:24:32.499Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-13T11:24:32.660Z] === RUN TestDockerSuite/TestBuildRm [2022-05-13T11:24:35.384Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-13T11:24:35.384Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-13T11:24:35.384Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-13T11:24:35.839Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-13T11:24:35.839Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-13T11:24:35.839Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-13T11:24:35.839Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-13T11:24:35.839Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-13T11:24:35.839Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-13T11:24:35.839Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-13T11:24:35.839Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-13T11:24:35.839Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-13T11:24:35.839Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-13T11:24:35.839Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-13T11:24:35.839Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-13T11:24:35.839Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-13T11:24:35.839Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-13T11:24:35.839Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-13T11:24:35.839Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-13T11:24:35.839Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-13T11:24:35.839Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-13T11:24:35.839Z] === RUN TestDockerSuite/TestDockerFails [2022-05-13T11:24:35.839Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-13T11:24:35.839Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-13T11:24:35.839Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-13T11:24:35.839Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-13T11:24:35.839Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-13T11:24:35.839Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-13T11:24:35.839Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-13T11:24:35.839Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-13T11:24:35.839Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-13T11:24:35.839Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-13T11:24:35.839Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-13T11:24:39.548Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-13T11:24:42.434Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-13T11:24:46.145Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-13T11:24:47.055Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-13T11:24:47.597Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-13T11:24:49.162Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-13T11:24:49.162Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-13T11:24:49.162Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-13T11:24:49.162Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-13T11:24:49.630Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-13T11:24:50.772Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-13T11:24:51.848Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-13T11:24:52.302Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-13T11:24:55.637Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-13T11:24:58.476Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-13T11:24:59.425Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-13T11:25:03.144Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-13T11:25:04.188Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-13T11:25:04.657Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-13T11:25:10.189Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-13T11:25:13.905Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-13T11:25:14.361Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-13T11:25:14.956Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-13T11:25:20.125Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-13T11:25:20.580Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-13T11:25:21.541Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-13T11:25:25.428Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-13T11:25:26.418Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-13T11:25:26.887Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-13T11:25:28.577Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-13T11:25:32.621Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-13T11:25:34.333Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-13T11:25:34.333Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-13T11:25:34.333Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-13T11:25:34.333Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-13T11:25:34.334Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-13T11:25:34.334Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-13T11:25:34.334Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-13T11:25:34.334Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-13T11:25:34.334Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-13T11:25:35.857Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-13T11:25:35.857Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-13T11:25:35.857Z] === RUN TestDockerSuite/TestEventsRename [2022-05-13T11:25:39.376Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-13T11:25:39.376Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-13T11:25:39.598Z] === RUN TestDockerSuite/TestEventsResize [2022-05-13T11:25:39.669Z] === RUN TestDockerSuite/TestRmiTag [2022-05-13T11:25:40.133Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-13T11:25:44.131Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-13T11:25:44.131Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-13T11:25:44.801Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-13T11:25:48.892Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-13T11:26:10.123Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-13T11:26:10.123Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-13T11:26:10.123Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-13T11:26:13.076Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-13T11:26:14.063Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-13T11:26:15.428Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-13T11:26:15.895Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-13T11:26:18.816Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-13T11:26:19.680Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-13T11:26:20.440Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-13T11:26:20.896Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-13T11:26:24.683Z] === RUN TestDockerSuite/TestBuildUser [2022-05-13T11:26:24.683Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-13T11:26:24.683Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-13T11:26:24.683Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-13T11:26:24.683Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-13T11:26:24.683Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-13T11:26:24.683Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-13T11:26:25.540Z] === RUN TestDockerSuite/TestEventsTop [2022-05-13T11:26:25.540Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-13T11:26:25.540Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-13T11:26:28.486Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-13T11:26:29.432Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-13T11:26:29.432Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-13T11:26:33.234Z] === RUN TestDockerSuite/TestExec [2022-05-13T11:26:33.234Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-13T11:26:33.234Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-13T11:26:33.234Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-13T11:26:33.234Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-13T11:26:33.239Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-13T11:26:33.696Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-13T11:26:33.696Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-13T11:26:33.696Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-13T11:26:33.696Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-13T11:26:33.696Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-13T11:26:34.153Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-13T11:26:34.153Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-13T11:26:34.153Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-13T11:26:34.153Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-13T11:26:34.153Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-13T11:26:34.153Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-13T11:26:34.153Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-13T11:26:34.153Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-13T11:26:34.153Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-13T11:26:34.153Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-13T11:26:37.018Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-13T11:26:37.871Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-13T11:26:37.871Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-13T11:26:37.871Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-13T11:26:37.871Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-13T11:26:37.871Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-13T11:26:38.087Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-13T11:26:38.087Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-13T11:26:38.087Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-13T11:26:38.087Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-13T11:26:38.087Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-13T11:26:39.964Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-13T11:26:39.964Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-13T11:26:39.964Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-13T11:26:39.964Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-13T11:26:39.964Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-13T11:26:39.964Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-13T11:26:39.964Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-13T11:26:43.845Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-13T11:26:46.420Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-13T11:26:47.632Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-13T11:26:51.414Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-13T11:26:52.184Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-13T11:26:55.200Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-13T11:26:55.903Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-13T11:26:59.319Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-13T11:27:00.304Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-13T11:27:00.570Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-13T11:27:02.366Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-13T11:27:02.366Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-13T11:27:02.366Z] === RUN TestDockerSuite/TestExecEnv [2022-05-13T11:27:02.366Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-13T11:27:02.366Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-13T11:27:02.366Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-13T11:27:02.366Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-13T11:27:05.237Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-13T11:27:05.237Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-13T11:27:06.153Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-13T11:27:10.725Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-13T11:27:12.011Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-13T11:27:12.011Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-13T11:27:12.011Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-13T11:27:12.011Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-13T11:27:12.011Z] === RUN TestDockerSuite/TestExecParseError [2022-05-13T11:27:12.011Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-13T11:27:12.011Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-13T11:27:12.011Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-13T11:27:12.011Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-13T11:27:12.011Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-13T11:27:12.011Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-13T11:27:13.786Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-13T11:27:13.786Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-13T11:27:13.786Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-13T11:27:13.786Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-13T11:27:13.786Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-13T11:27:13.786Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-13T11:27:13.786Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-13T11:27:13.786Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-13T11:27:13.786Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-13T11:27:13.786Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-13T11:27:13.786Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-13T11:27:13.786Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-13T11:27:13.786Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-13T11:27:13.786Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-13T11:27:13.786Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-13T11:27:13.786Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-13T11:27:14.245Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-13T11:27:14.245Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-13T11:27:14.245Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-13T11:27:14.245Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-13T11:27:14.245Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-13T11:27:14.245Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-13T11:27:14.245Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-13T11:27:15.478Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-13T11:27:15.478Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-13T11:27:15.946Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-13T11:27:15.946Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-13T11:27:15.946Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-13T11:27:16.765Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-13T11:27:16.765Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-13T11:27:16.765Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-13T11:27:16.765Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-13T11:27:16.765Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-13T11:27:16.765Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:27:16.765Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-13T11:27:16.765Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-13T11:27:16.765Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-13T11:27:16.765Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-13T11:27:16.765Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-13T11:27:18.899Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-13T11:27:18.899Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-13T11:27:18.899Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-05-13T11:27:18.920Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-13T11:27:18.920Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-13T11:27:18.920Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-13T11:27:20.553Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-13T11:27:20.553Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-13T11:27:20.553Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-13T11:27:24.683Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-13T11:27:24.683Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-13T11:27:24.683Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-13T11:27:24.683Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-13T11:27:24.683Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-13T11:27:28.412Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-13T11:27:28.412Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-13T11:27:28.412Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-13T11:27:28.412Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-13T11:27:28.412Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-13T11:27:28.412Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-13T11:27:28.412Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-13T11:27:28.412Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-13T11:27:28.412Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-13T11:27:28.412Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-13T11:27:28.869Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-13T11:27:28.869Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-13T11:27:28.869Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-13T11:27:28.869Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-13T11:27:28.869Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-13T11:27:29.210Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-13T11:27:29.211Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-13T11:27:29.211Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-13T11:27:29.211Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-13T11:27:29.211Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-13T11:27:29.211Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-13T11:27:29.211Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-13T11:27:31.393Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-13T11:27:32.595Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-13T11:27:35.188Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-13T11:27:36.177Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-13T11:27:36.437Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-13T11:27:37.319Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-13T11:27:41.987Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-13T11:27:41.987Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-13T11:27:41.987Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-13T11:27:41.987Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-13T11:27:41.987Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-13T11:27:41.987Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-13T11:27:41.987Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-13T11:27:43.473Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-13T11:27:45.703Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-13T11:27:45.703Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-13T11:27:45.703Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-13T11:27:45.703Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-13T11:27:45.703Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-13T11:27:45.703Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-13T11:27:46.161Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-13T11:27:46.161Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-13T11:27:46.161Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-13T11:27:47.179Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-13T11:27:49.877Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-13T11:27:54.210Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-13T11:27:54.210Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-13T11:27:54.210Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-13T11:27:54.210Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-13T11:27:54.664Z] === RUN TestDockerSuite/TestHealth [2022-05-13T11:27:54.664Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-13T11:27:54.664Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-13T11:27:54.664Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-13T11:27:54.664Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-13T11:27:54.664Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-13T11:27:57.408Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-13T11:27:57.408Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-13T11:27:57.408Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-13T11:27:57.408Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-13T11:27:57.408Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-13T11:27:57.408Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-13T11:27:57.408Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-13T11:27:57.408Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-13T11:28:00.167Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-13T11:28:00.167Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-13T11:28:00.167Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-13T11:28:00.167Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-13T11:28:00.167Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-13T11:28:00.167Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-13T11:28:00.167Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-13T11:28:00.167Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-13T11:28:00.167Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-13T11:28:00.167Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-13T11:28:00.167Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-13T11:28:00.167Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-13T11:28:00.167Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-13T11:28:00.419Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-13T11:28:00.419Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-13T11:28:00.419Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-13T11:28:00.419Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-13T11:28:00.419Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-13T11:28:00.419Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-13T11:28:00.875Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-13T11:28:01.330Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-13T11:28:01.330Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-13T11:28:01.330Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-13T11:28:02.854Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-13T11:28:02.854Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-13T11:28:03.882Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-13T11:28:03.882Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-13T11:28:03.882Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-13T11:28:03.882Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-13T11:28:03.882Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-13T11:28:03.882Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-13T11:28:05.017Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-13T11:28:05.018Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-13T11:28:06.063Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-13T11:28:07.178Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-13T11:28:08.292Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-13T11:28:08.292Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-13T11:28:08.292Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-13T11:28:08.292Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-13T11:28:08.292Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-13T11:28:08.292Z] docker_cli_sni_test.go:18: Flakey test [2022-05-13T11:28:08.292Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-13T11:28:08.548Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-13T11:28:10.887Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-13T11:28:10.887Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-13T11:28:10.887Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-13T11:28:10.887Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-13T11:28:11.243Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-13T11:28:13.220Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-13T11:28:13.220Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-13T11:28:13.220Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-13T11:28:14.604Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-13T11:28:14.604Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-13T11:28:15.059Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-13T11:28:15.059Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-13T11:28:15.059Z] === RUN TestDockerSuite/TestImportFile [2022-05-13T11:28:15.059Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-13T11:28:15.059Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-13T11:28:15.059Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-13T11:28:15.059Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-13T11:28:15.059Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-13T11:28:15.059Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-13T11:28:15.059Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-13T11:28:15.059Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-13T11:28:15.059Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-13T11:28:15.059Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-13T11:28:15.059Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-13T11:28:15.059Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-13T11:28:15.059Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-13T11:28:15.059Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-13T11:28:15.059Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-13T11:28:15.059Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-13T11:28:15.059Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-13T11:28:15.059Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-13T11:28:15.059Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-13T11:28:15.059Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-13T11:28:15.999Z] === RUN TestDockerSuite/TestCommitChange [2022-05-13T11:28:17.892Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-13T11:28:17.892Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-13T11:28:17.892Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-13T11:28:17.892Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-13T11:28:17.892Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-13T11:28:17.892Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-13T11:28:17.892Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-13T11:28:18.767Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-13T11:28:21.613Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-13T11:28:21.650Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-13T11:28:21.650Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-13T11:28:21.650Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-13T11:28:21.650Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-13T11:28:21.650Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-13T11:28:21.650Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-13T11:28:21.651Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-13T11:28:21.651Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-13T11:28:24.533Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-13T11:28:24.987Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-13T11:28:26.281Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-13T11:28:26.420Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-13T11:28:27.871Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-13T11:28:27.871Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:28:27.871Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-13T11:28:27.871Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-13T11:28:27.871Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-13T11:28:27.871Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-13T11:28:27.871Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-13T11:28:30.954Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-13T11:28:31.179Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-13T11:28:31.179Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-13T11:28:31.179Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-13T11:28:31.579Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-13T11:28:35.621Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-13T11:28:35.621Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-13T11:28:35.621Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-13T11:28:35.621Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-13T11:28:35.621Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-13T11:28:35.621Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-13T11:28:35.621Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-13T11:28:35.621Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-13T11:28:35.621Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-13T11:28:35.621Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-13T11:28:35.621Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-13T11:28:35.621Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-13T11:28:35.621Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-13T11:28:35.621Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-13T11:28:35.621Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-13T11:28:35.621Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-13T11:28:37.353Z] === RUN TestDockerSuite/TestInspectImage [2022-05-13T11:28:37.353Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-13T11:28:37.353Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-13T11:28:37.353Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-13T11:28:37.353Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-13T11:28:37.353Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-13T11:28:37.353Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-13T11:28:38.339Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-13T11:28:38.339Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-13T11:28:38.339Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-13T11:28:40.236Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-13T11:28:43.990Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-13T11:28:43.990Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-13T11:28:44.162Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-13T11:28:44.162Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-13T11:28:44.162Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-13T11:28:44.162Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-13T11:28:44.162Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-13T11:28:44.162Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-13T11:28:44.162Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-13T11:28:44.162Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-13T11:28:44.162Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-13T11:28:44.162Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-13T11:28:44.162Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-13T11:28:44.162Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-13T11:28:46.875Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-13T11:28:50.589Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-13T11:28:50.589Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-13T11:28:50.589Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-13T11:28:50.589Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-13T11:28:50.827Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-13T11:28:54.296Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-13T11:28:55.583Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-13T11:28:55.583Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-13T11:28:55.583Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-13T11:28:55.583Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-13T11:28:55.583Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-13T11:28:55.583Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-13T11:28:55.583Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-13T11:28:55.583Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-13T11:28:55.583Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-13T11:28:55.583Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-13T11:28:55.583Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-13T11:28:55.583Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-13T11:28:55.583Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-13T11:28:55.583Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-13T11:28:55.583Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-13T11:28:55.583Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-13T11:28:56.513Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-13T11:28:56.513Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-13T11:28:56.513Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-13T11:28:59.410Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-13T11:28:59.410Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-13T11:28:59.410Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-13T11:28:59.410Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-13T11:28:59.410Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-13T11:28:59.410Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-13T11:28:59.410Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-13T11:28:59.410Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-13T11:28:59.410Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-13T11:28:59.410Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-13T11:28:59.410Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-13T11:28:59.410Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-13T11:28:59.410Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-13T11:28:59.410Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-13T11:28:59.410Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-13T11:28:59.410Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-13T11:28:59.410Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-13T11:28:59.410Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-13T11:28:59.410Z] === RUN TestDockerSuite/TestRunMount [2022-05-13T11:28:59.410Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-13T11:28:59.410Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-13T11:28:59.410Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-13T11:28:59.410Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-13T11:28:59.410Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-13T11:28:59.410Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-13T11:28:59.410Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-13T11:28:59.410Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-13T11:29:02.750Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-13T11:29:02.819Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-13T11:29:09.854Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-13T11:29:13.565Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-13T11:29:14.186Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-13T11:29:14.186Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-13T11:29:14.186Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-13T11:29:14.186Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-13T11:29:14.186Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-13T11:29:14.186Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-13T11:29:14.186Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-13T11:29:15.243Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-13T11:29:15.243Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-13T11:29:15.243Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-13T11:29:16.230Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-13T11:29:16.230Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-13T11:29:16.230Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-13T11:29:16.230Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-13T11:29:16.230Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-13T11:29:16.230Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-13T11:29:16.230Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-13T11:29:16.469Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-13T11:29:19.181Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-13T11:29:19.181Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-13T11:29:19.181Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-13T11:29:19.181Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-13T11:29:20.178Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-13T11:29:21.399Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-13T11:29:21.399Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-13T11:29:21.399Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-13T11:29:21.399Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-13T11:29:21.399Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-13T11:29:21.399Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-13T11:29:21.399Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-13T11:29:21.399Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-13T11:29:23.062Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-13T11:29:24.353Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-13T11:29:24.473Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-13T11:29:26.567Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-13T11:29:26.772Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-13T11:29:28.783Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-13T11:29:28.783Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-13T11:29:28.783Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-13T11:29:28.783Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-13T11:29:29.655Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-13T11:29:29.655Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-13T11:29:29.655Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-13T11:29:29.655Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-13T11:29:29.655Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-13T11:29:29.655Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-13T11:29:29.655Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-13T11:29:29.655Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-13T11:29:29.655Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-13T11:29:29.655Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-13T11:29:29.655Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-13T11:29:29.655Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-13T11:29:29.655Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-13T11:29:29.655Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-13T11:29:29.655Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-13T11:29:29.655Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-13T11:29:29.655Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-13T11:29:30.997Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-13T11:29:30.997Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-13T11:29:31.515Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-13T11:29:31.515Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-13T11:29:31.515Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-13T11:29:31.515Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-13T11:29:31.515Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-13T11:29:31.515Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-13T11:29:31.515Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-13T11:29:31.515Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-13T11:29:31.515Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-13T11:29:31.515Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-13T11:29:31.515Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-13T11:29:31.515Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-13T11:29:31.515Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-13T11:29:31.515Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-13T11:29:31.515Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-13T11:29:31.515Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-13T11:29:31.515Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-13T11:29:31.515Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-13T11:29:31.515Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-13T11:29:32.479Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-13T11:29:33.213Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-13T11:29:33.213Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-13T11:29:33.213Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-13T11:29:33.213Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-13T11:29:33.213Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-13T11:29:33.365Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-13T11:29:34.008Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-13T11:29:35.429Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-13T11:29:35.429Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-13T11:29:36.248Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-13T11:29:37.643Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-13T11:29:37.643Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-13T11:29:37.643Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-13T11:29:37.725Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-13T11:29:39.859Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-13T11:29:40.327Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-13T11:29:41.447Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-13T11:29:42.412Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-13T11:29:42.542Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-13T11:29:43.281Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-13T11:29:45.442Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-13T11:29:45.442Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-13T11:29:45.442Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-13T11:29:47.083Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-13T11:29:47.083Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-13T11:29:47.083Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-13T11:29:47.083Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-13T11:29:47.083Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-13T11:29:47.083Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-13T11:29:47.083Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-13T11:29:47.083Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-13T11:29:47.083Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-13T11:29:47.083Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-13T11:29:47.083Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-13T11:29:47.083Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-13T11:29:47.083Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-13T11:29:47.083Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-13T11:29:47.083Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-13T11:29:47.545Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-13T11:29:47.545Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-13T11:29:49.153Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-13T11:29:49.153Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-13T11:29:51.201Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-13T11:29:53.321Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-13T11:29:53.321Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-13T11:29:53.321Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-13T11:29:53.321Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-13T11:29:53.321Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-13T11:29:53.321Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-13T11:29:53.321Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-13T11:29:53.321Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-13T11:29:53.321Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-13T11:29:53.321Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-13T11:29:53.321Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-13T11:29:54.996Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-13T11:29:54.996Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-13T11:29:54.996Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-13T11:29:54.996Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-13T11:29:54.996Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-13T11:29:56.564Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-13T11:29:56.564Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-13T11:29:56.564Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-13T11:29:57.677Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-13T11:30:03.721Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-13T11:30:03.721Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-13T11:30:03.721Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-13T11:30:04.711Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-13T11:30:05.936Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-13T11:30:05.936Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-13T11:30:08.096Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-13T11:30:08.096Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-13T11:30:08.096Z] === RUN TestDockerSuite/TestRunRm [2022-05-13T11:30:10.688Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-13T11:30:11.745Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-13T11:30:12.254Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-13T11:30:12.254Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-13T11:30:12.254Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-13T11:30:12.254Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-13T11:30:12.254Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-13T11:30:12.254Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-13T11:30:12.255Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-13T11:30:12.255Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-13T11:30:12.255Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-13T11:30:12.255Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-13T11:30:12.255Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-05-13T11:30:12.765Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-13T11:30:14.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-13T11:30:14.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false_____} [2022-05-13T11:30:16.406Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-13T11:30:19.814Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-13T11:30:21.071Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-13T11:30:21.071Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-13T11:30:21.071Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-13T11:30:23.135Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false_____} [2022-05-13T11:30:24.483Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-13T11:30:24.783Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-13T11:30:27.669Z] === RUN TestDockerSuite/TestLogsSince [2022-05-13T11:30:29.166Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-13T11:30:30.289Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false_____} [2022-05-13T11:30:32.888Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-13T11:30:37.439Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true_____} [2022-05-13T11:30:37.556Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-13T11:30:37.556Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-13T11:30:37.556Z] === RUN TestDockerSuite/TestRunState [2022-05-13T11:30:37.556Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-13T11:30:37.556Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-13T11:30:37.941Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-13T11:30:37.941Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-13T11:30:37.941Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-13T11:30:37.941Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-13T11:30:37.941Z] === RUN TestDockerSuite/TestLogsTail [2022-05-13T11:30:40.831Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-13T11:30:42.227Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-13T11:30:42.227Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-13T11:30:42.227Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-13T11:30:44.541Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-13T11:30:44.593Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000b06708__} [2022-05-13T11:30:46.897Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-13T11:30:46.897Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-13T11:30:46.897Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-13T11:30:46.897Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-13T11:30:46.897Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-13T11:30:46.897Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-13T11:30:46.897Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-13T11:30:46.897Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-13T11:30:46.897Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-13T11:30:47.422Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-13T11:30:47.422Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-13T11:30:47.422Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-13T11:30:47.422Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-13T11:30:47.422Z] === RUN TestDockerSuite/TestNetHostname [2022-05-13T11:30:47.422Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-13T11:30:47.422Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-13T11:30:47.422Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-13T11:30:47.422Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-13T11:30:47.422Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-13T11:30:47.422Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-13T11:30:47.422Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-13T11:30:47.422Z] === RUN TestDockerSuite/TestPluginActive [2022-05-13T11:30:47.422Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-13T11:30:47.422Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-13T11:30:47.422Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-13T11:30:47.422Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-13T11:30:47.422Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-13T11:30:47.422Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-13T11:30:47.422Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-13T11:30:47.422Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-13T11:30:47.422Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-13T11:30:47.422Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-13T11:30:47.422Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-13T11:30:47.422Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-13T11:30:47.422Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-13T11:30:47.422Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-13T11:30:47.422Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-13T11:30:47.422Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-13T11:30:47.422Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-13T11:30:47.422Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-13T11:30:47.422Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-13T11:30:47.422Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-13T11:30:47.877Z] === RUN TestDockerSuite/TestPortList [2022-05-13T11:30:47.877Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-13T11:30:47.877Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-13T11:30:53.252Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1479251885_c:\foo_false_____} [2022-05-13T11:30:53.635Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-13T11:30:53.635Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:30:53.635Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-13T11:30:53.945Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-13T11:30:53.945Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-13T11:30:53.945Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-13T11:30:53.945Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-13T11:30:53.945Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-13T11:30:53.945Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-13T11:30:53.945Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-13T11:30:53.945Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-13T11:30:53.945Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-13T11:30:53.945Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-13T11:30:53.945Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-13T11:30:53.945Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-13T11:30:53.945Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-13T11:30:53.945Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-13T11:30:53.945Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-13T11:30:53.945Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-13T11:30:53.945Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-13T11:30:53.945Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-13T11:30:54.090Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-13T11:30:54.090Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-13T11:30:54.090Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-13T11:30:54.090Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-13T11:30:54.090Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-13T11:30:54.090Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-13T11:30:54.090Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-13T11:30:54.090Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-13T11:30:54.090Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-13T11:30:54.090Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-13T11:30:54.090Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-13T11:30:54.090Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-13T11:30:54.090Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-13T11:30:54.090Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-13T11:30:54.090Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-13T11:30:54.401Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-13T11:30:54.401Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-13T11:30:54.401Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-13T11:30:59.076Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-13T11:30:59.076Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-13T11:30:59.076Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-13T11:31:00.406Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1479251885_c:\foo_true_____} [2022-05-13T11:31:01.125Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-13T11:31:01.125Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-13T11:31:01.125Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-13T11:31:03.752Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-13T11:31:03.752Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-13T11:31:03.752Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-13T11:31:03.752Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-13T11:31:03.752Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-13T11:31:09.066Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-13T11:31:09.066Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-13T11:31:09.066Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-13T11:31:09.066Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-13T11:31:09.066Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-13T11:31:09.066Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-13T11:31:09.066Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-13T11:31:09.066Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-13T11:31:09.066Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-13T11:31:09.066Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-13T11:31:09.066Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-13T11:31:09.066Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-13T11:31:09.067Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-13T11:31:09.067Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-13T11:31:09.067Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-13T11:31:09.067Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-13T11:31:09.067Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-13T11:31:09.067Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-13T11:31:09.067Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-13T11:31:09.067Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-13T11:31:09.067Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-13T11:31:09.067Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-13T11:31:09.067Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-13T11:31:09.067Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-13T11:31:09.522Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-13T11:31:13.453Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-13T11:31:13.453Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-13T11:31:13.453Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-13T11:31:16.221Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-13T11:31:16.221Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-13T11:31:16.221Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-13T11:31:16.221Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:31:16.221Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-13T11:31:16.221Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-13T11:31:16.221Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-13T11:31:16.221Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-13T11:31:16.221Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-13T11:31:16.221Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-13T11:31:16.221Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-13T11:31:16.221Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-13T11:31:16.221Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-13T11:31:16.221Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-13T11:31:16.221Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-13T11:31:16.221Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-13T11:31:16.221Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-13T11:31:16.221Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-13T11:31:16.221Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-13T11:31:16.221Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-13T11:31:16.221Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-13T11:31:16.221Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-13T11:31:16.221Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-13T11:31:16.221Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-13T11:31:16.221Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-13T11:31:16.221Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-13T11:31:16.221Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-13T11:31:23.379Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-13T11:31:23.848Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-13T11:31:23.848Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-13T11:31:23.848Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-13T11:31:24.300Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-13T11:31:28.212Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-13T11:31:31.008Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-13T11:31:31.008Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-13T11:31:31.008Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-13T11:31:31.008Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-13T11:31:31.008Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-13T11:31:31.008Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-13T11:31:31.477Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-13T11:31:32.843Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-13T11:31:41.898Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-13T11:31:43.142Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-13T11:31:43.142Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-13T11:31:43.142Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-13T11:31:43.600Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-13T11:31:45.837Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-13T11:31:45.837Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-13T11:31:45.837Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-13T11:31:45.837Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-13T11:31:45.837Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-13T11:31:45.837Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-13T11:31:49.057Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-13T11:31:49.057Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-13T11:31:49.057Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-13T11:31:49.057Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-13T11:31:49.057Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-13T11:31:49.372Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-13T11:31:51.598Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-13T11:31:54.041Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-13T11:31:58.716Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-13T11:31:58.716Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-13T11:31:58.716Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-13T11:31:58.716Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-13T11:31:58.716Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-13T11:31:58.716Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-13T11:31:58.716Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-13T11:31:58.716Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-13T11:31:58.716Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-13T11:31:58.716Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-13T11:31:58.716Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-13T11:31:58.716Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-13T11:31:58.716Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-13T11:31:58.716Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-13T11:31:58.716Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-13T11:32:00.126Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-13T11:32:03.983Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-13T11:32:03.983Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:32:03.983Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-13T11:32:03.983Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-13T11:32:03.983Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-13T11:32:05.764Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-13T11:32:07.158Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-13T11:32:07.159Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-13T11:32:07.159Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-13T11:32:07.159Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-13T11:32:07.159Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-13T11:32:09.479Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-13T11:32:13.198Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-13T11:32:14.192Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-13T11:32:14.192Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-13T11:32:14.192Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-13T11:32:14.192Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-13T11:32:14.192Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-13T11:32:14.192Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-13T11:32:14.192Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-13T11:32:14.192Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-13T11:32:14.192Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-13T11:32:21.733Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-13T11:32:21.733Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-13T11:32:21.733Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-13T11:32:21.733Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-13T11:32:21.733Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-13T11:32:21.733Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-13T11:32:21.733Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-13T11:32:21.733Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-13T11:32:21.733Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-13T11:32:21.733Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-13T11:32:21.733Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-13T11:32:21.733Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-13T11:32:21.733Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-13T11:32:21.795Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-13T11:32:21.795Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-13T11:32:21.795Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-13T11:32:21.795Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-13T11:32:21.795Z] === RUN TestDockerSuite/TestCpToDot [2022-05-13T11:32:22.188Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:32:22.188Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-13T11:32:22.188Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-13T11:32:22.188Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-13T11:32:22.188Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-13T11:32:22.188Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-13T11:32:22.188Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-13T11:32:22.188Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-13T11:32:22.188Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-13T11:32:22.188Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-13T11:32:22.188Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-13T11:32:22.188Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-13T11:32:22.188Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-13T11:32:22.188Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-13T11:32:22.188Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-13T11:32:22.188Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-13T11:32:22.188Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-13T11:32:22.188Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-13T11:32:22.188Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-13T11:32:22.188Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-13T11:32:22.188Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-13T11:32:22.188Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-13T11:32:25.074Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-13T11:32:25.532Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-13T11:32:25.987Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-13T11:32:26.447Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-13T11:32:26.639Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-13T11:32:26.639Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-13T11:32:26.639Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-13T11:32:26.639Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-13T11:32:26.639Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-13T11:32:26.639Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-13T11:32:28.162Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-13T11:32:28.619Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-13T11:32:28.619Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-13T11:32:28.619Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-13T11:32:28.619Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-13T11:32:28.619Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-13T11:32:28.949Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-13T11:32:28.949Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-13T11:32:28.949Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-13T11:32:28.949Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-13T11:32:28.949Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-13T11:32:33.293Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-13T11:32:35.658Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-13T11:32:36.107Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-13T11:32:36.107Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-13T11:32:36.107Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-13T11:32:36.107Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-13T11:32:36.107Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-13T11:32:36.107Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-13T11:32:36.107Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-13T11:32:36.107Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-13T11:32:36.107Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-13T11:32:36.576Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-13T11:32:36.576Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-13T11:32:37.968Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-13T11:32:39.533Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-13T11:32:41.746Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-13T11:32:41.746Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-13T11:32:41.746Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-13T11:32:42.642Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-13T11:32:42.642Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-13T11:32:42.642Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-13T11:32:42.693Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-13T11:32:43.962Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-13T11:32:44.432Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-13T11:32:44.901Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-13T11:32:44.901Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-13T11:32:44.901Z] === RUN TestDockerSuite/TestCreateRM [2022-05-13T11:32:45.370Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-13T11:32:45.370Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-13T11:32:45.370Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-13T11:32:45.370Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-13T11:32:45.578Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-13T11:32:45.839Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-13T11:32:57.413Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-13T11:32:57.413Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-13T11:32:57.413Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-13T11:33:00.766Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-13T11:33:00.766Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-13T11:33:00.766Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-13T11:33:02.979Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-13T11:33:02.979Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-13T11:33:02.979Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-13T11:33:02.979Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-13T11:33:04.464Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-13T11:33:04.464Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-13T11:33:04.464Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-13T11:33:04.464Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-13T11:33:04.464Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-13T11:33:04.464Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-13T11:33:04.464Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-13T11:33:04.464Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-13T11:33:04.464Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-13T11:33:05.195Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-13T11:33:05.195Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-13T11:33:05.195Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-13T11:33:05.664Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-13T11:33:05.664Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-13T11:33:05.664Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-13T11:33:05.664Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-13T11:33:05.664Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-13T11:33:05.664Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-13T11:33:05.664Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-13T11:33:05.664Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-13T11:33:05.664Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-13T11:33:05.664Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-13T11:33:05.664Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-13T11:33:05.664Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-13T11:33:05.664Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-13T11:33:05.664Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-13T11:33:05.664Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-13T11:33:05.664Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-13T11:33:05.664Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-13T11:33:05.664Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-13T11:33:05.664Z] === RUN TestDockerSuite/TestDockerFails [2022-05-13T11:33:05.664Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-13T11:33:05.664Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-13T11:33:05.664Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-13T11:33:05.664Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-13T11:33:05.664Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-13T11:33:05.664Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-13T11:33:05.664Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-13T11:33:05.664Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-13T11:33:05.664Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-13T11:33:05.664Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-13T11:33:06.132Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-13T11:33:08.348Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-13T11:33:10.648Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-13T11:33:10.648Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-13T11:33:10.648Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-13T11:33:11.299Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-13T11:33:13.513Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-13T11:33:16.805Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-13T11:33:16.805Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-13T11:33:16.805Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-13T11:33:16.805Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-13T11:33:16.805Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-13T11:33:16.805Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-13T11:33:16.805Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-13T11:33:16.805Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-13T11:33:16.805Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-13T11:33:16.805Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-13T11:33:16.805Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-13T11:33:16.805Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-13T11:33:16.805Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-13T11:33:20.523Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-13T11:33:20.926Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-13T11:33:20.926Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-13T11:33:20.926Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-13T11:33:21.381Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-13T11:33:22.175Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-13T11:33:25.197Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-13T11:33:25.197Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-13T11:33:25.197Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-13T11:33:26.929Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-13T11:33:28.921Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-13T11:33:28.921Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-13T11:33:28.921Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-13T11:33:28.921Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-13T11:33:28.921Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-13T11:33:28.921Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-13T11:33:28.921Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-13T11:33:28.921Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-13T11:33:28.921Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-13T11:33:28.921Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-13T11:33:28.921Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-13T11:33:28.921Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-13T11:33:28.921Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-13T11:33:29.907Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-13T11:33:31.680Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-13T11:33:33.892Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-13T11:33:34.877Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-13T11:33:35.667Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-13T11:33:35.667Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-13T11:33:35.667Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-13T11:33:42.030Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-13T11:33:42.498Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-13T11:33:42.701Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-13T11:33:42.701Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-13T11:33:42.701Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-13T11:33:43.484Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-13T11:33:46.575Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-13T11:33:46.575Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-13T11:33:46.575Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-13T11:33:46.575Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-13T11:33:46.575Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-13T11:33:46.575Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-13T11:33:46.575Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-13T11:33:46.575Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-13T11:33:48.240Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-13T11:33:51.244Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-13T11:33:51.701Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-13T11:33:52.999Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-13T11:33:52.999Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-13T11:33:52.999Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-13T11:33:52.999Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-13T11:33:52.999Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-13T11:33:52.999Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-13T11:33:52.999Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-13T11:33:52.999Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-13T11:33:53.467Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-13T11:33:54.452Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-13T11:33:54.452Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-13T11:33:54.452Z] === RUN TestDockerSuite/TestEventsRename [2022-05-13T11:33:56.665Z] === RUN TestDockerSuite/TestEventsResize [2022-05-13T11:33:57.466Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-13T11:33:58.427Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-13T11:33:58.881Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-13T11:33:58.881Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-13T11:33:59.336Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-13T11:34:00.330Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-13T11:34:04.044Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-13T11:34:05.004Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-13T11:34:05.321Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-13T11:34:06.884Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-13T11:34:09.834Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-13T11:34:14.587Z] === RUN TestDockerSuite/TestEventsTop [2022-05-13T11:34:14.587Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-13T11:34:14.587Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-13T11:34:15.290Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-13T11:34:16.987Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-13T11:34:16.987Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-13T11:34:16.987Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-13T11:34:16.987Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-13T11:34:16.987Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-13T11:34:16.987Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-13T11:34:16.987Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-13T11:34:17.536Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-13T11:34:21.050Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-13T11:34:21.325Z] === RUN TestDockerSuite/TestExec [2022-05-13T11:34:21.325Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-13T11:34:21.325Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-13T11:34:21.325Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-13T11:34:21.325Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-13T11:34:23.541Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-13T11:34:25.760Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-13T11:34:25.760Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-13T11:34:25.760Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-13T11:34:25.760Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-13T11:34:25.760Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-13T11:34:25.760Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-13T11:34:25.760Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-13T11:34:27.979Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-13T11:34:30.202Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-13T11:34:31.331Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-13T11:34:31.756Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-13T11:34:31.756Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-13T11:34:31.756Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-13T11:34:32.419Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-13T11:34:34.637Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-13T11:34:35.993Z] === RUN TestDockerSuite/TestRmiTag [2022-05-13T11:34:36.954Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-13T11:34:38.434Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-13T11:34:38.434Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-13T11:34:38.434Z] === RUN TestDockerSuite/TestExecEnv [2022-05-13T11:34:38.434Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-13T11:34:38.434Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-13T11:34:38.434Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-13T11:34:38.434Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-13T11:34:40.649Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-13T11:34:40.674Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-13T11:34:45.407Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-13T11:34:45.407Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-13T11:34:45.407Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-13T11:34:45.407Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-13T11:34:45.407Z] === RUN TestDockerSuite/TestExecParseError [2022-05-13T11:34:45.407Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-13T11:34:45.407Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-13T11:34:45.407Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-13T11:34:45.407Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-13T11:34:45.407Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-13T11:34:45.407Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-13T11:34:48.363Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-13T11:34:48.363Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-13T11:34:48.363Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-13T11:34:48.363Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-13T11:34:48.363Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-13T11:34:48.363Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:48.363Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-13T11:34:48.363Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-13T11:34:48.363Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-13T11:34:48.363Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-13T11:34:48.363Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-13T11:34:49.400Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-13T11:34:49.400Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-13T11:34:49.400Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-13T11:34:50.578Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-13T11:34:50.578Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-13T11:34:50.578Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite (3057.55s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.03s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.03s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.82s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.29s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.74s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (87.60s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.73s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.14s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.84s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.68s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.02s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.03s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.59s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.24s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (101.97s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.53s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.21s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.79s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.09s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.30s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.10s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.75s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.90s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.48s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.02s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.07s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.27s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.53s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.08s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.05s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.67s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAddTar (39.55s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (21.06s) [2022-05-13T11:34:51.563Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-05-13T11:34:51.563Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.67s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.77s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.43s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.66s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.87s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.14s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.51s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.97s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.79s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.72s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (27.91s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.43s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.00s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.83s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.23s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.69s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.80s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.21s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildCmd (0.67s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.67s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.70s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.47s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.76s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.45s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.63s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.22s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.14s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.67s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.09s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.81s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.44s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (41.48s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.86s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.72s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.22s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.46s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.62s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (27.40s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.88s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.54s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (21.05s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.09s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.05s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.41s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.48s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.57s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildDockerignore (58.44s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.28s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (63.79s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.98s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.97s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (22.69s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (12.95s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (12.49s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (33.11s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (12.91s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (12.44s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (89.22s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.54s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.73s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.40s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.65s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.68s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.11s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.12s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.83s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.47s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.85s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.28s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.62s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (16.23s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.73s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildFails (2.88s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.86s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.02s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.98s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.74s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.48s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.39s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.80s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.74s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (9.86s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildHistory (13.64s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.19s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.96s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.07s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.88s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.28s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildLabel (1.16s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.73s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.13s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.70s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildLabels (1.21s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.76s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.90s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.67s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.71s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.01s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (17.85s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.54s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (37.96s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (17.50s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.49s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.68s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.06s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.90s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (9.06s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.79s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.54s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.37s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.02s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.25s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.69s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.07s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.69s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildOnBuild (10.90s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.00s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.88s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.62s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.51s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.64s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.36s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.49s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.17s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (46.96s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (21.82s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildRm (14.21s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.81s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.48s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.68s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.33s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.36s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.26s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (18.23s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.96s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.75s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.86s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.31s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.92s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildStderr (4.87s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (21.36s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.49s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.88s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.53s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.16s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.77s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.54s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.63s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.46s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-13T11:34:51.564Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (24.37s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.09s) [2022-05-13T11:34:51.564Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.15s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.40s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.47s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.78s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.12s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.57s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (15.75s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.38s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.81s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.45s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.46s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.15s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.38s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCommitChange (5.84s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.32s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCommitNewFile (8.22s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCommitTTY (8.14s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.34s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.15s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.14s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (8.31s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.92s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.96s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.97s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.75s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.52s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.55s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.63s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.03s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.24s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.46s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.34s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.31s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.94s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.46s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.71s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.24s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.08s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.58s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.13s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.82s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.40s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.09s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.70s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false_____} (2.93s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false_____} (2.82s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false_____} (2.83s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true_____} (2.77s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000005518__} (2.78s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11457403294_c:\foo_false_____} (2.83s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11457403294_c:\foo_true_____} (2.70s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.50s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.11s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.11s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.11s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.89s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.98s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.92s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.37s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.99s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.57s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.66s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCpToDot (3.01s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCpToStdout (2.99s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.24s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCreateArgs (0.23s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.20s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.91s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.26s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.15s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.84s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCreateLabels (0.26s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCreateRM (0.52s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.25s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.50s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.39s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.27s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.58s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.37s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.25s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.92s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.03s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.00s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.13s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.05s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (10.00s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestEventsCopy (5.36s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.46s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.07s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.04s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.84s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.90s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.31s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestEventsFilters (16.60s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestEventsFormat (7.51s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.10s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.10s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.03s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.27s) [2022-05-13T11:34:52.020Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.04s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestEventsRename (8.36s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestEventsResize (9.27s) [2022-05-13T11:34:52.020Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (4.37s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (4.62s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (7.39s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestEventsTop (0.04s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestEventsUntag (3.05s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (8.10s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.04s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (4.11s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (4.20s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.04s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.04s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.04s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (4.35s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (4.13s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (4.24s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (3.91s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (8.70s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.04s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecEnv (0.04s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.04s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestExecExitStatus (4.30s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestExecInspectID (5.61s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.04s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.04s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecParseError (0.04s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.04s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.42s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.04s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.04s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.04s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.03s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.04s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (4.20s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.04s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (9.83s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.04s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.04s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.04s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.82s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.77s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.96s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.94s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.04s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.04s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.31s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestHealth (0.04s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.16s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.15s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.17s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (9.61s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.16s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.05s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.15s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.17s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.64s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (1.25s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.04s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (2.09s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.17s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (3.10s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.34s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (3.46s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.71s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestImagesFormat (0.25s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.31s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestImportBadURL (0.10s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.03s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.09s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.03s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.50s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.64s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.92s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.25s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.45s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectDefault (3.91s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectHistory (7.28s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.42s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectJSONFields (3.14s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.30s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.87s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.93s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.04s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.16s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.97s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectStatus (4.54s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (6.05s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.47s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (4.39s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (3.93s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (4.55s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (4.58s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (4.33s) [2022-05-13T11:34:52.021Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.13s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.03s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.03s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.03s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.03s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.03s) [2022-05-13T11:34:52.021Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-05-13T11:34:52.478Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.03s) [2022-05-13T11:34:52.478Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.03s) [2022-05-13T11:34:52.478Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-05-13T11:34:52.478Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-05-13T11:34:52.478Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-05-13T11:34:52.478Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.04s) [2022-05-13T11:34:52.478Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-05-13T11:34:52.478Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-05-13T11:34:52.478Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.04s) [2022-05-13T11:34:52.478Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.12s) [2022-05-13T11:34:52.478Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.03s) [2022-05-13T11:34:52.478Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (3.79s) [2022-05-13T11:34:52.478Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.94s) [2022-05-13T11:34:52.478Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (8.38s) [2022-05-13T11:34:52.478Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (4.60s) [2022-05-13T11:34:52.478Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.04s) [2022-05-13T11:34:52.478Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (4.14s) [2022-05-13T11:34:52.478Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.13s) [2022-05-13T11:34:52.478Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (12.70s) [2022-05-13T11:34:52.478Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (12.58s) [2022-05-13T11:34:52.478Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (13.92s) [2022-05-13T11:34:52.478Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (5.00s) [2022-05-13T11:34:52.478Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.80s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (5.14s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (4.86s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestLogsSince (12.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestLogsTail (5.34s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestLogsTimestamps (4.84s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestLogsWithDetails (4.31s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.15s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.05s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.05s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPortList (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (9.15s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.05s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.05s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (9.00s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestPsByOrder (14.79s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestPsListContainersBase (16.59s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (27.12s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.67s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.05s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (19.37s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (7.37s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (13.96s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (8.39s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.17s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (8.91s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestPsShowMounts (12.61s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.73s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.42s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (1.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (7.81s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (8.43s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (4.65s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (33.55s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (12.59s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.58s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.43s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (1.66s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (8.52s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (7.91s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (8.89s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRmiBlank (0.16s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.68s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (28.31s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (5.63s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (1.37s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (12.19s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (10.67s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (15.37s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (8.45s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRmiTag (1.36s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (4.64s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (30.71s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (5.20s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (10.71s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (2.28s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (3.59s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (8.57s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (5.18s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (4.39s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (4.42s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (4.43s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.15s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunBindMounts (8.84s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.05s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (4.58s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (5.89s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.08s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.05s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (3.70s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (3.97s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (4.14s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (4.49s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunCreateVolume (4.38s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (3.48s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (9.33s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.03s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (4.54s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.30s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (4.33s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunEchoStdout (4.41s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunEntrypoint (4.50s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.05s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunExitCode (4.46s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (4.39s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (4.40s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (4.50s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunExposePort (0.14s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (7.84s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.16s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (12.38s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (3.06s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunMount (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (13.75s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.04s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (9.71s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (8.21s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.03s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.04s) [2022-05-13T11:34:52.479Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.84s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.29s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (3.67s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (3.72s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.33s) [2022-05-13T11:34:52.479Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (4.15s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.37s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.04s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (5.77s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.04s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (14.39s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunRm (4.52s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunRmAndWait (7.60s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (4.48s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (4.46s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (4.06s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (4.72s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.05s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunState (0.04s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (4.51s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.03s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (4.09s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.04s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.35s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.13s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.04s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (6.96s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.04s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunUserDefaults (4.51s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.05s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (4.43s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.03s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (6.23s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (13.51s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (8.82s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (11.27s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.04s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.33s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (5.63s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (4.76s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (4.56s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.13s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.13s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.04s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (6.89s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (3.27s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (3.67s) [2022-05-13T11:34:52.480Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (9.00s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.03s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.05s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.03s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.04s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.03s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2022-05-13T11:34:52.480Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.04s) [2022-05-13T11:34:52.935Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.04s) [2022-05-13T11:34:52.935Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.72s) [2022-05-13T11:34:52.935Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.57s) [2022-05-13T11:34:52.935Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.48s) [2022-05-13T11:34:52.935Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.47s) [2022-05-13T11:34:52.935Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.99s) [2022-05-13T11:34:52.935Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (13.46s) [2022-05-13T11:34:52.935Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (4.58s) [2022-05-13T11:34:52.935Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (4.50s) [2022-05-13T11:34:52.935Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (4.34s) [2022-05-13T11:34:52.935Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.04s) [2022-05-13T11:34:52.935Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (14.21s) [2022-05-13T11:34:52.935Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.04s) [2022-05-13T11:34:52.935Z] --- PASS: TestDockerSuite/TestStartAttachSilent (7.88s) [2022-05-13T11:34:52.935Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.04s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.04s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (11.57s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.04s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.04s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.04s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.03s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.04s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (4.02s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (4.34s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.03s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (4.05s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.04s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.04s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.04s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.04s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.04s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.04s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.57s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.29s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.39s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.04s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.62s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.54s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.28s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumeCLILs (4.90s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.14s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (5.80s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.78s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.77s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.15s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.40s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (14.87s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.04s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (1.35s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.40s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.04s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (13.88s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.56s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.53s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (17.55s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.04s) [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (2.62s) [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-13T11:34:52.936Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] --- PASS: TestDockerRegistrySuite (0.68s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-13T11:34:52.936Z] === RUN TestDockerSchema1RegistrySuite [2022-05-13T11:34:52.936Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-13T11:34:52.936Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-13T11:34:52.936Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-13T11:34:52.936Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-13T11:34:52.936Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-13T11:34:52.936Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-13T11:34:52.936Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-13T11:34:52.936Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-13T11:34:52.936Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-13T11:34:52.936Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-13T11:34:52.936Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-13T11:34:52.936Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-13T11:34:52.936Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-13T11:34:52.936Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-13T11:34:52.936Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-13T11:34:52.936Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-13T11:34:52.936Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-13T11:34:52.936Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-13T11:34:52.936Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-13T11:34:52.936Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-13T11:34:52.936Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-13T11:34:52.936Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-13T11:34:52.936Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-13T11:34:52.936Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-13T11:34:52.936Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.936Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-13T11:34:52.937Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-13T11:34:52.937Z] === RUN TestDockerDaemonSuite [2022-05-13T11:34:52.937Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-13T11:34:52.937Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-13T11:34:52.937Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-13T11:34:52.937Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-13T11:34:52.937Z] === RUN TestDockerSwarmSuite [2022-05-13T11:34:52.937Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-05-13T11:34:52.937Z] === RUN TestDockerPluginSuite [2022-05-13T11:34:52.937Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-05-13T11:34:52.937Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-05-13T11:34:52.937Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-05-13T11:34:52.937Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-05-13T11:34:52.937Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-05-13T11:34:52.937Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-05-13T11:34:52.937Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-05-13T11:34:52.937Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-05-13T11:34:52.937Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-05-13T11:34:52.937Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-05-13T11:34:52.937Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-05-13T11:34:52.937Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-13T11:34:52.937Z] === RUN TestDockerExternalVolumeSuite [2022-05-13T11:34:52.937Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-05-13T11:34:52.937Z] === RUN TestDockerNetworkSuite [2022-05-13T11:34:52.937Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-05-13T11:34:52.937Z] === RUN TestDockerHubPullSuite [2022-05-13T11:34:52.937Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-05-13T11:34:52.937Z] PASS [2022-05-13T11:34:52.937Z] ok github.com/docker/docker/integration-cli 3059.061s [2022-05-13T11:34:52.937Z] [2022-05-13T11:34:52.937Z] === Skipped [2022-05-13T11:34:52.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-13T11:34:52.937Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-13T11:34:52.937Z] [2022-05-13T11:34:52.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-13T11:34:52.937Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-13T11:34:52.937Z] [2022-05-13T11:34:52.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-13T11:34:52.937Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-13T11:34:52.937Z] [2022-05-13T11:34:52.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-05-13T11:34:52.937Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-13T11:34:52.937Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-05-13T11:34:52.937Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-13T11:34:53.396Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-05-13T11:34:53.396Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-13T11:34:53.396Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-13T11:34:53.396Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-13T11:34:53.396Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-05-13T11:34:53.396Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-05-13T11:34:53.396Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-13T11:34:53.396Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.03s) [2022-05-13T11:34:53.396Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.03s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.53s) [2022-05-13T11:34:53.396Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.53s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.43s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.43s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.51s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.51s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.00s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.00s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.52s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-05-13T11:34:53.396Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.46s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.46s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.54s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.54s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.47s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.47s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.396Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-05-13T11:34:53.396Z] [2022-05-13T11:34:53.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-13T11:34:53.396Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.07s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.07s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.12s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-13T11:34:53.397Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.397Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-13T11:34:53.397Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.48s) [2022-05-13T11:34:53.852Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.48s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.49s) [2022-05-13T11:34:53.852Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.49s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-05-13T11:34:53.852Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-13T11:34:53.852Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.47s) [2022-05-13T11:34:53.852Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.47s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-13T11:34:53.852Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-05-13T11:34:53.852Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2022-05-13T11:34:53.852Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-05-13T11:34:53.852Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-13T11:34:53.852Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.46s) [2022-05-13T11:34:53.852Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.46s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-13T11:34:53.852Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-13T11:34:53.852Z] docker_cli_sni_test.go:18: Flakey test [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-13T11:34:53.852Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-13T11:34:53.852Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-13T11:34:53.852Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-13T11:34:53.852Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-13T11:34:53.852Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-13T11:34:53.852Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-13T11:34:53.852Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-13T11:34:53.852Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-13T11:34:53.852Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-13T11:34:53.852Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-13T11:34:53.852Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-13T11:34:53.852Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-13T11:34:53.852Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-13T11:34:53.852Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-13T11:34:53.852Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-13T11:34:53.852Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.03s) [2022-05-13T11:34:53.852Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-13T11:34:53.852Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.852Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-13T11:34:53.852Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-13T11:34:53.853Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-13T11:34:53.853Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-13T11:34:53.853Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-13T11:34:53.853Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-13T11:34:53.853Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-13T11:34:53.853Z] [2022-05-13T11:34:53.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-13T11:34:54.308Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-13T11:34:54.309Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-13T11:34:54.309Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-13T11:34:54.309Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-13T11:34:54.309Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-13T11:34:54.309Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-13T11:34:54.309Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-13T11:34:54.309Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-13T11:34:54.309Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.03s) [2022-05-13T11:34:54.309Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.03s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-13T11:34:54.309Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-05-13T11:34:54.309Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-05-13T11:34:54.309Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.03s) [2022-05-13T11:34:54.309Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.03s) [2022-05-13T11:34:54.309Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.03s) [2022-05-13T11:34:54.309Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.03s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.04s) [2022-05-13T11:34:54.309Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.04s) [2022-05-13T11:34:54.309Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestEventsTop (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.03s) [2022-05-13T11:34:54.309Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.04s) [2022-05-13T11:34:54.309Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.04s) [2022-05-13T11:34:54.309Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.04s) [2022-05-13T11:34:54.309Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.04s) [2022-05-13T11:34:54.309Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.04s) [2022-05-13T11:34:54.309Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.04s) [2022-05-13T11:34:54.309Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecEnv (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.04s) [2022-05-13T11:34:54.309Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.04s) [2022-05-13T11:34:54.309Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.04s) [2022-05-13T11:34:54.309Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.04s) [2022-05-13T11:34:54.309Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecParseError (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.04s) [2022-05-13T11:34:54.309Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-13T11:34:54.309Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.04s) [2022-05-13T11:34:54.309Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.04s) [2022-05-13T11:34:54.309Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.04s) [2022-05-13T11:34:54.309Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.03s) [2022-05-13T11:34:54.309Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.03s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.04s) [2022-05-13T11:34:54.309Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.04s) [2022-05-13T11:34:54.309Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.04s) [2022-05-13T11:34:54.309Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.04s) [2022-05-13T11:34:54.309Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.04s) [2022-05-13T11:34:54.309Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.04s) [2022-05-13T11:34:54.309Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.04s) [2022-05-13T11:34:54.309Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestHealth (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.05s) [2022-05-13T11:34:54.309Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.05s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.04s) [2022-05-13T11:34:54.309Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.04s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-13T11:34:54.309Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.03s) [2022-05-13T11:34:54.309Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.03s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-05-13T11:34:54.309Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-05-13T11:34:54.309Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.03s) [2022-05-13T11:34:54.309Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.03s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2022-05-13T11:34:54.309Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-13T11:34:54.309Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-13T11:34:54.309Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-13T11:34:54.309Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-13T11:34:54.309Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-13T11:34:54.309Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-13T11:34:54.309Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-13T11:34:54.309Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-13T11:34:54.309Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-05-13T11:34:54.309Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-13T11:34:54.309Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-13T11:34:54.309Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-05-13T11:34:54.309Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.309Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-05-13T11:34:54.309Z] [2022-05-13T11:34:54.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-13T11:34:54.310Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-13T11:34:54.310Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.04s) [2022-05-13T11:34:54.310Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.04s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-05-13T11:34:54.310Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.03s) [2022-05-13T11:34:54.310Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.03s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.03s) [2022-05-13T11:34:54.310Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.03s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.03s) [2022-05-13T11:34:54.310Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.03s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.03s) [2022-05-13T11:34:54.310Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.03s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.03s) [2022-05-13T11:34:54.310Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.03s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-05-13T11:34:54.310Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.03s) [2022-05-13T11:34:54.310Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.03s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.03s) [2022-05-13T11:34:54.310Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.03s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-05-13T11:34:54.310Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-05-13T11:34:54.310Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-05-13T11:34:54.310Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.04s) [2022-05-13T11:34:54.310Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.04s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-05-13T11:34:54.310Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-05-13T11:34:54.310Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.04s) [2022-05-13T11:34:54.310Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.04s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.04s) [2022-05-13T11:34:54.310Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.04s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.04s) [2022-05-13T11:34:54.310Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.04s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-13T11:34:54.310Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.310Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-13T11:34:54.310Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.04s) [2022-05-13T11:34:54.766Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.04s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.03s) [2022-05-13T11:34:54.766Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.03s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.04s) [2022-05-13T11:34:54.766Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.04s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.03s) [2022-05-13T11:34:54.766Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.04s) [2022-05-13T11:34:54.766Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.04s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.04s) [2022-05-13T11:34:54.766Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.04s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.04s) [2022-05-13T11:34:54.766Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.04s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.03s) [2022-05-13T11:34:54.766Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.04s) [2022-05-13T11:34:54.766Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.04s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-05-13T11:34:54.766Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.04s) [2022-05-13T11:34:54.766Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.04s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.04s) [2022-05-13T11:34:54.766Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.04s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.05s) [2022-05-13T11:34:54.766Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.05s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.03s) [2022-05-13T11:34:54.766Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.03s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.04s) [2022-05-13T11:34:54.766Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.04s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.04s) [2022-05-13T11:34:54.766Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.04s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.05s) [2022-05-13T11:34:54.766Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.05s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.04s) [2022-05-13T11:34:54.766Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPortList (0.04s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.04s) [2022-05-13T11:34:54.766Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.04s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-05-13T11:34:54.766Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-05-13T11:34:54.766Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-05-13T11:34:54.766Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2022-05-13T11:34:54.766Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.04s) [2022-05-13T11:34:54.766Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.04s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.05s) [2022-05-13T11:34:54.766Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.05s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.04s) [2022-05-13T11:34:54.766Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.04s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-05-13T11:34:54.766Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.04s) [2022-05-13T11:34:54.766Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.04s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.05s) [2022-05-13T11:34:54.766Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.05s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.17s) [2022-05-13T11:34:54.766Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.17s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.04s) [2022-05-13T11:34:54.766Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.04s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.03s) [2022-05-13T11:34:54.766Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-05-13T11:34:54.766Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-05-13T11:34:54.766Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.766Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-05-13T11:34:54.766Z] [2022-05-13T11:34:54.766Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.04s) [2022-05-13T11:34:54.766Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-05-13T11:34:54.767Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.04s) [2022-05-13T11:34:54.767Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.03s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.03s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.05s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.05s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.08s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.08s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.05s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.05s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.03s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.03s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.04s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-13T11:34:54.767Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.04s) [2022-05-13T11:34:54.767Z] [2022-05-13T11:34:54.767Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-05-13T11:34:54.767Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.03s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.03s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.03s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.03s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.03s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.03s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.05s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.05s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.03s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.03s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.03s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunMount (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.04s) [2022-05-13T11:34:55.228Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.228Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.04s) [2022-05-13T11:34:55.228Z] [2022-05-13T11:34:55.228Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.03s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.03s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.37s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.37s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.05s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.05s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunState (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.03s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.03s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.04s) [2022-05-13T11:34:55.229Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.229Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.04s) [2022-05-13T11:34:55.229Z] [2022-05-13T11:34:55.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.04s) [2022-05-13T11:34:55.691Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.691Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.04s) [2022-05-13T11:34:55.691Z] [2022-05-13T11:34:55.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.04s) [2022-05-13T11:34:55.691Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.691Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.04s) [2022-05-13T11:34:55.691Z] [2022-05-13T11:34:55.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.04s) [2022-05-13T11:34:55.691Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.691Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.04s) [2022-05-13T11:34:55.691Z] [2022-05-13T11:34:55.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.05s) [2022-05-13T11:34:55.691Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.691Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.05s) [2022-05-13T11:34:55.691Z] [2022-05-13T11:34:55.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.04s) [2022-05-13T11:34:55.691Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.691Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.04s) [2022-05-13T11:34:55.691Z] [2022-05-13T11:34:55.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.03s) [2022-05-13T11:34:55.691Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.691Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.03s) [2022-05-13T11:34:55.691Z] [2022-05-13T11:34:55.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.04s) [2022-05-13T11:34:55.691Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.691Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.04s) [2022-05-13T11:34:55.691Z] [2022-05-13T11:34:55.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-05-13T11:34:55.691Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.691Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-05-13T11:34:55.691Z] [2022-05-13T11:34:55.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.04s) [2022-05-13T11:34:55.691Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.691Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.04s) [2022-05-13T11:34:55.691Z] [2022-05-13T11:34:55.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.04s) [2022-05-13T11:34:55.691Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.691Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.04s) [2022-05-13T11:34:55.691Z] [2022-05-13T11:34:55.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-05-13T11:34:55.691Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.691Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-05-13T11:34:55.691Z] [2022-05-13T11:34:55.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.04s) [2022-05-13T11:34:55.691Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.691Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.04s) [2022-05-13T11:34:55.691Z] [2022-05-13T11:34:55.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.04s) [2022-05-13T11:34:55.691Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.691Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.04s) [2022-05-13T11:34:55.691Z] [2022-05-13T11:34:55.691Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.04s) [2022-05-13T11:34:55.691Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2022-05-13T11:34:55.692Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.03s) [2022-05-13T11:34:55.692Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.03s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-05-13T11:34:55.692Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-05-13T11:34:55.692Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-05-13T11:34:55.692Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.03s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.05s) [2022-05-13T11:34:55.692Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.05s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.03s) [2022-05-13T11:34:55.692Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.03s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.03s) [2022-05-13T11:34:55.692Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.03s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2022-05-13T11:34:55.692Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-13T11:34:55.692Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.03s) [2022-05-13T11:34:55.692Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-05-13T11:34:55.692Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.03s) [2022-05-13T11:34:55.692Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.03s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.03s) [2022-05-13T11:34:55.692Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.03s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.04s) [2022-05-13T11:34:55.692Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.04s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-13T11:34:55.692Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-13T11:34:55.692Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-13T11:34:55.692Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-13T11:34:55.692Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-13T11:34:55.692Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-13T11:34:55.692Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-13T11:34:55.692Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-13T11:34:55.692Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-13T11:34:55.692Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-13T11:34:55.692Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-13T11:34:55.692Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-13T11:34:55.692Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-13T11:34:55.692Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-13T11:34:55.692Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.692Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-13T11:34:55.692Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.692Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-13T11:34:55.692Z] [2022-05-13T11:34:55.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-13T11:34:55.693Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.693Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-13T11:34:55.693Z] [2022-05-13T11:34:55.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-13T11:34:55.693Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.693Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-13T11:34:55.693Z] [2022-05-13T11:34:55.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-13T11:34:55.693Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.693Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-13T11:34:55.693Z] [2022-05-13T11:34:55.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-13T11:34:55.693Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.693Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-13T11:34:55.693Z] [2022-05-13T11:34:55.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-13T11:34:55.693Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.693Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-13T11:34:55.693Z] [2022-05-13T11:34:55.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-13T11:34:55.693Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.693Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-13T11:34:55.693Z] [2022-05-13T11:34:55.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-13T11:34:55.693Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.693Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-13T11:34:55.693Z] [2022-05-13T11:34:55.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-13T11:34:55.693Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.693Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-13T11:34:55.693Z] [2022-05-13T11:34:55.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-13T11:34:55.693Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.693Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-13T11:34:55.693Z] [2022-05-13T11:34:55.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-13T11:34:55.693Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.693Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-13T11:34:55.693Z] [2022-05-13T11:34:55.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-13T11:34:55.693Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.693Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-13T11:34:55.693Z] [2022-05-13T11:34:55.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-13T11:34:55.693Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.693Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-13T11:34:55.693Z] [2022-05-13T11:34:55.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-13T11:34:55.693Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.693Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-13T11:34:55.693Z] [2022-05-13T11:34:55.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-13T11:34:55.693Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.693Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-13T11:34:55.693Z] [2022-05-13T11:34:55.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-13T11:34:55.693Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.693Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-13T11:34:55.693Z] [2022-05-13T11:34:55.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-13T11:34:55.693Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:55.693Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-13T11:34:55.693Z] [2022-05-13T11:34:55.693Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.150Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-13T11:34:56.150Z] [2022-05-13T11:34:56.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-13T11:34:56.150Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-05-13T11:34:56.151Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.151Z] DONE 1088 tests, 539 skipped in 3072.134s [2022-05-13T11:34:56.151Z] INFO: Integration tests ended at 05/13/2022 11:34:55. Duration:00:51:12.3942731 [2022-05-13T11:34:56.151Z] INFO: Docker info of the daemon under test at end of run [2022-05-13T11:34:56.151Z] [2022-05-13T11:34:56.607Z] Containers: 10 [2022-05-13T11:34:56.607Z] Running: 0 [2022-05-13T11:34:56.607Z] Paused: 0 [2022-05-13T11:34:56.607Z] Stopped: 10 [2022-05-13T11:34:56.607Z] Images: 18 [2022-05-13T11:34:56.607Z] Server Version: 0.0.0-dev [2022-05-13T11:34:56.607Z] Storage Driver: windowsfilter [2022-05-13T11:34:56.607Z] Windows: [2022-05-13T11:34:56.607Z] Logging Driver: json-file [2022-05-13T11:34:56.607Z] Plugins: [2022-05-13T11:34:56.607Z] Volume: local [2022-05-13T11:34:56.607Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-13T11:34:56.607Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-13T11:34:56.607Z] Swarm: inactive [2022-05-13T11:34:56.607Z] Default Isolation: process [2022-05-13T11:34:56.607Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-13T11:34:56.607Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-13T11:34:56.607Z] OSType: windows [2022-05-13T11:34:56.607Z] Architecture: x86_64 [2022-05-13T11:34:56.607Z] CPUs: 4 [2022-05-13T11:34:56.607Z] Total Memory: 32GiB [2022-05-13T11:34:56.607Z] Name: azwin-2-59f360 [2022-05-13T11:34:56.607Z] ID: fd5dae2b-ccfb-4a2b-a879-d0ea6497d113 [2022-05-13T11:34:56.607Z] Docker Root Dir: D:\CI\PR-43269\3\daemon [2022-05-13T11:34:56.607Z] Debug Mode (client): false [2022-05-13T11:34:56.607Z] Debug Mode (server): true [2022-05-13T11:34:56.607Z] File Descriptors: -1 [2022-05-13T11:34:56.607Z] Goroutines: 17 [2022-05-13T11:34:56.607Z] System Time: 2022-05-13T11:34:56.3291006Z [2022-05-13T11:34:56.607Z] EventsListeners: 0 [2022-05-13T11:34:56.607Z] Registry: https://index.docker.io/v1/ [2022-05-13T11:34:56.607Z] Labels: [2022-05-13T11:34:56.607Z] Experimental: false [2022-05-13T11:34:56.607Z] Insecure Registries: [2022-05-13T11:34:56.607Z] 127.0.0.0/8 [2022-05-13T11:34:56.607Z] Live Restore Enabled: false [2022-05-13T11:34:56.607Z] [2022-05-13T11:34:56.607Z] [2022-05-13T11:34:56.607Z] INFO: Stopping daemon under test [2022-05-13T11:34:56.607Z] SUCCESS: The process with PID 5400 (child process of PID 2436) has been terminated. [2022-05-13T11:34:56.607Z] SUCCESS: The process with PID 2436 (child process of PID 5688) has been terminated. [2022-05-13T11:34:56.607Z] INFO: Stop tailing logs of the daemon under tests [2022-05-13T11:34:56.607Z] INFO: executeCI.ps1 Completed successfully at 05/13/2022 11:34:56. [2022-05-13T11:34:56.607Z] INFO: Tidying up at end of run [2022-05-13T11:34:56.607Z] ----------- DAEMON LOG ------------ [2022-05-13T11:34:56.607Z] 2022/05/13 10:41:02 http: superfluous response.WriteHeader call from github.com/docker/docker/api/server/httputils.WriteJSON (httputils.go:92) [2022-05-13T11:34:56.607Z] ----------- END DAEMON LOG -------- [2022-05-13T11:34:56.607Z] INFO: Saving daemon under test log (d:\CI\PR-43269\3\dut.out) to bundles\CIDUT.out [2022-05-13T11:34:57.066Z] INFO: Saving daemon under test log (d:\CI\PR-43269\3\dut.err) to bundles\CIDUT.err [2022-05-13T11:34:57.066Z] INFO: Saving containerd logs to bundles [2022-05-13T11:34:57.066Z] INFO: Nuke-Everything... [2022-05-13T11:34:59.242Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-13T11:34:59.242Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-13T11:34:59.242Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-13T11:34:59.242Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-13T11:34:59.242Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-13T11:34:59.242Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-13T11:34:59.242Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-13T11:35:00.790Z] INFO: Container count on control daemon to delete is 2 [2022-05-13T11:35:00.790Z] 712f7f4e465a [2022-05-13T11:35:00.790Z] 04ec028ecf8c [2022-05-13T11:35:00.790Z] INFO: Non-base image count on control daemon to delete is 1 [2022-05-13T11:35:01.708Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-13T11:35:04.591Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-13T11:35:05.105Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-13T11:35:05.468Z] Deleted: sha256:b8076f4f4bc3268cacae2ef1fd3c1e7f66eb91e579f5a0cff9ccf7eba5b1bda3 [2022-05-13T11:35:05.468Z] Deleted: sha256:996c9a43805b7ee1614ddc10e148773147367864295e4d93db4b989c290d4234 [2022-05-13T11:35:05.468Z] INFO: Tidying pidfile d:\CI\PR-43269\3\docker.pid [2022-05-13T11:35:05.468Z] INFO: Nuking d:\CI [2022-05-13T11:35:10.969Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-13T11:35:11.628Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-13T11:35:12.083Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-13T11:35:12.083Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-13T11:35:12.083Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-13T11:35:12.083Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-13T11:35:12.083Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-13T11:35:12.083Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-13T11:35:12.083Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-13T11:35:12.083Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-13T11:35:12.083Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-13T11:35:12.083Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-13T11:35:12.083Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-13T11:35:12.083Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-13T11:35:12.083Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-13T11:35:12.083Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-13T11:35:12.083Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-13T11:35:13.184Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-13T11:35:14.965Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-13T11:35:14.965Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-13T11:35:14.965Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-13T11:35:14.965Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-13T11:35:14.965Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-13T11:35:20.341Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-13T11:35:20.341Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-13T11:35:20.341Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-13T11:35:20.341Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-13T11:35:20.341Z] === RUN TestDockerSuite/TestHealth [2022-05-13T11:35:20.341Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-13T11:35:20.341Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-13T11:35:20.341Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-13T11:35:20.341Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-13T11:35:20.341Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-13T11:35:22.001Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-13T11:35:25.099Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-13T11:35:25.099Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-13T11:35:25.099Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-13T11:35:25.099Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-13T11:35:25.099Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-13T11:35:25.099Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-13T11:35:25.099Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-13T11:35:25.711Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-13T11:35:26.085Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-13T11:35:26.085Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-13T11:35:26.085Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-13T11:35:27.206Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-13T11:35:27.206Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-13T11:35:28.685Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-13T11:35:29.423Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-13T11:35:29.423Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-13T11:35:31.570Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-13T11:35:31.640Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-13T11:35:35.280Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-13T11:35:35.280Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-13T11:35:40.297Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-13T11:35:40.297Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-13T11:35:40.297Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-13T11:35:40.297Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-13T11:35:41.037Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-13T11:35:41.037Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-13T11:35:41.037Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-13T11:35:41.037Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-13T11:35:41.037Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-13T11:35:41.037Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-13T11:35:41.037Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-13T11:35:41.037Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-13T11:35:41.037Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-13T11:35:41.037Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-13T11:35:41.491Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-13T11:35:41.491Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-13T11:35:41.491Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-13T11:35:41.491Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-13T11:35:41.491Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-13T11:35:41.491Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-13T11:35:41.491Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-13T11:35:41.491Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-13T11:35:41.491Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-13T11:35:41.491Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-13T11:35:41.491Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-13T11:35:41.491Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-13T11:35:41.491Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-13T11:35:43.246Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-13T11:35:43.247Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-13T11:35:43.247Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-13T11:35:43.247Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-13T11:35:43.247Z] === RUN TestDockerSuite/TestImportFile [2022-05-13T11:35:43.715Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-13T11:35:43.715Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-13T11:35:43.715Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-13T11:35:43.715Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-13T11:35:43.715Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-13T11:35:43.715Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-13T11:35:43.715Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-13T11:35:43.715Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-13T11:35:43.715Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-13T11:35:43.715Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-13T11:35:43.715Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-13T11:35:43.715Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-13T11:35:43.715Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-13T11:35:43.715Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-13T11:35:43.715Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-13T11:35:43.715Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-13T11:35:43.715Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-13T11:35:43.715Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-13T11:35:43.715Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-13T11:35:43.715Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-13T11:35:44.376Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-13T11:35:44.376Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-13T11:35:44.376Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-13T11:35:45.930Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-13T11:35:48.142Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-13T11:35:48.142Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-13T11:35:48.142Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-13T11:35:48.142Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-13T11:35:48.142Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-13T11:35:48.142Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-13T11:35:48.142Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-13T11:35:48.142Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-13T11:35:49.034Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-13T11:35:49.034Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-13T11:35:49.034Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-13T11:35:49.034Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-13T11:35:49.034Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-13T11:35:51.093Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-13T11:35:51.093Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-13T11:35:51.919Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-13T11:35:51.919Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-13T11:35:51.919Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-13T11:35:51.919Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-13T11:35:51.919Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-13T11:35:51.919Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-13T11:35:51.919Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-13T11:35:51.919Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-13T11:35:51.919Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-13T11:35:51.919Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-13T11:35:51.919Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-13T11:35:51.919Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-13T11:35:51.919Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-13T11:35:51.919Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-13T11:35:51.919Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-13T11:35:53.312Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-13T11:35:53.312Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:35:53.312Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-13T11:35:53.312Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-13T11:35:53.312Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-13T11:35:53.312Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-13T11:35:53.312Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-13T11:35:54.081Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-13T11:35:55.529Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-13T11:35:56.968Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-13T11:36:00.284Z] === RUN TestDockerSuite/TestInspectImage [2022-05-13T11:36:00.284Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-13T11:36:00.284Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-13T11:36:00.284Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-13T11:36:00.284Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-13T11:36:00.284Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-13T11:36:00.284Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-13T11:36:00.679Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-13T11:36:00.679Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-13T11:36:00.679Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-13T11:36:00.679Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-13T11:36:00.679Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-13T11:36:00.679Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-13T11:36:00.679Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-13T11:36:01.851Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-13T11:36:03.564Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-13T11:36:03.564Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-13T11:36:03.564Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-13T11:36:03.564Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-13T11:36:03.564Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-13T11:36:03.564Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-13T11:36:03.564Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-13T11:36:03.564Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-13T11:36:03.564Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-13T11:36:04.066Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-13T11:36:04.535Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-13T11:36:05.729Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-13T11:36:06.750Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-13T11:36:08.971Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-13T11:36:08.971Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-13T11:36:08.971Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-13T11:36:08.971Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-13T11:36:11.191Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-13T11:36:11.491Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-13T11:36:11.491Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-13T11:36:11.491Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-13T11:36:11.491Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-13T11:36:11.946Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-13T11:36:11.946Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-13T11:36:11.946Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-13T11:36:11.946Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-13T11:36:11.946Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-13T11:36:11.946Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-13T11:36:11.946Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-13T11:36:11.946Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-13T11:36:11.946Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-13T11:36:14.144Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-13T11:36:14.834Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-13T11:36:14.834Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-13T11:36:14.834Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-13T11:36:15.288Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-13T11:36:15.288Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-13T11:36:15.288Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-13T11:36:18.172Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-13T11:36:18.912Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-13T11:36:21.058Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-13T11:36:21.059Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-13T11:36:21.127Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-13T11:36:21.513Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-13T11:36:23.341Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-13T11:36:24.406Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-13T11:36:24.406Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-13T11:36:24.406Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-13T11:36:24.406Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-13T11:36:24.406Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-13T11:36:24.406Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-13T11:36:24.406Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-13T11:36:25.556Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-13T11:36:27.775Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-13T11:36:28.118Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-13T11:36:29.999Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-13T11:36:31.008Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-13T11:36:31.699Z] INFO: Zapped successfully [2022-05-13T11:36:31.699Z] [2022-05-13T11:36:31.699Z] INFO: executeCI.ps1 exiting at Fri May 13 11:36:18 CUT 2022. Duration 01:11:38.9253330 [2022-05-13T11:36:31.699Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-05-13T11:36:31.937Z] Recording test results [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-13T11:36:32.215Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-13T11:36:32.215Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-13T11:36:32.215Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-13T11:36:32.215Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-13T11:36:32.215Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-13T11:36:32.215Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-13T11:36:32.215Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-13T11:36:32.215Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-13T11:36:32.215Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-13T11:36:32.215Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-13T11:36:32.215Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-13T11:36:32.215Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-13T11:36:32.215Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-13T11:36:32.215Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-13T11:36:32.215Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-13T11:36:32.215Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-13T11:36:32.215Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-13T11:36:32.524Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-05-13T11:36:33.896Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-13T11:36:34.429Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-13T11:36:34.629Z] Creating win-2022-integration-bundles.zip [2022-05-13T11:36:36.643Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-13T11:36:37.607Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-13T11:36:37.607Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-13T11:36:37.607Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-13T11:36:37.607Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-13T11:36:37.607Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-13T11:36:37.607Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-13T11:36:37.607Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-13T11:36:37.607Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-13T11:36:37.607Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-13T11:36:37.607Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-13T11:36:37.607Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-13T11:36:37.607Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-13T11:36:37.607Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-13T11:36:37.607Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-13T11:36:37.607Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-13T11:36:37.607Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [Pipeline] archiveArtifacts [2022-05-13T11:36:37.731Z] Archiving artifacts [2022-05-13T11:36:38.828Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43269/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-13T11:36:40.329Z] + make clean [2022-05-13T11:36:42.510Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-13T11:36:43.376Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-13T11:36:43.376Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-13T11:36:43.376Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-13T11:36:43.376Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-13T11:36:43.376Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-13T11:36:43.376Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-13T11:36:43.376Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-13T11:36:43.376Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-13T11:36:43.376Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-13T11:36:43.376Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-13T11:36:43.376Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-13T11:36:43.376Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-13T11:36:44.049Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-13T11:36:44.049Z] docker-dev-cache [2022-05-13T11:36:44.049Z] docker-mod-cache [Pipeline] deleteDir [2022-05-13T11:36:44.725Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-13T11:36:44.725Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-13T11:36:44.725Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-13T11:36:46.941Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-13T11:36:46.941Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-13T11:36:51.908Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-13T11:36:51.908Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-13T11:36:51.908Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-13T11:36:53.435Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-13T11:36:53.435Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-13T11:36:53.435Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-13T11:36:53.435Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-13T11:36:53.435Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-13T11:36:53.435Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-13T11:36:53.435Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-13T11:36:53.435Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-13T11:36:53.435Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-13T11:36:53.435Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-13T11:36:53.890Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-13T11:36:53.890Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-13T11:36:53.890Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-13T11:36:53.890Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-13T11:36:53.890Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-13T11:36:53.890Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-13T11:36:53.890Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-13T11:36:53.890Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-13T11:36:53.890Z] === RUN TestDockerSuite/TestRunMount [2022-05-13T11:36:53.890Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-13T11:36:53.890Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-13T11:36:53.890Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-13T11:36:53.890Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-13T11:36:53.890Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-13T11:36:53.890Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-13T11:36:53.890Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-13T11:36:53.890Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-13T11:36:54.107Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-13T11:37:01.269Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-13T11:37:04.169Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-13T11:37:04.169Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-13T11:37:04.169Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-13T11:37:04.169Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-13T11:37:04.169Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-13T11:37:04.169Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-13T11:37:04.169Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-13T11:37:07.139Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-13T11:37:09.926Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-13T11:37:10.093Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-13T11:37:13.048Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-13T11:37:13.048Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-13T11:37:13.048Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-13T11:37:15.268Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-13T11:37:15.686Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-13T11:37:15.686Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-13T11:37:15.686Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-13T11:37:15.686Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-13T11:37:15.686Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-13T11:37:15.686Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-13T11:37:15.686Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-13T11:37:15.686Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-13T11:37:15.686Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-13T11:37:15.686Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-13T11:37:15.686Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-13T11:37:15.686Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-13T11:37:15.686Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-13T11:37:15.686Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-13T11:37:15.686Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-13T11:37:15.686Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-13T11:37:15.686Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-13T11:37:15.686Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-13T11:37:15.686Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-13T11:37:15.686Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-13T11:37:17.210Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-13T11:37:19.372Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-13T11:37:20.896Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-13T11:37:22.418Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-13T11:37:23.935Z] === RUN TestDockerSuite/TestLogsSince [2022-05-13T11:37:25.306Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-13T11:37:25.306Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-13T11:37:25.306Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-13T11:37:25.306Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-13T11:37:25.306Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-13T11:37:25.306Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-13T11:37:25.306Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-13T11:37:25.306Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-13T11:37:25.306Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-13T11:37:25.306Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-13T11:37:25.306Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-13T11:37:25.306Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-13T11:37:25.306Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-13T11:37:25.306Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-13T11:37:25.761Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-13T11:37:25.761Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-13T11:37:25.761Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-13T11:37:30.421Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-13T11:37:30.421Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-13T11:37:30.421Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-13T11:37:30.421Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-13T11:37:30.421Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-13T11:37:30.421Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-13T11:37:30.421Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-13T11:37:30.421Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-13T11:37:30.421Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-13T11:37:30.421Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-13T11:37:30.421Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-13T11:37:32.595Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-13T11:37:32.595Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-13T11:37:32.595Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-13T11:37:32.595Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-13T11:37:32.595Z] === RUN TestDockerSuite/TestLogsTail [2022-05-13T11:37:35.548Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-13T11:37:37.768Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-13T11:37:39.985Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-13T11:37:39.985Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-13T11:37:39.985Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-13T11:37:39.985Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-13T11:37:39.985Z] === RUN TestDockerSuite/TestNetHostname [2022-05-13T11:37:39.985Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-13T11:37:39.985Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-13T11:37:39.985Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-13T11:37:39.985Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-13T11:37:39.985Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-13T11:37:39.985Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-13T11:37:39.985Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-13T11:37:39.985Z] === RUN TestDockerSuite/TestPluginActive [2022-05-13T11:37:39.985Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-13T11:37:39.985Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-13T11:37:39.985Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-13T11:37:39.985Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-13T11:37:39.985Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-13T11:37:39.985Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-13T11:37:39.985Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-13T11:37:39.985Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-13T11:37:39.985Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-13T11:37:39.985Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-13T11:37:39.985Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-13T11:37:39.985Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-13T11:37:39.985Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-13T11:37:39.985Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-13T11:37:40.453Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-13T11:37:40.453Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-13T11:37:40.453Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-13T11:37:40.453Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-13T11:37:40.453Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-13T11:37:40.453Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-13T11:37:40.453Z] === RUN TestDockerSuite/TestPortList [2022-05-13T11:37:40.453Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-13T11:37:40.453Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-13T11:37:40.701Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-13T11:37:40.701Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-13T11:37:41.156Z] === RUN TestDockerSuite/TestRunRm [2022-05-13T11:37:44.040Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-13T11:37:45.208Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-13T11:37:45.208Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:37:45.208Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-13T11:37:45.208Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-13T11:37:45.208Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-13T11:37:45.208Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-13T11:37:45.208Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-13T11:37:45.208Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-13T11:37:45.208Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-13T11:37:45.208Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-13T11:37:45.208Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-13T11:37:45.208Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-13T11:37:45.208Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-13T11:37:45.208Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-13T11:37:45.208Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-13T11:37:45.208Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-13T11:37:45.208Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-13T11:37:45.208Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-13T11:37:49.006Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-13T11:37:49.006Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-13T11:37:49.006Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-13T11:37:51.071Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-13T11:37:53.232Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-13T11:37:56.940Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-13T11:37:57.680Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-13T11:37:57.680Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-13T11:37:57.680Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-13T11:38:00.672Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-13T11:38:00.672Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-13T11:38:00.672Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-13T11:38:00.672Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-13T11:38:00.672Z] === RUN TestDockerSuite/TestRunState [2022-05-13T11:38:00.672Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-13T11:38:00.672Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-13T11:38:03.555Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-13T11:38:03.555Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-13T11:38:03.555Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-13T11:38:03.555Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-13T11:38:03.555Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-13T11:38:03.555Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-13T11:38:03.555Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-13T11:38:04.009Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-13T11:38:04.009Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-13T11:38:04.009Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-13T11:38:04.009Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-13T11:38:04.009Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-13T11:38:08.106Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-13T11:38:09.786Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-13T11:38:09.786Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-13T11:38:09.786Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-13T11:38:09.786Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-13T11:38:09.786Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-13T11:38:09.786Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-13T11:38:09.786Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-13T11:38:09.786Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-13T11:38:09.786Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-13T11:38:09.786Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-13T11:38:09.786Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-13T11:38:09.786Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-13T11:38:09.786Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-13T11:38:09.786Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-13T11:38:09.786Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-13T11:38:09.786Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-13T11:38:09.786Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-13T11:38:09.786Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-13T11:38:09.786Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-13T11:38:09.786Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-13T11:38:09.786Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-13T11:38:12.672Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-13T11:38:12.672Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-13T11:38:12.672Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-13T11:38:16.381Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-13T11:38:16.381Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-13T11:38:16.381Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-13T11:38:16.381Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-13T11:38:16.381Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-13T11:38:20.091Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-13T11:38:29.344Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-13T11:38:29.344Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-13T11:38:29.344Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-13T11:38:29.344Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-13T11:38:30.368Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-13T11:38:35.029Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-13T11:38:39.890Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-13T11:38:43.687Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-13T11:38:45.311Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-13T11:38:45.311Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-13T11:38:45.311Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-13T11:38:45.311Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-13T11:38:48.193Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-13T11:38:51.076Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-13T11:38:52.354Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-13T11:38:54.788Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-13T11:38:54.788Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-13T11:38:54.788Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-13T11:38:54.788Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-13T11:38:54.788Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-13T11:38:54.788Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-13T11:38:54.788Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-13T11:38:54.788Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-13T11:38:54.788Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-13T11:38:54.788Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-13T11:38:54.788Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-13T11:38:54.788Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-13T11:38:54.788Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-13T11:38:54.788Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-13T11:38:54.788Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-13T11:38:56.149Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-13T11:38:56.149Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-13T11:38:56.149Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-13T11:38:56.149Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-13T11:38:56.149Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-13T11:38:59.942Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-13T11:38:59.942Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-13T11:38:59.942Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-13T11:38:59.942Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-13T11:39:00.410Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-13T11:39:00.410Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-13T11:39:00.410Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-13T11:39:00.410Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-13T11:39:00.410Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-13T11:39:00.556Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-13T11:39:02.715Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-13T11:39:04.875Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-13T11:39:07.570Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-13T11:39:07.570Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-13T11:39:07.570Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-13T11:39:09.133Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-13T11:39:09.133Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-13T11:39:09.133Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-13T11:39:10.121Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-13T11:39:10.637Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-13T11:39:10.637Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-13T11:39:10.637Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-13T11:39:10.637Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-13T11:39:10.637Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-13T11:39:10.637Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-13T11:39:10.637Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-13T11:39:10.637Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-13T11:39:10.637Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-13T11:39:10.637Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-13T11:39:10.637Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-13T11:39:10.637Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-13T11:39:10.637Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-13T11:39:10.637Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:39:10.637Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-13T11:39:10.637Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-13T11:39:10.637Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-13T11:39:10.637Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-13T11:39:10.637Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-13T11:39:10.637Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-13T11:39:10.637Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-13T11:39:10.637Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-13T11:39:10.637Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-13T11:39:10.637Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-13T11:39:11.091Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-13T11:39:11.091Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-13T11:39:11.091Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-13T11:39:11.091Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-13T11:39:11.091Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-13T11:39:11.091Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-13T11:39:11.091Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-13T11:39:11.091Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-13T11:39:11.091Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-13T11:39:11.091Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-13T11:39:11.091Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-13T11:39:11.106Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-13T11:39:11.106Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-13T11:39:11.106Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-13T11:39:13.250Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-13T11:39:13.704Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-13T11:39:14.159Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-13T11:39:14.614Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-13T11:39:15.862Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-13T11:39:16.138Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-13T11:39:16.138Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-13T11:39:19.029Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-13T11:39:19.657Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-13T11:39:21.869Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-13T11:39:22.735Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-13T11:39:25.623Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-13T11:39:25.623Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-13T11:39:25.623Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-13T11:39:35.900Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-13T11:39:35.900Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-13T11:39:35.900Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-13T11:39:41.664Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-13T11:39:41.664Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-13T11:39:41.664Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-13T11:39:41.664Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-13T11:39:41.664Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-13T11:39:41.664Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-13T11:39:41.664Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-13T11:39:41.664Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-13T11:39:41.664Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-13T11:39:50.208Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-13T11:39:50.208Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-13T11:39:50.208Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-13T11:39:50.208Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-13T11:39:50.208Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-13T11:39:50.208Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-13T11:39:50.208Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-13T11:39:50.208Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-13T11:39:50.208Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-13T11:39:50.208Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-13T11:39:50.208Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-13T11:39:50.208Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-13T11:39:50.208Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-13T11:39:51.974Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-13T11:39:51.975Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-13T11:39:51.975Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-13T11:39:53.915Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-13T11:39:57.622Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-13T11:39:57.622Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-13T11:39:57.622Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-13T11:39:57.838Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-13T11:39:58.306Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-13T11:39:58.306Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-13T11:39:59.294Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-13T11:40:01.330Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-13T11:40:01.330Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-13T11:40:01.330Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-13T11:40:01.330Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-13T11:40:01.330Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-13T11:40:01.330Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-13T11:40:01.330Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-13T11:40:01.330Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-13T11:40:01.330Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-13T11:40:01.330Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-13T11:40:01.330Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-13T11:40:01.330Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-13T11:40:01.330Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-13T11:40:04.050Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-13T11:40:07.837Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-13T11:40:07.837Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-13T11:40:07.837Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-13T11:40:11.624Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-13T11:40:12.093Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-13T11:40:12.093Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-13T11:40:18.949Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-13T11:40:18.949Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-13T11:40:18.949Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-13T11:40:18.949Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-13T11:40:18.949Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-13T11:40:18.949Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-13T11:40:18.949Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-13T11:40:18.949Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-13T11:40:21.111Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-13T11:40:21.567Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-13T11:40:25.278Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-13T11:40:25.733Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-13T11:40:26.188Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-13T11:40:26.188Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-13T11:40:26.188Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-13T11:40:27.032Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-13T11:40:29.982Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-13T11:40:30.450Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-13T11:40:36.463Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-13T11:40:36.463Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-13T11:40:36.463Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-13T11:40:36.919Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-13T11:40:36.919Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-13T11:40:36.919Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-13T11:40:36.919Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-13T11:40:37.606Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-13T11:40:42.357Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-13T11:40:47.191Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-13T11:40:47.191Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-13T11:40:47.191Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-13T11:40:49.516Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-13T11:40:54.268Z] === RUN TestDockerSuite/TestRmiTag [2022-05-13T11:40:54.268Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-13T11:40:57.219Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-13T11:40:59.520Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-13T11:40:59.520Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-13T11:40:59.520Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite (2747.15s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.03s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.03s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.81s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.32s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.76s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (81.44s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.89s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.11s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.03s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.14s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.79s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (89.72s) [2022-05-13T11:41:00.481Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.30s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-05-13T11:41:00.481Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.56s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.94s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.00s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.32s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.63s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.04s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.78s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.05s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.13s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.32s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.77s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.66s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.55s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildAddTar (38.22s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.47s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (20.26s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.89s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.67s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.78s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.34s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.88s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (11.08s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.98s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.49s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.12s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.18s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.64s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (28.08s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.02s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.93s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.53s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.57s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.12s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.58s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.64s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.08s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildCmd (0.64s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.65s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.63s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.42s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.59s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.42s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.55s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.98s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.08s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.58s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.04s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.75s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.58s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (41.95s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.82s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.71s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.71s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.45s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.61s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (27.77s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.82s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.51s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (21.79s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.98s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.98s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.72s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.45s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.70s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildDockerignore (58.49s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.19s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.51s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (64.41s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.92s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.06s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (22.65s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (12.70s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (12.11s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (33.26s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (12.79s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (12.31s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (90.63s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.58s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.65s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.21s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.60s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.63s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (7.26s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.29s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.17s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.44s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.12s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.07s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.81s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.97s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.66s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildFails (3.11s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (7.20s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.38s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildForceRm (8.71s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.96s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.44s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.66s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.74s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.64s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (10.82s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildHistory (12.42s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.17s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.55s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.83s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.49s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildLabel (1.09s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.68s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.11s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.64s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildLabels (1.10s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.66s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.34s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.68s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.68s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.14s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (18.89s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.68s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (40.13s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (18.24s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.00s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.81s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.89s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (21.92s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (9.65s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.70s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.71s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.42s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.27s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.16s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.71s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.06s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.48s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildOnBuild (10.98s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.87s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.03s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.92s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.73s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.39s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.89s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.37s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.08s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (48.62s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (22.47s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildRm (15.48s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.31s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.49s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.64s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.72s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.64s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.57s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (19.75s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.00s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.72s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.16s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.33s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.26s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildStderr (5.62s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (24.56s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.45s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.12s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.48s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.82s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.69s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.85s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.65s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.75s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (25.68s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.06s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.69s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.56s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.56s) [2022-05-13T11:41:00.482Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.47s) [2022-05-13T11:41:00.482Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.88s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.62s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.54s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (15.68s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.24s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.69s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.03s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.46s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.23s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCommitChange (5.93s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.56s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCommitNewFile (8.65s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCommitTTY (8.14s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.48s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.13s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.67s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (8.69s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.06s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.07s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.04s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.73s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (3.72s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.82s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (3.75s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.03s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.05s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.05s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.07s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.73s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.36s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.05s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (6.11s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (6.07s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.12s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIStart (3.03s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.19s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (3.84s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.13s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.94s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.16s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.80s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.36s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false_____} (2.97s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false_____} (3.04s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false_____} (3.04s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true_____} (3.06s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0005d2d68__} (3.09s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12361075261_c:\foo_false_____} (3.06s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12361075261_c:\foo_true_____} (3.07s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.43s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.09s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.09s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.08s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.27s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.27s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.18s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.82s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.25s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCpToCaseE (11.34s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCpToCaseH (11.57s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCpToDot (3.21s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCpToStdout (3.38s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.26s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCreateArgs (0.25s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.22s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.15s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.25s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.38s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.82s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCreateLabels (0.26s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCreateRM (0.46s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.24s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.48s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.72s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.28s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.62s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.21s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.24s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.17s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.18s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.17s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.24s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (11.37s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsCopy (6.34s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.98s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.22s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.97s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.41s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.46s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.16s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsFilters (6.44s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsFormat (6.30s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.24s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsRename (3.32s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsResize (33.50s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.10s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.84s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.72s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsUntag (2.83s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.31s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.21s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.15s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (3.89s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (3.80s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (3.75s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (3.75s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (6.87s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestExecExitStatus (3.88s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestExecInspectID (5.86s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.40s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.06s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (4.10s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.52s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.04s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-13T11:41:00.483Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.48s) [2022-05-13T11:41:00.483Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.28s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.25s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.19s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.18s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.49s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.32s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.68s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.13s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.89s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.25s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.22s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.47s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.89s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestImportBadURL (0.08s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.01s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.10s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.14s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.06s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectDefault (3.19s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectHistory (5.63s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.04s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectJSONFields (3.72s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.23s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.05s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.74s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.70s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectStatus (8.31s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (6.80s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.76s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.16s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (3.70s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.14s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.01s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.00s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (3.08s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.13s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.30s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.09s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (3.77s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.37s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.51s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.61s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (4.83s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.62s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.23s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.10s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestLogsSince (9.69s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestLogsTail (3.63s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.27s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.09s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.03s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.14s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.03s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.16s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestPsByOrder (13.21s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestPsListContainersBase (13.03s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (18.15s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.36s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.04s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (9.30s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (6.82s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (7.05s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestPsShowMounts (10.49s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.65s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.26s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (6.73s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (6.36s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.19s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (25.71s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (9.32s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.30s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.23s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.87s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (8.06s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.85s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (6.61s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.35s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (17.85s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.85s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.78s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (9.08s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.51s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.31s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.10s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRmiTag (0.74s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.50s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (20.95s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.46s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.11s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.28s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.89s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.27s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.99s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.11s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.10s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.16s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.39s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.08s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.14s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-13T11:41:00.484Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-05-13T11:41:00.484Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.84s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.23s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.16s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.12s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.13s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.00s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.21s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.12s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.17s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.10s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.05s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.26s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunExitCode (3.10s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.07s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.28s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.17s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (5.49s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.89s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.55s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.03s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (9.26s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.46s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.52s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.44s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.19s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.07s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.10s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.23s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.77s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.49s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (10.76s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunRm (3.20s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.16s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.10s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.80s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.09s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.37s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.51s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.07s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.07s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.85s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (9.24s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.18s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (8.79s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.65s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.18s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.15s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.37s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.56s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.18s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.07s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.41s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.25s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.68s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (9.28s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (3.10s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (3.12s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (3.05s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.99s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.64s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.78s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (3.70s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.74s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.71s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.03s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.31s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.35s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.30s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.41s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.89s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.41s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.39s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.18s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (9.89s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.65s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.77s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.27s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.28s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (12.22s) [2022-05-13T11:41:00.485Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-13T11:41:00.485Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.59s) [2022-05-13T11:41:00.485Z] === RUN TestDockerRegistrySuite [2022-05-13T11:41:00.485Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-13T11:41:00.485Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.485Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-13T11:41:00.485Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.485Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-13T11:41:00.485Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.485Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-13T11:41:00.485Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.485Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-13T11:41:00.485Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.485Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-13T11:41:00.485Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.485Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-13T11:41:00.485Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.485Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-13T11:41:00.485Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.485Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-13T11:41:00.485Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.485Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-13T11:41:00.485Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-13T11:41:00.486Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] --- PASS: TestDockerRegistrySuite (0.15s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-13T11:41:00.486Z] === RUN TestDockerSchema1RegistrySuite [2022-05-13T11:41:00.486Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-13T11:41:00.486Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-13T11:41:00.486Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-13T11:41:00.486Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-13T11:41:00.486Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-13T11:41:00.486Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-13T11:41:00.486Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-13T11:41:00.486Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-13T11:41:00.486Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-13T11:41:00.486Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-13T11:41:00.486Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-13T11:41:00.486Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-13T11:41:00.486Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-13T11:41:00.486Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-13T11:41:00.486Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-13T11:41:00.486Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-13T11:41:00.486Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-13T11:41:00.486Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-13T11:41:00.486Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-13T11:41:00.486Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-13T11:41:00.486Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-13T11:41:00.486Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-13T11:41:00.486Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-13T11:41:00.486Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-13T11:41:00.486Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-13T11:41:00.486Z] === RUN TestDockerDaemonSuite [2022-05-13T11:41:00.486Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-13T11:41:00.486Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-13T11:41:00.486Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-13T11:41:00.486Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-13T11:41:00.486Z] === RUN TestDockerSwarmSuite [2022-05-13T11:41:00.486Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-05-13T11:41:00.486Z] === RUN TestDockerPluginSuite [2022-05-13T11:41:00.486Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-05-13T11:41:00.486Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-05-13T11:41:00.486Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-05-13T11:41:00.486Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-05-13T11:41:00.486Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-05-13T11:41:00.486Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-05-13T11:41:00.486Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-05-13T11:41:00.486Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-05-13T11:41:00.486Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-05-13T11:41:00.486Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-05-13T11:41:00.486Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-05-13T11:41:00.486Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-13T11:41:00.486Z] === RUN TestDockerExternalVolumeSuite [2022-05-13T11:41:00.486Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-05-13T11:41:00.486Z] === RUN TestDockerNetworkSuite [2022-05-13T11:41:00.486Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-05-13T11:41:00.486Z] === RUN TestDockerHubPullSuite [2022-05-13T11:41:00.486Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-05-13T11:41:00.486Z] PASS [2022-05-13T11:41:00.486Z] ok github.com/docker/docker/integration-cli 2747.535s [2022-05-13T11:41:00.486Z] [2022-05-13T11:41:00.486Z] === Skipped [2022-05-13T11:41:00.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-05-13T11:41:00.486Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-05-13T11:41:00.486Z] [2022-05-13T11:41:00.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-13T11:41:00.486Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-13T11:41:00.486Z] [2022-05-13T11:41:00.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-13T11:41:00.486Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-13T11:41:00.486Z] [2022-05-13T11:41:00.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-05-13T11:41:00.486Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-05-13T11:41:00.486Z] [2022-05-13T11:41:00.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-13T11:41:00.486Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.486Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-13T11:41:00.486Z] [2022-05-13T11:41:00.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-05-13T11:41:00.487Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-13T11:41:00.487Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-13T11:41:00.487Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-13T11:41:00.487Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-13T11:41:00.487Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-05-13T11:41:00.487Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-05-13T11:41:00.487Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-13T11:41:00.487Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-05-13T11:41:00.487Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.03s) [2022-05-13T11:41:00.487Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.03s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-13T11:41:00.487Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-13T11:41:00.487Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-13T11:41:00.487Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-13T11:41:00.487Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-13T11:41:00.487Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-05-13T11:41:00.487Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.47s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.47s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.89s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.89s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.34s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.34s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.49s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.49s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.93s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.93s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.53s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.53s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-13T11:41:00.487Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.487Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-05-13T11:41:00.487Z] [2022-05-13T11:41:00.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.45s) [2022-05-13T11:41:00.487Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.45s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.51s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.51s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.51s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.51s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.44s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.44s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-13T11:41:00.943Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.943Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-13T11:41:00.943Z] [2022-05-13T11:41:00.943Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-13T11:41:00.944Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-13T11:41:00.944Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.49s) [2022-05-13T11:41:00.944Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.49s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.45s) [2022-05-13T11:41:00.944Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.45s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-05-13T11:41:00.944Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-05-13T11:41:00.944Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-05-13T11:41:00.944Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-13T11:41:00.944Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.47s) [2022-05-13T11:41:00.944Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.47s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-05-13T11:41:00.944Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-05-13T11:41:00.944Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-13T11:41:00.944Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.46s) [2022-05-13T11:41:00.944Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.46s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-13T11:41:00.944Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-13T11:41:00.944Z] docker_cli_sni_test.go:18: Flakey test [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-13T11:41:00.944Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-13T11:41:00.944Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-13T11:41:00.944Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-13T11:41:00.944Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-13T11:41:00.944Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-13T11:41:00.944Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-13T11:41:00.944Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-13T11:41:00.944Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-13T11:41:00.944Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-13T11:41:00.944Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-13T11:41:00.944Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-13T11:41:00.944Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-13T11:41:00.944Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-13T11:41:00.944Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-13T11:41:00.944Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-13T11:41:00.944Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.944Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-13T11:41:00.944Z] [2022-05-13T11:41:00.944Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-13T11:41:00.944Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.03s) [2022-05-13T11:41:00.945Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-13T11:41:00.945Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-13T11:41:00.945Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-13T11:41:00.945Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-13T11:41:00.945Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-13T11:41:00.945Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-13T11:41:00.945Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-13T11:41:00.945Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-13T11:41:00.945Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-13T11:41:00.945Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-13T11:41:00.945Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.03s) [2022-05-13T11:41:00.945Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-13T11:41:00.945Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-13T11:41:00.945Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-13T11:41:00.945Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-13T11:41:00.945Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-13T11:41:00.945Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.06s) [2022-05-13T11:41:00.945Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.06s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-13T11:41:00.945Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.04s) [2022-05-13T11:41:00.945Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.04s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-13T11:41:00.945Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.945Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-05-13T11:41:00.945Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.945Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-13T11:41:00.945Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-13T11:41:00.946Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-13T11:41:00.946Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-13T11:41:00.946Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2022-05-13T11:41:00.946Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.03s) [2022-05-13T11:41:00.946Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-13T11:41:00.946Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-13T11:41:00.946Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.03s) [2022-05-13T11:41:00.946Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.03s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-05-13T11:41:00.946Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-13T11:41:00.946Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-13T11:41:00.946Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.946Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-13T11:41:00.946Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.946Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-13T11:41:00.946Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-13T11:41:00.947Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-13T11:41:00.947Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-13T11:41:00.947Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-13T11:41:00.947Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-13T11:41:00.947Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-13T11:41:00.947Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-05-13T11:41:00.947Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-05-13T11:41:00.947Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-13T11:41:00.947Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.947Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-13T11:41:00.947Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.947Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-13T11:41:00.947Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.03s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.03s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.948Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-13T11:41:00.948Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.948Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-13T11:41:00.948Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.949Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-13T11:41:00.949Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.949Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-13T11:41:00.949Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.949Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-13T11:41:00.949Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.949Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-13T11:41:00.949Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.949Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-13T11:41:00.949Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.949Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-13T11:41:00.949Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.949Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-13T11:41:00.949Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.949Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-13T11:41:00.949Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.949Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-13T11:41:00.949Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.949Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-13T11:41:00.949Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.949Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-13T11:41:00.949Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.949Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-13T11:41:00.949Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.949Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-13T11:41:00.949Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-13T11:41:00.949Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-13T11:41:00.949Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.949Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-13T11:41:00.949Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.949Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-13T11:41:00.949Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.949Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-13T11:41:00.949Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.949Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-13T11:41:00.949Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-13T11:41:00.949Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-13T11:41:00.949Z] [2022-05-13T11:41:00.949Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-13T11:41:00.949Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.403Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-13T11:41:01.403Z] [2022-05-13T11:41:01.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-13T11:41:01.403Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.403Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-13T11:41:01.403Z] [2022-05-13T11:41:01.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-05-13T11:41:01.403Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.403Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-13T11:41:01.403Z] [2022-05-13T11:41:01.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-13T11:41:01.403Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.403Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-13T11:41:01.403Z] [2022-05-13T11:41:01.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-13T11:41:01.403Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.403Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-13T11:41:01.403Z] [2022-05-13T11:41:01.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-13T11:41:01.403Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.403Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-13T11:41:01.403Z] [2022-05-13T11:41:01.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-13T11:41:01.403Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.403Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-13T11:41:01.403Z] [2022-05-13T11:41:01.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-13T11:41:01.403Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.403Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-13T11:41:01.403Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-05-13T11:41:01.404Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.03s) [2022-05-13T11:41:01.404Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.03s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-13T11:41:01.404Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-13T11:41:01.404Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.404Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-13T11:41:01.404Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-05-13T11:41:01.405Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] DONE 1088 tests, 544 skipped in 2759.464s [2022-05-13T11:41:01.405Z] INFO: Integration tests ended at 05/13/2022 11:41:01. Duration:00:45:59.6200728 [2022-05-13T11:41:01.405Z] INFO: Docker info of the daemon under test at end of run [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] Containers: 10 [2022-05-13T11:41:01.405Z] Running: 0 [2022-05-13T11:41:01.405Z] Paused: 0 [2022-05-13T11:41:01.405Z] Stopped: 10 [2022-05-13T11:41:01.405Z] Images: 18 [2022-05-13T11:41:01.405Z] Server Version: 0.0.0-dev [2022-05-13T11:41:01.405Z] Storage Driver: windowsfilter [2022-05-13T11:41:01.405Z] Windows: [2022-05-13T11:41:01.405Z] Logging Driver: json-file [2022-05-13T11:41:01.405Z] Plugins: [2022-05-13T11:41:01.405Z] Volume: local [2022-05-13T11:41:01.405Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-13T11:41:01.405Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-13T11:41:01.405Z] Swarm: inactive [2022-05-13T11:41:01.405Z] Default Isolation: process [2022-05-13T11:41:01.405Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-13T11:41:01.405Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-13T11:41:01.405Z] OSType: windows [2022-05-13T11:41:01.405Z] Architecture: x86_64 [2022-05-13T11:41:01.405Z] CPUs: 4 [2022-05-13T11:41:01.405Z] Total Memory: 32GiB [2022-05-13T11:41:01.405Z] Name: azwin-2-7d98c0 [2022-05-13T11:41:01.405Z] ID: 1bedcdc6-4442-4276-955c-106ebe158a2f [2022-05-13T11:41:01.405Z] Docker Root Dir: D:\CI\PR-43269\3\daemon [2022-05-13T11:41:01.405Z] Debug Mode (client): false [2022-05-13T11:41:01.405Z] Debug Mode (server): true [2022-05-13T11:41:01.405Z] File Descriptors: -1 [2022-05-13T11:41:01.405Z] Goroutines: 44 [2022-05-13T11:41:01.405Z] System Time: 2022-05-13T11:41:01.1414107Z [2022-05-13T11:41:01.405Z] EventsListeners: 0 [2022-05-13T11:41:01.405Z] Registry: https://index.docker.io/v1/ [2022-05-13T11:41:01.405Z] Labels: [2022-05-13T11:41:01.405Z] Experimental: false [2022-05-13T11:41:01.405Z] Insecure Registries: [2022-05-13T11:41:01.405Z] 127.0.0.0/8 [2022-05-13T11:41:01.405Z] Live Restore Enabled: false [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] [2022-05-13T11:41:01.405Z] INFO: Stopping daemon under test [2022-05-13T11:41:01.405Z] SUCCESS: The process with PID 5180 (child process of PID 4388) has been terminated. [2022-05-13T11:41:01.405Z] SUCCESS: The process with PID 4388 (child process of PID 4992) has been terminated. [2022-05-13T11:41:01.405Z] INFO: Stop tailing logs of the daemon under tests [2022-05-13T11:41:01.860Z] INFO: executeCI.ps1 Completed successfully at 05/13/2022 11:41:01. [2022-05-13T11:41:01.860Z] INFO: Tidying up at end of run [2022-05-13T11:41:01.860Z] ----------- DAEMON LOG ------------ [2022-05-13T11:41:01.860Z] 2022/05/13 10:51:56 http: superfluous response.WriteHeader call from github.com/docker/docker/api/server/httputils.WriteJSON (httputils.go:92) [2022-05-13T11:41:01.860Z] ----------- END DAEMON LOG -------- [2022-05-13T11:41:01.860Z] INFO: Saving daemon under test log (d:\CI\PR-43269\3\dut.out) to bundles\CIDUT.out [2022-05-13T11:41:01.860Z] INFO: Saving daemon under test log (d:\CI\PR-43269\3\dut.err) to bundles\CIDUT.err [2022-05-13T11:41:01.860Z] INFO: Saving containerd logs to bundles [2022-05-13T11:41:01.860Z] INFO: Nuke-Everything... [2022-05-13T11:41:01.860Z] INFO: Container count on control daemon to delete is 2 [2022-05-13T11:41:01.860Z] 743e1d0ecf05 [2022-05-13T11:41:01.860Z] 03c753449a41 [2022-05-13T11:41:01.860Z] INFO: Tidying pidfile d:\CI\PR-43269\3\docker.pid [2022-05-13T11:41:01.860Z] INFO: Killing containerd with PID 5736 [2022-05-13T11:41:02.314Z] INFO: Nuking d:\CI [2022-05-13T11:41:22.502Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-13T11:41:22.502Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-13T11:41:27.254Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-13T11:41:28.240Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-13T11:41:28.240Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-13T11:41:28.240Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-13T11:41:28.240Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-13T11:41:28.240Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-13T11:41:28.240Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-13T11:41:28.240Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-13T11:41:28.240Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-13T11:41:28.240Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-13T11:41:28.240Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-13T11:41:28.240Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-13T11:41:28.240Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-13T11:41:28.240Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-13T11:41:28.240Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-13T11:41:28.240Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-13T11:41:30.459Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-13T11:41:30.459Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-13T11:41:30.928Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-13T11:41:30.928Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-13T11:41:30.928Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-13T11:41:32.185Z] INFO: Zapped successfully [2022-05-13T11:41:32.185Z] [2022-05-13T11:41:32.185Z] INFO: executeCI.ps1 exiting at Fri May 13 11:41:28 CUT 2022. Duration 01:12:31.8023592 [2022-05-13T11:41:32.185Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-05-13T11:41:32.422Z] Recording test results [2022-05-13T11:41:35.683Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-13T11:41:38.633Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-13T11:41:39.061Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-05-13T11:41:40.849Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-13T11:41:41.088Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2022-05-13T11:41:42.822Z] Archiving artifacts [2022-05-13T11:41:48.007Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-13T11:41:55.167Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-13T11:41:55.167Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-13T11:41:56.547Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43269/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-13T11:41:57.458Z] + make clean [2022-05-13T11:41:58.981Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-13T11:41:58.981Z] docker-dev-cache [2022-05-13T11:41:58.981Z] docker-mod-cache [Pipeline] deleteDir [2022-05-13T11:41:59.920Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-13T11:41:59.920Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-13T11:41:59.920Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-13T11:41:59.920Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-13T11:41:59.920Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-13T11:41:59.920Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-13T11:41:59.920Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-13T11:41:59.920Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-13T11:41:59.920Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-13T11:41:59.920Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-13T11:41:59.920Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-13T11:41:59.920Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-13T11:41:59.920Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-13T11:41:59.920Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-13T11:41:59.920Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-13T11:41:59.920Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-13T11:41:59.920Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-13T11:41:59.920Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-13T11:41:59.920Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-13T11:41:59.920Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-13T11:41:59.920Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-13T11:41:59.920Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-13T11:41:59.920Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-13T11:42:07.075Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-13T11:42:07.075Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-13T11:42:07.075Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-13T11:42:10.866Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-13T11:42:10.866Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-13T11:42:10.866Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-13T11:42:10.866Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-13T11:42:10.866Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-13T11:42:12.430Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-13T11:42:12.430Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-13T11:42:12.430Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-13T11:42:12.430Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-13T11:42:12.900Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-13T11:42:12.900Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-13T11:42:12.900Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-13T11:42:12.900Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-13T11:42:12.900Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-13T11:42:12.900Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-13T11:42:12.900Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-13T11:42:12.900Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-13T11:42:12.900Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-13T11:42:12.900Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-13T11:42:12.900Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-13T11:42:15.120Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-13T11:42:18.077Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-13T11:42:20.290Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-13T11:42:20.290Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-13T11:42:20.290Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-13T11:42:20.290Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-13T11:42:20.290Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-13T11:42:20.290Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-13T11:42:20.290Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-13T11:42:22.589Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-13T11:42:22.589Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-13T11:42:22.589Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-13T11:42:22.589Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-13T11:42:22.589Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-13T11:42:22.589Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-13T11:42:22.589Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-13T11:42:22.589Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-13T11:42:22.589Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-13T11:42:24.805Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-13T11:42:30.674Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-13T11:42:30.674Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-13T11:42:30.674Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-13T11:42:30.674Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-13T11:42:30.674Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-13T11:42:30.674Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-13T11:42:30.674Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-13T11:42:30.674Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-13T11:42:30.674Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-13T11:42:30.674Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-13T11:42:30.674Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-13T11:42:30.674Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-13T11:42:30.674Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-13T11:42:32.237Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-13T11:42:32.237Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-13T11:42:32.237Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-13T11:42:32.705Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-13T11:42:32.705Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-13T11:42:32.705Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-13T11:42:34.917Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-13T11:42:37.132Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-13T11:42:37.132Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-13T11:42:37.132Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-13T11:42:39.349Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-13T11:42:39.349Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-13T11:42:39.349Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-13T11:42:39.349Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-13T11:42:39.349Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-13T11:42:39.349Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-13T11:42:39.349Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-13T11:42:41.567Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-13T11:42:43.780Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-13T11:42:45.992Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-13T11:42:48.205Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-13T11:42:48.205Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-13T11:42:48.205Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-13T11:42:48.205Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-13T11:42:48.205Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-13T11:42:48.205Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-13T11:42:48.205Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-13T11:42:48.205Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-13T11:42:48.205Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-13T11:42:48.205Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-13T11:42:48.205Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-13T11:42:48.205Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-13T11:42:48.205Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-13T11:42:48.205Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-13T11:42:48.205Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-13T11:42:48.205Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-13T11:42:52.962Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-13T11:42:52.962Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-13T11:42:52.962Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-13T11:42:52.962Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-13T11:42:52.962Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-13T11:42:52.962Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-13T11:42:52.962Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-13T11:42:52.962Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-13T11:42:52.962Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-13T11:42:52.962Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-13T11:42:52.962Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-13T11:42:52.962Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-13T11:43:01.618Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-13T11:43:01.618Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-13T11:43:01.618Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-13T11:43:03.835Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-13T11:43:03.835Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-13T11:43:03.835Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-13T11:43:03.835Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-13T11:43:03.835Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-13T11:43:03.835Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-13T11:43:03.835Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-13T11:43:03.835Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-13T11:43:03.835Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-13T11:43:03.835Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-13T11:43:03.835Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-13T11:43:03.835Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-13T11:43:03.835Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-13T11:43:03.835Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-13T11:43:03.835Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-13T11:43:03.835Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-13T11:43:03.835Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-13T11:43:03.835Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-13T11:43:03.835Z] === RUN TestDockerSuite/TestRunMount [2022-05-13T11:43:03.835Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-13T11:43:03.835Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-13T11:43:03.835Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-13T11:43:03.835Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-13T11:43:03.835Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-13T11:43:03.835Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-13T11:43:03.835Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-13T11:43:03.835Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-13T11:43:10.990Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-13T11:43:10.990Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-13T11:43:10.990Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-13T11:43:10.990Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-13T11:43:10.990Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-13T11:43:10.990Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-13T11:43:10.990Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-13T11:43:15.746Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-13T11:43:19.538Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-13T11:43:19.538Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-13T11:43:19.538Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-13T11:43:19.538Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-13T11:43:20.006Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-13T11:43:20.006Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-13T11:43:20.006Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-13T11:43:20.006Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-13T11:43:20.006Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-13T11:43:20.006Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-13T11:43:20.006Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-13T11:43:20.006Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-13T11:43:20.006Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-13T11:43:20.006Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-13T11:43:20.006Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-13T11:43:20.006Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-13T11:43:20.006Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-13T11:43:20.006Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-13T11:43:20.006Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-13T11:43:20.473Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-13T11:43:21.459Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-13T11:43:23.673Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-13T11:43:25.888Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-13T11:43:26.872Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-13T11:43:29.086Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-13T11:43:29.554Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-13T11:43:29.554Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-13T11:43:29.554Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-13T11:43:29.554Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-13T11:43:29.554Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-13T11:43:29.554Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-13T11:43:29.554Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-13T11:43:29.554Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-13T11:43:29.554Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-13T11:43:29.554Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-13T11:43:29.554Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-13T11:43:29.554Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-13T11:43:29.554Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-13T11:43:29.554Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-13T11:43:29.554Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-13T11:43:29.554Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-13T11:43:31.769Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-13T11:43:31.769Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-13T11:43:32.238Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-13T11:43:32.238Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-13T11:43:32.238Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-13T11:43:32.238Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-13T11:43:32.238Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-13T11:43:32.238Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-13T11:43:32.238Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-13T11:43:32.238Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-13T11:43:32.238Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-13T11:43:44.727Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-13T11:43:44.727Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-13T11:43:44.727Z] === RUN TestDockerSuite/TestRunRm [2022-05-13T11:43:53.390Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-13T11:43:58.145Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-13T11:44:05.299Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-13T11:44:07.515Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-13T11:44:09.731Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-13T11:44:11.949Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-13T11:44:11.949Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-13T11:44:11.949Z] === RUN TestDockerSuite/TestRunState [2022-05-13T11:44:11.949Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-13T11:44:12.419Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-13T11:44:14.636Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-13T11:44:14.636Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-13T11:44:14.636Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-13T11:44:16.855Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-13T11:44:16.855Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-13T11:44:16.855Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-13T11:44:16.855Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-13T11:44:16.855Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-13T11:44:16.855Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-13T11:44:16.855Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-13T11:44:16.855Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-13T11:44:16.855Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-13T11:44:21.627Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-13T11:44:21.627Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-13T11:44:21.627Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-13T11:44:21.628Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-13T11:44:21.628Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-13T11:44:21.628Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-13T11:44:21.628Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-13T11:44:21.628Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-13T11:44:21.628Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-13T11:44:21.628Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-13T11:44:21.628Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-13T11:44:21.628Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-13T11:44:21.628Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-13T11:44:21.628Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-13T11:44:21.628Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-13T11:44:21.628Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-13T11:44:21.628Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-13T11:44:21.628Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-13T11:44:21.628Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-13T11:44:21.628Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-13T11:44:21.628Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-13T11:44:23.845Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-13T11:44:23.845Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-13T11:44:23.845Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-13T11:44:26.061Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-13T11:44:26.061Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-13T11:44:26.061Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-13T11:44:26.061Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-13T11:44:26.061Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-13T11:44:29.861Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-13T11:44:35.731Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-13T11:44:40.485Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-13T11:44:46.360Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-13T11:44:46.360Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-13T11:44:46.360Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-13T11:44:46.360Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-13T11:44:48.577Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-13T11:44:50.793Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-13T11:44:53.009Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-13T11:44:53.009Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-13T11:44:53.009Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-13T11:44:53.009Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-13T11:44:53.478Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-13T11:44:53.478Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-13T11:44:53.478Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-13T11:44:53.478Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-13T11:44:53.478Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-13T11:44:53.478Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-13T11:44:53.478Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-13T11:44:53.478Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-13T11:44:53.478Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-13T11:44:53.478Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-13T11:44:53.478Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-13T11:44:57.273Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-13T11:44:59.488Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-13T11:45:01.701Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-13T11:45:05.496Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-13T11:45:05.496Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-13T11:45:05.496Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-13T11:45:05.496Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-13T11:45:05.496Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-13T11:45:05.496Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-13T11:45:05.496Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-13T11:45:05.496Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-13T11:45:05.965Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-13T11:45:05.965Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-13T11:45:05.965Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-13T11:45:05.965Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-13T11:45:05.965Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-13T11:45:05.965Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:45:05.965Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-13T11:45:05.965Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-13T11:45:05.965Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-13T11:45:05.965Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-13T11:45:05.965Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-13T11:45:05.965Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-13T11:45:05.965Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-13T11:45:05.965Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-13T11:45:05.965Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-13T11:45:05.965Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-13T11:45:05.965Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-13T11:45:05.965Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-13T11:45:05.965Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-13T11:45:05.965Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-13T11:45:05.965Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-13T11:45:05.965Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-13T11:45:05.965Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-13T11:45:05.965Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-13T11:45:05.965Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-13T11:45:05.965Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-13T11:45:05.965Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-13T11:45:08.183Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-13T11:45:08.653Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-13T11:45:09.122Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-13T11:45:09.591Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-13T11:45:11.158Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-13T11:45:11.158Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-13T11:45:13.375Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-13T11:45:15.591Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-13T11:45:17.810Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-13T11:45:17.810Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-13T11:45:17.810Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-13T11:45:26.523Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-13T11:45:26.523Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-13T11:45:26.523Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-13T11:45:30.318Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-13T11:45:30.318Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-13T11:45:30.318Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-13T11:45:30.318Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-13T11:45:30.318Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-13T11:45:30.318Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-13T11:45:30.318Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-13T11:45:30.318Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-13T11:45:30.318Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-13T11:45:35.082Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-13T11:45:35.082Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-13T11:45:35.082Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-13T11:45:35.082Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-13T11:45:35.082Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-13T11:45:35.082Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-13T11:45:35.082Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-13T11:45:35.082Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-13T11:45:35.551Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-13T11:45:35.551Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-13T11:45:35.551Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-13T11:45:35.551Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-13T11:45:35.551Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-13T11:45:37.769Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-13T11:45:39.986Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-13T11:45:39.986Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-13T11:45:39.986Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-13T11:45:42.204Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-13T11:45:42.204Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-13T11:45:42.204Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-13T11:45:42.204Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-13T11:45:42.204Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-13T11:45:42.204Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-13T11:45:42.204Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-13T11:45:42.204Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-13T11:45:42.204Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-13T11:45:42.204Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-13T11:45:42.204Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-13T11:45:42.204Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-13T11:45:42.204Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-13T11:46:00.026Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-13T11:46:00.026Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-13T11:46:00.026Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-13T11:46:00.026Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-13T11:46:00.026Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-13T11:46:00.026Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-13T11:46:00.026Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-13T11:46:00.026Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-13T11:46:01.013Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-13T11:46:01.013Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-13T11:46:03.968Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-13T11:46:04.436Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-13T11:46:04.905Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-13T11:46:04.905Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-13T11:46:05.373Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-13T11:46:14.040Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-13T11:46:14.041Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-13T11:46:14.041Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-13T11:46:14.041Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-13T11:46:14.041Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-13T11:46:14.041Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-13T11:46:14.041Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-13T11:46:21.203Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-13T11:46:21.203Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-13T11:46:21.203Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-13T11:46:36.139Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-13T11:46:36.139Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.139Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite (2867.43s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.04s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.03s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.03s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.81s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.29s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.78s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (101.79s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.75s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.07s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.04s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.04s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.03s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.12s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.55s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.57s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.60s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.22s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (142.69s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.37s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.04s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.83s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.07s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.30s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.09s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.61s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.79s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.40s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.80s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (10.46s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.22s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.45s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.85s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.22s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.59s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAddTar (45.14s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.44s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (28.40s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.76s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.90s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.19s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.50s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.48s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.91s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.46s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (10.45s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.68s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.07s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.75s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (45.22s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.25s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.81s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.45s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.57s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.90s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.58s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.94s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.16s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildCmd (0.67s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.66s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.64s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.62s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.61s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.39s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.62s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.20s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.15s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.61s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.01s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.76s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.03s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.63s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (34.57s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.68s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.65s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.49s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.45s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.40s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.60s) [2022-05-13T11:46:36.139Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (32.94s) [2022-05-13T11:46:36.139Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.78s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.39s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (18.37s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.07s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.93s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.74s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.90s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.85s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildDockerignore (84.87s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.13s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.45s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (95.07s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.82s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.88s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (29.84s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (16.45s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (11.25s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (35.17s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (15.97s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.99s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (126.15s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.52s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.42s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.65s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.31s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.55s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.65s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.55s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.41s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.08s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.42s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.31s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.12s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.29s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (16.77s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.70s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildFails (7.25s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.71s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.88s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildForceRm (12.04s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildFromGit (11.05s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.63s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.97s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.81s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.67s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (9.26s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildHistory (12.75s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.16s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.10s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.86s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (9.39s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildLabel (1.12s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.68s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.09s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.67s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildLabels (1.13s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.70s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.37s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.13s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.64s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.73s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (10.18s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (20.91s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.70s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (41.55s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (19.35s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (10.07s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (11.18s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.10s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (23.55s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.16s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.77s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.87s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (9.61s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.59s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.29s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.17s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.73s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.17s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.59s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.72s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.83s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.36s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.79s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.83s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.15s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.84s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.30s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.20s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (46.72s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (33.83s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildRm (13.65s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.55s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.43s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.73s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.69s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.00s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.66s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (21.60s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.89s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.79s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (11.09s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.34s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.48s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildStderr (4.77s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (20.26s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.44s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.14s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.40s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.90s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.43s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.32s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.67s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.62s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (22.19s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.99s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.09s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.00s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.44s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.65s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.38s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.35s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.04s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.51s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (18.74s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.45s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.44s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.36s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.57s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.51s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.40s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.28s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.83s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestCommitChange (10.22s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.91s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.14s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestCommitTTY (12.25s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.71s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.09s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.93s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (11.84s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.37s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.41s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.60s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.03s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.55s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.14s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.19s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.38s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.03s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.31s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.25s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.96s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.57s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.27s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.16s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (8.39s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.84s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.09s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.80s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.06s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.24s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.26s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.97s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-13T11:46:36.140Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.04s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (53.43s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false_____} (7.60s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false_____} (7.58s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false_____} (7.59s) [2022-05-13T11:46:36.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true_____} (7.54s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000b06708__} (7.62s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1479251885_c:\foo_false_____} (7.88s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1479251885_c:\foo_true_____} (7.57s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.37s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.09s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.07s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.07s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (7.41s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCpGarbagePath (7.44s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.09s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCpRelativePath (7.52s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCpToCaseA (9.52s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCpToCaseB (7.39s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCpToCaseE (14.00s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCpToCaseH (19.09s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCpToDot (7.32s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCpToStdout (7.47s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.22s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCreateArgs (0.20s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.35s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.38s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.19s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.21s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.01s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.78s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCreateLabels (0.22s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCreateRM (0.40s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.23s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.40s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (12.98s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.25s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.59s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.97s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.20s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.40s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.17s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.03s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.03s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.64s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.46s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.45s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.03s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsCopy (5.16s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.08s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.20s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.86s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (7.05s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.48s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.11s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsFilters (4.97s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsFormat (4.63s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.19s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsRename (2.43s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsResize (7.66s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.27s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.66s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.89s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsUntag (2.78s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.15s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.10s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.10s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.14s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.24s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.35s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.00s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.13s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.24s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestExecInspectID (4.65s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.46s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.03s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.32s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.80s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.99s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.99s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.03s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.09s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.61s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.33s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.68s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.13s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.03s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.29s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.43s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.39s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.85s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestImportBadURL (0.09s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.22s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.13s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.04s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.26s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.21s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.37s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectDefault (2.21s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectHistory (4.35s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.13s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.17s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.21s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.23s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.28s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.28s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectStatus (2.69s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.39s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.39s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.30s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.18s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.21s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.25s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.21s) [2022-05-13T11:46:36.141Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-13T11:46:36.141Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.03s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.88s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.96s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.62s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.56s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.34s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.10s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.64s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.78s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.92s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.90s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.62s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.60s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (7.39s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestLogsSince (9.35s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestLogsTail (2.87s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.58s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.25s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.03s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.26s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.03s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.40s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestPsByOrder (8.61s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.45s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (19.47s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.30s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.77s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.70s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.59s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.45s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.46s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.98s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.67s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.28s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.10s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.11s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.30s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (30.37s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.98s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.24s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.20s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.80s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.26s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.11s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.09s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRmiBlank (0.09s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.33s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.51s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.90s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.75s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.66s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.97s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.36s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.37s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRmiTag (0.66s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.44s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (22.15s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.99s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.00s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.30s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.03s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.24s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.73s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.87s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.27s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (7.16s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (7.39s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.63s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (7.11s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.35s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.99s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.40s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.57s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.27s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.03s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.28s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.01s) [2022-05-13T11:46:36.142Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.41s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-13T11:46:36.142Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-13T11:46:36.612Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-13T11:46:36.612Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-13T11:46:36.612Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.33s) [2022-05-13T11:46:36.612Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-13T11:46:36.612Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.14s) [2022-05-13T11:46:36.612Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-13T11:46:36.612Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.20s) [2022-05-13T11:46:36.612Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.24s) [2022-05-13T11:46:36.612Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-13T11:46:36.612Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.25s) [2022-05-13T11:46:36.612Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-13T11:46:36.612Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-13T11:46:36.612Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-13T11:46:36.612Z] --- PASS: TestDockerSuite/TestRunExitCode (2.26s) [2022-05-13T11:46:36.612Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.21s) [2022-05-13T11:46:36.612Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.24s) [2022-05-13T11:46:36.612Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.21s) [2022-05-13T11:46:36.612Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-05-13T11:46:36.612Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-05-13T11:46:36.612Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-13T11:46:36.612Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-13T11:46:36.612Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-13T11:46:36.612Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-13T11:46:36.612Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-13T11:46:36.612Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-13T11:46:36.612Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.95s) [2022-05-13T11:46:36.612Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-13T11:46:36.612Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-05-13T11:46:36.612Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-13T11:46:36.612Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.11s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.73s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.88s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.95s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.17s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.40s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.27s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.16s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.12s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.21s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.00s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.44s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.03s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (12.82s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunRm (7.35s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.47s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (7.06s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.61s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.14s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.58s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.27s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.06s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.75s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.20s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.16s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.08s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.51s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.43s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.60s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.14s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.45s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.22s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.42s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.93s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.75s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.21s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.34s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.33s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.44s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.25s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.67s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.71s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.25s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.21s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.23s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.00s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.04s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.26s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.15s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.32s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.15s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.33s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.34s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.29s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.47s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.93s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.42s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.38s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.18s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.63s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.61s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.66s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.34s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.29s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (13.62s) [2022-05-13T11:46:36.613Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-13T11:46:36.613Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.47s) [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-13T11:46:36.613Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.613Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-13T11:46:36.614Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- PASS: TestDockerRegistrySuite (0.18s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-13T11:46:36.614Z] === RUN TestDockerSchema1RegistrySuite [2022-05-13T11:46:36.614Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-13T11:46:36.614Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-13T11:46:36.614Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-13T11:46:36.614Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-13T11:46:36.614Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-13T11:46:36.614Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-13T11:46:36.614Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-13T11:46:36.614Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-13T11:46:36.614Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-13T11:46:36.614Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-13T11:46:36.614Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-13T11:46:36.614Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-13T11:46:36.614Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-13T11:46:36.614Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-13T11:46:36.614Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-13T11:46:36.614Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-13T11:46:36.614Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-13T11:46:36.614Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-13T11:46:36.614Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-13T11:46:36.614Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-13T11:46:36.614Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-13T11:46:36.614Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-13T11:46:36.614Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-13T11:46:36.614Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-13T11:46:36.614Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-13T11:46:36.614Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-13T11:46:36.614Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-13T11:46:36.614Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-13T11:46:36.614Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-13T11:46:36.614Z] === RUN TestDockerDaemonSuite [2022-05-13T11:46:36.614Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-13T11:46:36.614Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-13T11:46:36.614Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-13T11:46:36.614Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-13T11:46:36.614Z] === RUN TestDockerSwarmSuite [2022-05-13T11:46:36.614Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-05-13T11:46:36.614Z] === RUN TestDockerPluginSuite [2022-05-13T11:46:36.614Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-05-13T11:46:36.614Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-05-13T11:46:36.614Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-05-13T11:46:36.614Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-05-13T11:46:36.614Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-05-13T11:46:36.614Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-05-13T11:46:36.614Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-05-13T11:46:36.614Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-05-13T11:46:36.614Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-05-13T11:46:36.614Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-05-13T11:46:36.614Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-05-13T11:46:36.614Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-13T11:46:36.614Z] === RUN TestDockerExternalVolumeSuite [2022-05-13T11:46:36.614Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-05-13T11:46:36.614Z] === RUN TestDockerNetworkSuite [2022-05-13T11:46:36.614Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-05-13T11:46:36.614Z] === RUN TestDockerHubPullSuite [2022-05-13T11:46:36.614Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-05-13T11:46:36.614Z] PASS [2022-05-13T11:46:36.614Z] ok github.com/docker/docker/integration-cli 2867.887s [2022-05-13T11:46:36.614Z] [2022-05-13T11:46:36.614Z] === Skipped [2022-05-13T11:46:36.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-05-13T11:46:36.614Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-05-13T11:46:36.614Z] [2022-05-13T11:46:36.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-05-13T11:46:36.614Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-05-13T11:46:36.614Z] [2022-05-13T11:46:36.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.04s) [2022-05-13T11:46:36.614Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.04s) [2022-05-13T11:46:36.614Z] [2022-05-13T11:46:36.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.04s) [2022-05-13T11:46:36.614Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.04s) [2022-05-13T11:46:36.614Z] [2022-05-13T11:46:36.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-13T11:46:36.614Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-13T11:46:36.614Z] [2022-05-13T11:46:36.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-13T11:46:36.614Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-13T11:46:36.614Z] [2022-05-13T11:46:36.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-13T11:46:36.614Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-13T11:46:36.614Z] [2022-05-13T11:46:36.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-05-13T11:46:36.614Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-05-13T11:46:36.614Z] [2022-05-13T11:46:36.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-05-13T11:46:36.614Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-05-13T11:46:36.614Z] [2022-05-13T11:46:36.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-05-13T11:46:36.614Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-05-13T11:46:36.614Z] [2022-05-13T11:46:36.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-13T11:46:36.614Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-13T11:46:36.614Z] [2022-05-13T11:46:36.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-13T11:46:36.614Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-13T11:46:36.614Z] [2022-05-13T11:46:36.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-13T11:46:36.614Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-13T11:46:36.614Z] [2022-05-13T11:46:36.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-13T11:46:36.614Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-13T11:46:36.614Z] [2022-05-13T11:46:36.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-13T11:46:36.614Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-13T11:46:36.614Z] [2022-05-13T11:46:36.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-13T11:46:36.614Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-13T11:46:36.614Z] [2022-05-13T11:46:36.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-13T11:46:36.614Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-13T11:46:36.614Z] [2022-05-13T11:46:36.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-13T11:46:36.614Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.614Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-13T11:46:36.614Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-05-13T11:46:36.615Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.44s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.44s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.19s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.19s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.46s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.46s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.07s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.07s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.81s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.81s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.45s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.45s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-05-13T11:46:36.615Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.03s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.03s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.45s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.45s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.40s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.40s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.39s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.39s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.45s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.45s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.42s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.42s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.42s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.42s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.13s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.13s) [2022-05-13T11:46:36.615Z] [2022-05-13T11:46:36.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2022-05-13T11:46:36.615Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.615Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.43s) [2022-05-13T11:46:36.616Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.43s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.44s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.44s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.44s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.44s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.38s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.38s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.45s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.45s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.44s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.44s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.40s) [2022-05-13T11:46:36.616Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.40s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-13T11:46:36.616Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-13T11:46:36.616Z] docker_cli_sni_test.go:18: Flakey test [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-13T11:46:36.616Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-13T11:46:36.616Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-13T11:46:36.616Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-13T11:46:36.616Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-05-13T11:46:36.616Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-13T11:46:36.616Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-13T11:46:36.616Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-05-13T11:46:36.616Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-05-13T11:46:36.616Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.03s) [2022-05-13T11:46:36.616Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.03s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-13T11:46:36.616Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-13T11:46:36.616Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-13T11:46:36.616Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-13T11:46:36.616Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-13T11:46:36.616Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-13T11:46:36.616Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-05-13T11:46:36.616Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-05-13T11:46:36.616Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-13T11:46:36.616Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.616Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-13T11:46:36.616Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.03s) [2022-05-13T11:46:36.617Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-05-13T11:46:36.617Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-05-13T11:46:36.617Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-05-13T11:46:36.617Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-13T11:46:36.617Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-13T11:46:36.617Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-13T11:46:36.617Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.03s) [2022-05-13T11:46:36.617Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.03s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-13T11:46:36.617Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-13T11:46:36.617Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-13T11:46:36.617Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-13T11:46:36.617Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-13T11:46:36.617Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-13T11:46:36.617Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.03s) [2022-05-13T11:46:36.617Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.03s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.03s) [2022-05-13T11:46:36.617Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-13T11:46:36.617Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-13T11:46:36.617Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-13T11:46:36.617Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-13T11:46:36.617Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.03s) [2022-05-13T11:46:36.617Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-13T11:46:36.617Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.03s) [2022-05-13T11:46:36.617Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.03s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-13T11:46:36.617Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-05-13T11:46:36.617Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.617Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-13T11:46:36.617Z] [2022-05-13T11:46:36.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-13T11:46:36.618Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-05-13T11:46:36.618Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-13T11:46:36.618Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-05-13T11:46:36.618Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-05-13T11:46:36.618Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-05-13T11:46:36.618Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-05-13T11:46:36.618Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-13T11:46:36.618Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-05-13T11:46:36.618Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-13T11:46:36.618Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-13T11:46:36.618Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-13T11:46:36.618Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-13T11:46:36.618Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-13T11:46:36.618Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-13T11:46:36.618Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-13T11:46:36.618Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-13T11:46:36.618Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.04s) [2022-05-13T11:46:36.618Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.04s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-13T11:46:36.618Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2022-05-13T11:46:36.618Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-13T11:46:36.618Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2022-05-13T11:46:36.618Z] [2022-05-13T11:46:36.618Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-05-13T11:46:37.087Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-13T11:46:37.087Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-05-13T11:46:37.087Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-05-13T11:46:37.087Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.03s) [2022-05-13T11:46:37.087Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.03s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-05-13T11:46:37.087Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.03s) [2022-05-13T11:46:37.087Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.03s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-13T11:46:37.087Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-13T11:46:37.087Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-13T11:46:37.087Z] [2022-05-13T11:46:37.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-13T11:46:37.087Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.087Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-13T11:46:37.088Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-13T11:46:37.088Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-13T11:46:37.088Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-13T11:46:37.088Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-13T11:46:37.088Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-05-13T11:46:37.088Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-05-13T11:46:37.088Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-05-13T11:46:37.088Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-05-13T11:46:37.088Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-13T11:46:37.088Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.03s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.03s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.03s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.03s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.03s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.088Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-13T11:46:37.088Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.088Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-13T11:46:37.088Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.03s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.03s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.089Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-13T11:46:37.089Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.089Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-13T11:46:37.089Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-05-13T11:46:37.090Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-13T11:46:37.090Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-05-13T11:46:37.090Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2022-05-13T11:46:37.090Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-13T11:46:37.090Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-13T11:46:37.090Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-13T11:46:37.090Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-13T11:46:37.090Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-13T11:46:37.090Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-13T11:46:37.090Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-13T11:46:37.090Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.090Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-13T11:46:37.090Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.090Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-13T11:46:37.090Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-13T11:46:37.091Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.091Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-13T11:46:37.091Z] [2022-05-13T11:46:37.091Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-13T11:46:37.092Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.092Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-13T11:46:37.092Z] [2022-05-13T11:46:37.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-13T11:46:37.092Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.092Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-13T11:46:37.092Z] [2022-05-13T11:46:37.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-13T11:46:37.092Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.092Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-13T11:46:37.092Z] [2022-05-13T11:46:37.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-13T11:46:37.092Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.092Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-13T11:46:37.092Z] [2022-05-13T11:46:37.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-13T11:46:37.092Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.092Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-13T11:46:37.092Z] [2022-05-13T11:46:37.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-13T11:46:37.092Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.092Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-13T11:46:37.092Z] [2022-05-13T11:46:37.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-13T11:46:37.092Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.092Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-13T11:46:37.092Z] [2022-05-13T11:46:37.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-13T11:46:37.092Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.092Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-13T11:46:37.092Z] [2022-05-13T11:46:37.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-13T11:46:37.092Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.092Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-13T11:46:37.092Z] [2022-05-13T11:46:37.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-05-13T11:46:37.092Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.092Z] [2022-05-13T11:46:37.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-05-13T11:46:37.092Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.092Z] [2022-05-13T11:46:37.092Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-05-13T11:46:37.092Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-13T11:46:37.092Z] [2022-05-13T11:46:37.092Z] DONE 1088 tests, 539 skipped in 2879.987s [2022-05-13T11:46:37.092Z] INFO: Integration tests ended at 05/13/2022 11:46:36. Duration:00:48:00.1334885 [2022-05-13T11:46:37.092Z] INFO: Docker info of the daemon under test at end of run [2022-05-13T11:46:37.092Z] [2022-05-13T11:46:37.092Z] Containers: 10 [2022-05-13T11:46:37.092Z] Running: 0 [2022-05-13T11:46:37.092Z] Paused: 0 [2022-05-13T11:46:37.092Z] Stopped: 10 [2022-05-13T11:46:37.092Z] Images: 18 [2022-05-13T11:46:37.092Z] Server Version: 0.0.0-dev [2022-05-13T11:46:37.092Z] Storage Driver: windowsfilter [2022-05-13T11:46:37.092Z] Windows: [2022-05-13T11:46:37.092Z] Logging Driver: json-file [2022-05-13T11:46:37.092Z] Plugins: [2022-05-13T11:46:37.092Z] Volume: local [2022-05-13T11:46:37.092Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-13T11:46:37.092Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-13T11:46:37.092Z] Swarm: inactive [2022-05-13T11:46:37.092Z] Default Isolation: process [2022-05-13T11:46:37.092Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-13T11:46:37.092Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-05-13T11:46:37.092Z] OSType: windows [2022-05-13T11:46:37.092Z] Architecture: x86_64 [2022-05-13T11:46:37.092Z] CPUs: 4 [2022-05-13T11:46:37.092Z] Total Memory: 32GiB [2022-05-13T11:46:37.092Z] Name: azwin-2-5dff20 [2022-05-13T11:46:37.092Z] ID: 46dd9e9c-b807-4ecb-b064-7dbae1c4f1e0 [2022-05-13T11:46:37.092Z] Docker Root Dir: D:\CI\PR-43269\3\daemon [2022-05-13T11:46:37.092Z] Debug Mode (client): false [2022-05-13T11:46:37.092Z] Debug Mode (server): true [2022-05-13T11:46:37.092Z] File Descriptors: -1 [2022-05-13T11:46:37.092Z] Goroutines: 17 [2022-05-13T11:46:37.092Z] System Time: 2022-05-13T11:46:37.0356889Z [2022-05-13T11:46:37.092Z] EventsListeners: 0 [2022-05-13T11:46:37.092Z] Registry: https://index.docker.io/v1/ [2022-05-13T11:46:37.092Z] Labels: [2022-05-13T11:46:37.092Z] Experimental: false [2022-05-13T11:46:37.092Z] Insecure Registries: [2022-05-13T11:46:37.092Z] 127.0.0.0/8 [2022-05-13T11:46:37.092Z] Live Restore Enabled: false [2022-05-13T11:46:37.092Z] [2022-05-13T11:46:37.092Z] [2022-05-13T11:46:37.560Z] INFO: Stopping daemon under test [2022-05-13T11:46:37.560Z] SUCCESS: The process with PID 980 (child process of PID 4612) has been terminated. [2022-05-13T11:46:37.560Z] SUCCESS: The process with PID 4612 (child process of PID 4264) has been terminated. [2022-05-13T11:46:37.560Z] INFO: Stop tailing logs of the daemon under tests [2022-05-13T11:46:37.560Z] INFO: executeCI.ps1 Completed successfully at 05/13/2022 11:46:37. [2022-05-13T11:46:37.560Z] INFO: Tidying up at end of run [2022-05-13T11:46:37.560Z] ----------- DAEMON LOG ------------ [2022-05-13T11:46:37.560Z] 2022/05/13 10:55:30 http: superfluous response.WriteHeader call from github.com/docker/docker/api/server/httputils.WriteJSON (httputils.go:92) [2022-05-13T11:46:37.560Z] ----------- END DAEMON LOG -------- [2022-05-13T11:46:37.560Z] INFO: Saving daemon under test log (d:\CI\PR-43269\3\dut.out) to bundles\CIDUT.out [2022-05-13T11:46:37.560Z] INFO: Saving daemon under test log (d:\CI\PR-43269\3\dut.err) to bundles\CIDUT.err [2022-05-13T11:46:37.560Z] INFO: Saving containerd logs to bundles [2022-05-13T11:46:37.560Z] INFO: Nuke-Everything... [2022-05-13T11:46:38.033Z] INFO: Container count on control daemon to delete is 2 [2022-05-13T11:46:38.502Z] fba31523cecd [2022-05-13T11:46:38.502Z] e0248c0b0cc5 [2022-05-13T11:46:38.502Z] INFO: Tidying pidfile d:\CI\PR-43269\3\docker.pid [2022-05-13T11:46:38.502Z] INFO: Nuking d:\CI [2022-05-13T11:47:14.362Z] INFO: Zapped successfully [2022-05-13T11:47:14.362Z] [2022-05-13T11:47:14.362Z] INFO: executeCI.ps1 exiting at Fri May 13 11:47:10 CUT 2022. Duration 01:17:48.8119621 [2022-05-13T11:47:14.362Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-05-13T11:47:14.612Z] Recording test results [2022-05-13T11:47:22.095Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-05-13T11:47:23.622Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-05-13T11:47:26.061Z] Archiving artifacts [2022-05-13T11:47:40.455Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43269/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-13T11:47:41.408Z] + make clean [2022-05-13T11:47:42.975Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-13T11:47:42.975Z] docker-dev-cache [2022-05-13T11:47:42.975Z] 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